]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Change so PEM private key read routines can handle PKCS#8 transparently.
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
5
0cceb1c7
BM
6 Changes between 0.9.3a and 0.9.4
7
ef8335d9 8 *) Support for PKCS#5 v1.5 compatible password based encryption algorithms
e7871ffa
DSH
9 and PKCS#8 functionality. New 'pkcs8' application linked to openssl.
10 Needed to change the PEM_STRING_EVP_PKEY value which was just "PRIVATE
11 KEY" because this clashed with PKCS#8 unencrypted string. Since this
12 value was just used as a "magic string" and not used directly its
13 value doesn't matter.
ef8335d9
DSH
14 [Steve Henson]
15
84c15db5
BL
16 *) Introduce some semblance of const correctness to BN. Shame C doesn't
17 support mutable.
18 [Ben Laurie]
19
885982dc
BM
20 *) "linux-sparc64-gcc" configuration (ultrapenguin).
21 [Ray Miller <ray.miller@oucs.ox.ac.uk>]
22
a53955d8
UM
23 *) config now generates no-xxx options for missing ciphers.
24