aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_crt.c
Commit message (Expand)AuthorAgeFilesLines
* Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.FdaSilvaYY2016-06-151-3/+3
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* use new function namesDr. Stephen Henson2016-02-081-2/+3
* Reorganise functions.Dr. Stephen Henson2016-02-081-1/+1
* Use new namesDr. Stephen Henson2016-02-081-1/+1
* Make PKCS12 structures opaqueDr. Stephen Henson2016-02-081-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+2
* free NULL cleanup 9Rich Salz2015-04-111-19/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-261/+246
* Fix for PKCS12_create if no-rc2 specified.Dr. Stephen Henson2014-05-211-0/+8
* Update from stable branch.Dr. Stephen Henson2009-03-091-0/+3
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Update from stable branch.Dr. Stephen Henson2008-06-261-9/+17
* Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson2005-05-151-0/+12
* Various enhancements to PKCS#12 code, newDr. Stephen Henson2002-10-031-72/+244
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-311-3/+3
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-3/+3
* New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson2000-08-241-0/+2
* Typesafety Thought Police part 3.Ben Laurie2000-05-161-4/+5
* Typesafety Thought Police Part 2.Ben Laurie2000-05-161-7/+9
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-3/+3
* Fix a memory leak in PKCS12_parse.Dr. Stephen Henson2000-03-221-3/+3
* New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1999-05-191-1/+1
* Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in theDr. Stephen Henson1999-05-181-1/+1
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Work with -pedantic!Ben Laurie1999-04-231-3/+4
* Change functions to ANSI C.Ulf Möller1999-04-191-12/+3
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-4/+1
* Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1999-03-281-0/+170