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
*
Remove dead code in rsa_pkey_ctrl.
Shane Lontis
2021-02-14
1
-8
/
+0
*
RSA: properly generate algorithm identifier for RSA-PSS signatures
Tomas Mraz
2021-02-05
1
-1
/
+3
*
Fix rsa_pss_asn1_meth to refert to rsa_sig_info_set
Dr. David von Oheimb
2021-01-28
1
-1
/
+1
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Remove pkey_downgrade from PKCS7 code
Shane Lontis
2021-01-20
1
-13
/
+0
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-9
/
+9
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-3
/
+3
*
Remove CMS recipient info information out of the algorithm implementations
Matt Caswell
2020-10-15
1
-8
/
+0
*
Move CMS signing code out of the algorithms and into CMS
Matt Caswell
2020-10-15
1
-77
/
+9
*
Move CMS enveloping code out of the algorithms and into CMS
Matt Caswell
2020-10-15
1
-237
/
+7
*
rsa: add ossl_ prefix to internal rsa_ calls.
Pauli
2020-10-07
1
-22
/
+25
*
Prune low-level ASN.1 parse errors from error queue in decoder_process()
Dr. David von Oheimb
2020-09-24
1
-6
/
+2
*
Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGEST
Shane Lontis
2020-09-23
1
-1
/
+1
*
Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP sign
Norman Ashley
2020-09-21
1
-0
/
+9
*
Add libctx and propq param to ASN.1 sign/verify/HMAC/decrypt
Dr. David von Oheimb
2020-08-21
1
-5
/
+5
*
RSA: Be less strict on PSS parameters when exporting to provider
Richard Levitte
2020-08-07
1
-2
/
+3
*
RSA: Better synchronisation between ASN1 PSS params and RSA_PSS_PARAMS_30
Richard Levitte
2020-08-01
1
-16
/
+98
*
RSA: Do not set NULL OAEP labels
Benjamin Kaduk
2020-05-28
1
-1
/
+2
*
Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()
Dr. David von Oheimb
2020-05-26
1
-1
/
+1
*
RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functions
Richard Levitte
2020-05-14
1
-16
/
+114
*
RSA: Extract much of the rsa_pkey_export_to() code to a separate function
Richard Levitte
2020-05-14
1
-57
/
+4
*
RSA: Add RSA key types
Richard Levitte
2020-05-14
1
-1
/
+15
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
When calling the import_to function pass the libctx too
Matt Caswell
2020-04-17
1
-3
/
+4
*
Enable export_to functions to have access to the libctx
Matt Caswell
2020-04-09
1
-1
/
+2
*
Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields
Shane Lontis
2020-04-01
1
-10
/
+7
*
Param build: make structures opaque.
Pauli
2020-03-28
1
-18
/
+13
*
Param builder: make the OSSL_PARAM_BLD APIs public.
Pauli
2020-03-28
1
-10
/
+10
*
EVP: Implement support for key downgrading in backends
Richard Levitte
2020-03-25
1
-2
/
+22
*
DH, DSA, EC_KEY: Fix exporters to allow domain parameter keys
Richard Levitte
2020-03-23
1
-2
/
+4
*
EVP: Check that key methods aren't foreign when exporting
Richard Levitte
2020-03-09
1
-0
/
+7
*
rsa_get0_all_params(): Allow zero CRT params
Richard Levitte
2020-02-22
1
-1
/
+7
*
Deprecate the low level RSA functions.
Pauli
2020-02-20
1
-0
/
+6
*
Redesign the KEYMGMT libcrypto <-> provider interface - the basics
Richard Levitte
2020-02-07
1
-30
/
+24
*
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
[next]