summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* PKCS12 - Add additional libctx and propq support.slontis2023-01-161-0/+6
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+3
* Update copyright yearMatt Caswell2021-05-061-1/+1
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-301-1/+15
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Check the return value from ASN1_INTEGER_setMatt Caswell2018-09-101-1/+2
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* 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/+3
* free NULL cleanup 9Rich Salz2015-04-111-3/+2
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-28/+28
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-5/+7
* Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson2001-01-241-8/+0
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-3/+3
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-241-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-2/+1
* Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson1999-03-301-1/+1
* 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-291-0/+102