summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_err.c
AgeCommit message (Expand)Author
2022-06-13RSA keygen update: Raise an error if no prime candidate q is found.slontis
2021-06-17Update copyright yearMatt Caswell
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-07-16Regenerate mkerr filesRich Salz
2019-07-15Make sure all BIGNUM operations work within the FIPS providerMatt Caswell
2019-06-12Make BIGNUM code available from within the FIPS moduleMatt Caswell
2019-06-12Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-03Set error code on alloc failuresRich Salz
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-06-07make error tables const and separate header fileRich Salz
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell
2015-04-27Error checking and memory leak fixes in NISTZ256.Emilia Kasper
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Prepare for bn opaquify. Implement internal helper functions.Matt Caswell
2013-06-13Add secure DSA nonce flag.Adam Langley
2013-06-04Ensure that, when generating small primes, the result is actually of theAdam Langley
2007-04-19fix error codesBodo Möller
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller
2005-05-11Fix more error codes.Bodo Möller
2005-04-26some updates for the blinding code; summary:Nils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-12Rebuild error codes.Dr. Stephen Henson
2004-07-06Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe
2003-03-20Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte
2002-08-02Binary field arithmetic contributed by Sun Microsystems.Bodo Möller
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-08Integrate my implementation of a countermeasure againstBodo Möller
2000-12-04Change error message to "bignum too long"Bodo Möller
2000-12-03Don't allow BIGNUMs to become so large that computations with dmaxBodo Möller
2000-11-30BN_sqrtBodo Möller
2000-11-29Expand expspeed.c to make BN_kronecker timings.Bodo Möller
2000-11-26More BN_mod_... functions.Bodo Möller
2000-06-08Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller
2000-06-07Speed up DH with small generator.Bodo Möller
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-02-05Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller