aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Make sure there's some entropy, and log a few more errors.Richard Levitte2000-02-261-2/+16
* More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller2000-02-266-14/+14
* make updateRichard Levitte2000-02-261-2/+4
* Don't include sys/types.h if NO_SYS_TYPES_H is defined.Richard Levitte2000-02-261-1/+3
* ftruncate() and fileno() are not supported on all versions of OpenVMSRichard Levitte2000-02-261-1/+30
* Rename functions for new convention.Dr. Stephen Henson2000-02-2618-92/+92
* Let's avoid compiler warnings over types.Richard Levitte2000-02-261-2/+3
* Compile rand_egd.c on VMS as well.Richard Levitte2000-02-261-1/+1
* For safety, check __VMS as well.Richard Levitte2000-02-261-1/+1
* Since a stack with quite long name is declared here, vms_idhacks.h isRichard Levitte2000-02-261-1/+6
* Small error fix.Richard Levitte2000-02-251-1/+2
* Adjust all the old scripts to deal with the new location.Richard Levitte2000-02-256-6/+6
* New script to compile on systems that already have pthreads in theRichard Levitte2000-02-251-0/+7
* Update the two threads modules to conform to our recommendations (useRichard Levitte2000-02-252-56/+98
* flush output.Ulf Möller2000-02-251-3/+4
* Enhance consistency by using BIO_flush() instead of fflush().Richard Levitte2000-02-252-18/+18
* Changes to synchronise with Unix.Richard Levitte2000-02-251-0/+1
* Test the division functions.Ulf Möller2000-02-252-0/+41
* The main() return value is a program's exit code.Ulf Möller2000-02-251-2/+1
* More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe2000-02-251-0/+1
* Gets around VC++ compiler pickiness. (long != double)Geoff Thorpe2000-02-251-1/+1
* mt contained an old copy of mttest.c. remove it and move the otherUlf Möller2000-02-257-0/+43
* EGD bugfix.Ulf Möller2000-02-251-0/+1
* different snprintf version.Ulf Möller2000-02-251-566/+575
* Clarification.Bodo Möller2000-02-251-1/+1
* handle entropy estimate correctlyBodo Möller2000-02-251-4/+17
* Allow code which calls RSA temp key callback to copeDr. Stephen Henson2000-02-251-2/+2
* divide the correct number...Ulf Möller2000-02-251-1/+1
* work around a bug in BN_div_recp or BN_reciprocalUlf Möller2000-02-241-0/+9
* Use public domain snprintf() implementation by Patrick Powell to avoidUlf Möller2000-02-241-1/+613
* Version 0.9.5beta2-dev (so that the next snapshot will notBodo Möller2000-02-241-2/+2
* Don't use buffered fread() to read from DEVRANDOM,Bodo Möller2000-02-241-0/+1
* Do fflush(stdout) when there was an error.Bodo Möller2000-02-241-0/+1
* Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.Bodo Möller2000-02-241-0/+1
* Add an evil cast, because POSIX/SUSv2 define connect(2) requireRalf S. Engelschall2000-02-241-1/+1
* Support EGD.Ulf Möller2000-02-244-48/+167
* 0.9.5beta1OpenSSL_0_9_5beta1Richard Levitte2000-02-241-2/+2
* make updateRichard Levitte2000-02-232-0/+2
* correct macro.Ulf Möller2000-02-231-1/+1
* Sync with UnixRichard Levitte2000-02-231-2/+3
* Add PBE algorithms with ciphers, not digests.Dr. Stephen Henson2000-02-232-4/+4
* Allow ADH to be used but not present in the default cipherDr. Stephen Henson2000-02-231-0/+4
* Make pkcs8 work again.Dr. Stephen Henson2000-02-223-5/+10
* warning.Ulf Möller2000-02-221-1/+1
* Check tlen size in all padding_check functions. As called within the rsaUlf Möller2000-02-222-1/+16
* Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson2000-02-222-4/+5
* Move the registration of callback functions to special functionsRichard Levitte2000-02-2020-20/+216
* Fix gcc warnings.Ulf Möller2000-02-201-2/+1
* Change the 'other' structure in certificate aux info.Dr. Stephen Henson2000-02-202-5/+6
* Allow for higher granularity of entropy estimates by using 'double'Bodo Möller2000-02-193-8/+8