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
/
lib
/
libssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crank libssl major
tb
2024-03-02
1
-1
/
+1
*
Remove SSL_debug
tb
2024-03-02
4
-13
/
+3
*
Garbage collect TLS1_FLAGS_SKIP_CERT_VERIFY
tb
2024-03-02
1
-2
/
+1
*
Make {SSL3,TLS}_CT_* internal
tb
2024-03-02
3
-28
/
+8
*
Remove SSL_CIPHER_get_by_{id,value}()
tb
2024-03-02
4
-23
/
+3
*
Export SSL_get_{peer_,}signature_type_nid()
tb
2024-03-02
5
-8
/
+13
*
Of course libssl also has a few missing void
tb
2024-02-04
2
-4
/
+4
*
Rework the exit path of tls13_handshake_recv_action()
tb
2024-02-03
1
-12
/
+14
*
Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFY
tb
2024-02-03
1
-7
/
+1
*
Zap a trailing blank that snuck into ssl3_get_client_hello()
tb
2024-02-03
1
-2
/
+2
*
Remove GOST and STREEBOG support from libssl.
beck
2024-02-03
16
-675
/
+32
*
Restore SSL_shutdown() two step sequence.
jsing
2024-01-30
1
-1
/
+3
*
Rework tls13_legacy_shutdown() to match the legacy stack behaviour.
jsing
2024-01-27
1
-18
/
+19
*
Make tls13_legacy_return_code() static.
jsing
2024-01-27
2
-4
/
+3
*
Add message callbacks for alerts in the TLSv1.3 stack.
jsing
2024-01-27
3
-10
/
+49
*
Stop fiddling with hash table internals from lhash doall callers.
jsing
2024-01-24
1
-6
/
+3
*
Switch from EVP_CIPHER_type() to EVP_CIPHER_nid()
tb
2024-01-18
1
-2
/
+2
*
Remove mention of a refcount bug
tb
2024-01-13
1
-18
/
+1
*
BIO_f_ssl.3: Remove explicit library initialization
tb
2024-01-13
1
-8
/
+2
*
Remove last external call to EVP_PKEY_meth_find()
tb
2024-01-04
1
-5
/
+6
*
Fix two more unchecked EVP_PKEY_assign() calls
tb
2023-12-30
1
-17
/
+25
*
Neuter the SSL_set_debug(3) API
tb
2023-12-29
4
-21
/
+5
*
Convert ssl3_cipher_by_id() to bsearch()
tb
2023-11-29
3
-39
/
+19
*
Use a long for id in ssl3_get_cipher_by_id()
tb
2023-11-29
2
-4
/
+4
*
Switch to legacy method late in tls13_use_legacy_stack()
tb
2023-11-28
1
-3
/
+7
*
Move ssl_cipher_id_cmp() next to its only caller
tb
2023-11-25
2
-15
/
+14
*
Unhook and remove the now even more useless ssl_algs.c than it was before.
tb
2023-11-22
2
-68
/
+1
*
Make SSL_library_init() a wrapper of OPENSSL_init_ssl()
tb
2023-11-22
2
-61
/
+9
*
Stop calling SSL_library_init() from OPENSSL_init_ssl_internal()
tb
2023-11-22
1
-2
/
+1
*
Move SSL_library_init() next to OPENSSL_init_ssl()
tb
2023-11-22
1
-3
/
+2
*
Unifdef OPENSSL_NO_ENGINE in libssl
tb
2023-11-19
5
-69
/
+5
*
Manually unifdef OPENSSL_NO_ENGINE in ssl_clnt.c
tb
2023-11-19
1
-17
/
+4
*
Check for negative EVP_CIPHER_CTX_iv_length() return in libssl
tb
2023-11-18
2
-9
/
+13
*
Mention a subtle difference between PEM_def_callback(3) and the example.
schwarze
2023-09-19
1
-2
/
+9
*
Remove the duplicate documentation of pem_password_cb(3).
schwarze
2023-09-19
1
-56
/
+94
*
More 0/NULL confusions in SSL_CTX_new()
tb
2023-09-19
1
-8
/
+8
*
Fix some NULL/0 misspellings in SSL_CTX_new()
tb
2023-09-19
1
-5
/
+5
*
Also remove ecdh.h use from libssl
tb
2023-07-28
1
-2
/
+1
*
bump libcrypto, libssl, libtls majors
tb
2023-07-28
1
-1
/
+1
*
Set OPENSSL_NO_ENGINE, remove engine code
tb
2023-07-28
2
-3
/
+1
*
Fix two aliases in libcrypto spotted by the new symbols test
tb
2023-07-19
2
-3
/
+4
*
Remove old workaround for F5
tb
2023-07-11
1
-13
/
+2
*
fix comment to unbreak things that care about warnings
beck
2023-07-08
1
-2
/
+2
*
Hide all public symbols in libssl
beck
2023-07-08
21
-33
/
+828
*
Enable reading RSA-PSS certificates
tb
2023-07-07
1
-1
/
+2
*
unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goo
beck
2023-07-06
3
-54
/
+3
*
upstream hidden file #include_next workaround for MS C compilers
bcook
2023-07-05
1
-1
/
+5
*
Simplify allocation checks
tb
2023-07-02
1
-11
/
+11
*
Disable TLS 1.0 and TLS 1.1 in libssl
beck
2023-07-02
2
-12
/
+4
*
Switch from get_rfc*() to BN_get_rfc*()
tb
2023-06-27
1
-7
/
+7
[next]