summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_err.c
Commit message (Expand)AuthorAgeFilesLines
* RSA keygen update: Raise an error if no prime candidate q is found.slontis2022-06-131-1/+2
* Update copyright yearMatt Caswell2021-06-171-1/+1
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-2/+3
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-69/+1
* Make sure all BIGNUM operations work within the FIPS providerMatt Caswell2019-07-151-0/+2
* Make BIGNUM code available from within the FIPS moduleMatt Caswell2019-06-121-0/+1
* Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell2019-06-121-1/+2
* Following the license change, modify the boilerplates in crypto/bn/Richard Levitte2018-12-061-1/+1
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-261-0/+2
* Set error code on alloc failuresRich Salz2018-04-031-1/+3
* Add RAND_priv_bytes() for private keysRich Salz2017-08-031-0/+1
* make error tables const and separate header fileRich Salz2017-06-071-78/+84
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Remove unused error/function codes.Rich Salz2016-05-231-9/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rebuild error source files.Dr. Stephen Henson2015-11-051-2/+2
* Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell2015-05-221-0/+3
* Error checking and memory leak fixes in NISTZ256.Emilia Kasper2015-04-271-1/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-82/+82
* Prepare for bn opaquify. Implement internal helper functions.Matt Caswell2014-12-081-1/+3
* Add secure DSA nonce flag.Adam Langley2013-06-131-1/+2
* Ensure that, when generating small primes, the result is actually of theAdam Langley2013-06-041-0/+3
* fix error codesBodo Möller2007-04-191-1/+3
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-2/+5
* Fix more error codes.Bodo Möller2005-05-111-2/+2
* some updates for the blinding code; summary:Nils Larsch2005-04-261-0/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+4
* Rebuild error codes.Dr. Stephen Henson2005-04-121-52/+55
* Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe2004-07-061-0/+1
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
* Binary field arithmetic contributed by Sun Microsystems.Bodo Möller2002-08-021-1/+9
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* Integrate my implementation of a countermeasure againstBodo Möller2001-02-081-0/+2
* Change error message to "bignum too long"Bodo Möller2000-12-041-1/+1
* Don't allow BIGNUMs to become so large that computations with dmaxBodo Möller2000-12-031-0/+1
* BN_sqrtBodo Möller2000-11-301-0/+4
* Expand expspeed.c to make BN_kronecker timings.Bodo Möller2000-11-291-0/+1
* More BN_mod_... functions.Bodo Möller2000-11-261-0/+2
* Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller2000-06-081-1/+2
* Speed up DH with small generator.Bodo Möller2000-06-071-0/+1
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller2000-02-051-1/+1
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-051-0/+2
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-54/+56
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-1/+1