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_4


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] man/        
[TXT] Makefile  1.38   12 months  tb   Use -Wshadow with clang ok jsing (a very long time ago)
[TXT] Symbols.list  1.16   2 years  tb   Hide the tls_signer from public visibility. It's not ready yet and should not be...
[TXT] shlib_version  1.75   10 months  tb   bump libcrypto, libssl, libtls majors
[TXT] tls.c  1.98   11 months  beck   Remove the ability to do tls 1.0 and 1.1 from libtls. With this change any requ...
[TXT] tls.h  1.63   11 months  beck   Remove the ability to do tls 1.0 and 1.1 from libtls. With this change any requ...
[TXT] tls_bio_cb.c  1.21   12 months  op   add missing #include <string.h>; ok tb@
[TXT] tls_client.c  1.49   12 months  op   add missing #include <string.h>; ok tb@
[TXT] tls_config.c  1.67   11 months  beck   Remove the ability to do tls 1.0 and 1.1 from libtls. With this change any requ...
[TXT] tls_conninfo.c  1.23   12 months  op   add missing #include <string.h>; ok tb@
[TXT] tls_internal.h  1.83   11 months  tb   Zap stray space
[TXT] tls_keypair.c  1.8   3 years  jsing   Fix indent.
[TXT] tls_ocsp.c  1.23   12 months  op   add missing #include <string.h>; ok tb@
[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.49   12 months  op   add missing #include <string.h>; ok tb@
[TXT] tls_signer.c  1.9   11 months  tb   Turns out EC_KEY_METHOD_new() has dup built in... ... because RSA_meth_new() do...
[TXT] tls_util.c  1.16   12 months  op   add missing #include <string.h>; ok tb@
[TXT] tls_verify.c  1.28   12 months  tb   Rework tls_check_subject_altname() error handling Default to having rv = -1 and...