From 83f88c49febf87e5ad8467dd12b60d52c7999883 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sun, 16 Nov 2025 18:45:34 -0800 Subject: [PATCH] Import twofactor. --- CHANGELOG | 6 ++++++ README.md | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6587003..fcca137 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/README.md b/README.md index 5f11073..fa5f18e 100644 --- a/README.md +++ b/README.md @@ -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.