summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change error message to "bignum too long"Bodo Möller2000-12-041-1/+1
* include <limits.h>Bodo Möller2000-12-031-0/+1
* Don't allow BIGNUMs to become so large that computations with dmaxBodo Möller2000-12-031-0/+6
* Add a comment to explain the purpose of bn_cmp_part_words().Richard Levitte2000-12-021-0/+7
* last commit was wrong. Now it works. :)Ulf Möller2000-12-021-2/+2
* arglUlf Möller2000-12-021-1/+1
* Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller2000-12-021-0/+25
* Fix warnings in expspeed.c (but the segmentation fault remains)Bodo Möller2000-11-291-0/+1
* BN_bin2bn did *not* contain an off-by-one error;Bodo Möller2000-11-291-3/+2
* Expand expspeed.c to make BN_kronecker timings.Bodo Möller2000-11-291-75/+14
* modular arithmeticsBodo Möller2000-11-261-0/+29
* More constification of the BN library.Richard Levitte2000-11-161-1/+1
* Handle BN_copy failure after successful BN_new.Bodo Möller2000-11-071-4/+8
* handle the case when BN_new returns NULLBodo Möller2000-11-071-5/+13
* Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte2000-11-061-109/+153
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-7/+7
* Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson2000-08-041-7/+7
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-021-7/+7
* Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller2000-02-261-12/+12
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-051-37/+0
* ispell (and minor modifications)Ulf Möller2000-02-041-2/+2
* Document the BN library.Ulf Möller2000-01-231-0/+5
* by request: let BN_dup(NULL) just return NULLBodo Möller1999-07-301-0/+2
* New functions CONF_load_bio() and CONF_load_fp() to load a configurationDr. Stephen Henson1999-06-201-1/+1
* Some constification and stacks that slipped through the cracks (how?).Ben Laurie1999-06-051-6/+6
* Bignum library bug fix. IRIX 6 passes "make test" now!Ulf Möller1999-05-201-58/+79
* OPENSSL_EXTERN, OPENSSL_GLOBALBodo Möller1999-05-151-8/+8
* VMS support.Ulf Möller1999-05-131-8/+8
* Work with -pedantic!Ben Laurie1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-65/+28
* Massive constification.Ben Laurie1999-04-171-1/+1
* Fix a horrible BN bug in bn_expand2 which caused BN_add_word() et al to failDr. Stephen Henson1999-04-161-17/+26
* Fix security hole.Ben Laurie1999-03-221-1/+1
* Accept NULL in *_free.Ben Laurie1999-01-071-0/+3
* Fix version stuff:Ralf S. Engelschall1998-12-311-1/+1
* *** empty log message ***OpenSSL_0_9_1cRalf S. Engelschall1998-12-231-1/+1
* Switch version string to SSLeay/OpenSSLRalf S. Engelschall1998-12-231-1/+1
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-221-1/+1
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-76/+254
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-13/+59
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+565