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 references to four definitions that tb@ deleted in x509.h rev. 1.89
schwarze
2022-10-18
1
-4
/
+3
*
Store errors that result from leaf certificate verification.
jsing
2022-10-17
1
-8
/
+12
*
Revise expire callback regress to use chains with expired certificates.
jsing
2022-10-17
1
-25
/
+66
*
Ensure that verification results in the expected error and error depth.
jsing
2022-10-17
1
-16
/
+113
*
Avoid potential divide by zero in BIO_dump_indent_cb()
jsing
2022-10-17
1
-8
/
+7
*
Unbreak ASN.1 indefinite length encoding.
jsing
2022-10-17
1
-4
/
+4
*
Error out if the out secret wasn't properly initialized
tb
2022-10-14
1
-2
/
+6
*
put the malloc_readonly struct into the "openbsd.mutable" section, so
deraadt
2022-10-14
1
-2
/
+3
*
Fix path of mentioned regress test
tb
2022-10-11
1
-2
/
+2
*
Handle corner case in which the test case can actually be a square
tb
2022-10-11
1
-4
/
+3
*
unwrap two lines for readability
tb
2022-10-05
1
-5
/
+3
*
fix an obvious thinko without serious consequences in the display of e
espie
2022-10-04
1
-2
/
+2
*
Dynamically link libssl for QUIC regress.
jsing
2022-10-02
1
-2
/
+2
*
Remove unused headers.
jsing
2022-10-02
1
-5
/
+1
*
Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.
jsing
2022-10-02
5
-68
/
+66
*
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
jsing
2022-10-02
26
-1237
/
+1220
*
Move handshake message handling functions from ssl_both.c to client/server.
jsing
2022-10-01
4
-225
/
+342
*
use Fn rather than Nm for swab(); from josiah frentsos
jmc
2022-09-28
1
-6
/
+6
*
Tweak symbols test in such a way that it would have caught the recent
tb
2022-09-21
2
-3
/
+9
*
Remove PKCS12_MAKE_{,SH}KEYBAG from Symbols.list
tb
2022-09-19
1
-2
/
+0
*
Allow TLSv1.3 clients to send CCS without middlebox compatibility mode.
jsing
2022-09-17
1
-4
/
+2
*
Link to SSL_read_early_data(3)
kn
2022-09-17
1
-3
/
+3
*
Add OID for RPKI signedTAL objects
job
2022-09-15
2
-0
/
+2
*
Use LONG_MAX as the limit for ciphers with long based APIs.
jsing
2022-09-15
6
-169
/
+120
*
remove an extraneous empty line
tb
2022-09-14
1
-2
/
+1
*
Stop pretending that EVP_CIPHER cleanup can fail.
jsing
2022-09-13
4
-14
/
+15
*
zap extra .Pp
tb
2022-09-12
1
-2
/
+1
*
Stop documenting i2c_ASN1_INTEGER.
tb
2022-09-12
2
-48
/
+4
*
Add CBC, CFB64 and OFB64 test coverage for RC2
tb
2022-09-12
1
-34
/
+463
*
whitespace nits
tb
2022-09-12
1
-4
/
+5
*
Move division by two out of sizeof()
tb
2022-09-12
1
-3
/
+3
*
Error checks for EVP_*
tb
2022-09-12
1
-25
/
+36
*
Move division by two out of sizeof()
tb
2022-09-12
1
-3
/
+3
*
Add regression tests for the sendmmsg and recvmmsg system calls.
mbuhl
2022-09-11
4
-2
/
+410
*
Enforce the minimum TLS version requirement for QUIC.
jsing
2022-09-11
1
-1
/
+9
*
Adjust for opaque structs in ts.h
tb
2022-09-11
1
-14
/
+24
*
Adjust for opaque structs in pkcs12.h
tb
2022-09-11
1
-25
/
+38
*
bump major after libcrypto and libssl major bump
tb
2022-09-11
1
-2
/
+2
*
Crank major after symbol addition and libcrypto major bump
tb
2022-09-11
1
-2
/
+2
*
Update Symbols.list
tb
2022-09-11
1
-0
/
+11
*
Expose SSL_get_share_{group,curve}() and related #defines
tb
2022-09-11
1
-7
/
+3
*
Expose some error codes needed for QUIC support
tb
2022-09-11
1
-3
/
+1
*
Define LIBRESSL_HAS_QUIC
tb
2022-09-11
1
-0
/
+1
*
Bump major after symbol addition and removal and struct visibility changes
tb
2022-09-11
1
-2
/
+2
*
Update Symbols.list
tb
2022-09-11
1
-9
/
+31
*
Make structs in ts.h opaque
tb
2022-09-11
2
-215
/
+223
*
Make structs in pkcs12.h opaque
tb
2022-09-11
4
-162
/
+45
*
Expose EVP_chacha20_poly1305()
tb
2022-09-11
1
-3
/
+1
*
Expose various EVP AEAD constants for EVP ChaCha and QUIC
tb
2022-09-11
1
-3
/
+1
*
Expose OPENSL_cleanup()
tb
2022-09-11
1
-3
/
+1
[next]