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_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] man/        
[TXT] Makefile  1.33   6 years  jsing   Split keypair handling out into its own file - it had already appeared in multip...
[TXT] Symbols.list  1.11   5 years  tedu   missed adding tls_default_ca_cert_file here. found by sthen
[TXT] shlib_version  1.58   5 years  jsing   Bump libssl/libtls minors due to symbol addition.
[TXT] tls.c  1.83   5 years  jsing   Add a mutex to guard reference counting for tls_config. This makes libtls more ...
[TXT] tls.h  1.55   5 years  tedu   expose the default cert file as a function, not a define. it's really an interna...
[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.56   5 years  jsing   Switch to pthread_mutex_init(). While PTHREAD_MUTEX_INITIALIZER can be used on ...
[TXT] tls_conninfo.c  1.20   6 years  jsing   Tidy/standardise some code.
[TXT] tls_internal.h  1.74   5 years  jsing   Add a mutex to guard reference counting for tls_config. This makes libtls more ...
[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.18   6 years  jsing   Do not bother NULLing pointers in memory that is freed immediately after.
[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.44   6 years  jsing   Automatically handle library initialisation for libtls. Now that we have tls_in...
[TXT] tls_util.c  1.13   5 years  jsing   Only assign destlen when src is non-NULL. This avoids ever having a non-zero le...
[TXT] tls_verify.c  1.20   6 years  jsing   Be consistent with the goto label names used in libtls code. No change to gener...