Deleted Added
full compact
ssleay.txt (59191) ssleay.txt (72613)
1
2Bundle of old SSLeay documentation files [OBSOLETE!]
3
4==== readme ========================================================
5
6This is the old 0.6.6 docuementation. Most of the cipher stuff is still
7relevent but I'm working (very slowly) on new docuemtation.
8The current version can be found online at

--- 5729 unchanged lines hidden (view full) ---

5738connection. If a session has timed out, a certificate and private key
5739need to have been associated with the SSL structure.
5740SSL_copy_session_id(SSL *to,SSL *from); will copy not only the session
5741strucutre but also the private key and certificate associated with
5742'from'.
5743
5744EXAMPLES.
5745
1
2Bundle of old SSLeay documentation files [OBSOLETE!]
3
4==== readme ========================================================
5
6This is the old 0.6.6 docuementation. Most of the cipher stuff is still
7relevent but I'm working (very slowly) on new docuemtation.
8The current version can be found online at

--- 5729 unchanged lines hidden (view full) ---

5738connection. If a session has timed out, a certificate and private key
5739need to have been associated with the SSL structure.
5740SSL_copy_session_id(SSL *to,SSL *from); will copy not only the session
5741strucutre but also the private key and certificate associated with
5742'from'.
5743
5744EXAMPLES.
5745
5746So lets play at being a wierd SSL server.
5746So lets play at being a weird SSL server.
5747
5748/* setup a context */
5749ctx=SSL_CTX_new();
5750
5751/* Lets load some session from binary into the cache, why one would do
5752 * this is not toally clear, but passing between programs does make sense
5753 * Perhaps you are using 4096 bit keys and are happy to keep them
5754 * valid for a week, to avoid the RSA overhead of 15 seconds, I'm not toally

--- 1260 unchanged lines hidden ---
5747
5748/* setup a context */
5749ctx=SSL_CTX_new();
5750
5751/* Lets load some session from binary into the cache, why one would do
5752 * this is not toally clear, but passing between programs does make sense
5753 * Perhaps you are using 4096 bit keys and are happy to keep them
5754 * valid for a week, to avoid the RSA overhead of 15 seconds, I'm not toally

--- 1260 unchanged lines hidden ---