index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rsa
/
rsa_pmeth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
PROV: add RSA signature implementation
Richard Levitte
2020-02-22
1
-0
/
+1
*
Deprecate the low level RSA functions.
Pauli
2020-02-20
1
-0
/
+6
*
libcrypto: Eliminate as much use of EVP_PKEY_size() as possible
Richard Levitte
2020-01-19
1
-2
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448
Patrick Steuer
2019-09-25
1
-2
/
+12
*
Change default RSA, DSA and DH size to 2048 bit
Kurt Roeckx
2019-05-21
1
-1
/
+1
*
Copy RSA-PSS saltlen in EVP_PKEY_CTX_dup.
David Benjamin
2019-04-26
1
-0
/
+1
*
Do the error handling in pkey_rsa_decrypt in constant time
Bernd Edlinger
2019-03-07
1
-5
/
+6
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/rsa/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
rsa: Do not allow less than 512 bit RSA keys
Sebastian Andrzej Siewior
2017-12-11
1
-1
/
+1
*
Support multi-prime RSA (RFC 8017)
Paul Yang
2017-11-21
1
-3
/
+24
*
Many spelling fixes/typo's corrected.
Josh Soref
2017-11-12
1
-1
/
+1
*
rsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.
Andy Polyakov
2017-09-11
1
-0
/
+4
*
This part fixes braces around if-else.
Paul Yang
2017-08-25
1
-17
/
+25
*
Typo: should check mgf1md
Dr. Stephen Henson
2017-07-19
1
-1
/
+1
*
Remove unnecessary loop in pkey_rsa_decrypt.
Bernd Edlinger
2017-04-27
1
-7
/
+2
*
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
1
-5
/
+15
*
Add support for -1, -2 salt lengths for PSS only keys.
Dr. Stephen Henson
2017-01-18
1
-4
/
+20
*
fix a few more style issues
Dr. Stephen Henson
2017-01-08
1
-2
/
+2
*
Remove unnecessary frees and style fixes.
Dr. Stephen Henson
2017-01-08
1
-0
/
+1
*
Use more desciptive macro name rsa_pss_restricted()
Dr. Stephen Henson
2017-01-08
1
-4
/
+4
*
fix various style issues
Dr. Stephen Henson
2017-01-08
1
-4
/
+12
*
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
1
-3
/
+26
*
Add macros to determine if key or ctx is PSS.
Dr. Stephen Henson
2017-01-08
1
-4
/
+5
*
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
*
Set PSS padding mode for PSS keys.
Dr. Stephen Henson
2017-01-08
1
-1
/
+4
*
Digest string helper function.
Dr. Stephen Henson
2017-01-08
1
-9
/
+9
*
PSS EVP_PKEY method
Dr. Stephen Henson
2017-01-08
1
-0
/
+24
*
Use method key type instead of EVP_PKEY_RSA
Dr. Stephen Henson
2017-01-08
1
-1
/
+1
*
Check input length to pkey_rsa_verify()
Dr. Stephen Henson
2016-12-10
1
-0
/
+4
*
RT2676: Reject RSA eponent if even or 1
Rich Salz
2016-08-22
1
-1
/
+3
*
Copyright consolidation 08/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Make string_to_hex/hex_to_string public
Rich Salz
2016-04-18
1
-1
/
+1
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-3
/
+1
*
Remove unused parameters from internal functions
Rich Salz
2016-02-22
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-1
/
+1
*
Remove legacy sign/verify from EVP_MD.
Dr. Stephen Henson
2015-12-02
1
-2
/
+25
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-6
/
+6
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-10
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
[next]