index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rand
/
rand_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-1
/
+1
*
Replace "SSLeay" in API with OpenSSL
Rich Salz
2015-10-30
1
-4
/
+4
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-4
/
+1
*
Deprecate RAND_pseudo_bytes
Matt Caswell
2015-03-25
1
-0
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-154
/
+150
*
Use rdrand as additional entropy source.
Dr. Stephen Henson
2014-01-11
1
-0
/
+1
*
PR: 2786
Dr. Stephen Henson
2012-08-23
1
-2
/
+5
*
Don't set FIPS rand method at same time as RAND method as this can cause the
Dr. Stephen Henson
2011-06-21
1
-4
/
+0
*
Oops, work out expanded buffer length before allocating it...
Dr. Stephen Henson
2011-04-23
1
-2
/
+2
*
Always return multiple of block length bytes from default DRBG seed
Dr. Stephen Henson
2011-04-23
1
-0
/
+2
*
Add continuous RNG test to entropy source. Entropy callbacks now need
Dr. Stephen Henson
2011-04-21
1
-1
/
+1
*
Update OpenSSL DRBG support code. Use date time vector as additional data.
Dr. Stephen Henson
2011-04-07
1
-5
/
+31
*
Extensive reorganisation of PRNG handling in FIPS module: all calls
Dr. Stephen Henson
2011-04-05
1
-5
/
+67
*
FIPS mode changes to make RNG compile (this will need updating later as we
Dr. Stephen Henson
2011-01-26
1
-0
/
+6
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-4
/
+4
*
More size_tification.
Ben Laurie
2008-11-01
1
-4
/
+4
*
Port from 0.9.8-stable
Lutz Jänicke
2007-09-24
1
-2
/
+0
*
Initialize "buf" to 0 to make valgrind happy :-)
Lutz Jänicke
2007-03-02
1
-0
/
+2
*
Add the possibility to build without the ENGINE framework.
Richard Levitte
2003-01-30
1
-0
/
+10
*
This commits changes to various parts of libcrypto required by the recent
Geoff Thorpe
2001-09-25
1
-22
/
+47
*
Fix memory leak when RAND is used: need to cleanup
Dr. Stephen Henson
2001-06-21
1
-2
/
+3
*
In RSA, DSA, DH, and RAND - if the "***_new()" function fails because the
Geoff Thorpe
2001-04-30
1
-0
/
+4
*
Some more tweaks from ENGINE code.
Geoff Thorpe
2001-04-18
1
-7
/
+7
*
Merge the engine branch into the main trunk. All conflicts resolved.
Richard Levitte
2000-10-26
1
-19
/
+38
*
Use RAND_METHOD for implementing RAND_status.
Bodo Möller
2000-03-02
1
-0
/
+7
*
Allow for higher granularity of entropy estimates by using 'double'
Bodo Möller
2000-02-19
1
-1
/
+1
*
New function RAND_pseudo_bytes() generated pseudorandom numbers that
Ulf Möller
2000-01-16
1
-0
/
+6
*
Precautions against using the PRNG uninitialized: RAND_bytes() now
Ulf Möller
2000-01-13
1
-2
/
+9
*
Initial support for MacOS.
Andy Polyakov
1999-09-11
1
-1
/
+0
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-1
/
+1
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-10
/
+5
*
More exactitude with function arguments.
Ben Laurie
1999-02-10
1
-2
/
+1
*
Various cleanups and fixed by Marc and Ralf to start the OpenTLS project
Ralf S. Engelschall
1998-12-22
1
-2
/
+2
*
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
Ralf S. Engelschall
1998-12-21
1
-0
/
+104