]> git.ipfire.org Git - thirdparty/openssl.git/blame - NEWS
fix link
[thirdparty/openssl.git] / NEWS
CommitLineData
3b52c2e7
RE
1
2 NEWS
3 ====
4
5 This file gives a brief overview of the major changes between each OpenSSL
6 release. For more details please read the CHANGES file.
7
0c235249
UM
8 Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5:
9
10 o S/MIME support
11 o Documentation for the OpenSSL command line application
12 o
13
ed7f60fb
DSH
14 Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4:
15
16 o Transparent support for PKCS#8 format private keys: these are used
c97cbcb3
BM
17 by several software packages and are more secure than the standard
18 form
19 o PKCS#5 v2.0 implementation
20 o Password callbacks have a new void * argument for application data
21 o Avoid various memory leaks
22 o New pipe-like BIO that allows using the SSL library when actual I/O
23 must be handled by the application (BIO pair)
ed7f60fb 24
8e8a8a5f 25 Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3:
9de649ff
UM
26 o Lots of enhancements and cleanups to the Configuration mechanism
27 o RSA OEAP related fixes
8e8a8a5f
RE
28 o Added `openssl ca -revoke' option for revoking a certificate
29 o Source cleanups: const correctness, type-safe stacks and ASN.1 SETs
30 o Source tree cleanups: removed lots of obsolete files
703126f0 31 o Thawte SXNet, certificate policies and CRL distribution points
a03dd7a6 32 extension support
703126f0
DSH
33 o Preliminary (experimental) S/MIME support
34 o Support for ASN.1 UTF8String and VisibleString
35 o Full integration of PKCS#12 code
2cf9fcda 36 o Sparc assembler bignum implementation, optimized hash functions
b0759f87 37 o Option to disable selected ciphers
8e8a8a5f 38
d343d272 39 Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b:
738769ff
RE
40 o Fixed a security hole related to session resumption
41 o Fixed RSA encryption routines for the p < q case
42 o "ALL" in cipher lists now means "everything except NULL ciphers"
3b52c2e7
RE
43 o Support for Triple-DES CBCM cipher
44 o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA
45 o First support for new TLSv1 ciphers
46 o Added a few new BIOs (syslog BIO, reliable BIO)
47 o Extended support for DSA certificate/keys.
03e20a1a 48 o Extended support for Certificate Signing Requests (CSR)
3b52c2e7
RE
49 o Initial support for X.509v3 extensions
50 o Extended support for compression inside the SSL record layer
51 o Overhauled Win32 builds
52 o Cleanups and fixes to the Big Number (BN) library
53 o Support for ASN.1 GeneralizedTime
54 o Splitted ASN.1 SETs from SEQUENCEs
55 o ASN1 and PEM support for Netscape Certificate Sequences
56 o Overhauled Perl interface
57 o Lots of source tree cleanups.
58 o Lots of memory leak fixes.
59 o Lots of bug fixes.
60
61 Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c:
62 o Integration of the popular NO_RSA/NO_DSA patches
63 o Initial support for compression inside the SSL record layer
64 o Added BIO proxy and filtering functionality
65 o Extended Big Number (BN) library
66 o Added RIPE MD160 message digest
67 o Addeed support for RC2/64bit cipher
68 o Extended ASN.1 parser routines
69 o Adjustations of the source tree for CVS
70 o Support for various new platforms
71