aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12
AgeCommit message (Expand)AuthorFilesLines
2018-09-24Use secure_getenv(3) when available.Pauli1-9/+9
2018-09-11Update copyright yearMatt Caswell3-3/+3
2018-09-10Check the return value from ASN1_INTEGER_setMatt Caswell1-1/+2
2018-09-05key zeroisation fix for p12Shane Lontis1-5/+9
2018-07-22PKCS12: change safeContentsBag from a SET OF to a SEQUENCE OFRichard Levitte1-1/+1
2018-06-20Update copyright yearMatt Caswell1-1/+1
2018-06-18remove needless and misleading malloc failure error messages of PKCS12_SAFEBA...David von Oheimb1-10/+2
2018-05-01Update copyright yearMatt Caswell1-1/+1
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre1-2/+2
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY2-6/+19
2017-09-06Add checks for alloc failing.Rich Salz1-2/+2
2017-08-17Clear outputs in PKCS12_parse error handling.Bernd Edlinger1-8/+13
2017-06-07make error tables const and separate header fileRich Salz1-63/+79
2017-02-21Fix memory leak in pkcs12 -exportDmitry Belyavskiy1-0/+3
2016-11-15Simplify PKCS#12 PBE algorithm.Dr. Stephen Henson1-34/+12
2016-08-25Don't switch password formats using global state.Andy Polyakov3-77/+3
2016-08-22crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov4-14/+119
2016-08-22crypto/pkcs12: default to UTF-8.Andy Polyakov1-2/+12
2016-08-22crypto/pkcs12: add UTF8 support.Andy Polyakov3-1/+174
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson2-3/+3
2016-08-19Convert PKCS12* functions to use const gettersMatt Caswell5-17/+27
2016-08-17Constify X509_SIG.Dr. Stephen Henson4-24/+28
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson1-1/+1
2016-08-16Convert PKCS8* functions to use const gettersMatt Caswell1-1/+2
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson1-1/+1
2016-08-05Sanity check input length in OPENSSL_uni2asc().Dr. Stephen Henson1-1/+3
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-06-15Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.FdaSilvaYY1-3/+3
2016-05-23Remove unused error/function codes.Rich Salz1-17/+2
2016-05-17Copyright consolidation 09/10Rich Salz17-916/+86
2016-05-06Constify PKCS12_newpass()Dr. Stephen Henson1-9/+11
2016-05-06Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson1-37/+36
2016-05-04reject zero block length in PKCS12 keygenDr. Stephen Henson1-1/+1
2016-04-28Don't leak memory on error in PKCS12_key_gen_uniMatt Caswell1-1/+1
2016-04-20Remove --classic build entirelyRichard Levitte1-49/+0
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson4-25/+34
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2-8/+4
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-18Remove outdated DEBUG flags.Rich Salz2-8/+8
2016-02-11Typo: only return error if unrecognise bag type.Dr. Stephen Henson1-1/+1
2016-02-08add missing file p12_lcl.hDr. Stephen Henson2-1/+94
2016-02-08Following the PKCS#12 update, update crypto/pkcs12/build.info as wellRichard Levitte1-1/+1
2016-02-08fix various formatting issuesDr. Stephen Henson2-1/+3
2016-02-08use new function namesDr. Stephen Henson3-22/+44
2016-02-08Add p12_sbag.c to Makefile.inDr. Stephen Henson1-2/+2
2016-02-08Reorganise functions.Dr. Stephen Henson5-162/+223
2016-02-08Use new namesDr. Stephen Henson4-8/+8
2016-02-08Rename PKCS12 functionDr. Stephen Henson1-22/+23