Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
[openssl.git] / crypto / x509 /
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
2015-11-23 Rich SalzFix a few missed "if (!ptr)" cleanups
2015-11-23 Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-17 Richard Levittemake update
2015-11-14 Dr. Stephen HensonUse accessors for X509_print_ex().
2015-11-14 Dr. Stephen HensonAdd new X509 accessors
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-23 Alessandro GhediniRemove useless code
2015-10-15 Dr. Stephen Hensonembed CRL serial number and signature fields
2015-10-15 Dr. Stephen Hensonembed certificate serial number and signature fields
2015-10-15 Dr. Stephen Hensonembed value field of X509_EXTENSION
2015-10-03 Kurt RoeckxFix more d2i cases to properly update the input pointer
2015-10-02 Rich SalzRemove BIO_s_file_internal macro.
2015-09-30 David WoodhouseFix no-stdio build
2015-09-22 Dr. Stephen Hensonmake update
2015-09-22 Dr. Stephen Hensonheader includes
2015-09-22 Dr. Stephen HensonFix path in comments
2015-09-22 Dr. Stephen Hensonmake depend
2015-09-22 Dr. Stephen HensonMove certificate request and CRL routines to x509 dir.
2015-09-22 Dr. Stephen HensonMove functions.
2015-09-22 Dr. Stephen HensonNew accessor X509_REQ_get_X509_PUBKEY()
2015-09-22 Dr. Stephen HensonAdditional X509_CRL accessors.
2015-09-22 Dr. Stephen Hensontypo
2015-09-22 Dr. Stephen HensonAdd accessors for X509_REVOKED.
2015-09-22 Dr. Stephen HensonAdd accessors for request and CRL signatures
2015-09-17 Dr. Stephen HensonEmbed various signature algorithms.
2015-09-16 Dr. Stephen HensonEmbed X509_REQ_INFO
2015-09-16 Dr. Stephen HensonEmbed X509_CINF
2015-09-16 Dr. Stephen HensonX509_CRL_INFO embed
2015-09-16 Dr. Stephen HensonChange X509_VAL in X509 structure to embedded.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-05 Dr. Stephen HensonAvoid direct X509 structure access
2015-09-05 Dr. Stephen HensonReplace X509 macros with functions
2015-09-05 mrpreIn X509_STORE_CTX_init, cleanup on failure
2015-09-05 David WoodhouseRT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time...
2015-09-03 David WoodhouseRevert "OPENSSL_NO_xxx cleanup: RFC3779"
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-09-02 Dr. Stephen Hensonmake update
2015-09-02 Dr. Stephen Hensonmake X509_CRL opaque
2015-09-02 Viktor DukhovniBetter handling of verify param id peername field
2015-08-31 Dr. Stephen Hensonmake update
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
2015-08-31 Dr. Stephen HensonAdd X509_CRL_up_ref function
2015-08-31 Dr. Stephen Hensonmake X509_REQ opaque
2015-08-31 Dr. Stephen Hensonmake X509_CERT_AUX opaque
2015-08-28 Alessandro GhediniGH354: Memory leak fixes
2015-08-13 Ismo PuustinenGH364: Free memory on an error path
2015-08-11 Rich SalzRemove Gost94 signature algorithm.
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-07-07 Matt CaswellExtend -show_chain option to verify to show more info
2015-07-07 Matt CaswellReject calls to X509_verify_cert that have not been...
next