There are a few new features in 0.9.5a... And I've probably
[openssl.git] / NEWS
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
8   Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a:
9
10       o Shared library support for HPUX and Solaris-gcc
11       o Support of Linux/IA64
12       o Support of Mingw32
13       o New 'rand' application
14       o New way to check for existence of algorithms from scripts
15
16   Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5:
17
18       o S/MIME support in new 'smime' command
19       o Documentation for the OpenSSL command line application
20       o Automation of 'req' application
21       o Fixes to make s_client, s_server work under Windows
22       o Support for multiple fieldnames in SPKACs
23       o New SPKAC command line utilty and associated library functions
24       o Options to allow passwords to be obtained from various sources
25       o New public key PEM format and options to handle it
26       o Many other fixes and enhancements to command line utilities
27       o Usable certificate chain verification
28       o Certificate purpose checking
29       o Certificate trust settings
30       o Support of authority information access extension
31       o Extensions in certificate requests
32       o Simplified X509 name and attribute routines
33       o Initial (incomplete) support for international character sets
34       o New DH_METHOD, DSA_METHOD and enhanced RSA_METHOD
35       o Read only memory BIOs and simplified creation function
36       o TLS/SSL protocol bugfixes: Accept TLS 'client hello' in SSL 3.0
37         record; allow fragmentation and interleaving of handshake and other
38         data
39       o TLS/SSL code now "tolerates" MS SGC
40       o Work around for Netscape client certificate hang bug
41       o RSA_NULL option that removes RSA patent code but keeps other
42         RSA functionality
43       o Memory leak detection now allows applications to add extra information
44         via a per-thread stack
45       o PRNG robustness improved
46       o EGD support
47       o BIGNUM library bug fixes
48       o Faster DSA parameter generation
49       o Enhanced support for Alpha Linux
50       o Experimental MacOS support
51
52   Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4:
53
54       o Transparent support for PKCS#8 format private keys: these are used
55         by several software packages and are more secure than the standard
56         form
57       o PKCS#5 v2.0 implementation
58       o Password callbacks have a new void * argument for application data
59       o Avoid various memory leaks
60       o New pipe-like BIO that allows using the SSL library when actual I/O
61         must be handled by the application (BIO pair)
62
63   Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3:
64       o Lots of enhancements and cleanups to the Configuration mechanism
65       o RSA OEAP related fixes
66       o Added `openssl ca -revoke' option for revoking a certificate
67       o Source cleanups: const correctness, type-safe stacks and ASN.1 SETs
68       o Source tree cleanups: removed lots of obsolete files
69       o Thawte SXNet, certificate policies and CRL distribution points
70         extension support
71       o Preliminary (experimental) S/MIME support
72       o Support for ASN.1 UTF8String and VisibleString
73       o Full integration of PKCS#12 code
74       o Sparc assembler bignum implementation, optimized hash functions
75       o Option to disable selected ciphers
76
77   Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b:
78       o Fixed a security hole related to session resumption
79       o Fixed RSA encryption routines for the p < q case
80       o "ALL" in cipher lists now means "everything except NULL ciphers"
81       o Support for Triple-DES CBCM cipher
82       o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA
83       o First support for new TLSv1 ciphers
84       o Added a few new BIOs (syslog BIO, reliable BIO)
85       o Extended support for DSA certificate/keys.
86       o Extended support for Certificate Signing Requests (CSR)
87       o Initial support for X.509v3 extensions
88       o Extended support for compression inside the SSL record layer
89       o Overhauled Win32 builds
90       o Cleanups and fixes to the Big Number (BN) library
91       o Support for ASN.1 GeneralizedTime
92       o Splitted ASN.1 SETs from SEQUENCEs
93       o ASN1 and PEM support for Netscape Certificate Sequences
94       o Overhauled Perl interface
95       o Lots of source tree cleanups.
96       o Lots of memory leak fixes.
97       o Lots of bug fixes.
98
99   Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c:
100       o Integration of the popular NO_RSA/NO_DSA patches
101       o Initial support for compression inside the SSL record layer
102       o Added BIO proxy and filtering functionality
103       o Extended Big Number (BN) library
104       o Added RIPE MD160 message digest
105       o Addeed support for RC2/64bit cipher
106       o Extended ASN.1 parser routines
107       o Adjustations of the source tree for CVS
108       o Support for various new platforms
109