aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-08-10 15:00:43 +0200
committerMatěj Cepl <mcepl@cepl.eu>2023-08-11 11:59:21 +0200
commit89b8811738c4b1507fdb56fdc5fc91457e7ea195 (patch)
tree2c3900907358e72fbe574ddcc94361ba72213981
parentdae296c8c0ea9f1f28eb1e4545cf9dd3e459c7ae (diff)
downloadpinentry-rofi-89b8811738c4b1507fdb56fdc5fc91457e7ea195.tar.gz
docs: some more resources on the pinentry programming.
-rwxr-xr-xpinentry-rofi.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/pinentry-rofi.sh b/pinentry-rofi.sh
index 5c7dd37..5b4d179 100755
--- a/pinentry-rofi.sh
+++ b/pinentry-rofi.sh
@@ -14,11 +14,14 @@ set -eu
# Licensed under the terms of the include license in the file LICENSE.
# Some documentation
-# https://info2html.sourceforge.net/cgi-bin/info2html-demo/info2html?(pinentry)Protocol
-# https://superuser.com/a/1655428
+# https://www.gnupg.org/documentation/manuals/assuan/Client-requests.html#Client-requests
+# https://superuser.com/a/1655428 !!!
# TODO https://superuser.com/questions/1457167/i-want-to-make-pinentry-use-gui-locally-and-cli-on-ssh
# Even better
# https://github.com/gpg/libassuan/blob/master/doc/assuan.texi
+#
+# This looks interesting
+# https://velvetcache.org/2023/03/26/a-peek-inside-pinentry/
# Although it is called a PIN-Entry, it does allow to enter reasonably
# long strings (at least 2048 characters are supported by every