index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libtls
/
Makefile
Age
Commit message (
Expand
)
Author
2023-05-05
Use -Wshadow with clang
Theo Buehler
2022-01-25
Introduce a signer interface intented to make TLS privsep simpler
Eric Faurot
2020-06-09
The check_includes step is incorrect dependency management model for
Theo de Raadt
2020-01-22
Correct includes check for libtls.
Joel Sing
2020-01-22
Add checks to ensure that lib{crypto,ssl,tls} public headers have actually
Joel Sing
2018-02-08
Split keypair handling out into its own file - it had already appeared
Joel Sing
2017-08-13
Switch to -Werror with clang for libressl.
Doug Hogan
2017-04-30
Only enable -Werror on libcrypto/libssl/libtls if we are building with
Joel Sing
2017-01-25
split the tls_init(3) that had grown fat to allow healthy future growth;
Ingo Schwarze
2016-11-05
Remove generated Symbols.map on make clean.
Joel Sing
2016-11-04
Build with WARNINGS=Yes.
Joel Sing
2016-11-04
Add an explict list of exported symbols with just the functions declared
Philip Guenther
2016-11-02
Add OCSP client side support to libtls.
Bob Beck
2016-09-19
Update ld search path for libssl/libcrypto, fixes cross-build after source mo...
Brent Cook
2016-09-04
Add callback-based interface to libtls.
Brent Cook
2016-03-30
for some time now mandoc has not required MLINKS to function
Jason McIntyre
2015-10-07
Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...
Bob Beck
2015-09-14
Provide tls_config_insecure_noverifytime() in order to be able to disable
Joel Sing
2015-09-14
some conn_version and conn_cipher bits;
Jason McIntyre
2015-09-12
Move connection info into it's own private structure allocated and filled in
Bob Beck
2015-09-11
typo
Theo de Raadt
2015-09-11
document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hash
Bob Beck
2015-09-11
add tls_peer functions for checking names and issuers of peer certificates.
Bob Beck
2015-09-11
Provide tls_peer_cert_hash() which returns a hash of the raw certificate
Joel Sing
2015-09-11
sort MLINKS into the same order as the man page;
Jason McIntyre
2015-09-10
document client side certificate verification functionality.
Bob Beck
2015-09-10
mlink tls_handshake;
Jason McIntyre
2015-09-10
add MLINKS for _prefer_ciphers_*
Jason McIntyre
2015-06-05
Link ssl and crypto via BSDOBJDIR, works with native and cross builds
Tobias Ulmer
2015-05-17
*** empty log message ***
Mark Kettenis
2015-03-31
Provide a tls_accept_fds() function, which allows a TLS connection to be
Joel Sing
2015-02-22
Rename tls_config_insecure_noverifyhost() to
Joel Sing
2015-02-15
Document tls_config_parse_protocols() and update documentation for
Joel Sing
2015-02-11
Provide a tls_connect_servername() function that has the same behaviour
Joel Sing
2015-02-07
Add manpage bits for tls_load_file() and tls_accept_socket().
Reyk Floeter
2015-02-07
Add tls_config_set_dheparams() to allow specification of the parameters to
Joel Sing
2015-01-22
Add MLINK for tls_config_set_ca_mem()
Reyk Floeter
2014-10-31
Rename libressl to libtls to avoid confusion and to make it easier to
Joel Sing