index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_err.c
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-22
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-26
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-20
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-23
1
-2
/
+2
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-1
/
+1
[next]