Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / crypto / engine / eng_rdrand.c
2023-09-07 Matt CaswellCopyright year updates
2023-06-08 Antony PolukhinWorkaround false positive warning of MSAN in eng_rdrand.c
2020-11-06 Matt CaswellDon't clear the whole error stack when loading engines
2020-07-16 Richard LevitteUpdate copyright year
2020-07-16 Paulideprecate engines in libcrypto
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-01 Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-03-08 Bryan DonlanFix issues in ia32 RDRAND asm leading to reduced entropy
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2013-12-13 Dr. Stephen HensonDon't use rdrand engine as default unless explicitly...
2011-08-14 Andy Polyakoveng_rdrand.c: make it link in './config 386' case.
2011-08-11 Dr. Stephen Hensonprevent compilation errors and warnings
2011-08-10 Andy PolyakovAdd provisory support for RDRAND instruction.