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
/
man
Age
Commit message (
Expand
)
Author
2017-10-08
hyphenate DER/PEM-encoded, for consistency;
Jason McIntyre
2017-10-07
Document tls_peer_cert_chain_pem().
Joel Sing
2017-08-12
Document tls_config_set_dheparams().
Joel Sing
2017-08-12
Document tls_reset().
Joel Sing
2017-08-11
new sentence, new line;
Jason McIntyre
2017-08-10
Add a tls_config_set_ecdhecurves() function to libtls, which allows the
Joel Sing
2017-08-01
correct function name;
Jason McIntyre
2017-07-06
Document tls_config_set_crl_file() and tls_config_set_crl_mem().
Joel Sing
2017-05-06
Be explicit about when it is safe to call tls_config_free().
Joel Sing
2017-05-06
Document tls_unload_file().
Joel Sing
2017-04-27
tls_free(3) and tls_config_free(3) accept NULL;
Ingo Schwarze
2017-03-02
fix error in Dt; from robert klein
Jason McIntyre
2017-02-20
spelling fix;
Jason McIntyre
2017-02-20
document tls_config_error(3) RETURN VALUES, improve what is said
Ingo Schwarze
2017-01-31
tweak previous;
Jason McIntyre
2017-01-31
Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be
Bob Beck
2017-01-29
Marko Kreen contributed significantly to the ocsp stuff for libtls
Bob Beck
2017-01-28
add HISTORY and AUTHORS
Ingo Schwarze
2017-01-27
Fix Copyright notices; ok beck@ jsing@ tedu@
Ingo Schwarze
2017-01-26
fix Dt;
Jason McIntyre
2017-01-25
split the tls_init(3) that had grown fat to allow healthy future growth;
Ingo Schwarze