summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_err.c
Commit message (Expand)AuthorAgeFilesLines
* fix error codesbodo2007-04-191-1/+3
* Update from 0.9.8 stable. Eliminate duplicate error codes.steve2006-11-211-7/+4
* Implement fixed-window exponentiation to mitigate hyper-threadingbodo2005-05-161-2/+5
* Fix more error codes.bodo2005-05-111-2/+2
* some updates for the blinding code; summary:nils2005-04-261-0/+1
* Fix various incorrect error function codes.bodo2005-04-261-1/+4
* Rebuild error codes.steve2005-04-121-52/+55
* Improve error handling if decompression of an ec point fails, and cleanupgeoff2004-07-061-0/+1
* Make sure we get the definition of OPENSSL_NO_ERR.levitte2003-03-201-0/+1
* Binary field arithmetic contributed by Sun Microsystems.bodo2002-08-021-1/+9
* Make all configuration macros available for application by makinglevitte2001-02-191-2/+2
* Integrate my implementation of a countermeasure againstbodo2001-02-081-0/+2
* Change error message to "bignum too long"bodo2000-12-041-1/+1
* Don't allow BIGNUMs to become so large that computations with dmaxbodo2000-12-031-0/+1
* BN_sqrtbodo2000-11-301-0/+4
* Expand expspeed.c to make BN_kronecker timings.bodo2000-11-291-0/+1
* More BN_mod_... functions.bodo2000-11-261-0/+2
* Slightly faster DSA verification (BN_mod_exp2_mont),bodo2000-06-081-1/+2
* Speed up DH with small generator.bodo2000-06-071-0/+1
* Preserve reason strings in automatically build tables.bodo2000-03-051-1/+2
* Generate just one error code if iterated SSL_CTX_get() fails.bodo2000-02-051-1/+1
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessulf2000-02-051-0/+2
* Complete rewrite of the error code generation script. It now runs as a singlesteve1999-04-241-54/+56
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-2/+2
* Change functions to ANSI C.ulf1999-04-191-1/+1
* Fix typos in error codes.ulf1999-04-191-1/+1
* Fixes to BN code. Previously the default was to define BN_RECURSIONmark1999-01-281-2/+0
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectrse1998-12-221-1/+19
* Initial revisionrse1998-12-211-0/+98