index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rsa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2018-09-11
3
-3
/
+3
*
crypto/rsa/rsa_pss.c: silence coverity warning
Dr. Matthias St. Pierre
2018-09-10
1
-1
/
+1
*
RSA padding Zeroization fixes
Shane Lontis
2018-09-06
2
-17
/
+21
*
Harmonize the error handling codepath
Nicola Tuveri
2018-09-05
1
-1
/
+1
*
Fix segfault in RSA_free() (and DSA/DH/EC_KEY)
Nicola Tuveri
2018-09-05
1
-1
/
+1
*
rsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."
Andy Polyakov
2018-08-23
1
-55
/
+100
*
Check return from BN_sub
Pauli
2018-07-31
1
-1
/
+2
*
rsa/*: switch to BN_bn2binpad.
Andy Polyakov
2018-07-14
4
-59
/
+64
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
RSA: add simple getters for commonly used struct members
Dr. Matthias St. Pierre
2018-05-28
1
-0
/
+40
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called...
Matt Caswell
2018-04-16
1
-0
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
3
-5
/
+11
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
Convert _meth_get_ functions to const getters
Jack Bates
2018-03-21
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its output...
Brad Spencer
2018-03-01
1
-1
/
+2
*
Update copyright year
Matt Caswell
2018-02-27
2
-2
/
+2
*
Replaced variable-time GCD with consttime inversion to avoid side-channel att...
Samuel Weiser
2018-02-21
1
-3
/
+14
*
Fix a memory leak in an error path
Matt Caswell
2018-02-14
1
-0
/
+1
*
Minor cleanup of the rsa mp limits code
Bernd Edlinger
2017-12-13
2
-3
/
+5
*
rsa: Do not allow less than 512 bit RSA keys
Sebastian Andrzej Siewior
2017-12-11
3
-6
/
+3
*
Add missing range checks on number of multi primes in rsa_ossl_mod_exp
Bernd Edlinger
2017-12-08
1
-2
/
+3
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-2
/
+2
*
Fix minor typo in comment in rsa_st
Daniel Bevenius
2017-12-05
1
-1
/
+1
*
rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.
Andy Polyakov
2017-11-28
2
-30
/
+9
*
rsa/rsa_lib.c: make RSA_security_bits multi-prime aware.
Andy Polyakov
2017-11-28
3
-1
/
+25
*
rsa/rsa_gen.c: ensure backward compatibility with external rsa->meth.
Andy Polyakov
2017-11-23
1
-1
/
+14
*
Support multi-prime RSA (RFC 8017)
Paul Yang
2017-11-21
12
-66
/
+813
*
Many spelling fixes/typo's corrected.
Josh Soref
2017-11-12
1
-1
/
+1
*
Remove unnecessary #include <openssl/lhash.h> directives.
Pauli
2017-09-28
2
-2
/
+0
*
Support key check in EVP interface
Paul Yang
2017-09-13
1
-1
/
+9
*
rsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.
Andy Polyakov
2017-09-11
1
-0
/
+4
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-29
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-0
/
+1
*
This part fixes braces around if-else.
Paul Yang
2017-08-25
9
-44
/
+65
*
Fix coding style in crypto/rsa directory
Paul Yang
2017-08-25
9
-62
/
+62
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-10
/
+0
*
Fix an information leak in the RSA padding check code.
Bernd Edlinger
2017-07-31
2
-4
/
+4
*
Typo: should check mgf1md
Dr. Stephen Henson
2017-07-19
1
-1
/
+1
*
Set maskHash when creating parameters.
Dr. Stephen Henson
2017-07-19
1
-0
/
+2
*
Remove resolved TODO
Emilia Kasper
2017-07-17
1
-2
/
+0
*
Change to check last return value of BN_CTX_get
Paul Yang
2017-06-26
1
-5
/
+5
*
Fix possible crash in X931 code.
Bernd Edlinger
2017-06-14
1
-0
/
+2
*
Fix another possible crash in rsa_ossl_mod_exp.
Bernd Edlinger
2017-06-14
1
-0
/
+2
*
Put message strings in state files
Rich Salz
2017-06-12
1
-10
/
+6
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-147
/
+195
*
Remove unnecessary loop in pkey_rsa_decrypt.
Bernd Edlinger
2017-04-27
1
-7
/
+2
*
Add custom sig_info setting for RSA-PSS
Dr. Stephen Henson
2017-04-25
1
-1
/
+38
*
ASN.1: adapt our use of INTxx et al by making them explicitely embedded
Richard Levitte
2017-04-13
1
-1
/
+1
[next]