Add RAND_UNIMPLEMENTED error code
[openssl.git] / crypto / x509v3 /
2017-06-15 Rich SalzStandardize Levitte's dual-license
2017-06-09 Paul YangFix a bundle of trailing spaces in several files
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-31 HorimotoYasuhiroCLA: trivial
2017-05-02 Matt CaswellFix some error path logic in i2v_AUTHORITY_INFO_ACCESS...
2017-04-25 Dr. Stephen HensonAdd support for custom signature parameters
2017-04-20 Marek KleinexplicitText encoding
2017-03-31 Jon SpillettFix for #2730. Add CRLDP extension to list of supported...
2017-03-15 Bernd EdlingerFixed a crash in print_notice.
2017-02-28 Matt CaswellRemove some commented out code in libcrypto
2017-02-05 Bernd EdlingerFix a crash with malformed user notice policy numbers
2017-01-25 FdaSilvaYYFew nit's
2016-11-17 FdaSilvaYYMissing free item on push failure
2016-11-03 Richard LevitteClean away remaining 'selftest' code
2016-11-03 Richard LevitteConvert x509 selftests to internal test
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-08-23 FdaSilvaYYConstify some X509_NAME, ASN1 printing code
2016-08-23 FdaSilvaYYConstify some input parameters.
2016-08-18 Dr. Stephen HensonConstify i2a*
2016-08-17 Matt CaswellConvert X509_CRL* functions to use const getters
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-06 Tomas MrazFix irregularities in GENERAL_NAME_print().
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-04 FdaSilvaYYConstify two internal methods
2016-07-26 David BenjaminUse sk_CONF_VALUE_pop_free in do_ext_nconf error path.
2016-07-25 Richard LevitteMake it possible for external code to set the certiciat...
2016-07-25 FdaSilvaYYConstify ... X509|X509_CRL|X509_REVOKED|_get_ext*()
2016-07-25 FdaSilvaYYConstify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2...
2016-07-25 FdaSilvaYYConstify i2s_ASN1_INTEGER, X509V3_get_d2i
2016-07-25 FdaSilvaYYEnforce and explicit some const casting
2016-07-25 FdaSilvaYYConstify SXNET_add_id_*
2016-07-23 Richard LevitteMake it possible for external code to flag a certificat...
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-11 Dr. Stephen HensonAdd nameConstraints commonName checking.
2016-06-29 FdaSilvaYYSpelling
2016-06-20 Kurt CancemiRemove pointless free loop in X509_PURPOSE_cleanup()
2016-06-16 FdaSilvaYYSpelling fixes
2016-06-15 FdaSilvaYYConstify input buffers of some X509V3 and X509_PURPOSE...
2016-06-14 Matt CaswellRemove an unused variable assignment
2016-06-11 Kurt RoeckxSpecify array sizes
2016-06-10 Matt CaswellFix an error path leak in do_ext_nconf()
2016-06-08 Rich SalzAdd some accessor API's
2016-06-05 FdaSilvaYYConstify X509V3_EXT_*_conf*
2016-06-05 FdaSilvaYYConstify s2i_ASN1_IA5STRING
2016-06-05 FdaSilvaYYConstify s2i_ASN1_INTEGER
2016-06-03 PauliFix threading issue that at best will leak memory
2016-06-01 Matt CaswellDon't leak memory on set_reasons() error path
2016-06-01 Matt CaswellDon't leak memory on int X509_PURPOSE_add() error path
2016-06-01 Matt CaswellDon't leak memory in v2i_POLICY_MAPPINGS() on error...
2016-06-01 Matt CaswellDon't leak memory from notice_section function on error...
2016-06-01 Matt CaswellDon't leak memory in v2i_AUTHORITY_KEYID
2016-05-28 Richard LevitteChange a call of OPENSSL_strcasecmp to strcasecmp
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-18 Viktor DukhovniEnsure verify error is set when X509_verify_cert()...
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-05-16 Rich SalzUse OPENSSL_hexchar2int
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-28 Matt CaswellFree an ASN1_OBJECT in an error path
2016-04-21 Matt CaswellFix a missing return value check in v3_addr
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-18 Rich SalzRename some lowercase API's
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-22 Dr. Stephen HensonMake X509_PUBKEY opaque
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-10 Viktor DukhovniAdd X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flag
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-04 Dmitry-MeGH769: Reuse strndup()
2016-02-25 Adam EijdenbergAdd more CT utility routines to be used as part of...
2016-02-24 Flavio MedeirosGH480: Don't break statements with CPP stuff.
2016-02-22 Rich SalzRemove unused parameters from internal functions
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-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-05 Viktor DukhovniLong overdue cleanup of X509 policy tree verification
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Viktor DukhovniFix invalid policy detection
2016-01-29 Rich SalzTemplatize util/domd
2016-01-28 Viktor DukhovniComment side-effect only calls of X509_check_purpose
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-15 Zi LinNGX-2040 - fix wildcard match on punycode/IDNA DNS...
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-10 Rob StradlingSupport the TLS Feature (aka Must Staple) X.509v3 exten...
2015-12-09 Dr. Stephen Hensonmake update
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-18 Richard Levittemake update
2015-10-18 Richard LevitteBecause ct_locl.h is used between modules, move it...
2015-10-15 Dr. Stephen HensonFix self signed handling.
2015-10-09 Adam EijdenbergInitial commit for Certificate Transparency support
2015-09-22 Dr. Stephen Hensonmake update
next