summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_crt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceDimitri Papadopoulos2024-07-221-1/+1
* fix potential memory leak in PKCS12_add_key_ex()sashan2024-06-181-6/+9
* Copyright year updatesMatt Caswell2023-09-281-1/+1
* Fix PKCS#12 creation error when certificate contains auxiliary dataOlga Batyshkina2023-09-151-20/+42
* Allow PKCS12 export to set arbitrary bag attributesGraham Woodward2022-09-231-6/+62
* x509_att.c: improve error checking and reporting and coding styleDr. David von Oheimb2022-08-241-7/+3
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-301-16/+48
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz2021-03-101-9/+5
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Fix safestack issues in pkcs12.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in pkcs7.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* Add new APIs to get PKCS12 secretBag OID and valueJon Spillett2020-08-061-0/+18
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-211-2/+3
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-15/+14
* 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
* 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-271-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-041-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-251-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-161-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-241-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-291-0/+170