Add -rsigopt option to ocsp command
[openssl.git] / crypto / x509 /
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
2016-08-17 Matt CaswellConvert X509_CRL* functions to use const getters
2016-08-17 Matt CaswellMake X509_NAME_get0_der() conform to OpenSSL style
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-04 FdaSilvaYYConstify some ASN1_OBJECT *obj input parameters
2016-08-04 FdaSilvaYYConstify inputs of two X509_LOOKUP_METHOD methods
2016-08-04 FdaSilvaYYConstify input buffer
2016-08-03 Richard LevitteDon't check any revocation info on proxy certificates
2016-08-01 Dr. Stephen HensonConstify some X509_CRL, X509_REQ functions.
2016-08-01 Dr. Stephen HensonConstify some X509_CRL functions.
2016-07-30 Richard J. MooreIgnore the serial number for now and just do the rest.
2016-07-30 Richard J. MooreMake some more X509 functions const.
2016-07-29 Dr. Stephen HensonFix CRL time comparison.
2016-07-26 Dr. Stephen HensonDeprecate X509_LU_FAIL, X509_LU_RETRY
2016-07-26 Dr. Stephen HensonUse X509_LOOKUP_TYPE for lookup type consistently.
2016-07-26 Dr. Stephen HensonRemove current_method from X509_STORE_CTX
2016-07-25 Richard LevitteAdd X509_STORE lock and unlock functions
2016-07-25 Richard LevitteAdd setter and getter for X509_STORE's check_policy
2016-07-25 Richard LevitteAdd getters / setters for the X509_STORE_CTX and X509_S...
2016-07-25 FdaSilvaYYConstify X509|X509_CRL|X509_REVOKED_get_ext
2016-07-25 FdaSilvaYYConstify ... X509|X509_CRL|X509_REVOKED|_get_ext*()
2016-07-25 FdaSilvaYYConstify ...
2016-07-25 FdaSilvaYYConstify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2...
2016-07-25 FdaSilvaYYConstify input parameters of methods :
next