New option to CA.pl to sign request using CA extensions.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 24 Aug 2000 23:24:18 +0000 (23:24 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 24 Aug 2000 23:24:18 +0000 (23:24 +0000)
commitd428bf8c568c617bb3c3bd0ac3b326298e7b34b9
treeb2941d622c7d4dbd526afa82a9308016a04321fe
parentd096b524afbdc371032d96d22f1686d88bfba0e9
New option to CA.pl to sign request using CA extensions.
This allows intermediate CAs to be created more easily.

PKCS12_create() now checks private key matches certificate.

Fix typo in x509 app.

Update docs.

New function ASN1_STRING_to_UTF8() converts any ASN1_STRING
type to UTF8.
apps/CA.pl.in
apps/x509.c
crypto/asn1/a_mbstr.c
crypto/asn1/a_strex.c
crypto/asn1/asn1.h
crypto/pkcs12/p12_crt.c
doc/apps/CA.pl.pod
doc/apps/ca.pod
doc/apps/x509.pod