]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509
Implement EVP_MAC_do_all_ex()
[thirdparty/openssl.git] / crypto / x509 /
2019-08-14  opensslonzos-githubAdd missing EBCDIC strings
2019-08-01  Dr. Matthias St... Add missing accessors for X509 AuthorityKeyIdentifier
2019-07-31  Shane LontisRename X509_STORE ptr stored in opaque struct X509_STOR...
2019-07-30  Bernd EdlingerFix BIO_printf format warnings
2019-07-22  Dr. Matthias St... x509: publish X509_PUBKEY_dup
2019-07-18  Shane LontisCleanup use of X509 STORE locks
2019-07-16  Rich SalzRegenerate mkerr files
2019-07-15  Krists KrilovsFix wrong lock claimed in x509 dir lookup.
2019-07-08  Dmitry BelyavskiyAvoid NULL pointer dereference. Fixes #9043.
2019-07-02  Bernd EdlingerCheck for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_...
2019-06-28  Paul YangSupport SM2 certificate signing
2019-06-21  PauliRemove OPENSSL_memcmp.
2019-06-07  Acheev BhagatReplace BIO_printf with ASN1_STRING_print in GENERAL_NA...
2019-05-29  Richard LevitteJoin the x509 and x509v3 directories
2019-04-09  Paul YangMake X509_set_sm2_id consistent with other setters
2019-04-09  Matt CaswellFix crash in X509_STORE_CTX_get_by_subject
2019-03-18  David von Oheimbadd 'Signature Value:' line and correct indentation...
2019-03-18  David von Oheimbremove needless empty lines when printing certificates
2019-03-13  杨洋Support SM2 certificate verification
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-01-31  Bernd EdlingerFix a crash in reuse of i2d_X509_PUBKEY
2019-01-31  Bernd EdlingerFixed d2i_X509 in-place not re-hashing the ex_flags
2019-01-31  Bernd EdlingerFix a memory leak with di2_X509_CRL reuse
2019-01-13  Anna HenningsenFix compilation with `-DREF_PRINT`
2018-12-20  Ken GoldmanAdmit unknown pkey types at security level 0
2018-12-19  Richard LevitteX509_check_issued: check that signature algo matches...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-10-18  Viktor DukhovniApply self-imposed path length also to root CAs
2018-10-18  Viktor DukhovniOnly CA certificates can be self-issued
2018-09-24  PauliUse secure_getenv(3) when available.
2018-09-11  Matt CaswellUpdate copyright year
2018-08-17  Benjamin KadukAvoid shadowing 'free' in X509_LOOKUP_met_set_free
2018-08-07  Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-08-07  Andy Polyakovx509/x509name.c: fix potential crash in X509_NAME_get_t...
2018-06-20  Matt CaswellUpdate copyright year
2018-06-11  Todd ShortAdd support for RSA-PSS to X509_certificate_type()
2018-05-30  Mingtao YangAdd APIs for custom X509_LOOKUP_METHOD creation
2018-05-29  Matt CaswellUpdate copyright year
2018-05-23  Viktor DukhovniSkip CN DNS name constraint checks when not needed
2018-05-21  Matt CaswellFix undefined behaviour in X509_NAME_cmp()
2018-05-20  Richard LevitteRestore check of |*xn| against |name| in X509_NAME_set
2018-05-11  Kurt RoeckxUse void in all function definitions that do not take...
2018-05-02  Matt CaswellMake X509_VERIFY_PARAM_get_hostflags() take a const arg
2018-05-01  Matt CaswellAdd getter for X509_VERIFY_PARAM_get_hostflags
2018-05-01  Matt CaswellUpdate copyright year
2018-04-24  Rich SalzAdd missing malloc-return-null instance
2018-04-24  Dr. Matthias St... x509/by_dir.c: Remove dead code
2018-04-24  FdaSilvaYYX509: add more error codes on malloc or sk_TYP_push...
2018-04-19  Matt CaswellDon't crash if there are no trusted certs
2018-04-17  Richard LevitteUpdate copyright year
2018-04-06  Rich SalzFix bugs in X509_NAME_ENTRY_set
2018-04-03  Matt CaswellUpdate copyright year
2018-03-27  Rich SalzAllow NULL for some _free routines.
2018-03-27  Matt CaswellRemove some code for a contributor that we cannot find
2018-03-20  Matt CaswellUpdate copyright year
2018-03-02  Matt CaswellIntegrate X448 and Ed448 into libcrypto
2018-02-27  Matt CaswellUpdate copyright year
2018-02-21  Pavel KopylX509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors...
2018-01-09  Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-08  Dmitry BelyavskiyNUMERICSTRING support
2018-01-06  Bernd EdlingerFix error handling in X509_REQ_print_ex
2018-01-04  Rich SalzRewrite RT3513.
2017-12-08  Rich SalzConsistent formatting for sizeof(foo)
2017-11-16  Richard LevitteAdd padding spaces before printing signature algorithm...
2017-11-16  Yutian LiAdd padding spaces before printing algo.
2017-11-15  Rich SalzRevert "Add padding spaces before printing algo."
2017-11-15  Yutian LiAdd padding spaces before printing algo.
2017-11-03  Pavel KopylFix error handling in i2d* functions.
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-28  PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-09-28  PauliUse safestack.h exclusively internally.
2017-09-22  David BenjaminGuard against DoS in name constraints handling.
2017-09-14  PauliAvoid signed vs unsigned comparison error.
2017-09-14  PauliRemote unrequited casts
2017-09-14  PauliRevert "Reuse strndup(), simplify code"
2017-09-07  Rich SalzFix error handling/cleanup
2017-08-29  PauliMove e_os.h to be the very first include.
2017-08-29  PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-08-25  Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2017-08-21  PauliThis has been added to avoid the situation where some...
2017-08-21  Matt CaswellMore updates following review feedback
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/x509
2017-08-07  Bernd EdlingerAvoid surpising password dialog in X509 file lookup.
2017-07-07  PauliTrivial bounds checking.
2017-07-05  Rich SalzUndo commit d420ac2
2017-06-21  Dr. Stephen HensonUse EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs...
2017-06-21  Dr. Stephen HensonRecognise Ed25519 in X509_certificate_type
2017-06-10  Rich SalzRemove needless type casting.
2017-06-07  Rich Salzmake error tables const and separate header file
2017-04-25  Dr. Stephen HensonUse X509_get_signature_info() when checking security...
2017-04-25  Dr. Stephen HensonAdd support for custom signature parameters
2017-04-25  Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-04-20  Rich SalzIgnore dups in X509_STORE_add_*
2017-04-12  Todd ShortOCSP Updates: error codes and multiple certificates
2017-03-21  David BenjaminRemove duplicate X509_OBJECT free function.
2017-02-24  Emilia KasperX509 time: tighten validation per RFC 5280
next