summaryrefslogtreecommitdiffstats
path: root/crypto/bn/exp.c
AgeCommit message (Collapse)Author
2000-01-14- Pseudo-seed the PRNG in programs used for "make test"Bodo Möller
because otherwise BN_rand will fail unless DEVRANDOM works, which causes the programs to dump core because they don't check the return value of BN_rand (and if they did, we still couldn't test anything). - add comment to some files that appear not to be used at all.
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
Submitted by: Reviewed by: PR:
1999-02-27Get rid of remaining C++-style comments which strict C compilers hate.Ralf S. Engelschall
(Pointed out by Carlos Amengual).
1999-01-28Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox
but the BN code had some problems that would cause failures when doing certificate verification and some other functions. Submitted by: Eric A Young from a C2Net version of SSLeay Reviewed by: Mark J Cox PR:
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall