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
*
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
*
make errors
Dr. Stephen Henson
2017-01-08
1
-1
/
+2
*
add parameter error
Dr. Stephen Henson
2017-01-08
1
-1
/
+3
*
Only allow PSS padding for PSS keys.
Dr. Stephen Henson
2017-01-08
2
-2
/
+8
*
Decode parameters properly.
Dr. Stephen Henson
2017-01-08
1
-1
/
+3
*
Return errors PKCS#7/CMS enveloped data ctrls and PSS
Dr. Stephen Henson
2017-01-08
1
-3
/
+7
*
Add PSS parameter restrictions.
Dr. Stephen Henson
2017-01-08
1
-2
/
+39
*
Initial parameter restrictions.
Dr. Stephen Henson
2017-01-08
2
-3
/
+29
*
Add rsa_pss_get_param.
Dr. Stephen Henson
2017-01-08
3
-31
/
+36
*
Don't allow PKCS#7/CMS encrypt with PSS.
Dr. Stephen Henson
2017-01-08
1
-0
/
+6
*
Add macros to determine if key or ctx is PSS.
Dr. Stephen Henson
2017-01-08
3
-7
/
+10
*
Support pad mode get/set for PSS keys.
Dr. Stephen Henson
2017-01-08
1
-0
/
+2
*
Key gen param support.
Dr. Stephen Henson
2017-01-08
1
-5
/
+33
[next]