aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_npas.c
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate code.Dr. Stephen Henson2015-03-301-4/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-129/+139
* PR: 1696Dr. Stephen Henson2010-03-281-4/+13
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Fix more error codes.Bodo Möller2005-05-111-18/+16
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+2
* Shut up an ANSI compiler about uninitialised variables.Richard Levitte2003-03-201-1/+1
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-311-5/+5
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-1/+1
* Typesafety Thought Police part 3.Ben Laurie2000-05-161-9/+9
* Typesafety Thought Police Part 2.Ben Laurie2000-05-161-8/+13
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-6/+6
* New function PKC12_newpass()Dr. Stephen Henson1999-12-031-0/+212