]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509v3
Add test for the BIO_get_mem_ptr() regression
[thirdparty/openssl.git] / crypto / x509v3 /
2019-03-18  David von Oheimbremove 'keyid:' when printing simple X509 authority...
2019-03-18  David von Oheimbremove needless empty lines when printing certificates
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-03-06  Richard LevitteAdapt OPENSSL_POLICY_DEBUG to the new generic trace API
2018-12-19  Richard LevitteX509_check_issued: check that signature algo matches...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-27  Fraser TweedaleSupport GeneralSubtrees with minimum = 0
2018-09-11  Matt CaswellUpdate copyright year
2018-08-26  Andy Polyakovx509v3/v3_purp.c: refine lock-free check in x509v3_cach...
2018-08-07  Andy Polyakovx509v3/v3_purp.c: re-implement lock-free check for...
2018-08-07  Andy Polyakovx509v3/v3_purp.c: resolve Thread Sanitizer nit.
2018-08-07  Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-07-25  Rich SalzCheck for failures, to avoid memory leak
2018-06-22  Nicola TuveriRemove __cplusplus preamble from internal headers
2018-05-29  Matt CaswellUpdate copyright year
2018-05-23  Viktor DukhovniSkip CN DNS name constraint checks when not needed
2018-05-23  Viktor DukhovniLimit scope of CN name constraints
2018-05-03  Dr. Matthias St... v3_purp.c: add locking to x509v3_cache_extensions()
2018-05-01  Matt CaswellUpdate copyright year
2018-04-26  FdaSilvaYYAdd missing error code when alloc-return-null
2018-04-24  FdaSilvaYYX509: add more error codes on malloc or sk_TYP_push...
2018-02-27  Matt CaswellUpdate copyright year
2018-02-21  Pavel KopylX509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors...
2018-02-19  Massimiliano Pala Add X509_get0_authority_key_id() function
2018-02-14  Matt CaswellMake sure we check the return value of extract_min_max()
2018-02-13  Matt CaswellUpdate copyright year
2018-01-22  Rich SalzAdd accessors for AdmissionSyntax
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...
next