Initial support for Certificate Policies extension: print out works but setting

isn't fully implemented (yet).
This commit is contained in:
Dr. Stephen Henson
1999-04-18 23:21:03 +00:00
parent 8de421b6d9
commit 41b731f2f8
13 changed files with 679 additions and 31 deletions

View File

@@ -5,6 +5,11 @@
Changes between 0.9.2b and 0.9.3
*) Initial support for Certificate Policies extension: print works but
setting doesn't work fully (yet). Also 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]