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_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] man/        
[TXT] Makefile  1.30   7 years  schwarze   split the tls_init(3) that had grown fat to allow healthy future growth; suggest...
[TXT] Symbols.list  1.4   7 years  beck   Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be added...
[TXT] shlib_version  1.32   7 years  jsing   Bump minors due to symbol addition.
[TXT] tls.c  1.59   7 years  jsing   Use a flag to track when we need to call SSL_shutdown(). This avoids an issue wh...
[TXT] tls.h  1.47   7 years  beck   Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be added...
[TXT] tls_bio_cb.c  1.19   7 years  jsing   Inline strlen() call to reduce/simplify code.
[TXT] tls_client.c  1.40   7 years  jsing   Use a flag to track when we need to call SSL_shutdown(). This avoids an issue wh...
[TXT] tls_config.c  1.36   7 years  beck   Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be added...
[TXT] tls_conninfo.c  1.13   7 years  jsing   Avoid leaking conninfo servername. Issue found by and fix from Shuo Chen <chens...
[TXT] tls_internal.h  1.53   7 years  beck   Move the ocsp staple to being part of the keypair structure internally, so that ...
[TXT] tls_ocsp.c  1.11   7 years  beck   Move the ocsp staple to being part of the keypair structure internally, so that ...
[TXT] tls_peer.c  1.6   7 years  jsing   Stick with the usual 'if NULL return NULL' idiom. ok beck@
[TXT] tls_server.c  1.35   7 years  jsing   Disable client-initiated renegotiation for libtls servers. ok beck@ reyk@
[TXT] tls_util.c  1.5   7 years  jsing   Address some signed vs unsigned warnings and check that an integer value is posi...
[TXT] tls_verify.c  1.18   7 years  jsing   Avoid signed vs unsigned comparisons. ok miod@