summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
AgeCommit message (Expand)Author
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
2016-02-08fix various formatting issuesDr. Stephen Henson
2016-02-08use new function namesDr. Stephen Henson
2016-02-08Add p12_sbag.c to Makefile.inDr. Stephen Henson
2016-02-08Reorganise functions.Dr. Stephen Henson
2016-02-08Use new namesDr. Stephen Henson
2016-02-08Rename PKCS12 functionDr. Stephen Henson
2016-02-08pkcs12 accessorsDr. Stephen Henson
2016-02-08more PKCS12 opacityDr. Stephen Henson
2016-02-08New PKCS12 accessors, change macros to functions.Dr. Stephen Henson
2016-02-08Make PKCS12 structures opaqueDr. Stephen Henson
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12make updateRichard Levitte
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2015-12-09make updateDr. Stephen Henson
2015-12-07Fix clang complaints about uninitialised variables.Richard Levitte
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte