index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rsa
/
rsa_chk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate the low level RSA functions.
Pauli
2020-02-20
1
-0
/
+6
*
Add RSA key validation to default provider
Shane Lontis
2020-01-29
1
-35
/
+55
*
Add BN_check_prime()
Kurt Roeckx
2019-10-14
1
-3
/
+3
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
FIPS: Fix compiler errors in rsa_chk.c when building with `-DFIPS_MODE`
Dr. Matthias St. Pierre
2019-04-30
1
-5
/
+3
*
FIPS 186-4 RSA Generation & Validation
Shane Lontis
2019-03-12
1
-0
/
+14
*
Following the license change, modify the boilerplates in crypto/rsa/
Richard Levitte
2018-12-06
1
-1
/
+1
*
rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.
Andy Polyakov
2017-11-28
1
-4
/
+7
*
Support multi-prime RSA (RFC 8017)
Paul Yang
2017-11-21
1
-6
/
+75
*
RT2676: Reject RSA eponent if even or 1
Rich Salz
2016-08-22
1
-45
/
+29
*
Copyright consolidation 08/10
Rich Salz
2016-05-17
1
-46
/
+6
*
Make the RSA structure opaque
Richard Levitte
2016-04-06
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove the "eay" c-file-style indicators
Richard Levitte
2015-12-18
1
-1
/
+1
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-12
/
+6
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-137
/
+161
*
crypto/rsa/rsa_chk.c: harmonize error codes.
Andy Polyakov
2014-09-21
1
-9
/
+9
*
RT992: RSA_check_key should have a callback arg
Rich Salz
2014-09-08
1
-2
/
+7
*
Check for missing components in RSA_check.
Dr. Stephen Henson
2013-11-09
1
-0
/
+6
*
This is a first-cut at improving the callback mechanisms used in
Geoff Thorpe
2002-12-08
1
-2
/
+2
*
Constify the RSA library.
Richard Levitte
2000-11-06
1
-1
/
+1
*
Document the DH library, and make some minor changes along the way.
Ulf Möller
2000-01-22
1
-2
/
+2
*
Turn BN_prime_checks into a macro.
Bodo Möller
2000-01-12
1
-2
/
+2
*
RSA private keys without dmp1/dmq1/iqmp are also valid (but slower).
Ulf Möller
1999-07-16
1
-35
/
+45
*
Eliminate a warning: BN_mod_inverse() returns a (BIGNUM *) and remove and
Dr. Stephen Henson
1999-07-13
1
-2
/
+1
*
correct error handling
Bodo Möller
1999-07-12
1
-31
/
+46
*
typo
Bodo Möller
1999-07-12
1
-1
/
+2
*
New function RSA_check_key.
Bodo Möller
1999-07-12
1
-0
/
+159