summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_rdrand.c
AgeCommit message (Expand)Author
2020-11-06Don't clear the whole error stack when loading enginesMatt Caswell
2020-07-16Update copyright yearRichard Levitte
2020-07-16deprecate engines in libcryptoPauli
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger
2018-12-06Following the license change, modify the boilerplates in crypto/engine/Richard Levitte
2018-03-08Fix issues in ia32 RDRAND asm leading to reduced entropyBryan Donlan
2017-08-22Use "" not <> for internal/ includesRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2013-12-13Don't use rdrand engine as default unless explicitly requested.Dr. Stephen Henson
2011-08-14eng_rdrand.c: make it link in './config 386' case.Andy Polyakov
2011-08-11prevent compilation errors and warningsDr. Stephen Henson
2011-08-10Add provisory support for RDRAND instruction.Andy Polyakov