index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
rsa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rsa_pmeth: unify strcmp return checks
tb
2025-01-17
1
-12
/
+10
*
Fix two incorrect strtonum() conversions
tb
2025-01-17
1
-3
/
+13
*
Stop requiring the RSA_FLAG_SIGN_VER
tb
2025-01-05
2
-7
/
+5
*
Remove weird pad member that was never set to zero after malloc() so
tb
2024-11-29
1
-4
/
+1
*
sort includes
tb
2024-11-02
1
-2
/
+2
*
Only include cryptlib.h where it's needed
tb
2024-11-01
1
-3
/
+9
*
Remove the pkey_{,public_,param_}check() handlers
tb
2024-08-29
1
-11
/
+1
*
Implement X509_get_signature_info()
tb
2024-08-28
1
-1
/
+55
*
replace atoi(3) usage with strtonum(3); ok/tweaks tb@
op
2024-08-26
1
-5
/
+25
*
Hide global _it symbols in rsa.h
beck
2024-07-08
1
-1
/
+5
*
libcrypto: constify most error string tables
tb
2024-06-24
1
-5
/
+7
*
remove prototypes with no matching function
jsg
2024-05-19
1
-3
/
+1
*
Rewrite RSA_padding_add_PKCS1_type_{1,2}() with CBS/CBB.
jsing
2024-03-30
1
-33
/
+99
*
Unify *_up_ref() implementations
tb
2024-03-27
1
-3
/
+2
*
Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in PKCS1_MGF1
joshua
2024-03-26
1
-9
/
+14
*
Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in
joshua
2024-03-26
1
-19
/
+22
*
Annotate RSA-PSS SHA parameter encoding as wrong
tb
2024-03-17
1
-1
/
+9
*
Use EVP_MD_CTX_legacy_clear() internally
tb
2024-02-18
2
-5
/
+5
*
Inline rsa_is_pss() and rsa_pkey_is_pss()
tb
2024-01-10
1
-11
/
+9
*
Replace .pkey_base_id with a .base_method pointer
tb
2024-01-04
1
-4
/
+4
*
Split ameth arrays into individual methods
tb
2024-01-04
1
-33
/
+31
*
pkey_is_pss() and pkey_ctx_is_pss() to rsa_ameth.c
tb
2024-01-01
2
-6
/
+6
*
Rework pkey_rsa_keygen()
tb
2023-12-28
1
-17
/
+21
*
Rework rsa_priv_decode()
tb
2023-12-28
1
-14
/
+17
*
Clean up old_rsa_priv_decode()
tb
2023-12-28
1
-4
/
+13
*
Ignore ENGINE at the API boundary
tb
2023-11-29
1
-3
/
+1
*
Unifdef OPENSSL_NO_ENGINE in libcrypto
tb
2023-11-19
1
-34
/
+1
*
Fix X509_ALGOR_set0() usage in rsa_alg_set_oaep_padding()
tb
2023-11-09
1
-4
/
+6
*
Use X509_ALGOR_set0_by_nid() in rsa_mgf1md_to_maskGenAlgorithm()
tb
2023-11-09
1
-5
/
+2
*
More minor cleanup in rsa_alg_set_oaep_padding()
tb
2023-11-08
1
-4
/
+3
*
Prepare further fixes of X509_ALGOR_set0() misuse
tb
2023-11-08
1
-8
/
+7
*
zap a stray space
tb
2023-11-08
1
-2
/
+2
*
Rename os into astr in rsa_alg_set_oaep_padding()
tb
2023-11-08
1
-6
/
+6
*
Rename pkctx to pkey_ctx in rsa_alg_set_oaep_padding() and rsa_cms_encrypt()
tb
2023-11-08
1
-9
/
+9
*
Some simple cosmetics in rsa_alg_set_oaep_padding()
tb
2023-11-08
1
-4
/
+8
*
Split OAEP padding handling into a helper function
tb
2023-11-08
1
-53
/
+59
*
Move CMS_RecipientInfo_ktri_get0_algs() down a few lines and fix its
tb
2023-11-07
1
-3
/
+6
*
Move CMS_RecipientInfo_get0_pkey_ctx() to first use of pkctx
tb
2023-11-07
1
-3
/
+3
*
Inline rsa_ctx_to_pss_string()
tb
2023-11-07
1
-16
/
+6
*
Rename pkctx to pkey_ctx in rsa_{cms,item}_sign()
tb
2023-11-07
1
-26
/
+26
*
Trivial cleanup in rsa_cms_sign()
tb
2023-11-07
1
-5
/
+5
*
Rework RSA_PKCS1_PSS_PADDING handling in rsa_item_sign()
tb
2023-11-07
1
-14
/
+4
*
Add a helper to set RSASSA-PSS padding parameters
tb
2023-11-07
1
-10
/
+29
*
Add a helper to set RSA PKCS #1 v1.5 padding OID
tb
2023-11-07
1
-12
/
+15
*
Rework the MD setting in the RSA ASN.1 method
tb
2023-10-26
1
-45
/
+95
*
RSA's _free and _size also lose their int_ prefix
tb
2023-08-12
1
-7
/
+7
*
Fix a leak in rsa_pub_encode()
tb
2023-08-10
1
-12
/
+19
*
rsa_priv_encode: plug leak on PKCS8_pkey_set0() failure
tb
2023-08-10
1
-15
/
+19
*
Rework BN_BLINDING to use pthread_t directly
tb
2023-08-09
3
-28
/
+18
*
Merge remainder of rsa_crpt.c into rsa_eay.c
tb
2023-08-09
2
-128
/
+54
[next]