This is the main PKCS#5 v2.0 key generation function, it parses the ASN1
authorDr. Stephen Henson <steve@openssl.org>
Mon, 7 Jun 1999 21:00:19 +0000 (21:00 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 7 Jun 1999 21:00:19 +0000 (21:00 +0000)
commit97e4a932451188508b6f865b1a16f2e670a1c315
treee93a777cf6aa89efd78048bf40df25bd105b040b
parent3928b6bf4815d5f9d9cf1af10dea84e27a74ccb2
This is the main PKCS#5 v2.0 key generation function, it parses the ASN1
structure and decides what key to generate (if any). Not currently added to
the PBE algorithm list because it is largely untested.
crypto/asn1/asn1_err.c
crypto/asn1/p5_pbev2.c
crypto/evp/Makefile.ssl
crypto/evp/evp.h
crypto/evp/evp_err.c
crypto/evp/p5_crpt.c
crypto/evp/p5_crpt2.c [new file with mode: 0644]
crypto/hmac/hmac.c
crypto/hmac/hmac.h
crypto/pkcs12/p12_crpt.c