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_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] man/        
[TXT] Makefile  1.37   2 years  eric   Introduce a signer interface intented to make TLS privsep simpler to implement. ...
[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.69   2 years  tb   Crank major after symbol removal.
[TXT] tls.c  1.94   2 years  tb   Plug a long standing leak in libtls CRL handling X509_STORE_add_crl() does not ...
[TXT] tls.h  1.62   2 years  tb   Hide the tls_signer from public visibility. It's not ready yet and should not be...
[TXT] tls_bio_cb.c  1.20   2 years  tb   Convert tls_bio_cb for opaque BIO joint with jsing
[TXT] tls_client.c  1.48   2 years  tb   Eliminate a dead assignment and a weird cast. Adjust a comment to reality while ...
[TXT] tls_config.c  1.65   2 years  eric   Introduce a signer interface intented to make TLS privsep simpler to implement. ...
[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.80   2 years  tb   Hide the tls_signer from public visibility. It's not ready yet and should not be...
[TXT] tls_keypair.c  1.8   3 years  jsing   Fix indent.
[TXT] tls_ocsp.c  1.22   2 years  tb   Simplify some code by using X509_STORE_CTX_get_obj_by_subject() ok beck jsing
[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.48   2 years  inoguchi   Check function return value in libtls EVP_EncryptInit_ex, EVP_DecryptInit_ex an...
[TXT] tls_signer.c  1.4   2 years  jsing   Provide our own signature padding defines. Rather than leaking libcrypto define...
[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...