]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Use OPENSSL_GLOBAL, OPENSSL_EXTERN instead of GLOBAL and EXTERN.
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
5
1b24cca9
BM
6 Changes between 0.9.2b and 0.9.3 [XX May 1999]
7 [I suggest using the same format for the
8 date as in opensslv.h. 0.9.1c used
9 hyphens in the date, so I wrote
10 [23-Dec-1998] down below; but in later
11 versions, these hyphens are gone.]
7d7d2cbc 12
1ad2ecb6
DSH
13 *) Fix the encoding and decoding of negative ASN1 INTEGERS and conversion
14 to and from BNs: it was completely broken. New compilation option
15 NEG_PUBKEY_BUG to allow for some broken certificates that encode public
16 key elements as negative integers.
17 [Steve Henson]
18
bd3576d2
UM
19 *) Reorganize and speed up MD5.
20 [Andy Polyakov <appro@fy.chalmers.se>]
21
7d7d2cbc
UM
22 *) VMS support.
23 [Richard Levitte <richard@levitte.org>]
1b276f30 24
f5eac85e
DSH
25 *) New option -out to asn1parse to allow the parsed structure to be
26 output to a file. This is most useful when combined with the -strparse
27 option to examine the output of things like OCTET STRINGS.
28 [Steve Henson]
29
b31b04d9
BM
30 *) Make SSL library a little more fool-proof by not requiring any longer
31 that SSL_set_{accept,connect}_state be called before
32 SSL_{accept,connect} may be used (SSL_set_..._state is omitted
33 in many applications because usually everything *appeared* to work as
34 intended anyway -- now it really works as intended).
35 [Bodo Moeller]
36
d5a2ea4b
UM
37 *) Move openssl.cnf out of lib/.
38