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
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Clean up use of EVP_CIPHER_CTX_{legacy_clear,cleanup} in EVP_OpenInit
joshua
2024-03-26
1
-3
/
+3
*
Demacro MD5 and improve data loading.
jsing
2024-03-26
1
-116
/
+154
*
Mark internal functions as static.
jsing
2024-03-26
1
-5
/
+5
*
Move bn_montgomery_reduce() and drop prototype.
jsing
2024-03-26
1
-73
/
+71
*
Fix function guards.
jsing
2024-03-26
1
-3
/
+3
*
Add an indicator that an extension has been processed.
beck
2024-03-26
3
-3
/
+21
*
Fix expected client hello value to allow for supported_groups change.
beck
2024-03-26
1
-4
/
+4
*
Garbage collect the unused verifyctx() and verifyctx_init()
tb
2024-03-26
2
-23
/
+5
*
Process supported groups before key share.
beck
2024-03-26
1
-15
/
+15
*
Disable client handshake test for now for pending changes.
beck
2024-03-26
1
-2
/
+3
*
Use errno_value instead of num for readability
joshua
2024-03-26
1
-7
/
+7
*
Use errno_value instead of num for readability
joshua
2024-03-26
2
-12
/
+12
*
Change ts to only support one second precision.
beck
2024-03-26
3
-84
/
+9
*
Clean up conf's module_init()
tb
2024-03-26
1
-39
/
+27
*
Rewrite HKDF_expand().
jsing
2024-03-25
1
-38
/
+50
*
Revert r1.13 since it currently breaks openssl-ruby regress tests.
jsing
2024-03-25
1
-2
/
+2
*
Inline sctx in EVP_DigestSignFinal
joshua
2024-03-25
1
-11
/
+8
*
Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in PKCS5_PBE_keyivgen
joshua
2024-03-25
1
-11
/
+12
*
Error on setting an invalid CSR version
job
2024-03-25
1
-2
/
+2
*
Remove unneeded brackets from if statement in EVP_DigestSignFinal
joshua
2024-03-25
1
-3
/
+2
*
Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_BytesToKey
joshua
2024-03-25
1
-12
/
+14
*
Codify more insane CRYPTO_EX_DATA API.
jsing
2024-03-25
1
-9
/
+59
*
Revise for TLS extension parsing/processing changes.
jsing
2024-03-25
1
-108
/
+42
*
Simplify TLS extension parsing and processing.
jsing
2024-03-25
1
-155
/
+98
*
Clean up create_digest()
tb
2024-03-25
1
-16
/
+17
*
Fix time conversion that broke regress.
beck
2024-03-25
1
-5
/
+5
*
Move custom sigctx handling out of EVP_DigestSignFinal
joshua
2024-03-25
1
-13
/
+28
*
Fix typo msg_types -> msg_type
tb
2024-03-25
1
-2
/
+2
*
Revise TLS extension regress for parse/process changes.
jsing
2024-03-25
1
-43
/
+108
*
Clean up EVP_CIPHER_CTX_{legacy_clear,cleanup} usage in evp/bio_enc.c
joshua
2024-03-25
1
-39
/
+49
*
Final tweaks in x509_trs.c for now
tb
2024-03-25
1
-10
/
+11
*
Split TLS extension parsing from processing.
jsing
2024-03-25
1
-55
/
+190
*
Kill X509_TRUST
tb
2024-03-25
1
-79
/
+31
*
Clean up EVP_MD_CTX_{legacy_clear,cleanup}() usage in x509/x509_cmp.c
joshua
2024-03-25
1
-21
/
+25
*
Decouple TLS extension table order from tlsext_randomize_build_order()
jsing
2024-03-25
1
-6
/
+7
*
Add back trust member of X509_TRUST that I accidentally deleted
tb
2024-03-25
1
-1
/
+2
*
Const correct the trust handlers
tb
2024-03-25
1
-8
/
+7
*
Pass the nid instead of the entire trust structure
tb
2024-03-25
1
-10
/
+10
*
Pull extension caching into X509_check_trust()
tb
2024-03-25
1
-2
/
+7
*
Remove unnecessary stat() calls from by_dir
beck
2024-03-25
1
-14
/
+15
*
Add tests for EVP_get_cipherbyname(NULL) and EVP_get_digestbyname(NULL)
jca
2024-03-24
1
-1
/
+25
*
Restore EVP_get_cipherbyname(NULL)/EVP_get_digestbyname(NULL) handling
jca
2024-03-24
1
-1
/
+7
*
Convert libressl to use the BoringSSL style time conversions
beck
2024-03-24
5
-54
/
+61
*
Rename ax into aux
tb
2024-03-24
1
-8
/
+7
*
Drop redundant NULL checks around two for loops
tb
2024-03-24
1
-15
/
+14
*
Fix namespace build
tb
2024-03-24
7
-29
/
+7
*
Remove OPENSSL_NO_* #ifdefs from evp_names.c
tb
2024-03-24
1
-145
/
+1
*
Bye bye gost, bye, bye turdiness
tb
2024-03-24
5
-751
/
+5
[next]