]> git.ipfire.org Git - thirdparty/openssl.git/blame_incremental - CHANGES
Stop compiler warnings.
[thirdparty/openssl.git] / CHANGES
... / ...
CommitLineData
1
2 OpenSSL CHANGES
3 _______________
4
5 Changes between 0.9.8a and 0.9.9 [xx XXX xxxx]
6
7 *) Implement the Supported Point Formats Extension for
8 ECC ciphersuites from draft-ietf-tls-ecc-12.txt.
9 [Douglas Stebila]
10
11 *) Add initial support for RFC 4279 PSK TLS ciphersuites. Add members
12 for the psk identity [hint] and the psk callback functions to the
13 SSL_SESSION, SSL and SSL_CTX structure.
14
15 New ciphersuites:
16 PSK-RC4-SHA, PSK-3DES-EDE-CBC-SHA, PSK-AES128-CBC-SHA,
17 PSK-AES256-CBC-SHA
18
19 New functions:
20 SSL_CTX_use_psk_identity_hint
21 SSL_get_psk_identity_hint
22 SSL_get_psk_identity
23 SSL_use_psk_identity_hint
24
25 [Mika Kousa and Pasi Eronen of Nokia Corporation]
26
27 *) Add RFC 3161 compliant time stamp request creation, response generation
28 and response verification functionality.
29