index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
signature
/
rsa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename files in providers/implementations/signatures
Richard Levitte
2021-05-07
1
-1456
/
+0
*
Store some FIPS global variables in the FIPS_GLOBAL structure
Matt Caswell
2021-04-16
1
-3
/
+4
*
Add OID for mdc2WithRSASignature and remove related TODO 3.0
Tomas Mraz
2021-04-15
1
-25
/
+34
*
Deprecate the EVP_PKEY controls for CMS and PKCS#7
Tomas Mraz
2021-04-06
1
-6
/
+6
*
Add ossl_rsa symbols
Shane Lontis
2021-03-18
1
-2
/
+2
*
prov: support params arguments to signature init calls
Pauli
2021-03-12
1
-16
/
+27
*
EVP_PKEY_CTX_get/settable_params: pass provider operation context
Tomas Mraz
2021-03-03
1
-11
/
+19
*
Remove RSA SSLv23 padding mode
Rich Salz
2021-03-01
1
-4
/
+0
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Fix external symbols related to provider related security checks for
Shane Lontis
2021-02-18
1
-2
/
+2
*
RSA: avoid dereferencing possibly-NULL parameter in initializers
Benjamin Kaduk
2021-02-15
1
-2
/
+4
*
Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-libraries
Richard Levitte
2021-02-12
1
-11
/
+11
*
Various cleanup of PROV_R_ reason codes
Tomas Mraz
2021-02-11
1
-2
/
+3
*
Move the PROV_R reason codes to a public header
Tomas Mraz
2021-02-11
1
-1
/
+1
*
RSA: properly generate algorithm identifier for RSA-PSS signatures
Tomas Mraz
2021-02-05
1
-106
/
+189
*
Fix dsa & rsa signature dupctx() so that ctx->propq is strduped
Shane Lontis
2020-12-04
1
-0
/
+7
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
rsa: add ossl_ prefix to internal rsa_ calls.
Pauli
2020-10-07
1
-8
/
+8
*
der: _ossl prefix DER functions
Pauli
2020-10-01
1
-2
/
+3
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
1
-1
/
+1
*
Add option to fipsinstall to disable fips security checks at run time.
Shane Lontis
2020-09-18
1
-1
/
+1
*
Add 'fips-securitychecks' option and plumb this into the actual fips checks
Shane Lontis
2020-09-18
1
-1
/
+1
*
fix provider signatures
Shane Lontis
2020-09-18
1
-56
/
+6
*
Add fips checks for rsa signatures.
Shane Lontis
2020-09-18
1
-44
/
+67
*
signature: add FIPS error state handling
Pauli
2020-09-12
1
-1
/
+35
*
Fix coverity CID #1458641 - Dereference before NULL check when setting ctx->f...
Shane Lontis
2020-08-24
1
-2
/
+5
*
Fix coverity CID #1458645 - Dereference before NULL check in rsa_digest_verif...
Shane Lontis
2020-08-24
1
-2
/
+3
*
Fix coverity CID #1458647 - Use after free in clean_tbuf() which uses ctx->rsa
Shane Lontis
2020-08-24
1
-1
/
+1
*
Fix coverity CID #1458648 - Wrong sizeof() arg in rsa_freectx()
Shane Lontis
2020-08-24
1
-1
/
+1
*
provider: add the unused paramater tag to the gettable and settable functions
Pauli
2020-08-12
1
-2
/
+2
*
RSA: Be less strict on PSS parameters when exporting to provider
Richard Levitte
2020-08-07
1
-7
/
+7
*
gettables: provider changes to pass the provider context.
Pauli
2020-08-07
1
-2
/
+2
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
1
-23
/
+23
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
1
-1
/
+1
*
Add ACVP fips module tests
Shane Lontis
2020-06-17
1
-7
/
+12
*
Update core_names.h fields and document most fields.
Shane Lontis
2020-05-26
1
-20
/
+25
*
Adjust length of some strncpy() calls
Nicola Tuveri
2020-05-22
1
-5
/
+29
*
Refactor the provider side DER constants and writers
Richard Levitte
2020-05-20
1
-1
/
+2
*
PROV & SIGNATURE: Adapt the RSA signature code for PSS-parameters
Richard Levitte
2020-05-14
1
-51
/
+141
*
EVP: For SIGNATURE operations, pass the propquery early
Richard Levitte
2020-05-14
1
-12
/
+30
*
PROV: Refactor the RSA SIGNATURE implementation for better param control
Richard Levitte
2020-05-14
1
-59
/
+121
*
Add RSA SHA512 truncated digest support
Shane Lontis
2020-05-07
1
-0
/
+2
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
PROV: Add DERlib support for RSA
Richard Levitte
2020-04-07
1
-18
/
+23
*
Add RSA sign to the fips provider
Shane Lontis
2020-03-15
1
-1
/
+0
*
PROV: Avoid MDC2 in the RSA signature implementation in the FIPS module
Richard Levitte
2020-02-22
1
-1
/
+3
*
PROV: add RSA signature implementation
Richard Levitte
2020-02-22
1
-0
/
+1113