Add PKCS#12 documentation and new option in x509 to add certificate extensions.

This commit is contained in:
Dr. Stephen Henson
1999-04-27 00:36:20 +00:00
parent 73d2257d97
commit b64f825671
8 changed files with 432 additions and 33 deletions

View File

@@ -5,6 +5,10 @@
Changes between 0.9.2b and 0.9.3
*) Add the PKCS#12 API documentation to openssl.txt. Preliminary support for
extension adding in x509 utility.
[Steve Henson]
*) Remove NOPROTO sections and error code comments.
[Ulf M<>ller]