]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
New "Configure" entry (Solaris with debug info)
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
5
1b276f30
RE
6 Changes between 0.9.2b and 0.9.3
7
41b731f2
DSH
8 *) Initial support for Certificate Policies extension: print works but
9 setting doesn't work fully (yet). Also various additions to support
10 the r2i method this extension will use.
11 [Steve Henson]
12
e778802f
BL
13 *) A lot of constification, and fix a bug in X509_NAME_oneline() that could
14 return a const string when you are expecting an allocated buffer.
15 [Ben Laurie]
16
c83e523d
DSH
17 *) Add support for ASN1 types UTF8String and VISIBLESTRING, also the CHOICE
18 types DirectoryString and DisplayText.
d77b3054
DSH
19 [Steve Henson]
20
1d48dd00
DSH
21 *) Add code to allow r2i extensions to access the configuration database,
22 add an LHASH database driver and add several ctx helper functions.
23 [Steve Henson]
24
953937bd
DSH
25 *) Fix an evil bug in bn_expand2() which caused various BN functions to
26 fail when they extended the size of a BIGNUM.
27 [Steve Henson]
28
28a98809
DSH
29 *) Various utility functions to handle SXNet extension. Modify mkdef.pl to
30 support typesafe stack.
31 [Steve Henson]
32
8f7de4f0
BL
33 *) Fix typo in SSL_[gs]et_options().
34 [Nils Frostberg <nils@medcom.se>]
35
0490a86d
DSH
36 *) Delete various functions and files that belonged to the (now obsolete)
37 old X509V3 handling code.
38 [Steve Henson]
39
5fbe91d8
UM
40 *) New Configure option "rsaref".
41