]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
VMS doesn't support includes of paths very well.
[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
448be743
DSH
7 *) Initial support for pluggable public key ASN1.
8 De-spaghettify the public key ASN1 handling. Move public and private
9 key ASN1 handling to a new EVP_PKEY_ASN1_METHOD structure. Relocate
10 algorithm specific handling to a single module within the relevant
11 algorithm directory. Add functions to allow (near) opaque processing
12 of public and private key structures.
13 [Steve Henson]
14
36ca4ba6
BM
15 *) Implement the Supported Point Formats Extension for
16 ECC ciphersuites from draft-ietf-tls-ecc-12.txt.
17 [Douglas Stebila]
18
ddac1974
NL
19 *) Add initial support for RFC 4279 PSK TLS ciphersuites. Add members
20 for the psk identity [hint] and the psk callback functions to the
21 SSL_SESSION, SSL and SSL_CTX structure.
22
23 New ciphersuites:
24 PSK-RC4-SHA, PSK-3DES-EDE-CBC-SHA, PSK-AES128-CBC-SHA,
25 PSK-AES256-CBC-SHA
26
27 New functions:
28 SSL_CTX_use_psk_identity_hint
29 SSL_get_psk_identity_hint
30 SSL_get_psk_identity
31 SSL_use_psk_identity_hint
32
33 [Mika Kousa and Pasi Eronen of Nokia Corporation]
34
c7235be6
UM
35 *) Add RFC 3161 compliant time stamp request creation, response generation
36 and response verification functionality.
37