]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Stop compiler warnings.
[thirdparty/openssl.git] / CHANGES
CommitLineData
81a6c781 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
bf3d6c0c 5 Changes between 0.9.8a and 0.9.9 [xx XXX xxxx]
28e4fe34 6
36ca4ba6
BM
7 *) Implement the Supported Point Formats Extension for
8 ECC ciphersuites from draft-ietf-tls-ecc-12.txt.
9 [Douglas Stebila]
10
ddac1974
NL
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
c7235be6
UM
27 *) Add RFC 3161 compliant time stamp request creation, response generation
28 and response verification functionality.
29