X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=beb3e62d7834a7c3dffcaa5736e78f36b82c3745;hp=845b082a5d0d99c3132190db409ad91ebf1dc99f;hb=6b691a5c85ddc4e407e32781841fee5c029506cd;hpb=1d48dd001915bbccf1f08b4b431dd945d351ec5d diff --git a/CHANGES b/CHANGES index 845b082a5d..beb3e62d78 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,30 @@ Changes between 0.9.2b and 0.9.3 + *) Change functions to ANSI C. + [Ulf Möller] + + *) Fix typos in error codes. + [Martin Kraemer , Ulf Möller] + + *) Remove defunct assembler files from Configure. + [Ulf Möller] + + *) SPARC v8 assembler BIGNUM implementation. + [Andy Polyakov ] + + *) Support for Certificate Policies extension: both print and set. + Various additions to support the r2i method this extension will use. + [Steve Henson] + + *) A lot of constification, and fix a bug in X509_NAME_oneline() that could + return a const string when you are expecting an allocated buffer. + [Ben Laurie] + + *) Add support for ASN1 types UTF8String and VISIBLESTRING, also the CHOICE + types DirectoryString and DisplayText. + [Steve Henson] + *) Add code to allow r2i extensions to access the configuration database, add an LHASH database driver and add several ctx helper functions. [Steve Henson]