index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_err.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RSA keygen update: Raise an error if no prime candidate q is found.
slontis
2022-06-13
1
-1
/
+2
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-2
/
+3
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-69
/
+1
*
Make sure all BIGNUM operations work within the FIPS provider
Matt Caswell
2019-07-15
1
-0
/
+2
*
Make BIGNUM code available from within the FIPS module
Matt Caswell
2019-06-12
1
-0
/
+1
*
Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()
Matt Caswell
2019-06-12
1
-1
/
+2
*
Following the license change, modify the boilerplates in crypto/bn/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add missing error code when alloc-return-null
FdaSilvaYY
2018-04-26
1
-0
/
+2
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-1
/
+3
*
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
1
-0
/
+1
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-78
/
+84
*
Check for errors allocating the error strings.
Kurt Roeckx
2016-07-20
1
-1
/
+2
*
Remove unused error/function codes.
Rich Salz
2016-05-23
1
-9
/
+1
*
Manual fixes after copyright consolidation
Rich Salz
2016-05-17
1
-51
/
+6
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Rebuild error source files.
Dr. Stephen Henson
2015-11-05
1
-2
/
+2
*
Reject negative shifts for BN_rshift and BN_lshift
Matt Caswell
2015-05-23
1
-0
/
+3
*
Error checking and memory leak fixes in NISTZ256.
Emilia Kasper
2015-04-27
1
-1
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-82
/
+82
*
Prepare for bn opaquify. Implement internal helper functions.
Matt Caswell
2014-12-08
1
-1
/
+3
*
Add secure DSA nonce flag.
Adam Langley
2013-06-13
1
-1
/
+2
*
Ensure that, when generating small primes, the result is actually of the
Adam Langley
2013-06-04
1
-0
/
+3
*
fix error codes
Bodo Möller
2007-04-19
1
-1
/
+3
*
Update from 0.9.8 stable. Eliminate duplicate error codes.
Dr. Stephen Henson
2006-11-21
1
-7
/
+4
*
Implement fixed-window exponentiation to mitigate hyper-threading
Bodo Möller
2005-05-16
1
-2
/
+5
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-2
/
+2
*
some updates for the blinding code; summary:
Nils Larsch
2005-04-27
1
-0
/
+1
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-1
/
+4
*
Rebuild error codes.
Dr. Stephen Henson
2005-04-12
1
-52
/
+55
*
Improve error handling if decompression of an ec point fails, and cleanup
Geoff Thorpe
2004-07-06
1
-0
/
+1
*
Make sure we get the definition of OPENSSL_NO_ERR.
Richard Levitte
2003-03-21
1
-0
/
+1
*
Binary field arithmetic contributed by Sun Microsystems.
Bodo Möller
2002-08-02
1
-1
/
+9
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-2
/
+2
*
Integrate my implementation of a countermeasure against
Bodo Möller
2001-02-08
1
-0
/
+2
*
Change error message to "bignum too long"
Bodo Möller
2000-12-04
1
-1
/
+1
*
Don't allow BIGNUMs to become so large that computations with dmax
Bodo Möller
2000-12-03
1
-0
/
+1
*
BN_sqrt
Bodo Möller
2000-11-30
1
-0
/
+4
*
Expand expspeed.c to make BN_kronecker timings.
Bodo Möller
2000-11-29
1
-0
/
+1
*
More BN_mod_... functions.
Bodo Möller
2000-11-26
1
-0
/
+2
*
Slightly faster DSA verification (BN_mod_exp2_mont),
Bodo Möller
2000-06-08
1
-1
/
+2
*
Speed up DH with small generator.
Bodo Möller
2000-06-07
1
-0
/
+1
*
Preserve reason strings in automatically build tables.
Bodo Möller
2000-03-05
1
-1
/
+2
*
Generate just one error code if iterated SSL_CTX_get() fails.
Bodo Möller
2000-02-05
1
-1
/
+1
*
New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access
Ulf Möller
2000-02-05
1
-0
/
+2
*
Complete rewrite of the error code generation script. It now runs as a single
Dr. Stephen Henson
1999-04-24
1
-54
/
+56
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-2
/
+2
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-1
/
+1
[next]