aboutsummaryrefslogtreecommitdiff
path: root/demos/pkcs12
AgeCommit message (Collapse)AuthorFilesLines
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz1-1/+1
All instances of SSLeay (any combination of case) were replaced with the case-equivalent OpenSSL. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz2-4/+4
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell2-81/+81
Reviewed-by: Tim Hudson <tjh@openssl.org>
2010-01-20Update demoDr. Stephen Henson1-1/+1
2009-04-03Merge from 1.0.0-stable branch.Dr. Stephen Henson1-1/+1
2000-09-07Two new PKCS#12 demo programs.Dr. Stephen Henson3-0/+110
Update PKCS12_parse(). Make the keyid in certificate aux info more usable.