aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12/p12_npas.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-08Use new namesDr. Stephen Henson1-1/+1
2016-02-08more PKCS12 opacityDr. Stephen Henson1-1/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-7/+7
2015-03-30Remove duplicate code.Dr. Stephen Henson1-4/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-129/+139
2010-03-28PR: 1696Dr. Stephen Henson1-4/+13
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2005-05-11Fix more error codes.Bodo Möller1-18/+16
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-1/+2
2003-03-20Shut up an ANSI compiler about uninitialised variables.Richard Levitte1-1/+1
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson1-5/+5
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-1/+1
2000-05-16Typesafety Thought Police part 3.Ben Laurie1-9/+9
2000-05-16Typesafety Thought Police Part 2.Ben Laurie1-8/+13
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-6/+6
1999-12-03New function PKC12_newpass()Dr. Stephen Henson1-0/+212