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
*
Fixed issue where DRBG_CTR fails if NO_DF is used - when entropy is called
Shane Lontis
2018-07-25
1
-1
/
+1
*
rand/rand_unix.c: address macro redifinition warning.
Andy Polyakov
2018-07-01
1
-1
/
+3
*
Modify the DEVRANDOM source so that the files are kept open persistently.
Pauli
2018-06-26
4
-16
/
+197
*
rand/rand_unix.c: mask getentropy ELF detection on HP-UX.
Andy Polyakov
2018-06-25
1
-1
/
+1
*
RAND_POOL: Add missing implementations for djgpp
Dr. Matthias St. Pierre
2018-06-15
1
-4
/
+5
*
rand/rand_unix.c: bypass DSO_global_lookup on ELF systems.
Andy Polyakov
2018-06-09
1
-8
/
+16
*
rand/rand_unix.c: omit error from DSO_global_lookup.
Andy Polyakov
2018-06-09
1
-0
/
+2
*
Fix checking the return value of getentropy()
Kurt Roeckx
2018-06-03
1
-1
/
+1
*
Remove support for calling getrandom(), we now always call getentropy()
Kurt Roeckx
2018-06-03
1
-18
/
+0
*
Look up availability of getentropy() at runtime.
Kurt Roeckx
2018-06-03
1
-5
/
+24
*
Add support for KERN_ARND to get random bytes on NetBSD
Kurt Roeckx
2018-06-03
1
-7
/
+18
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
2
-2
/
+2
*
VMS rand: assign before check, not the other way around
Richard Levitte
2018-05-08
1
-1
/
+1
*
VMS: modernise rand_pool_acquire_entropy, step 2
Richard Levitte
2018-05-03
1
-48
/
+316
*
VMS: modernise rand_pool_acquire_entropy, step 1
Richard Levitte
2018-05-03
1
-76
/
+120
*
opensslconf.h inclusion cleanup
FdaSilvaYY
2018-05-02
1
-1
/
+0
*
Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bits
Richard Levitte
2018-05-02
4
-23
/
+26
*
Improve error handling in rand_init function
Bernd Edlinger
2018-05-01
1
-6
/
+21
*
Don't cleanup uninitialized thread local slots
Bernd Edlinger
2018-04-28
1
-4
/
+6
*
Fix drbg thread cleanup and error handling
Bernd Edlinger
2018-04-27
1
-17
/
+23
*
Fix usage of ossl_assert()
Kurt Roeckx
2018-04-23
1
-1
/
+2
*
Add support for getrandom() or equivalent system calls and use them by default
Kurt Roeckx
2018-04-22
1
-10
/
+91
*
DRBG: fix coverity issues
Dr. Matthias St. Pierre
2018-04-17
1
-4
/
+4
*
make update
Richard Levitte
2018-04-13
1
-0
/
+6
*
DRBG: implement a get_nonce() callback
Dr. Matthias St. Pierre
2018-04-13
5
-154
/
+321
*
DRBG: fix memory leak on error in rand_drbg_get_entropy()
Dr. Matthias St. Pierre
2018-04-10
1
-1
/
+2
*
rand/randfile.c: fix potential resource leak in RAND_load_file.
Andy Polyakov
2018-04-04
1
-0
/
+1
*
Remove ambiguity in rand_pool_add[_end] return value
Richard Levitte
2018-04-04
4
-32
/
+33
*
VMS: stricter acquisition of entropy for the pool
Richard Levitte
2018-04-03
2
-18
/
+51
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
Use the private RNG for data that is not public
Kurt Roeckx
2018-04-02
1
-1
/
+1
*
Make sure we use a nonce when a nonce is required
Kurt Roeckx
2018-04-01
3
-29
/
+43
*
Add documentation for the RAND_DRBG API
Dr. Matthias St. Pierre
2018-03-30
1
-110
/
+47
*
Document RAND_DRBG fork-safety locking model
Benjamin Kaduk
2018-03-29
1
-1
/
+17
*
Fix setbuf use for VMS C
Richard Levitte
2018-03-29
1
-0
/
+14
*
rand/randfile.c: permit non-regular files in RAND_load_file.
Andy Polyakov
2018-03-27
1
-7
/
+27
*
DRBG: Use the EVP layer to do AES encryption
Kurt Roeckx
2018-03-21
2
-67
/
+133
*
o_fopen.c,rand/randfile.c: compensate for e_os.h omission.
Andy Polyakov
2018-03-21
1
-7
/
+5
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
crypto/rand/rand_vms.c: include "internal/rand_int.h"
Richard Levitte
2018-03-20
1
-0
/
+1
*
Make the public and private DRBG thread local
Kurt Roeckx
2018-03-19
2
-33
/
+57
*
Return error when trying to use prediction resistance
Kurt Roeckx
2018-03-17
2
-1
/
+14
*
Propagate the request for prediction resistance to the get entropy call
Kurt Roeckx
2018-03-17
2
-7
/
+12
*
Fixed a crash in error handing of rand_drbg_new
Bernd Edlinger
2018-03-17
1
-1
/
+1
*
RAND_DRBG: add a function for setting the default DRBG type and flags
Dr. Matthias St. Pierre
2018-03-16
4
-8
/
+55
*
Publish the RAND_DRBG API
Dr. Matthias St. Pierre
2018-03-15
8
-115
/
+105
*
RAND_DRBG: add a function for setting the reseeding defaults
Dr. Matthias St. Pierre
2018-03-10
2
-9
/
+48
*
Check the parent DRBG's strength
Kurt Roeckx
2018-03-06
3
-1
/
+24
*
Update copyright year
Matt Caswell
2018-02-27
1
-1
/
+1
[next]