Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2023-08-29 20:09:46 +0200
committerDavid Runge <dvzrv@archlinux.org>2023-08-29 20:13:32 +0200
commit6c5ab3d3885024bc7a8feb724b721d4b481f13a9 (patch)
treee75ecac8beaa09e85e2b165a879994bc80c94a97 /CHANGELOG.rst
parent81d62d4c5d0319906f9b18707a21029b0efdd896 (diff)
Use pcsclite for communicating with OpenPGP smartcards
As opgpcard uses pcsclite and gnupg is able to use it as well, switch away from using gnupg's internal ccid driver.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index d941d1a..0cf973a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -19,6 +19,7 @@ Changed
the file system size.
- Enable systemd-networkd's support for IPv6 Privacy Extensions globally instead of per-connection.
- Moved custom ``sshd_config`` files to ``/ssh/sshd_config.d/10-archiso.conf``
+- Use pcsclite for interfacing with smartcards, since both gnupg and opgpcard support it.
Deprecated
----------