Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / crypto / pkcs12 / p12_utl.c
2023-09-07 Matt CaswellCopyright year updates
2023-01-16 slontisPKCS12 - Add additional libctx and propq support.
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-04-22 Matt CaswellUpdate copyright year
2021-04-16 Shane LontisAdd more negative checks for integers passed to OPENSSL...
2020-11-26 Matt CaswellUpdate copyright year
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-01 Matt CaswellUpdate copyright year
2018-04-26 Dr. Matthias St... Fix mixed indentation (and other whitespace issues)
2018-04-26 FdaSilvaYYAdd missing error code when alloc-return-null
2016-08-22 Andy Polyakovcrypto/pkcs12: facilitate accessing data with non-inter...
2016-08-22 Andy Polyakovcrypto/pkcs12: add UTF8 support.
2016-08-05 Dr. Stephen HensonSanity check input length in OPENSSL_uni2asc().
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-02-08 Dr. Stephen HensonReorganise functions.
2016-02-08 Dr. Stephen HensonRename PKCS12 function
2016-02-08 Dr. Stephen Hensonpkcs12 accessors
2016-02-08 Dr. Stephen HensonNew PKCS12 accessors, change macros to functions.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2009-06-17 Dr. Stephen HensonRename asc2uni and uni2asc functions to avoid clashes.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-01-14 Dr. Stephen HensonChange PKCS#12 key derivation routines to cope with
2001-01-10 Dr. Stephen HensonFix uni2asc() so it can properly convert zero length
2000-12-31 Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
1999-08-08 Ralf S. EngelschallA few more ``#ifndef NO_FP_API / #endif'' pairs for...
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-03-29 Dr. Stephen HensonRemove deleted PKCS#12 functions from pkcs12.h, get...
1999-03-29 Dr. Stephen HensonInclude pkcs12 program as part of openssl. This complet...
1999-03-28 Dr. Stephen HensonYet more PKCS#12 integration: add lots of files under...