[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/base32 e18cb077d7 035/103: Note in TODO that we may be abl
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/base32 e18cb077d7 035/103: Note in TODO that we may be able to drop custom hmac support now |
Date: |
Sat, 10 Feb 2024 13:00:04 -0500 (EST) |
branch: elpa/base32
commit e18cb077d7f56c794429c24e6eb72a81f98109e8
Author: Vivek Das Mohapatra <vivek@collabora.co.uk>
Commit: Vivek Das Mohapatra <vivek@collabora.co.uk>
Note in TODO that we may be able to drop custom hmac support now
gnutls-hash-mac wasn't available when I first implemented totp.
---
hmac.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/hmac.el b/hmac.el
index 84fa2224a0..2145c75977 100644
--- a/hmac.el
+++ b/hmac.el
@@ -4,6 +4,7 @@
;;; Commentary:
;; HMAC message hashing for RFC6238 support.
+;; TODO - check if this can be dropped for gnutls-hash-mac et al
;;; Code:
(defun hmac-algo-block-size (algo)
@@ -74,7 +75,4 @@ human-readable."
(secure-hash algo (concat outer inner) nil nil (not human))))
(provide 'hmac)
-
-(provide 'hmac)
-
;;; hmac.el ends here
- [nongnu] elpa/base32 a683df1a74 013/103: Add a separate instance of an `auth-sources' list just for TOTP, (continued)
- [nongnu] elpa/base32 a683df1a74 013/103: Add a separate instance of an `auth-sources' list just for TOTP, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 5c902928f7 017/103: Fix bug in otpauth-migration URL decoder, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 f27043d432 019/103: Fix some byte compilation warnings, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 417a3d03f6 020/103: Dedup secrets manually instead of relying on freedesktop secrets API, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 800de931a0 023/103: Autoload totp-import-file and update its docstring, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 3e5a779479 022/103: Reduce totp-minimum-ui-grace default value to 3 from 5, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 0feadbc485 025/103: Make the cancel-this-timer function more generic, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 94f41a945e 028/103: Implement auto-copying of TOTP tokens, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 a61f9c27b1 032/103: Remove unnecessary file, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 e9c9329661 033/103: Prepare for package archive inclusion, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 e18cb077d7 035/103: Note in TODO that we may be able to drop custom hmac support now,
ELPA Syncer <=
- [nongnu] elpa/base32 ff7061d7ef 036/103: Bump version to 0.2 for release attempt, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 1e14f7c45f 016/103: Remove references to debug function that doesn't exist anymore, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 c29822d2f1 015/103: Add totp-pkg.el in preparation for publishing to a package archive, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 47bcc107b8 021/103: Enable substring matching for TOTP secret selection, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 9b6ac038a1 018/103: Eliminate reference to obsolete internal variable in an error path, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 8925afa85b 027/103: Clarify that totp-alt-xdg-schemas is used only to read secrets, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 982c418361 026/103: Docstring style trivia, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 0741c352da 031/103: Add .gitignore, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 cf6483b7fa 030/103: Update docstrings and comments for checkdoc compliance., ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 569f5268ca 038/103: Remove some old (commented out) debug code, ELPA Syncer, 2024/02/10