X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FPKCS12_create.pod;h=46b24c59986ca48fe54385564379e36e53be6d76;hb=0daccd4dc1f1ac62181738a91714f35472e50f3c;hp=de7cab2bdffc57b05373d6da68ced3207b2ca754;hpb=982dfb7d10d57fbaad7851ffdf8e801be30f2676;p=openssl.git diff --git a/doc/crypto/PKCS12_create.pod b/doc/crypto/PKCS12_create.pod index de7cab2bdf..46b24c5998 100644 --- a/doc/crypto/PKCS12_create.pod +++ b/doc/crypto/PKCS12_create.pod @@ -16,7 +16,7 @@ PKCS12_create - create a PKCS#12 structure PKCS12_create() creates a PKCS#12 structure. B is the passphrase to use. B is the B to use for -the supplied certifictate and key. B is the private key to include in +the supplied certificate and key. B is the private key to include in the structure and B its corresponding certificates. B, if not B is an optional set of certificates to also include in the structure. @@ -46,17 +46,12 @@ export grade software which could use signing only keys of arbitrary size but had restrictions on the permissible sizes of keys which could be used for encryption. -=head1 NEW FUNCTIONALITY IN OPENSSL 0.9.8 - -Some additional functionality was added to PKCS12_create() in OpenSSL -0.9.8. These extensions are detailed below. - If a certificate contains an B or B then this will be used for the corresponding B or B in the PKCS12 structure. Either B, B or both can be B to indicate that no key or -certficate is required. In previous versions both had to be present or +certificate is required. In previous versions both had to be present or a fatal error is returned. B or B can be set to -1 indicating that no encryption @@ -66,10 +61,6 @@ B can be set to -1 and the MAC will then be omitted entirely. =head1 SEE ALSO -L - -=head1 HISTORY - -PKCS12_create was added in OpenSSL 0.9.3 +L =cut