index
:
openssl
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_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
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rsa
/
rsa_ameth.c
Age
Commit message (
Expand
)
Author
2022-06-16
Add sensitive memory clean in priv encode
Kan
2022-06-02
Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlen
Peiwei Hu
2022-03-15
Update copyright year
Matt Caswell
2022-02-03
Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.
slontis
2021-07-07
CRYPTO: Remove the check for built-in methods in the export_to function
Richard Levitte
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2021-05-20
Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer
Richard Levitte
2021-04-15
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-12
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-03-28
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-26
RSA-PSS: When printing parameters, always print the trailerfield ASN.1 value
Richard Levitte
2021-03-19
PROV: Add type specific PKCS#8 decoding to the DER->key decoders
Richard Levitte
2021-03-18
Add ossl_rsa symbols
Shane Lontis
2021-03-18
Add ossl_asn1 symbols
Shane Lontis
2021-03-14
Remove TODO in rsa_ameth.c
Shane Lontis
2021-02-14
Remove dead code in rsa_pkey_ctrl.
Shane Lontis
2021-02-05
RSA: properly generate algorithm identifier for RSA-PSS signatures
Tomas Mraz
2021-01-28
Fix rsa_pss_asn1_meth to refert to rsa_sig_info_set
Dr. David von Oheimb
2021-01-28
Update copyright year
Richard Levitte
2021-01-20
Remove pkey_downgrade from PKCS7 code
Shane Lontis
2020-11-13
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-10-15
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
Remove CMS recipient info information out of the algorithm implementations
Matt Caswell
2020-10-15
Move CMS signing code out of the algorithms and into CMS
Matt Caswell
2020-10-15
Move CMS enveloping code out of the algorithms and into CMS
Matt Caswell
2020-10-07
rsa: add ossl_ prefix to internal rsa_ calls.
Pauli
2020-09-24
Prune low-level ASN.1 parse errors from error queue in decoder_process()
Dr. David von Oheimb
2020-09-23
Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGEST
Shane Lontis
2020-09-21
Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP sign
Norman Ashley
2020-08-21
Add libctx and propq param to ASN.1 sign/verify/HMAC/decrypt
Dr. David von Oheimb
2020-08-07
RSA: Be less strict on PSS parameters when exporting to provider
Richard Levitte
2020-08-01
RSA: Better synchronisation between ASN1 PSS params and RSA_PSS_PARAMS_30
Richard Levitte
2020-05-28
RSA: Do not set NULL OAEP labels
Benjamin Kaduk
2020-05-26
Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()
Dr. David von Oheimb
2020-05-14
RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functions
Richard Levitte
2020-05-14
RSA: Extract much of the rsa_pkey_export_to() code to a separate function
Richard Levitte
2020-05-14
RSA: Add RSA key types
Richard Levitte
2020-04-23
Update copyright year
Matt Caswell
2020-04-17
When calling the import_to function pass the libctx too
Matt Caswell
2020-04-09
Enable export_to functions to have access to the libctx
Matt Caswell
2020-04-01
Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields
Shane Lontis
2020-03-28
Param build: make structures opaque.
Pauli
2020-03-28
Param builder: make the OSSL_PARAM_BLD APIs public.
Pauli
2020-03-25
EVP: Implement support for key downgrading in backends
Richard Levitte
2020-03-23
DH, DSA, EC_KEY: Fix exporters to allow domain parameter keys
Richard Levitte
2020-03-09
EVP: Check that key methods aren't foreign when exporting
Richard Levitte
2020-02-22
rsa_get0_all_params(): Allow zero CRT params
Richard Levitte
2020-02-20
Deprecate the low level RSA functions.
Pauli
2020-02-07
Redesign the KEYMGMT libcrypto <-> provider interface - the basics
Richard Levitte
[next]