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
/
libtls
/
Makefile
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use -Wshadow with clang
tb
2023-05-05
1
-2
/
+2
*
Introduce a signer interface intented to make TLS privsep simpler
eric
2022-01-25
1
-1
/
+2
*
The check_includes step is incorrect dependency management model for
deraadt
2020-06-09
1
-11
/
+1
*
Correct includes check for libtls.
jsing
2020-01-22
1
-2
/
+2
*
Add checks to ensure that lib{crypto,ssl,tls} public headers have actually
jsing
2020-01-22
1
-1
/
+11
*
Split keypair handling out into its own file - it had already appeared
jsing
2018-02-08
1
-1
/
+2
*
Switch to -Werror with clang for libressl.
doug
2017-08-13
1
-2
/
+2
*
Only enable -Werror on libcrypto/libssl/libtls if we are building with
jsing
2017-04-30
1
-2
/
+5
*
split the tls_init(3) that had grown fat to allow healthy future growth;
schwarze
2017-01-25
1
-3
/
+6
*
Remove generated Symbols.map on make clean.
jsing
2016-11-05
1
-1
/
+3
*
Build with WARNINGS=Yes.
jsing
2016-11-04
1
-1
/
+3
*
Add an explict list of exported symbols with just the functions declared
guenther
2016-11-04
1
-1
/
+9
*
Add OCSP client side support to libtls.
beck
2016-11-02
1
-1
/
+2
*
Update ld search path for libssl/libcrypto, fixes cross-build after source mo...
bcook
2016-09-19
1
-3
/
+3
*
Add callback-based interface to libtls.
bcook
2016-09-04
1
-1
/
+2
*
for some time now mandoc has not required MLINKS to function
jmc
2016-03-30
1
-52
/
+1
*
Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...
beck
2015-10-07
1
-1
/
+3
*
Provide tls_config_insecure_noverifytime() in order to be able to disable
jsing
2015-09-14
1
-1
/
+2
*
some conn_version and conn_cipher bits;
jmc
2015-09-14
1
-1
/
+3
*
Move connection info into it's own private structure allocated and filled in
beck
2015-09-12
1
-1
/
+2
*
typo
deraadt
2015-09-11
1
-2
/
+2
*
document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hash
beck
2015-09-11
1
-1
/
+4
*
add tls_peer functions for checking names and issuers of peer certificates.
beck
2015-09-11
1
-1
/
+3
*
Provide tls_peer_cert_hash() which returns a hash of the raw certificate
jsing
2015-09-11
1
-1
/
+2
*
sort MLINKS into the same order as the man page;
jmc
2015-09-11
1
-4
/
+4
*
document client side certificate verification functionality.
beck
2015-09-10
1
-1
/
+3
*
mlink tls_handshake;
jmc
2015-09-10
1
-1
/
+2
*
add MLINKS for _prefer_ciphers_*
jmc
2015-09-10
1
-1
/
+3
*
Link ssl and crypto via BSDOBJDIR, works with native and cross builds
tobiasu
2015-06-05
1
-3
/
+3
*
Record inter-library dependencies between libcrypto, libssl and libtls
kettenis
2015-05-17
1
-1
/
+4
*
Provide a tls_accept_fds() function, which allows a TLS connection to be
jsing
2015-03-31
1
-1
/
+2
*
Rename tls_config_insecure_noverifyhost() to
jsing
2015-02-22
1
-2
/
+2
*
Document tls_config_parse_protocols() and update documentation for
jsing
2015-02-15
1
-1
/
+2
*
Provide a tls_connect_servername() function that has the same behaviour
jsing
2015-02-11
1
-1
/
+3
*
Add manpage bits for tls_load_file() and tls_accept_socket().
reyk
2015-02-07
1
-1
/
+3
*
Add tls_config_set_dheparams() to allow specification of the parameters to
jsing
2015-02-07
1
-2
/
+3
*
Add MLINK for tls_config_set_ca_mem()
reyk
2015-01-22
1
-1
/
+2
*
Rename libressl to libtls to avoid confusion and to make it easier to
jsing
2014-10-31
1
-0
/
+58