aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_utl.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* PKCS12 - Add additional libctx and propq support.slontis2023-01-161-2/+26
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-12/+4
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-0/+5
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-4/+4
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-2/+2
* Following the license change, modify the boilerplates in crypto/pkcs12/Richard Levitte2018-12-061-1/+1
* 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-261-5/+12
* crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov2016-08-221-2/+7
* crypto/pkcs12: add UTF8 support.Andy Polyakov2016-08-221-1/+150
* Sanity check input length in OPENSSL_uni2asc().Dr. Stephen Henson2016-08-051-1/+3
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Reorganise functions.Dr. Stephen Henson2016-02-081-112/+0
* Rename PKCS12 functionDr. Stephen Henson2016-02-081-22/+23
* pkcs12 accessorsDr. Stephen Henson2016-02-081-0/+37
* New PKCS12 accessors, change macros to functions.Dr. Stephen Henson2016-02-081-4/+46
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-44/+59
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-2/+2
* Rename asc2uni and uni2asc functions to avoid clashes.Dr. Stephen Henson2009-06-171-2/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-8/+8
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* Change PKCS#12 key derivation routines to cope withDr. Stephen Henson2001-01-141-6/+10
* Fix uni2asc() so it can properly convert zero lengthDr. Stephen Henson2001-01-101-1/+1
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-311-6/+30
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.Ralf S. Engelschall1999-08-081-0/+4
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Work with -pedantic!Ben Laurie1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-18/+6
* Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson1999-03-291-11/+0
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-4/+1
* Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1999-03-281-0/+140