index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rsa
/
rsa_ameth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop accepting certificates signed using SHA1 at security level 1
Kurt Roeckx
2020-02-05
1
-1
/
+19
*
libcrypto: Eliminate as much use of EVP_PKEY_size() as possible
Richard Levitte
2020-01-19
1
-1
/
+2
*
Increase OSSL_PARAM_BLD_MAX for multi-prime RSA
Matt Caswell
2019-11-14
1
-4
/
+1
*
New RSA keymgmt implementation to handle import / export of RSA keys
Richard Levitte
2019-10-17
1
-2
/
+125
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Ensure RSA PSS correctly returns the right default digest
Matt Caswell
2019-08-09
1
-0
/
+13
*
Avoid creating invalid rsa pss params
Bernd Edlinger
2019-04-10
1
-1
/
+3
*
remove needless empty lines when printing certificates
David von Oheimb
2019-03-18
1
-1
/
+1
*
Fix cert with rsa instead of rsaEncryption as public key algorithm
Bernd Edlinger
2018-12-31
1
-3
/
+6
*
Following the license change, modify the boilerplates in crypto/rsa/
Richard Levitte
2018-12-06
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
*
Support multi-prime RSA (RFC 8017)
Paul Yang
2017-11-21
1
-2
/
+39
*
Support key check in EVP interface
Paul Yang
2017-09-13
1
-1
/
+9
*
This part fixes braces around if-else.
Paul Yang
2017-08-25
1
-8
/
+13
*
Set maskHash when creating parameters.
Dr. Stephen Henson
2017-07-19
1
-0
/
+2
*
Add custom sig_info setting for RSA-PSS
Dr. Stephen Henson
2017-04-25
1
-1
/
+38
*
Defines and strings for special salt length values, add tests
Dr. Stephen Henson
2017-01-18
1
-1
/
+1
*
fix a few more style issues
Dr. Stephen Henson
2017-01-08
1
-1
/
+3
*
Remove unnecessary frees and style fixes.
Dr. Stephen Henson
2017-01-08
1
-10
/
+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
1
-8
/
+25
*
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
1
-2
/
+7
*
Decode parameters properly.
Dr. Stephen Henson
2017-01-08
1
-1
/
+3
*
Add rsa_pss_get_param.
Dr. Stephen Henson
2017-01-08
1
-31
/
+33
*
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
1
-3
/
+2
*
RSA-PSS key printing.
Dr. Stephen Henson
2017-01-08
1
-85
/
+109
*
PSS parameter encode and decode.
Dr. Stephen Henson
2017-01-08
1
-6
/
+78
*
Split PSS parameter creation.
Dr. Stephen Henson
2017-01-08
1
-20
/
+36
*
Use method key type instead of EVP_PKEY_RSA
Dr. Stephen Henson
2017-01-08
1
-3
/
+3
*
PSS ASN.1 method
Dr. Stephen Henson
2017-01-08
1
-0
/
+31
*
add EVP_PKEY_RSA_PSS
Dr. Stephen Henson
2017-01-08
1
-7
/
+7
*
Cache maskHash parameter
Dr. Stephen Henson
2017-01-08
1
-58
/
+30
*
Constify private key decode.
Dr. Stephen Henson
2016-08-17
1
-1
/
+1
*
Specifiy size of arrays
Kurt Roeckx
2016-06-04
1
-1
/
+1
*
Copyright consolidation 08/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Don't leak an ASN1_OCTET_STRING on error in rsa_cms_encrypt
Matt Caswell
2016-04-28
1
-1
/
+2
*
Make the RSA structure opaque
Richard Levitte
2016-04-06
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
-42
/
+10
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
1
-0
/
+1
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-1
/
+1
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-7
/
+7
*
RT3674: Make no-cms build work.
David Bar
2015-09-03
1
-0
/
+8
[next]