aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2016-03-072-8/+4
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-182-8/+8
* Typo: only return error if unrecognise bag type.Dr. Stephen Henson2016-02-111-1/+1
* add missing file p12_lcl.hDr. Stephen Henson2016-02-082-1/+94
* Following the PKCS#12 update, update crypto/pkcs12/build.info as wellRichard Levitte2016-02-081-1/+1
* fix various formatting issuesDr. Stephen Henson2016-02-082-1/+3
* use new function namesDr. Stephen Henson2016-02-083-22/+44
* Add p12_sbag.c to Makefile.inDr. Stephen Henson2016-02-081-2/+2
* Reorganise functions.Dr. Stephen Henson2016-02-085-162/+223
* Use new namesDr. Stephen Henson2016-02-084-8/+8
* Rename PKCS12 functionDr. Stephen Henson2016-02-081-22/+23
* pkcs12 accessorsDr. Stephen Henson2016-02-082-0/+42
* more PKCS12 opacityDr. Stephen Henson2016-02-083-5/+9
* New PKCS12 accessors, change macros to functions.Dr. Stephen Henson2016-02-081-4/+46
* Make PKCS12 structures opaqueDr. Stephen Henson2016-02-085-0/+5
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+5
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2615-15/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-293/+67
* make updateRichard Levitte2016-01-121-128/+158
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-7/+11