OpenBSD CVS

src/lib/libtls/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libtls

Current tag: OPENBSD_6_7


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] man/        
[TXT] Makefile  1.35   4 years  jsing   Correct includes check for libtls.
[TXT] Symbols.list  1.12   4 years  jsing   Provide tls_conn_cipher_strength(). This returns the strength in bits of the sy...
[TXT] shlib_version  1.61   4 years  jsing   Bump libcrypto, libssl and libtls minors due to symbol additions.
[TXT] tls.c  1.84   4 years  jsing   Add support for TLSv1.3 as a protocol to libtls. This makes tls_config_parse_pr...
[TXT] tls.h  1.58   4 years  beck   Enable TLS version 1.3 in the default protocols for libtls. This will as yet no...
[TXT] tls_bio_cb.c  1.19   7 years  jsing   Inline strlen() call to reduce/simplify code.
[TXT] tls_client.c  1.45   6 years  jsing   Automatically handle library initialisation for libtls. Now that we have tls_in...
[TXT] tls_config.c  1.58   4 years  jsing   Add support for TLSv1.3 as a protocol to libtls. This makes tls_config_parse_pr...
[TXT] tls_conninfo.c  1.21   4 years  jsing   Provide tls_conn_cipher_strength(). This returns the strength in bits of the sy...
[TXT] tls_internal.h  1.77   4 years  beck   Allow 1.3 ciphers in libtls. ok jsing@
[TXT] tls_keypair.c  1.6   6 years  jsing   Correct tls_config_clear_keys() behaviour. Previously this incorrectly called t...
[TXT] tls_ocsp.c  1.19   4 years  tb   Add missing RCS tag.
[TXT] tls_peer.c  1.8   7 years  jsing   Rework name verification code so that a match is indicated via an argument, rath...
[TXT] tls_server.c  1.45   5 years  bcook   Acquire mutex before incrementing the refcount. Fixes COV-186144 ok tb@
[TXT] tls_util.c  1.14   5 years  tb   Null out pointers on asprintf() failure. These pointers will be passed to free....
[TXT] tls_verify.c  1.20   6 years  jsing   Be consistent with the goto label names used in libtls code. No change to gener...