Import twofactor.

This commit is contained in:
2025-11-16 18:45:34 -08:00
parent 7c437ac45f
commit 83f88c49fe
2 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
CHANGELOG
v1.12.0 - 2025-11-16
Added
- twofactor: the github.com/kisom/twofactor repo has been subtree'd
into this repo.
v1.11.2 - 2025-11-16
Changed

View File

@@ -20,7 +20,7 @@ Contents:
atping/ Automated TCP ping, meant for putting in cronjobs.
ca-signed/ Validate whether a certificate is signed by a CA.
cert-bundler/
Create certificate bundles from a source of PEM
Create certificate bundles from a source of PEM
certificates.
cert-revcheck/
Check whether a certificate has been revoked or is
@@ -64,7 +64,7 @@ Contents:
sprox/ Simple TCP proxy.
stealchain/ Dump the verified chain from a TLS connection to a
server.
stealchain-server/
stealchain-server/
Dump the verified chain from a TLS connection from
from a client.
subjhash/ Print or match subject info from a certificate.
@@ -90,6 +90,7 @@ Contents:
syslog/ Syslog-type logging.
tee/ Emulate tee(1)'s functionality in io.Writers.
testio/ Various I/O utilities useful during testing.
twofactor/ Two-factor authentication.
Each program should have a small README in the directory with more
information.