master
split the tls_init(3) that had grown fat to allow healthy future growth; suggested by jsing@; "i would just chuck it in" jmc@
minor markup improvement: .Fa *cctx -> .Pf * Fa cctx
Document tls_reset().
tweak previous;
Remove the ability to do tls 1.0 and 1.1 from libtls.
Be more specific about when the session file will be updated.
fix error in Dt; from robert klein
Document tls_peer_cert_common_name()
Move a detail on tls_connect(3) to its documentation and be a bit more explicit about the servername argument of tls_connect_servername(3).
wording tweak for tls_init() from jsing
contibutions -> contributions
Use the same order in NAME, SYNOPSIS, DESCRIPTION, and RETURN VALUES to improve readability and ease of maintenance.
remove tls_reset(3) from the NAME, SYNOPSIS, and HISTORY sections because it is documented in the separate tls_client(3) manual page