opensc/src
Yaroslav Isakov fc08818f6f OpenPGP: Fix read/write certs with Ed25519/X25519 public key
Proper Ed25519/X25519 certs have pubkey algo with OID 1.3.101.112/110, according to
RFC8410. This commit add these OIDs, and also fixes pubkey parsing/creation - according
to the same RFC, it's just a bytestring, without ASN.1 wrapping.

Also, according to the same RFC, EDDSA/X25519 MUST not have params, even empty.
2021-05-21 14:37:30 +02:00
..
common Add correct prefix on the clang-tidy commandline 2021-05-05 14:22:58 +02:00
libopensc OpenPGP: Fix read/write certs with Ed25519/X25519 public key 2021-05-21 14:37:30 +02:00
minidriver Minidriver RSA-PSS signing not working 2021-02-25 18:35:57 +01:00
pkcs11 pkcs11.h: avoid C++ comments 2021-05-07 23:59:12 +02:00
pkcs15init added missing files to distribution 2021-05-01 01:42:11 +02:00
scconf
sm
smm sm-global-platform: Fix possible memory leak 2021-02-25 09:08:52 +01:00
tests tests: minidriver using T0 or T1 2021-05-17 12:06:12 +02:00
tools Fix piv-tool on wondows 2021-05-20 10:37:31 +02:00
ui
Makefile.am
Makefile.mak