aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_npas.c
Commit message (Expand)AuthorAgeFilesLines
* Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson2016-08-211-1/+1
* Constify X509_SIG.Dr. Stephen Henson2016-08-171-5/+7
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Constify PKCS12_newpass()Dr. Stephen Henson2016-05-061-9/+11
* Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson2016-05-061-37/+36
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-111-8/+6
* Use new namesDr. Stephen Henson2016-02-081-1/+1
* more PKCS12 opacityDr. Stephen Henson2016-02-081-1/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-7/+7
* 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