summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_kiss.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* PKCS12 - Add additional libctx and propq support.slontis2023-01-161-11/+19
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add support for mac-less password-base PKCS12 files to PKCS12_parse API.Daniel Fiala2022-03-241-18/+19
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb2021-02-181-2/+2
* Allow for PKCS#12 input without MAC in p12_kiss.c and e_loader_attic.cDr. David von Oheimb2020-11-191-1/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-6/+5
* Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2020-09-241-1/+5
* 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
* PKCS12_parse(): Clean up code and correct documentationDr. David von Oheimb2020-08-191-19/+26
* PKCS12_parse(): Fix reversed order of certs parsed and output via *caDr. David von Oheimb2020-08-191-1/+1
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-6/+3
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-7/+8
* Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte2018-12-061-1/+1
* Clear outputs in PKCS12_parse error handling.Bernd Edlinger2017-08-171-8/+13
* Convert PKCS12* functions to use const gettersMatt Caswell2016-08-191-3/+3
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Use new namesDr. Stephen Henson2016-02-081-5/+5
* more PKCS12 opacityDr. Stephen Henson2016-02-081-4/+6
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Don't output bogus errors in PKCS12_parseDr. Stephen Henson2015-06-251-0/+2
* 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-4/+4
* free NULL cleanup 5aRich Salz2015-04-301-9/+5
* free NULL cleanupRich Salz2015-03-281-1/+1
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-215/+210
* Fix memory leak.František Bořánek2014-05-291-1/+1
* PR: 2737Dr. Stephen Henson2012-02-271-1/+1
* Updates from 1.0.0-stableDr. Stephen Henson2009-04-041-1/+1
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-031-79/+84
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Fix more error codes.Bodo Möller2005-05-111-10/+10
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-3/+15
* Plug a memory leak. Spotted by "Shijin" <shijin@comex.com>Richard Levitte2001-04-031-0/+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
* Two new PKCS#12 demo programs.Dr. Stephen Henson2000-09-081-11/+25
* Handle ASN1_SET_OF and PKCS12_STACK_OF using functionDr. Stephen Henson2000-06-201-6/+6
* Typesafety Thought Police part 3.Ben Laurie2000-05-161-6/+7
* Typesafety Thought Police Part 2.Ben Laurie2000-05-161-11/+14
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-161-5/+5