index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
rsa
Age
Commit message (
Expand
)
Author
2024-03-17
Annotate RSA-PSS SHA parameter encoding as wrong
Theo Buehler
2024-02-18
Use EVP_MD_CTX_legacy_clear() internally
Theo Buehler
2024-01-10
Inline rsa_is_pss() and rsa_pkey_is_pss()
Theo Buehler
2024-01-04
Replace .pkey_base_id with a .base_method pointer
Theo Buehler
2024-01-04
Split ameth arrays into individual methods
Theo Buehler
2024-01-01
pkey_is_pss() and pkey_ctx_is_pss() to rsa_ameth.c
Theo Buehler
2023-12-28
Rework pkey_rsa_keygen()
Theo Buehler
2023-12-28
Rework rsa_priv_decode()
Theo Buehler
2023-12-28
Clean up old_rsa_priv_decode()
Theo Buehler
2023-11-29
Ignore ENGINE at the API boundary
Theo Buehler
2023-11-19
Unifdef OPENSSL_NO_ENGINE in libcrypto
Theo Buehler
2023-11-09
Fix X509_ALGOR_set0() usage in rsa_alg_set_oaep_padding()
Theo Buehler
2023-11-09
Use X509_ALGOR_set0_by_nid() in rsa_mgf1md_to_maskGenAlgorithm()
Theo Buehler
2023-11-08
More minor cleanup in rsa_alg_set_oaep_padding()
Theo Buehler
2023-11-08
Prepare further fixes of X509_ALGOR_set0() misuse
Theo Buehler
2023-11-08
zap a stray space
Theo Buehler
2023-11-08
Rename os into astr in rsa_alg_set_oaep_padding()
Theo Buehler
2023-11-08
Rename pkctx to pkey_ctx in rsa_alg_set_oaep_padding() and rsa_cms_encrypt()
Theo Buehler
2023-11-08
Some simple cosmetics in rsa_alg_set_oaep_padding()
Theo Buehler
2023-11-08
Split OAEP padding handling into a helper function
Theo Buehler
2023-11-07
Move CMS_RecipientInfo_ktri_get0_algs() down a few lines and fix its
Theo Buehler
2023-11-07
Move CMS_RecipientInfo_get0_pkey_ctx() to first use of pkctx
Theo Buehler
2023-11-07
Inline rsa_ctx_to_pss_string()
Theo Buehler
2023-11-07
Rename pkctx to pkey_ctx in rsa_{cms,item}_sign()
Theo Buehler
2023-11-07
Trivial cleanup in rsa_cms_sign()
Theo Buehler
2023-11-07
Rework RSA_PKCS1_PSS_PADDING handling in rsa_item_sign()
Theo Buehler
2023-11-07
Add a helper to set RSASSA-PSS padding parameters
Theo Buehler
2023-11-07
Add a helper to set RSA PKCS #1 v1.5 padding OID
Theo Buehler
2023-10-26
Rework the MD setting in the RSA ASN.1 method
Theo Buehler
2023-08-12
RSA's _free and _size also lose their int_ prefix
Theo Buehler
2023-08-10
Fix a leak in rsa_pub_encode()
Theo Buehler
2023-08-10
rsa_priv_encode: plug leak on PKCS8_pkey_set0() failure
Theo Buehler
2023-08-09
Rework BN_BLINDING to use pthread_t directly
Theo Buehler
2023-08-09
Merge remainder of rsa_crpt.c into rsa_eay.c
Theo Buehler
2023-08-09
Move RSA blinding API from rsa_crpt.c to rsa_blinding.c
Theo Buehler
2023-08-09
Move RSA_blinding_{on,off}() to the bottom of the file
Theo Buehler
2023-08-09
Move bn_blind.c to rsa_blinding.c
Theo Buehler
2023-08-09
Merge BN_BLINDING_create_param() into BN_BLINDING_new()
Theo Buehler
2023-08-08
Drop the unused BN_BLINDING argument of BN_BLINDING_create_param()
Theo Buehler
2023-08-08
Simplify RSA_setup_blinding()
Theo Buehler
2023-08-02
Drop the _ex from BN_BLINDING_{convert,invert}_ex()
Theo Buehler
2023-07-28
Make BN_BLINDING internal
Theo Buehler
2023-07-21
Add missing license for rsa_local.h
Theo Buehler
2023-07-08
Hide symbols in rsa
Bob Beck
2023-07-07
Rename RSA_eay_* to rsa_*.
Joel Sing
2023-07-07
Mop up remaining uses of ASN1_bn_print()
Theo Buehler
2023-05-19
Add missing rsa_security_bit() handler to the RSA-PSS ASN1_METHOD
Theo Buehler
2023-05-05
Salt shares the blame of the continued existence of the X9.31 padding mode
Theo Buehler
2023-05-05
Add back support for RSA_X931_PADDING
Theo Buehler
2023-05-05
Bring back the X9.31 padding helpers
Theo Buehler
[next]