]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509
Fix no-ec2m in ec_curve.c (1.1.0)
[thirdparty/openssl.git] / crypto / x509 /
2019-09-10  Matt CaswellUpdate copyright year
2019-08-17  Bernd EdlingerFix error handling in X509_chain_up_ref
2019-07-15  Krists KrilovsFix wrong lock claimed in x509 dir lookup.
2019-07-08  PauliAvoid NULL pointer dereference.
2019-05-28  Richard LevitteUpdate copyright year
2019-01-31  Bernd EdlingerFix a crash in reuse of d2i_X509_PUBKEY
2018-11-20  Matt CaswellUpdate copyright year
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-08-17  Benjamin KadukAvoid shadowing 'free' in X509_LOOKUP_met_set_free
2018-08-14  Matt CaswellUpdate copyright year
2018-08-05  PauliAvoid errors when loading a cert multiple times.
2018-05-30  Mingtao YangAdd APIs for custom X509_LOOKUP_METHOD creation
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-05  Emilia KasperX509 time: tighten validation per RFC 5280
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-04-24  Matt CaswellAllow intermediate CAs to use RSA PSS in 1.1.0
2018-04-19  Matt CaswellDon't crash if there are no trusted certs
2018-04-19  Emilia KasperX509_cmp_time: only return 1, 0, -1.
2018-04-12  Rich SalzFix bugs in X509_NAME_ENTRY_set
2018-03-27  Matt CaswellUpdate copyright year
2018-02-21  Pavel KopylX509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors...
2017-12-08  Rich SalzStandardize syntax of sizeof(foo)
2017-09-30  David BenjaminGuard against DoS in name constraints handling.
2017-09-07  Rich SalzFix error handling/cleanup
2017-08-25  Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-07  Bernd EdlingerAvoid surpising password dialog in X509 file lookup.
2017-06-10  Rich SalzRemove needless type casting.
2017-03-21  David BenjaminRemove duplicate X509_OBJECT free function.
2017-02-23  Rich SalzAdd -Wundef to strict-warnings
2017-02-04  Bernd EdlingerCombined patch against OpenSSL_1_1_0-stable branch...
2017-01-28  Richard LevitteX509_CRL_digest() - ensure precomputed sha1 hash before...
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-07  FdaSilvaYYAllow null in X509_CRL_METHOD_free
2016-10-11  Dr. Stephen HensonFix X509_NAME decode for malloc failures.
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 :
2016-07-25  FdaSilvaYYConstify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_t...
2016-07-23  Richard LevitteProperly initialise the internal proxy certificate...
2016-07-22  Dr. Stephen HensonUse newest CRL.
2016-07-20  Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20  FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-20  FdaSilvaYYUse more X509_REQ_get0_pubkey & X509_get0_pubkey
2016-07-19  mrpreCleanup after sk_push fail
2016-07-12  Viktor DukhovniPerform DANE-EE(3) name checks by default
2016-07-11  Dr. Stephen HensonAdd nameConstraints commonName checking.
2016-07-05  FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-06-29  Richard LevitteRemove the envvar hack to enable proxy cert processing
2016-06-29  FdaSilvaYYWhitespace cleanup in crypto
2016-06-29  FdaSilvaYYSpelling
2016-06-20  Richard Levittemake update
next