Travis: update sanitizer configs
[openssl.git] / crypto / x509 /
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
2016-04-29 Dr. Stephen HensonAdd checks to X509_NAME_oneline()
2016-04-29 Dr. Stephen HensonSanity check buffer length.
2016-04-29 Dr. Stephen HensonAdd size limit to X509_NAME structure.
2016-04-29 Matt CaswellThe x509_name_canon function doesn't check for an error...
2016-04-29 David BenjaminAvoid overflow issues in X509_cmp.
2016-04-29 Matt CaswellFix a build error with strict-warnings and CHARSET_EBCDIC
2016-04-28 FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value
2016-04-28 Christian HeimesAdd getters for X509_STORE and X509_OBJECT members
2016-04-28 Viktor DukhovniImplement X509_STORE_CTX_set_current_cert() accessor
2016-04-27 Viktor DukhovniFuture proof build_chain() in x509_vfy.c
2016-04-27 Kazuki YamaguchiGH975 Add ex_data functions for X509_STORE
2016-04-26 Matt CaswellEnsure we check i2d_X509 return val
2016-04-25 Viktor DukhovniAdded missing X509_STORE_CTX_set_error_depth() accessor
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-18 Rich SalzRename some lowercase API's
2016-04-16 Dr. Stephen HensonAdd X509_STORE_CTX_set0_untrusted function.
2016-04-15 Rich SalzMake many X509_xxx types opaque.
2016-04-08 Rich SalzAdd SSL_DANE typedef for consistency.
2016-04-06 Matt CaswellFix no-ocsp
2016-04-04 FdaSilvaYYUse X509_REQ_get0_pubkey
2016-04-04 FdaSilvaYYAdd X509_REQ_get0_pubkey method
2016-04-04 FdaSilvaYYFix two leaks in X509_REQ_to_X509
2016-04-03 Viktor DukhovniMove peer chain security checks into x509_vfy.c
2016-04-03 Viktor DukhovniTidy up x509_vfy callback handling
2016-04-02 Dr. Stephen HensonFix X509_PUBKEY cached key handling.
2016-03-30 Dr. Stephen HensonRemove X509_PUBKEY lock.
2016-03-30 Viktor DukhovniRequire intermediate CAs to have basicConstraints CA...
2016-03-22 Dr. Stephen HensonMake X509_PUBKEY opaque
2016-03-22 Dr. Stephen Hensonmove x_pubkey.c to crypto/x509
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-21 Viktor DukhovniAdd a comment on dane_verify() logic
2016-03-20 Rich SalzRemove #error from include files.
2016-03-09 Matt CaswellRemove use of the old CRYPTO_LOCK_X5O9_STORE
2016-03-08 Dmitry-MeReuse strndup(), simplify code
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-04 Dmitry-MeGH784: Better variable name
2016-03-01 Dr. Stephen Hensonremove old unused oneline name field
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-10 Viktor DukhovniDeprecate the -issuer_checks debugging option
2016-02-08 Viktor DukhovniSuppress DANE TLSA reflection when verification fails
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-05 Viktor DukhovniEnsure correct chain depth for policy checks with DANE...
2016-02-05 Viktor DukhovniLong overdue cleanup of X509 policy tree verification
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-02-01 Viktor DukhovniCompat self-signed trust with reject-only aux data
2016-02-01 Viktor DukhovniCheck chain extensions also for trusted certificates
2016-01-30 Dr. Stephen HensonAdd function to return internal enoding of X509_NAME.
2016-01-29 Rich SalzTemplatize util/domd
2016-01-29 Viktor DukhovniMake it possible to check for explicit auxiliary trust
2016-01-28 Viktor DukhovniComment side-effect only calls of X509_check_purpose
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-21 Viktor DukhovniReject when explicit trust EKU are set and none match.
2016-01-20 Viktor DukhovniCheck Suite-B constraints with EE DANE records
2016-01-20 Rich SalzRemove update tags
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-18 Viktor DukhovniDrop cached certificate signature validity flag
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-16 Viktor DukhovniEmpty SNI names are not valid
2016-01-15 Dr. Stephen HensonAdd lookup_certs for a trusted stack.
2016-01-14 Viktor DukhovniCosmetic polish for last-resort depth 0 check
2016-01-14 Viktor DukhovniFix last-resort depth 0 check when the chain has multip...
2016-01-14 Viktor DukhovniAlways initialize X509_STORE_CTX get_crl pointer
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-07 Rich Salzmem functions cleanup
2016-01-07 Viktor DukhovniDANE support for X509_verify_cert()
2016-01-07 Dr. Stephen HensonOnly declare stacks in headers
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-06 Viktor DukhovniDANE support structures, constructructors and accessors
2016-01-03 Viktor DukhovniFix X509_STORE_CTX_cleanup()
2016-01-03 Viktor DukhovniDrop incorrect id == -1 case from X509_check_trust
2016-01-03 Viktor DukhovniX509_verify_cert() cleanup
2015-12-31 Dr. Stephen HensonUse X509_get0_pubkey where appropriate
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-14 Dr. Stephen HensonNew function X509_get0_pubkey
2015-12-09 Dr. Stephen Hensonmake update
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-26 Dr. Stephen HensonRemove X509_VERIFY_PARAM_ID
2015-11-24 Alessandro GhediniRemove useless locking code
next