New function SSL_CTX_set_session_id_context.

Submitted by:
Reviewed by:
PR:
This commit is contained in:
Bodo Möller
1999-04-30 17:15:56 +00:00
parent 81c8ee091c
commit 4eb77b2679
4 changed files with 28 additions and 0 deletions

View File

@@ -5,6 +5,11 @@
Changes between 0.9.2b and 0.9.3
*) New function SSL_CTX_set_session_id_context that allows to set a default
value (so that you don't need SSL_set_session_id_context for each connection
using the SSL_CTX).
[Bodo Moeller]
*) OAEP decoding bug fix.
[Ulf M<>ller]