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
*
Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1
tb
2024-09-22
1
-3
/
+1
*
Make error 235 resolve to "no application protocol"
tb
2024-09-09
1
-2
/
+1
*
Fix alert callback in the QUIC layer
tb
2024-09-09
1
-2
/
+12
*
Add and use tls13_record_layer_alert_sent()
tb
2024-09-09
2
-3
/
+12
*
Update for OPENSSL_cpu_caps() now being machine independent.
jsing
2024-08-31
1
-6
/
+2
*
major bump for libcrypto libssl and libtls
tb
2024-08-31
1
-2
/
+2
*
Remove SSL_add_compression_method
tb
2024-08-31
6
-36
/
+10
*
Bump minor after symbol addition
tb
2024-08-12
1
-1
/
+1
*
Add SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() to
tb
2024-08-12
1
-0
/
+2
*
Expose SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest()
tb
2024-08-12
1
-5
/
+1
*
Add include path for crypto_arch.h.
jsing
2024-08-11
1
-1
/
+2
*
Document SSL_CTX_set_cert_store
tb
2024-08-03
1
-2
/
+18
*
Prepare to provide SSL_CTX_set1_cert_store()
tb
2024-08-03
3
-3
/
+17
*
Remove get_cipher from SSL_METHOD.
jsing
2024-07-23
5
-73
/
+32
*
Use cipher suite values instead of IDs.
jsing
2024-07-22
12
-392
/
+179
*
Remove cipher from SSL_SESSION.
jsing
2024-07-20
13
-73
/
+70
*
Annotate issues with tls_session_secret_cb() related code.
jsing
2024-07-19
2
-2
/
+15
*
Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.
jsing
2024-07-19
6
-28
/
+26
*
Clean up SSL_HANDSHAKE_MAC_DEFAULT.
jsing
2024-07-16
3
-63
/
+39
*
Fix .Ox for SSL_CIPHER_get_handshake_digest()
tb
2024-07-16
1
-3
/
+3
*
Mop up TLS1_PRF* defines.
jsing
2024-07-15
2
-76
/
+67
*
ocurred -> occurred
jsg
2024-07-15
1
-3
/
+3
*
Forgot to annotate the TMP UGLY CAST[S] as requested by jsing
tb
2024-07-14
1
-1
/
+2
*
Document SSL_CIPHER_get_handshake_digest(3)
tb
2024-07-14
1
-2
/
+22
*
Prepare to provide SSL_CIPHER_get_handshake_digest()
tb
2024-07-14
3
-3
/
+23
*
ssl2.h and ssl23.h join the party in the attic
tb
2024-07-13
5
-257
/
+11
*
Make error constants const in libssl
tb
2024-07-13
1
-5
/
+5
*
Despite being an ELF citizen, hppa is its own special snowflake and requires
miod
2024-07-12
1
-1
/
+5
*
Adjust documentation for SSL_select_next_proto()
tb
2024-07-11
1
-30
/
+48
*
Follow BoringSSL's nomenclature in SSL_select_next_proto()
tb
2024-07-11
1
-28
/
+30
*
Don't push the error stack in ssl_sigalg_select()
beck
2024-07-09
1
-2
/
+1
*
Fix TLS key share check to not fire when using < TLS 1.3
beck
2024-07-09
1
-7
/
+6
*
Actually enable namespaced builds in both libcrypto and libssl
beck
2024-07-09
1
-3
/
+3
*
fix typo
tb
2024-06-29
1
-2
/
+2
*
The ALPN callback should really ignore the out parameter if there's
tb
2024-06-28
1
-3
/
+13
*
Fix SSL_select_next_proto()
tb
2024-06-28
1
-29
/
+54
*
Remove handling of SSLv2 client hello messages.
jsing
2024-06-28
1
-205
/
+1
*
remove psk_idx from tlsext_randomize_build_order()
tb
2024-06-26
1
-3
/
+3
*
tls_extension_find(): make output index optional
tb
2024-06-26
1
-2
/
+3
*
Implement RSA key exchange in constant time.
jsing
2024-06-25
3
-63
/
+73
*
Fix TLS extension shuffling
tb
2024-06-25
1
-2
/
+2
*
ssl_err: KNF tweak
tb
2024-06-24
1
-2
/
+2
*
ssl_err: fix whitespace
tb
2024-06-24
1
-13
/
+13
*
Provide CBB_add_u32_length_prefixed().
jsing
2024-06-22
2
-2
/
+15
*
ssl_tlsext: fix uninitialized variable warning with gcc
tb
2024-06-06
1
-2
/
+3
*
remove unused typedefs with structs that were removed
jsg
2024-05-27
1
-6
/
+1
*
sync inclusion of <stdlib.h> from libcrypto
tb
2024-05-25
3
-3
/
+6
*
Make signature of SSL_COMP_add_compression_method(3) match reality
tb
2024-05-23
1
-3
/
+3
*
remove prototypes with no matching function
jsg
2024-05-19
1
-2
/
+1
*
SSL_CTX_set_keylog_callback: copy-paste error _set_ -> _get_
tb
2024-05-16
1
-3
/
+3
[next]