summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
AgeCommit message (Expand)Author
2019-07-16Regenerate mkerr filesRich Salz
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-03-06Adapt OPENSSL_DEBUG_DECRYPT to the new generic trace APIRichard Levitte
2019-03-06Adapt OPENSSL_DEBUG_KEYGEN to the new generic trace APIRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-09-24Use secure_getenv(3) when available.Pauli
2018-09-11Update copyright yearMatt Caswell
2018-09-10Check the return value from ASN1_INTEGER_setMatt Caswell
2018-09-05key zeroisation fix for p12Shane Lontis
2018-07-22PKCS12: change safeContentsBag from a SET OF to a SEQUENCE OFRichard Levitte
2018-06-20Update copyright yearMatt Caswell
2018-06-18remove needless and misleading malloc failure error messages of PKCS12_SAFEBA...David von Oheimb
2018-05-01Update copyright yearMatt Caswell
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2017-09-06Add checks for alloc failing.Rich Salz
2017-08-17Clear outputs in PKCS12_parse error handling.Bernd Edlinger
2017-06-07make error tables const and separate header fileRich Salz
2017-02-21Fix memory leak in pkcs12 -exportDmitry Belyavskiy
2016-11-15Simplify PKCS#12 PBE algorithm.Dr. Stephen Henson
2016-08-25Don't switch password formats using global state.Andy Polyakov
2016-08-22crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov
2016-08-22crypto/pkcs12: default to UTF-8.Andy Polyakov
2016-08-22crypto/pkcs12: add UTF8 support.Andy Polyakov
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson
2016-08-19Convert PKCS12* functions to use const gettersMatt Caswell
2016-08-17Constify X509_SIG.Dr. Stephen Henson
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-08-16Convert PKCS8* functions to use const gettersMatt Caswell
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-05Sanity check input length in OPENSSL_uni2asc().Dr. Stephen Henson
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-06-15Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.FdaSilvaYY
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-06Constify PKCS12_newpass()Dr. Stephen Henson
2016-05-06Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson
2016-05-04reject zero block length in PKCS12 keygenDr. Stephen Henson
2016-04-28Don't leak memory on error in PKCS12_key_gen_uniMatt Caswell
2016-04-20Remove --classic build entirelyRichard Levitte
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-11Typo: only return error if unrecognise bag type.Dr. Stephen Henson
2016-02-08add missing file p12_lcl.hDr. Stephen Henson
2016-02-08Following the PKCS#12 update, update crypto/pkcs12/build.info as wellRichard Levitte