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
*
man pages: add missing commas between subordinate and main clauses
naddy
2022-03-31
4
-18
/
+18
*
man pages: add missing word, The foo() ... -> The foo() function ...
naddy
2022-03-29
1
-5
/
+6
*
man pages: add missing commas in enumerations
naddy
2022-03-29
1
-3
/
+3
*
Clean up {dtls1,ssl3}_read_bytes()
jsing
2022-03-26
2
-200
/
+166
*
Remove the minimum record length checks from dtls1_read_bytes()
jsing
2022-03-26
1
-32
/
+1
*
Remove three useless tests files
tb
2022-03-19
3
-185
/
+0
*
Simplify SSL_do_handshake().
jsing
2022-03-18
1
-7
/
+5
*
Rewrite legacy DTLS unexpected handshake message handling.
jsing
2022-03-18
1
-83
/
+139
*
Rewrite legacy TLS unexpected handshake message handling.
jsing
2022-03-17
1
-78
/
+114
*
Clean up and simplify ssl3_renegotiate{,_check}()
jsing
2022-03-17
1
-22
/
+15
*
Remove const from tls1_transcript_hash_value()
jsing
2022-03-17
2
-5
/
+5
*
Factor out unexpected handshake message handling code in the legacy stack.
jsing
2022-03-14
2
-229
/
+256
*
Factor out change cipher spec handing code in the legacy stack.
jsing
2022-03-12
3
-65
/
+73
*
Fix typo in comment
bket
2022-03-05
1
-2
/
+2
*
Factor out alert handing code in the legacy stack.
libressl-v3.5.0
jsing
2022-02-21
3
-85
/
+77
*
Avoid gendered language in man pages when not referring to a specific
jsg
2022-02-18
1
-4
/
+4
*
Remove i <= 0 checks from SSL_get_error()
jsing
2022-02-06
1
-15
/
+16
*
Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack.
jsing
2022-02-06
1
-1
/
+5
*
remove please from manual pages
jsg
2022-02-06
1
-3
/
+3
*
Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_
tb
2022-02-05
3
-16
/
+22
*
Bye bye S3I.
jsing
2022-02-05
23
-772
/
+755
*
Bump libressl's version in pkgconfig to 2.0.0
tb
2022-02-04
1
-2
/
+3
*
Cleanup/simplify ssl_cert_type()
jsing
2022-02-03
6
-34
/
+24
*
Error check for sk_push in libssl
inoguchi
2022-01-28
1
-4
/
+7
*
Error check for sk_push in libssl
inoguchi
2022-01-28
1
-2
/
+5
*
whitespace
tb
2022-01-26
1
-4
/
+4
*
Rewrite paragraph to refer to EVP_CIPHER_CTX_new() and HMAC_CTX_new()
tb
2022-01-25
1
-6
/
+6
*
Fix another return 0 bug in SSL_shutdown()
tb
2022-01-25
1
-6
/
+8
*
Avoid an infinite loop in SSL_shutdown()
tb
2022-01-25
1
-2
/
+4
*
Garbage collect unused ret in ssl3_get_new_session_ticket()
tb
2022-01-24
1
-5
/
+4
*
In ssl3_get_server_key_exchange() switch a 'goto err' to
tb
2022-01-24
1
-2
/
+2
*
Avoid use of uninitialized in tlsext_sni_server_parse()
tb
2022-01-24
1
-1
/
+3
*
Garbage collect the unused rv in tls1_check_ec_server_key() and
tb
2022-01-24
1
-3
/
+2
*
Remove the remaining three parens in return statements.
tb
2022-01-20
1
-4
/
+4
*
Use correct spelling of NULL.
tb
2022-01-20
1
-2
/
+2
*
spelling
jsg
2022-01-15
2
-6
/
+6
*
bump libcrypto, libssl, libtls majors after struct visibility changes
tb
2022-01-14
1
-1
/
+1
*
Use the correct type for ssl_callback_ctrl()
tb
2022-01-14
1
-3
/
+3
*
Convert the new record layers to opaque EVP_AEAD_CTX
tb
2022-01-14
2
-12
/
+6
*
Convert ssl_kex.c to opaque DH
tb
2022-01-14
1
-11
/
+11
*
Use BIO_next/BIO_set_next in ssl_lib.c
tb
2022-01-14
1
-3
/
+3
*
bio_ssl.c needs to peek into bio_local.h
tb
2022-01-14
2
-2
/
+4
*
Garbage collect last use of EVP_ecdsa()
tb
2022-01-14
1
-2
/
+1
*
Remove peer_pkeys from SSL_SESSION.
jsing
2022-01-11
6
-96
/
+58
*
Simplify SSL_get_peer_certificate()
jsing
2022-01-11
1
-10
/
+8
*
Rename 'peer' to 'peer_cert' in SSL_SESSION.
jsing
2022-01-11
8
-37
/
+37
*
Plumb decode errors through key share parsing code.
jsing
2022-01-11
7
-48
/
+106
*
Use SSL_AD_INTERNAL_ERROR for non-decoding alerts when parsing keyshares.
jsing
2022-01-11
1
-4
/
+10
*
Simplify tlsext_keyshare_server_parse()
jsing
2022-01-11
1
-9
/
+5
*
ssl_check_srvr_ecc_cert_and_alg() only returns 0/1 - test accordingly.
jsing
2022-01-09
1
-3
/
+3
[next]