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
OPENBSD_7_9
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove prototype for removed dtls1_get_cipher()
jsg
2026-05-25
1
-2
/
+1
*
Remove unused prototype.
jsing
2026-05-25
1
-2
/
+1
*
rfc3779 test: various minor tweaks
tb
2026-05-22
1
-15
/
+32
*
rfc3779 regress: tweak order of variable declarations
tb
2026-05-22
1
-2
/
+2
*
rfc3779 test: exercise IPAddressFamily_cmp a bit more
tb
2026-05-21
1
-1
/
+168
*
remove '#undef _' added for Windows CE
jsg
2026-05-19
1
-5
/
+1
*
libcrypto/ui: mechanically rename the union _ into u
tb
2026-05-19
1
-29
/
+29
*
libcrypto/ui: move ui_string_st to ui_lib.c. It's only used there.
tb
2026-05-19
2
-35
/
+35
*
x509_addr: do not call memcmp() on NULL
tb
2026-05-18
1
-5
/
+5
*
Introduce and use dtls12_handshake_msg.
jsing
2026-05-16
6
-77
/
+363
*
x509_prn: zap more than useless comments
tb
2026-05-16
1
-8
/
+1
*
x509_prn: hoist unknown_ext_print() above its only caller; drop prototype
tb
2026-05-16
1
-29
/
+25
*
asn1_print_obstring_ctx: cast to const char * rather than char *
tb
2026-05-16
1
-2
/
+2
*
unknown_ext_print: avoid casting away const
tb
2026-05-16
1
-2
/
+2
*
Ensure X509V3_EXT_print() only returns 0 and 1
tb
2026-05-16
1
-3
/
+3
*
remove unused ssleay.cnf file; ok tb@
jsg
2026-05-16
1
-78
/
+0
*
ASN1{,_parse}_dump: document return value 2 on EOC
tb
2026-05-16
1
-3
/
+7
*
BIO_dump: Xr BIO_printf rather than BIO_write/fwrite
tb
2026-05-16
1
-6
/
+4
*
Sync cert.pem with mozilla roots; quite a few CA certificates were
sthen
2026-05-14
1
-1146
/
+1
*
Add a guarded .note.GNU-stack section to crypto assembly files.
jsing
2026-05-12
9
-9
/
+45
*
rsa_padding_test: %i -> %d
tb
2026-05-10
1
-3
/
+3
*
Slightly adjust BUGS section for X509_addr_add_range()
tb
2026-05-10
1
-2
/
+3
*
openssl s_socket: do not fail accept on reverse DNS lookup failure
kenjiro
2026-05-10
1
-9
/
+2
*
openssl crl: make verify failure result in "app" failure
tb
2026-05-09
1
-4
/
+5
*
openssl ecparam: make EC_GROUP_check() failure result in "app" failure
tb
2026-05-09
1
-3
/
+4
*
openssl s_client: avoid two out of bounds writes
tb
2026-05-09
1
-2
/
+4
*
libssl: record extension lengths in ClientHello hashing
tb
2026-05-09
1
-1
/
+4
*
ssl_lib: trade two extra empty lines for a missing one
tb
2026-05-09
1
-4
/
+2
*
PKCS#12: fix erroneous error check in PKCS12_newpass()
tb
2026-05-09
1
-3
/
+3
*
Use uint32_t instead of SHA_LONG in the SHA-256 code.
jsing
2026-05-09
1
-22
/
+22
*
Use W rather than X for the SHA-256 message schedule.
jsing
2026-05-09
1
-83
/
+83
*
Use consistent variable names in the sha256 code.
jsing
2026-05-09
1
-67
/
+67
*
Use crypto_add_u32dw_u64() to increment SHA-256 message bit counter.
jsing
2026-05-09
1
-9
/
+3
*
Correct argument type for SHA context.
jsing
2026-05-09
1
-4
/
+4
*
Correct argument type in comments.
jsing
2026-05-09
2
-4
/
+4
*
Add wide version of open_memstream regress.
millert
2026-05-08
3
-2
/
+196
*
remove bogus ifdefs; ok tb@
jsg
2026-05-08
1
-8
/
+1
*
x509_purp: fix doc comment for check_ca()
tb
2026-05-08
1
-3
/
+7
*
asr regress: workaround due to removal of . from the path
tb
2026-05-08
1
-2
/
+2
*
asr regress: /etc/networks was removed in 2018
tb
2026-05-08
1
-2
/
+1
*
asr regress: set -Wno-unused-but-set-variables in CFLAGS
tb
2026-05-08
1
-1
/
+2
*
asr regress: extern three variables to fix build with -fcommon
tb
2026-05-08
1
-4
/
+4
*
Use macros for global functions and objects within SHA assembly.
jsing
2026-05-07
9
-53
/
+53
*
Use defines for symbol offsets in aarch64 assembly.
jsing
2026-05-07
3
-7
/
+12
*
Use defines for text and rodata section names in SHA assembly.
jsing
2026-05-07
8
-21
/
+31
*
Use a define based instruction separator in SHA assembly.
jsing
2026-05-07
9
-191
/
+219
*
Get rid of struct dtls1_retransmit_state.
jsing
2026-05-06
2
-26
/
+10
*
Avoid use of uninitialised decode_error variable.
jsing
2026-05-06
1
-10
/
+14
*
wycheproof: add regress target to ensure proper go formatting
tb
2026-05-05
1
-2
/
+5
*
openssl: centralize speed benchmark timer handling
kenjiro
2026-05-05
1
-124
/
+135
[prev]
[next]