Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / crypto / objects / obj_xref.c
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-03-03 Michael BaentschAdd testing of OBJ_find_sigid_by_algs()
2022-03-03 Michael Baentschenable CMS sign/verify for provider-implemented PKEYs
2021-10-22 Michael BaentschPermit no/empty digest in core_obj_add_sigid
2021-09-25 Pauliobj: add locking to the OBJ sigid calls
2020-11-26 Matt CaswellUpdate copyright year
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-07 Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2017-08-29 Paulie_os.h removal from other headers and source files.
2016-11-03 Richard LevitteClean away remaining 'selftest' code
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-07 Dr. Stephen HensonOnly declare stacks in headers
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-05-06 Rich SalzMake sig_app, sigx_app static
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01 Rich Salzfree NULL cleanup 11
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2011-10-06 Dr. Stephen Henson? crypto/aes/aes-armv4.S
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-10-22 Dr. Stephen HensonCreate function of the form OBJ_bsearch_xxx() in bsearc...
2008-10-20 Dr. Stephen HensonFix a shed load or warnings:
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-07-04 Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-06-04 Ben LaurieMore type-checking.
2006-07-12 Dr. Stephen HensonBugfix: don't look in internal table for signature...
2006-07-09 Dr. Stephen HensonNew functions to add and free up application defined...
2006-04-18 Dr. Stephen HensonAdd OID cross reference table.