summaryrefslogtreecommitdiff
path: root/crypto/engine/eng_rdrand.c
Commit message (Expand)AuthorAgeFilesLines
* Don't clear the whole error stack when loading enginesMatt Caswell2020-11-061-1/+11
* Update copyright yearRichard Levitte2020-07-161-1/+1
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger2019-09-011-2/+1
* Following the license change, modify the boilerplates in crypto/engine/Richard Levitte2018-12-061-1/+1
* Fix issues in ia32 RDRAND asm leading to reduced entropyBryan Donlan2018-03-081-18/+5
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-46/+6
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-2/+2
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-2/+2
* Auto init/deinit libcryptoMatt Caswell2016-02-091-3/+4
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-68/+74
* Don't use rdrand engine as default unless explicitly requested.Dr. Stephen Henson2013-12-131-0/+1
* eng_rdrand.c: make it link in './config 386' case.Andy Polyakov2011-08-141-1/+1
* prevent compilation errors and warningsDr. Stephen Henson2011-08-111-3/+5
* Add provisory support for RDRAND instruction.Andy Polyakov2011-08-101-0/+140