tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libtls
/
at
trash-bin2
1 folder
17 files
man
contibutions -> contributions
4 years ago
Makefile
Introduce a signer interface intented to make TLS privsep simpler to implement.
4 years ago
Symbols.list
Hide the tls_signer from public visibility. It's not ready yet and should not be used. It will be revisited after release.
4 years ago
shlib_version
Crank major after symbol removal.
4 years ago
tls.c
Plug a long standing leak in libtls CRL handling
4 years ago
tls.h
Hide the tls_signer from public visibility. It's not ready yet and should not be used. It will be revisited after release.
4 years ago
tls_bio_cb.c
Convert tls_bio_cb for opaque BIO
4 years ago
tls_client.c
Eliminate a dead assignment and a weird cast. Adjust a comment to reality while there.
4 years ago
tls_config.c
Introduce a signer interface intented to make TLS privsep simpler to implement.
4 years ago
tls_conninfo.c
Remove memset that was made redundant with the ASN1_time_parse() fix in libcrypto/asn1/a_time_tm.c r1.16.
5 years ago
tls_internal.h
Hide the tls_signer from public visibility. It's not ready yet and should not be used. It will be revisited after release.
4 years ago
tls_keypair.c
Fix indent.
5 years ago
tls_ocsp.c
Simplify some code by using X509_STORE_CTX_get_obj_by_subject()
4 years ago
tls_peer.c
Rework name verification code so that a match is indicated via an argument, rather than return codes. More strictly follow RFC 6125, in particular only check the CN if there are no SAN identifiers present in the certificate (per section 6.4.4).
9 years ago
tls_server.c
Check function return value in libtls
4 years ago
tls_signer.c
Provide our own signature padding defines.
4 years ago
tls_util.c
typo in comment
4 years ago
tls_verify.c
Be consistent with the goto label names used in libtls code.
8 years ago