index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rand
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
evp_rand: documentation
Pauli
2020-06-24
2
-1
/
+36
*
fips rand: DRBG KAT self test updates to provider model.
Pauli
2020-06-24
1
-0
/
+7
*
CTR, HASH and HMAC DRBGs in provider
Pauli
2020-06-24
4
-1108
/
+341
*
rand: move drbg_{ctr,hash,hmac}.c without change to preserve history
Dr. Matthias St. Pierre
2020-06-24
3
-1119
/
+0
*
rand: move rand_{unix,vms,vxworks,win}.c without change to preserve history
Dr. Matthias St. Pierre
2020-06-24
4
-1832
/
+0
*
CRNGT: continuous DRBG tests for providers
Pauli
2020-06-24
4
-655
/
+21
*
Move CRNG test to providers
Pauli
2020-06-24
1
-139
/
+0
*
rand: core APIs for provider friendly random.
Pauli
2020-06-24
1
-0
/
+10
*
Fix a buffer overflow in drbg_ctr_generate
Bernd Edlinger
2020-06-03
1
-3
/
+5
*
Fix egd and devrandom source configs
Bernd Edlinger
2020-05-20
1
-2
/
+3
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
rand_unix.c: Ensure requests to KERN_ARND don't exceed 256 bytes.
nia
2020-05-04
1
-1
/
+1
*
rand_unix.c: Only enable hack for old FreeBSD versions on FreeBSD
nia
2020-05-04
1
-0
/
+2
*
rand_unix.c: Include correct headers for sysctl() on NetBSD
nia
2020-05-04
1
-2
/
+2
*
Amend references to "OpenSSL license"
Shourya Shukla
2020-04-29
1
-1
/
+1
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
6
-20
/
+20
*
Update copyright year
Matt Caswell
2020-04-23
9
-9
/
+9
*
Put sys-specific files in build.info
Rich Salz
2020-04-16
3
-67
/
+65
*
Use build.info, not ifdef for crypto modules
Rich Salz
2020-04-16
2
-34
/
+32
*
AES CTR-DRGB: do not leak timing information
Patrick Steuer
2020-04-08
1
-13
/
+9
*
AES CTR-DRGB: performance improvement
Patrick Steuer
2020-03-11
2
-82
/
+139
*
DRBG: delay initialization of DRBG method until instantiation
Dr. Matthias St. Pierre
2020-02-25
2
-31
/
+46
*
RAND_DRBG: add a callback data for entropy and nonce callbacks
Dr. Matthias St. Pierre
2020-02-07
2
-0
/
+30
*
Fix misspelling errors and typos reported by codespell
Dr. Matthias St. Pierre
2020-02-06
2
-2
/
+2
*
Deprecate the low level HMAC functions
Pauli
2020-01-29
1
-0
/
+6
*
Convert rand_bytes_ex and rand_priv_bytes_ex to public functions
Matt Caswell
2020-01-20
1
-4
/
+4
*
Don't register drbg_delete_thread_state twice
Matt Caswell
2020-01-20
1
-2
/
+12
*
CRYPTO: Remove support for ex_data fields when building the FIPS module
Richard Levitte
2020-01-15
2
-1
/
+6
*
Move random-related defines to "crypto/rand.h"
Dr. Matthias St. Pierre
2020-01-07
1
-49
/
+0
*
rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failure
Dr. Matthias St. Pierre
2019-12-11
1
-17
/
+21
*
Fix some typos
Veres Lajos
2019-12-11
2
-2
/
+2
*
Update source files for pre-3.0 deprecation
Richard Levitte
2019-11-07
2
-2
/
+2
*
VMS: Added new method to gather entropy on VMS, based on SYS$GET_ENTROPY.
Richard Levitte
2019-11-02
1
-10
/
+89
*
DRBG: add check for XOF so these can be disallowed by the DRBGs
Pauli
2019-11-02
2
-0
/
+5
*
DRBG: weaken the restriction on allowed digests.
Pauli
2019-11-02
2
-52
/
+6
*
Document "get/set-app-data" macros.
Rich Salz
2019-10-23
1
-1
/
+1
*
Move random-related defines from e_os.h to rand_unix.c
Dr. Matthias St. Pierre
2019-10-19
1
-0
/
+50
*
rand_unix.c: correct include guard comments
Dr. Matthias St. Pierre
2019-10-19
1
-2
/
+4
*
Cleanup: move remaining providers/common/include/internal/*.h
Richard Levitte
2019-10-10
2
-2
/
+2
*
Rework how our providers are built
Richard Levitte
2019-10-10
1
-1
/
+1
*
Add defines for __NR_getrandom for all Linux architectures
Kurt Roeckx
2019-09-30
1
-3
/
+49
*
Fix header file include guard names
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
11
-10
/
+10
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
8
-9
/
+9
*
Avoid ?: construct in XXXerr calls
Rich Salz
2019-09-19
1
-3
/
+4
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)
Dr. Matthias St. Pierre
2019-09-11
1
-2
/
+4
*
drbg: add fork id to additional data on UNIX systems
Dr. Matthias St. Pierre
2019-09-11
1
-0
/
+3
*
drbg: ensure fork-safety without using a pthread_atfork handler
Dr. Matthias St. Pierre
2019-09-11
3
-28
/
+11
*
Fix a potential crash in rand_unix.c
Bernd Edlinger
2019-09-10
1
-31
/
+84
[next]