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-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
*
Act on deprecation of LONG and ZLONG, step 2
Richard Levitte
2017-04-10
2
-2
/
+2
*
Make default_method mostly compile-time
Rich Salz
2017-04-07
5
-127
/
+20
*
Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1
Bernd Edlinger
2017-03-13
1
-2
/
+13
*
Fix an endless loop in rsa_builtin_keygen.
Rich Salz
2017-03-06
1
-12
/
+11
*
Remove some obsolete/obscure internal define switches:
Emilia Kasper
2017-03-01
1
-5
/
+0
*
Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.
Bernd Edlinger
2017-02-28
1
-1
/
+2
*
Defines and strings for special salt length values, add tests
Dr. Stephen Henson
2017-01-18
3
-18
/
+27
*
Add support for -1, -2 salt lengths for PSS only keys.
Dr. Stephen Henson
2017-01-18
2
-4
/
+21
*
Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1
Bernd Edlinger
2017-01-09
1
-2
/
+6
*
fix a few more style issues
Dr. Stephen Henson
2017-01-08
2
-3
/
+5
*
Remove unnecessary frees and style fixes.
Dr. Stephen Henson
2017-01-08
2
-10
/
+5
*
Use more desciptive macro name rsa_pss_restricted()
Dr. Stephen Henson
2017-01-08
1
-4
/
+4
*
style issues
Dr. Stephen Henson
2017-01-08
1
-2
/
+2
*
free str on error
Dr. Stephen Henson
2017-01-08
1
-0
/
+2
*
fix various style issues
Dr. Stephen Henson
2017-01-08
2
-12
/
+37
[next]