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-11-02
sort includes
Theo Buehler
2024-11-01
Only include cryptlib.h where it's needed
Theo Buehler
2024-08-29
Remove the pkey_{,public_,param_}check() handlers
Theo Buehler
2024-08-28
Implement X509_get_signature_info()
Theo Buehler
2024-08-26
replace atoi(3) usage with strtonum(3); ok/tweaks tb@
Omar Polo
2024-07-08
Hide global _it symbols in rsa.h
Bob Beck
2024-06-24
libcrypto: constify most error string tables
Theo Buehler
2024-05-19
remove prototypes with no matching function
Jonathan Gray
2024-03-30
Rewrite RSA_padding_add_PKCS1_type_{1,2}() with CBS/CBB.
Joel Sing
2024-03-27
Unify *_up_ref() implementations
Theo Buehler
2024-03-26
Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in PKCS1_MGF1
joshua
2024-03-26
Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in
joshua
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
[next]