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
*
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
*
Rename arg1 to nid because that's what it is
tb
2024-03-24
1
-11
/
+11
*
Drop the unused 'name' member from X509_TRUST
tb
2024-03-24
1
-10
/
+1
*
Remove unused flags and arg2 members from X509_TRUST
tb
2024-03-23
1
-3
/
+1
*
Remove unused flags argument from the trust handlers
tb
2024-03-23
1
-13
/
+13
*
Simplify X509_STORE_free()
tb
2024-03-22
1
-11
/
+3
*
Remove now unused certificates (which are also soon to expire).
jsing
2024-03-21
3
-147
/
+0
*
Rename the remaining pmod to mod
tb
2024-03-20
1
-13
/
+13
*
pmod -> mod in CONF_IMODULE
tb
2024-03-20
1
-7
/
+7
*
tmod -> mod
tb
2024-03-20
1
-13
/
+13
*
md -> imod for CONF_IMODULEs
tb
2024-03-20
1
-15
/
+15
*
md -> mod for CONF_MODULEs
tb
2024-03-20
1
-12
/
+12
*
Change return type of module_add()
tb
2024-03-20
1
-17
/
+21
*
Implement imodule_free() and call it from module_finish()
tb
2024-03-20
1
-4
/
+15
*
Make module_free() NULL safe
tb
2024-03-20
1
-1
/
+4
*
Use the new certificates/chains in regress.
jsing
2024-03-20
9
-32
/
+33
*
Move the OPENSSL_init() stub from o_init.c to crypto_init.c
tb
2024-03-19
3
-13
/
+7
*
Remove OPENSSL/CRYPTO_realloc documentation
tb
2024-03-19
1
-21
/
+4
*
Remove X509_ALGOR_set_md() documentation
tb
2024-03-19
3
-37
/
+8
*
Annotate RSA-PSS SHA parameter encoding as wrong
tb
2024-03-17
1
-1
/
+9
*
Remove ugly parens and thereby fix KNF
tb
2024-03-16
1
-9
/
+9
*
Fix signed integer overflow in bnrand()
tb
2024-03-16
1
-1
/
+6
[next]