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_7_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] man/        
[TXT] Makefile  1.36   3 years  deraadt   The check_includes step is incorrect dependency management model for how our tre...
[TXT] Symbols.list  1.13   3 years  eric   Allow setting a keypair on a tls context without specifying the private key, and...
[TXT] shlib_version  1.65   2 years  tb   major bump (same type of crank as libssl)
[TXT] tls.c  1.89   3 years  tb   Use "EC/RSA key setup failure" to align error with others ok eric jsing
[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.47   3 years  tb   Update RFC reference. RFC 4366 was obsoleted by RFC 6066.
[TXT] tls_config.c  1.63   3 years  eric   when using fake keys, skip the private key check ok tb@
[TXT] tls_conninfo.c  1.22   3 years  tb   Remove memset that was made redundant with the ASN1_time_parse() fix in libcrypt...
[TXT] tls_internal.h  1.78   3 years  eric   Allow setting a keypair on a tls context without specifying the private key, and...
[TXT] tls_keypair.c  1.8   3 years  jsing   Fix indent.
[TXT] tls_ocsp.c  1.20   3 years  tb   OCSP_basic_verify() doesn't set errno, so use tls_set_errorx() ok inoguchi
[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.47   2 years  tb   Use SSL_AD_INTERNAL_ERROR One instance of TLS1_AD_* was missed and broke the tr...
[TXT] tls_util.c  1.15   2 years  tb   typo in comment
[TXT] tls_verify.c  1.20   6 years  jsing   Be consistent with the goto label names used in libtls code. No change to gener...