mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
Add note about TLS and ticket #244.
This commit is contained in:
parent
03ecb957a5
commit
1e7d4eb711
1 changed files with 5 additions and 1 deletions
|
@ -491,7 +491,11 @@ namespace data
|
||||||
LogPrint (eLogInfo, numCertificates, " certificates loaded");
|
LogPrint (eLogInfo, numCertificates, " certificates loaded");
|
||||||
}
|
}
|
||||||
|
|
||||||
//-------------------------------------------------------------
|
/*------------------------------------------------------------------
|
||||||
|
TLS has nothing to do with the reseed process (except for HTTPS)
|
||||||
|
Once #244 is resolved, this will all be axed - so moving the
|
||||||
|
following to util.cpp is not worth the effort for now.
|
||||||
|
/------------------------------------------------------------------*/
|
||||||
|
|
||||||
template<class Hash>
|
template<class Hash>
|
||||||
class TlsCipherMAC: public TlsCipher
|
class TlsCipherMAC: public TlsCipher
|
||||||
|
|
Loading…
Add table
Reference in a new issue