summaryrefslogtreecommitdiff
path: root/crypto/pkcs12
Commit message (Expand)AuthorAgeFilesLines
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-211-2/+3
* Deprecate the low level HMAC functionsPauli2020-01-291-0/+6
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-1/+1
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-098-31/+32
* Reorganize local header filesDr. Matthias St. Pierre2019-09-289-8/+8
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-56/+2
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-2/+2
* Adapt OPENSSL_DEBUG_DECRYPT to the new generic trace APIRichard Levitte2019-03-061-17/+6
* Adapt OPENSSL_DEBUG_KEYGEN to the new generic trace APIRichard Levitte2019-03-061-33/+15
* Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte2018-12-0617-17/+17
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* Use secure_getenv(3) when available.Pauli2018-09-241-9/+9
* Update copyright yearMatt Caswell2018-09-113-3/+3
* Check the return value from ASN1_INTEGER_setMatt Caswell2018-09-101-1/+2
* key zeroisation fix for p12Shane Lontis2018-09-051-5/+9
* PKCS12: change safeContentsBag from a SET OF to a SEQUENCE OFRichard Levitte2018-07-221-1/+1
* Update copyright yearMatt Caswell2018-06-201-1/+1
* remove needless and misleading malloc failure error messages of PKCS12_SAFEBA...David von Oheimb2018-06-181-10/+2
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre2018-04-261-2/+2
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-262-6/+19
* Add checks for alloc failing.Rich Salz2017-09-061-2/+2
* Clear outputs in PKCS12_parse error handling.Bernd Edlinger2017-08-171-8/+13
* make error tables const and separate header fileRich Salz2017-06-071-63/+79
* Fix memory leak in pkcs12 -exportDmitry Belyavskiy2017-02-211-0/+3
* Simplify PKCS#12 PBE algorithm.Dr. Stephen Henson2016-11-151-34/+12
* Don't switch password formats using global state.Andy Polyakov2016-08-253-77/+3
* crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov2016-08-224-14/+119
* crypto/pkcs12: default to UTF-8.Andy Polyakov2016-08-221-2/+12
* crypto/pkcs12: add UTF8 support.Andy Polyakov2016-08-223-1/+174
* Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson2016-08-212-3/+3
* Convert PKCS12* functions to use const gettersMatt Caswell2016-08-195-17/+27
* Constify X509_SIG.Dr. Stephen Henson2016-08-174-24/+28
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-1/+1
* Convert PKCS8* functions to use const gettersMatt Caswell2016-08-161-1/+2
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-1/+1
* Sanity check input length in OPENSSL_uni2asc().Dr. Stephen Henson2016-08-051-1/+3
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.FdaSilvaYY2016-06-151-3/+3
* Remove unused error/function codes.Rich Salz2016-05-231-17/+2
* Copyright consolidation 09/10Rich Salz2016-05-1717-916/+86
* Constify PKCS12_newpass()Dr. Stephen Henson2016-05-061-9/+11
* Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson2016-05-061-37/+36
* reject zero block length in PKCS12 keygenDr. Stephen Henson2016-05-041-1/+1
* Don't leak memory on error in PKCS12_key_gen_uniMatt Caswell2016-04-281-1/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-49/+0
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-114-25/+34