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
OPENBSD_7_8
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
/
evp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify EVP AES code for ECB.
jsing
2025-05-19
1
-32
/
+33
*
Simplify EVP AES code for OFB.
jsing
2025-05-19
1
-7
/
+19
*
Simplify EVP AES code for CFB.
jsing
2025-05-19
1
-25
/
+79
*
Simplify EVP AES code for CTR.
jsing
2025-05-18
1
-22
/
+23
*
Unifdef AES_CTR_ASM.
jsing
2025-05-18
1
-14
/
+1
*
Simplify EVP code for AES CBC.
jsing
2025-05-18
1
-26
/
+33
*
Use err_local.h rather than err.h in most places
tb
2025-05-10
19
-38
/
+35
*
Fix indentation and line wrapping.
jsing
2025-04-18
1
-17
/
+15
*
Remove BS-AES and VP-AES from EVP.
jsing
2025-04-18
1
-129
/
+7
*
Error check i2t_ASN1_OBJECT() and tweak warning message
tb
2025-02-04
1
-2
/
+4
*
Annotate why EVP_PKEY_CTX_ctrl_str() will stay for a while
tb
2025-01-20
1
-1
/
+6
*
If EVP_CIPHER_CTX_ctrl(3) is called on EVP_chacha20_poly1305(3)
schwarze
2024-12-20
1
-2
/
+2
*
Reenable AES-NI in libcrypto
tb
2024-09-06
1
-3
/
+5
*
Nuke the whrlpool (named after the galaxy) from orbit
tb
2024-08-31
3
-64
/
+2
*
Remove EVP_PKEY.*attr* API
tb
2024-08-31
1
-81
/
+1
*
Remove EVP_PKEY_*check again
tb
2024-08-31
2
-33
/
+2
*
Remove the pkey_{,public_,param_}check() handlers
tb
2024-08-29
2
-58
/
+12
*
Implement X509_get_signature_info()
tb
2024-08-28
1
-1
/
+4
*
Garbage collect unused attributes member from EVP_PKEY
tb
2024-08-22
2
-4
/
+2
*
Neuter EVP_PKEY_add1_attr_by_NID()
tb
2024-08-22
1
-36
/
+5
*
typo: regresss -> regress
tb
2024-07-29
1
-2
/
+2
*
Rewrite EVP_PKEY_add1_attr_by_NID()
tb
2024-07-14
1
-11
/
+41
*
Disable most EVP_PKEY_*attr* API
tb
2024-07-14
1
-14
/
+17
*
Add tls1_prf_pkey_meth to pkey_methods
tb
2024-07-09
1
-1
/
+3
*
Add EVP_PKEY_TLS1_PRF as alias for NID_tls1_prf
tb
2024-07-09
1
-1
/
+2
*
libcrypto: constify most error string tables
tb
2024-06-24
1
-5
/
+7
*
Fix in-place decryption for EVP_chacha20_poly1305()
tb
2024-05-22
1
-3
/
+3
*
Avoid NULL dereference in EVP_PKEY_paramgen()
tb
2024-04-17
1
-6
/
+8
*
Delete a few more GOST remnants
tb
2024-04-14
1
-21
/
+1
*
bio_enc: various basic cleanup
tb
2024-04-12
1
-64
/
+67
*
Garbage collect various *_init() pmeths
tb
2024-04-12
3
-53
/
+24
*
Fix a potential NULL-deref in EVP_PKEY_keygen()
tb
2024-04-12
1
-6
/
+8
*
Hide deprecated functions in evp.h
beck
2024-04-10
3
-13
/
+8
*
Hide public symbols in x509.h
beck
2024-04-09
1
-1
/
+12
*
Hide public symbols in evp.h
beck
2024-04-09
42
-42
/
+382
*
Rename EVP_aes_XXX_cfb to EVP_aes_XXX_cfb128.
beck
2024-04-09
1
-4
/
+4
*
Check the return value of EVP_CIPHER_CTX_reset()
tb
2024-03-28
1
-3
/
+5
*
Explain the weird copy dance in EVP_DigestSignFinal()
tb
2024-03-27
1
-2
/
+3
*
Fix whitespace
tb
2024-03-27
1
-2
/
+2
*
Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in
joshua
2024-03-27
1
-18
/
+24
*
Recommit r1.20
joshua
2024-03-27
1
-27
/
+31
*
Revert to r1.19 while we track down a bug in the last two commits.
jsing
2024-03-27
1
-38
/
+29
*
Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in
joshua
2024-03-27
1
-17
/
+22
*
Clean up EVP_DigestSignFinal
joshua
2024-03-26
1
-27
/
+31
*
Unifdef PBE_PRF_TEST
tb
2024-03-26
1
-7
/
+1
*
Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_SignFinal
joshua
2024-03-26
1
-6
/
+8
*
Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_VerifyFinal
joshua
2024-03-26
1
-6
/
+7
*
Clean up use of EVP_CIPHER_CTX_{legacy_clear,cleanup} in EVP_OpenInit
joshua
2024-03-26
1
-3
/
+3
*
Garbage collect the unused verifyctx() and verifyctx_init()
tb
2024-03-26
2
-23
/
+5
*
Inline sctx in EVP_DigestSignFinal
joshua
2024-03-25
1
-11
/
+8
[next]