Check md_size isn't negative before we use it
[openssl.git] / crypto / x509 /
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
2017-02-24 Bernd EdlingerAdd -Wundef to --strict-warnings options.
2017-02-03 Bernd EdlingerCombined patch against master branch for the following...
2017-01-28 Richard LevitteX509_CRL_digest() - ensure precomputed sha1 hash before...
2017-01-25 FdaSilvaYYFew nit's
2017-01-16 Kurt RoeckxAdd missing braces.
2017-01-15 Kurt RoeckxFix undefined behaviour when printing the X509 and...
2017-01-15 Kurt RoeckxFix undefined behaviour when printing the X509 serial
2017-01-13 Richard LevitteFix no-ocsp
2017-01-12 Rich SalzMake X509_Digest,others public
2017-01-12 Rich SalzGH2176: Add X509_VERIFY_PARAM_get_time
2017-01-10 Kurt RoeckxPrint the X509 version signed, and convert to unsigned...
2016-12-14 Rich SalzCRL critical extension bugfix
2016-12-13 Rich SalzAdd X509_VERIFY_PARAM inheritance flag set/get
2016-12-03 Viktor DukhovniRestore last-resort expired untrusted intermediate...
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-09 FdaSilvaYYSimplify and clean X509_VERIFY_PARAM new/free code.
2016-11-07 FdaSilvaYYAllow null in X509_CRL_METHOD_free
2016-10-11 Dr. Stephen HensonFix X509_NAME decode for malloc failures.
2016-09-22 Rich SalzAdd -Wswitch-enum
2016-09-21 Rich SalzRevert "Constify code about X509_VERIFY_PARAM"
2016-09-18 FdaSilvaYYConstify code about X509_VERIFY_PARAM
2016-08-24 Viktor DukhovniUn-delete still documented X509_STORE_CTX_set_verify
2016-08-23 FdaSilvaYYConstify a bit X509_NAME_get_entry
2016-08-23 FdaSilvaYYConstify some X509_NAME, ASN1 printing code
2016-08-23 FdaSilvaYYConstify some inputs buffers
2016-08-22 Matt CaswellAdd some sanity checks when checking CRL scores
2016-08-21 Dr. Stephen HensonAdd X509_getm_notBefore, X509_getm_notAfter
2016-08-19 Dr. Stephen HensonConstify certificate and CRL time routines.
2016-08-19 Dr. Stephen HensonAvoid duplicated code.
2016-08-19 Dr. Stephen HensonAdd X509_get0_serialNumber() and constify OCSP_cert_to_id()
2016-08-19 Dr. Stephen Hensonconstify X509_REQ_get0_signature()
2016-08-18 Matt CaswellConvert X509_REVOKED* functions to use const getters
2016-08-17 Dr. Stephen HensonConstify X509_certificate_type()
2016-08-17 Dr. Stephen HensonConstify X509_get0_signature()
2016-08-17 Dr. Stephen HensonConvert X509* functions to use const getters
next