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
/
Makefile
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add include path for crypto_arch.h.
jsing
2024-08-11
1
-1
/
+2
*
ssl2.h and ssl23.h join the party in the attic
tb
2024-07-13
1
-2
/
+2
*
Actually enable namespaced builds in both libcrypto and libssl
beck
2024-07-09
1
-3
/
+3
*
Implement RSA key exchange in constant time.
jsing
2024-06-25
1
-1
/
+2
*
Unhook and remove the now even more useless ssl_algs.c than it was before.
tb
2023-11-22
1
-2
/
+1
*
unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goo
beck
2023-07-06
1
-5
/
+1
*
Use -Wshadow with clang
tb
2023-05-05
1
-2
/
+2
*
Add support for symbol hiding disabled by default.
beck
2022-11-11
1
-1
/
+6
*
Deduplicate peer certificate chain processing code.
jsing
2022-08-17
1
-2
/
+3
*
Provide record layer callbacks for QUIC.
jsing
2022-07-24
1
-1
/
+2
*
Implement the default security level callback
tb
2022-06-28
1
-1
/
+2
*
bio_ssl.c needs to peek into bio_local.h
tb
2022-01-14
1
-1
/
+2
*
Rename tls13_key_share to tls_key_share.
jsing
2022-01-05
1
-3
/
+3
*
Rename tls13_buffer to tls_buffer.
jsing
2021-10-23
1
-2
/
+2
*
Factor out the TLSv1.3 code that handles content from TLS records.
jsing
2021-09-04
1
-2
/
+3
*
Rewrite TLSv1.2 key block handling.
jsing
2021-05-05
1
-1
/
+2
*
Clean up derivation of finished/peer finished.
jsing
2021-04-25
1
-1
/
+2
*
Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.c
jsing
2020-10-03
1
-3
/
+1
*
Start replacing the existing TLSv1.2 record layer.
jsing
2020-08-30
1
-1
/
+2
*
The check_includes step is incorrect dependency management model for
deraadt
2020-06-09
1
-11
/
+1
*
Provide an easy way to get debug information from TLSv1.3 handshakes.
jsing
2020-05-10
1
-1
/
+4
*
Remove dtls1_enc().
jsing
2020-03-13
1
-2
/
+1
*
Move the TLSv1.3 code that interfaces with the legacy APIs/stack into a
jsing
2020-02-15
1
-1
/
+2
*
Provide struct/functions for handling TLSv1.3 key shares.
jsing
2020-01-30
1
-1
/
+2
*
Factor out/rewrite the ECDHE EC point key exchange code.
jsing
2020-01-30
1
-1
/
+2
*
Add checks to ensure that lib{crypto,ssl,tls} public headers have actually
jsing
2020-01-22
1
-1
/
+11
*
Split the TLSv1.3 guards into separate client and server guards.
jsing
2020-01-22
1
-2
/
+3
*
Provide an error framework for use with the TLSv1.3 code.
jsing
2020-01-20
1
-1
/
+2
*
Add the initial framework for the TLSv1.3 server.
jsing
2019-11-17
1
-2
/
+3
*
Rename the file that contains the transcript handling code.
jsing
2019-02-09
1
-2
/
+2
*
Make it easier to build with LIBRESSL_HAS_TLS1_3 enabled.
jsing
2019-02-04
1
-1
/
+4
*
No need to include <bsd.prog.mk> here.
tb
2019-01-23
1
-2
/
+1
*
Provide the initial TLSv1.3 client implementation.
jsing
2019-01-21
1
-1
/
+2
*
Add ssl_cipher_is_permitted(), an internal helper function that
tb
2019-01-21
1
-1
/
+2
*
Provide TLS 1.3 cipher AEAD/hash and legacy I/O handling functions.
jsing
2019-01-21
1
-1
/
+2
*
Provide a handshake message handling implementation for TLS 1.3.
jsing
2019-01-20
1
-1
/
+2
*
Provide an initial implementation of the TLS 1.3 record layer.
jsing
2019-01-20
1
-3
/
+3
*
Sort HDRS/SRCS lists and use one line per source file for maintainability.
jsing
2019-01-19
1
-16
/
+44
*
Provide a TLS record handling implementation.
jsing
2019-01-19
1
-2
/
+2
*
Remove this copy, we have decided we can do this in place
beck
2019-01-18
1
-2
/
+2
*
Provide an extensible buffer implementation that uses a read callback.
jsing
2019-01-17
1
-2
/
+3
*
Add a direct copy of the exension parsing code to be modified for tls13.
beck
2019-01-17
1
-2
/
+2
*
Reimplement the sigalgs processing code into a new implementation
beck
2018-11-09
1
-2
/
+2
*
First skeleton of the TLS 1.3 state machine. Based on RFC 8446 and
tb
2018-11-08
1
-2
/
+2
*
Add initial TLS 1.3 key schedule support with basic regress tests
beck
2018-11-07
1
-2
/
+3
*
Consolidate all of the SSL method structs/functions into a single file.
jsing
2018-11-05
1
-4
/
+4
*
Bring in compatibility for OpenSSL 1.1 style init functions.
beck
2018-03-17
1
-2
/
+2
*
Switch to -Werror with clang for libressl.
doug
2017-08-13
1
-2
/
+2
*
Rewrite the TLS Renegotiation Indication extension handling using CBB/CBS
jsing
2017-07-24
1
-2
/
+2
*
Start rewriting TLS extension handling.
jsing
2017-07-16
1
-2
/
+2
[next]