Properly zero cipher_data for ChaCha20-Poly1305 on cleanup
[openssl.git] / crypto / x509 /
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 :
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
2016-06-20 Richard LevitteFix proxy certificate pathlength verification
2016-06-20 Richard LevitteCheck that the subject name in a proxy cert complies...
2016-06-20 Kurt CancemiRemove pointless free loop in X509_TRUST_cleanup()
2016-06-18 FdaSilvaYYMissing NULL check on OBJ_dup result in x509_name_canon
2016-06-15 FdaSilvaYYConstify X509_TRUST_add method.
2016-06-11 Kurt RoeckxAvoid creating an illegal pointer
2016-06-10 Matt CaswellFix an error path leak in int X509_ATTRIBUTE_set1_data()
2016-06-09 Rich SalzMake a2i_ipadd an internal function
2016-06-08 Kurt Cancemicrypto/x509/x509_vpm.c: Simplify int_x509_param_set1()
2016-06-05 FdaSilvaYYConstify X509_OBJECT_get_type & X509_OBJECT_get0_X509
2016-06-01 Matt CaswellDon't leak memory on X509_TRUST_add() error path
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-19 Viktor DukhovniWhen strict SCT fails record verification failure
2016-05-18 Viktor DukhovniEnsure verify error is set when X509_verify_cert()...
2016-05-17 Rich SalzX509_STORE_CTX accessors.
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-17 Matt CaswellRemove repeated condition from if in X509_NAME_oneline
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-16 FdaSilvaYYUnify <TYPE>_up_ref methods signature and behaviour.
2016-05-16 FdaSilvaYYFix some missing OBJ_dup failure checks.
2016-05-11 Viktor DukhovniFix i2d_X509_AUX, update docs and add tests
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-05-06 isnotnickRT3513: req doesn't display attributes using utf8string
2016-05-04 Dr. Stephen HensonFix name length limit check.
2016-05-03 Viktor DukhovniDrop duplicate ctx->verify_cb assignment
2016-05-03 Matt CaswellPrevent EBCDIC overread for very long strings
2016-05-02 Dr. Stephen HensonFix i2d_X509_AUX: pp can be NULL.
2016-04-29 Matt CaswellFix some X509_STORE macros
next