ec/asm/ecp_nistz256-armv8.pl: add optimized inversion.
[openssl.git] / crypto / x509v3 /
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-11-25 David BenjaminPretty-print large INTEGERs and ENUMERATEDs in hex.
2017-11-13 FdaSilvaYYremove magic number
2017-11-10 FdaSilvaYYFix possible leaks on sk_X509_EXTENSION_push() failure ...
2017-10-26 Paul YangSimplify the stack reservation
2017-10-26 Matt CaswellDon't use strcasecmp and strncasecmp for IA5 strings
2017-10-23 Xiangyu BuFix memory leak in GENERAL_NAME_set0_othername.
2017-10-17 Andy Polyakovx509v3/v3_utl.c: avoid double-free.
2017-10-10 Andy Polyakovcrypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity...
2017-10-03 FdaSilvaYYUse more pre-allocation
2017-09-27 PauliAdd stack space reservations.
2017-09-22 David BenjaminGuard against DoS in name constraints handling.
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-28 Rich SalzAvoid out-of-bounds read
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-08-21 Matt CaswellMore updates following review feedback
2017-08-21 Matt CaswellUpdates following feedback on OPENSSL_assert() removal
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/x509v3
2017-07-07 PauliTrivial bounds checking.
2017-07-05 Richard LevitteAvoid possible memleak in X509_policy_check()
2017-07-05 Rich SalzUndo commit d420ac2
2017-06-20 FdaSilvaYYDeclare a new x509v3 extension: x509ExtAdmission
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
next