This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
openssl
Watch
1
Star
0
Fork
0
You've already forked openssl
Code
Issues
Pull Requests
Releases
Wiki
Activity
openssl
/
crypto
/
rand
History
Dr. Stephen Henson
20d2186c87
Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
...
with existing code. Modify library to use digest *_ex() functions.
2001-10-16 01:24:29 +00:00
..
.cvsignore
Ignore Makefile.save
1999-04-29 16:04:54 +00:00
Makefile.ssl
'make update'
2001-10-04 07:49:09 +00:00
md_rand.c
copyright
2001-09-10 14:51:19 +00:00
rand_egd.c
Make sure OPENSSL_SYS_... is defined when we need it.
2001-04-03 14:03:19 +00:00
rand_err.c
In RSA, DSA, DH, and RAND - if the "***_new()" function fails because the
2001-04-30 15:24:41 +00:00
rand_lcl.h
Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
2001-10-16 01:24:29 +00:00
rand_lib.c
This commits changes to various parts of libcrypto required by the recent
2001-09-25 20:23:40 +00:00
rand_os2.c
Changes to have OpenSSL compile on OS/2.
2001-07-01 22:39:46 +00:00
rand_unix.c
Changes to have OpenSSL compile on OS/2.
2001-07-01 22:39:46 +00:00
rand_vms.c
Do not forget to increment the pointers...
2001-05-15 15:49:54 +00:00
rand_win.c
Typo.
2001-03-10 01:57:38 +00:00
rand.h
Because there's chances we clash with the system's types.h, rename our
2001-10-04 07:32:46 +00:00
randfile.c
Some platforms (most notably Windows) do not have a $HOME by default.
2001-05-03 07:50:11 +00:00
randtest.c
Do a favor to those who get weird compiles and report if RAND_pseudo_bytes
2000-10-10 15:08:30 +00:00