master
Document tls_peer_cert_common_name()
Use -Wshadow with clang
expose tls_peer_cert_common_name()
minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION) code #ifdef'ing these and compiled with new headers won't work as expected on earlier libraries
Remove spaces before tabs
Provide tls_peer_cert_common_name()
Add error code support to libtls
Add TLS_ERROR_INVALID_CONTEXT error code to libtls
libtls: fix legacy protocol parsing
libtls: abort handshake on no ALPN protcol overlap
sync includes in tls_signer.c
add missing #include <string.h>; ok tb@