summaryrefslogtreecommitdiffstats
path: root/demos/pkcs12/pkread.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate copyright for demosRich Salz2016-05-181-0/+8
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
| | | | | | | | | | | | This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+2
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-48/+48
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Update demoDr. Stephen Henson2010-01-201-1/+1
|
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-031-1/+1
|
* Two new PKCS#12 demo programs.Dr. Stephen Henson2000-09-081-0/+61
Update PKCS12_parse(). Make the keyid in certificate aux info more usable.