]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pkcs12
Implement EVP_MAC_do_all_ex()
[thirdparty/openssl.git] / crypto / pkcs12 /
2019-07-16  Rich SalzRegenerate mkerr files
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-03-06  Richard LevitteAdapt OPENSSL_DEBUG_DECRYPT to the new generic trace API
2019-03-06  Richard LevitteAdapt OPENSSL_DEBUG_KEYGEN to the new generic trace API
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-09-24  PauliUse secure_getenv(3) when available.
2018-09-11  Matt CaswellUpdate copyright year
2018-09-10  Matt CaswellCheck the return value from ASN1_INTEGER_set
2018-09-04  Shane Lontiskey zeroisation fix for p12
2018-07-22  Richard LevittePKCS12: change safeContentsBag from a SET OF to a SEQUE...
2018-06-20  Matt CaswellUpdate copyright year
2018-06-18  David von Oheimbremove needless and misleading malloc failure error...
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
2017-09-06  Rich SalzAdd checks for alloc failing.
2017-08-17  Bernd EdlingerClear outputs in PKCS12_parse error handling.
2017-06-07  Rich Salzmake error tables const and separate header file
2017-02-21  Dmitry BelyavskiyFix memory leak in pkcs12 -export
2016-11-15  Dr. Stephen HensonSimplify PKCS#12 PBE algorithm.
2016-08-25  Andy PolyakovDon't switch password formats using global state.
2016-08-22  Andy Polyakovcrypto/pkcs12: facilitate accessing data with non-inter...
2016-08-22  Andy Polyakovcrypto/pkcs12: default to UTF-8.
2016-08-22  Andy Polyakovcrypto/pkcs12: add UTF8 support.
2016-08-21  Dr. Stephen HensonAdd X509_getm_notBefore, X509_getm_notAfter
2016-08-19  Matt CaswellConvert PKCS12* functions to use const getters
2016-08-17  Dr. Stephen HensonConstify X509_SIG.
2016-08-17  Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-16  Matt CaswellConvert PKCS8* functions to use const getters
2016-08-16  Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-05  Dr. Stephen HensonSanity check input length in OPENSSL_uni2asc().
2016-07-20  Kurt RoeckxCheck for errors allocating the error strings.
2016-06-15  FdaSilvaYYConstify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.
2016-05-23  Rich SalzRemove unused error/function codes.
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-05-06  Dr. Stephen HensonConstify PKCS12_newpass()
2016-05-06  Dr. Stephen HensonTidy up PKCS12_newpass() fix memory leaks.
2016-05-04  Dr. Stephen Hensonreject zero block length in PKCS12 keygen
2016-04-28  Matt CaswellDon't leak memory on error in PKCS12_key_gen_uni
2016-04-20  Richard LevitteRemove --classic build entirely
2016-03-21  Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-11  Dr. Stephen HensonMake X509_SIG opaque.
2016-03-07  Dr. Stephen HensonMake PKCS8_PRIV_KEY_INFO opaque.
2016-02-20  Richard LevitteAlways build library object files with shared library...
2016-02-18  Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18  Rich SalzRemove outdated DEBUG flags.
2016-02-11  Dr. Stephen HensonTypo: only return error if unrecognise bag type.
2016-02-08  Dr. Stephen Hensonadd missing file p12_lcl.h
2016-02-08  Richard LevitteFollowing the PKCS#12 update, update crypto/pkcs12...
2016-02-08  Dr. Stephen Hensonfix various formatting issues
2016-02-08  Dr. Stephen Hensonuse new function names
2016-02-08  Dr. Stephen HensonAdd p12_sbag.c to Makefile.in
2016-02-08  Dr. Stephen HensonReorganise functions.
2016-02-08  Dr. Stephen HensonUse new names
2016-02-08  Dr. Stephen HensonRename PKCS12 function
2016-02-08  Dr. Stephen Hensonpkcs12 accessors
2016-02-08  Dr. Stephen Hensonmore PKCS12 opacity
2016-02-08  Dr. Stephen HensonNew PKCS12 accessors, change macros to functions.
2016-02-08  Dr. Stephen HensonMake PKCS12 structures opaque
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-02-01  Richard Levitteunified build scheme: add build.info files
2016-01-29  Rich SalzTemplatize util/domd
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-20  Rich SalzRemove update tags
2016-01-17  Rich SalzRemove some old makefile targets
2016-01-12  Rich SalzMove Makefiles to Makefile.in
2016-01-12  Richard Levittemake update
2016-01-12  Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-09  Dr. Stephen Hensonmake update
2015-12-07  Richard LevitteFix clang complaints about uninitialised variables.
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07  Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07  Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-07  Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-10-23  Alessandro GhediniSet salt length after the malloc has succeeded
2015-10-23  Alessandro GhediniFix memory leaks and other mistakes on errors
2015-09-21  Matt CaswellGOST PKCS12 support
2015-09-01  Emilia KasperRT4002: check for NULL cipher in p12_crpt.c
2015-06-25  Dr. Stephen HensonDon't output bogus errors in PKCS12_parse
2015-06-08  Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-05-26  Dr. Stephen HensonAdd function PKCS8_set0_pbe
2015-05-26  Dr. Stephen HensonFix memory leak.
2015-05-22  Richard LevitteFix the update target and remove duplicate file updates
2015-05-14  Richard Levittemake depend
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-04-30  Rich Salzfree cleanup almost the finale
2015-04-30  Rich Salzfree NULL cleanup 5a
2015-04-30  Rich Salzfree NULL cleanup 8
2015-04-11  Rich Salzfree NULL cleanup 9
2015-03-31  Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31  Richard LevitteStop symlinking, move files to intended directory
2015-03-30  Dr. Stephen HensonRemove duplicate code.
2015-03-28  Rich Salzfree NULL cleanup
2015-03-25  Matt CaswellRAND_bytes updates
2015-03-23  Dr. Stephen HensonRemove old ASN.1 code.
2015-03-16  Dr. Stephen HensonMake X509_ATTRIBUTE opaque.
2015-03-12  Dr. Stephen HensonRemove obsolete declarations.
next