index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
engine
/
eng_rdrand.c
Age
Commit message (
Expand
)
Author
2020-11-06
Don't clear the whole error stack when loading engines
Matt Caswell
2020-07-16
Update copyright year
Richard Levitte
2020-07-16
deprecate engines in libcrypto
Pauli
2019-09-28
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-01
Remove extern declarations of OPENSSL_ia32cap_P
Bernd Edlinger
2018-12-06
Following the license change, modify the boilerplates in crypto/engine/
Richard Levitte
2018-03-08
Fix issues in ia32 RDRAND asm leading to reduced entropy
Bryan Donlan
2017-08-22
Use "" not <> for internal/ includes
Rich Salz
2016-05-17
Copyright consolidation 09/10
Rich Salz
2016-04-13
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-02-09
Auto init/deinit libcrypto
Matt Caswell
2015-11-09
Continue standardising malloc style for libcrypto
Matt Caswell
2015-01-22
Run util/openssl-format-source -v -c .
Matt Caswell
2013-12-13
Don't use rdrand engine as default unless explicitly requested.
Dr. Stephen Henson
2011-08-14
eng_rdrand.c: make it link in './config 386' case.
Andy Polyakov
2011-08-11
prevent compilation errors and warnings
Dr. Stephen Henson
2011-08-10
Add provisory support for RDRAND instruction.
Andy Polyakov