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_5_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] man/        
[TXT] Makefile  1.10   9 years  tobiasu   Link ssl and crypto via BSDOBJDIR, works with native and cross builds ok mpi@
[TXT] shlib_version  1.10   8 years  doug   Remove OpenSSL engine RSAX. OpenSSL stopped building it last year and removed i...
[TXT] tls.c  1.12   8 years  bluhm   Set SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER in lib...
[TXT] tls.h  1.13   8 years  bcook   Add standard headers, C++ support to tls.h. This makes using libtls easier to i...
[TXT] tls_client.c  1.17   9 years  jsing   Store errors that occur during a tls_accept_socket() call on the context for the...
[TXT] tls_config.c  1.9   9 years  jsing   Rename tls_config_insecure_noverifyhost() to tls_config_insecure_noverifyname(),...
[TXT] tls_internal.h  1.12   9 years  jsing   Store errors that occur during a tls_accept_socket() call on the context for the...
[TXT] tls_server.c  1.7   9 years  jsing   Provide a tls_accept_fds() function, which allows a TLS connection to be accepte...
[TXT] tls_util.c  1.2   9 years  reyk   Add tls_load_file() as a helper to load certificates or encrypted keys into memo...
[TXT] tls_verify.c  1.8   9 years  doug   Reject dNSName of " " for subjectAltName extension. RFC 5280 says " " must not ...
[TXT] tls_init.3 (in the Attic) [Hide]  1.25   8 years  jmc   tweak previous; ok doug