From f8338360cdc8eda7fad5e13239246865bce78b1a Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine Date: Thu, 1 Jun 2017 11:29:24 +0200 Subject: [PATCH] OpenPGP card v3.3 : adjust comment related to unsupported MSE --- src/fr/anssi/smartpgp/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr/anssi/smartpgp/Constants.java b/src/fr/anssi/smartpgp/Constants.java index 4cda9a0..98a9d8b 100644 --- a/src/fr/anssi/smartpgp/Constants.java +++ b/src/fr/anssi/smartpgp/Constants.java @@ -168,7 +168,7 @@ public final class Constants { (byte)0x04, (byte)0x80, /* max length of carholder certificate */ (byte)0x00, (byte)0xff, /* max length of special DOs (private, login, url, KDF-DO) */ (byte)0x00, /* PIN format 2 not supported */ - (byte)0x00 /* RFU */ + (byte)0x00 /* MSE not supported */ }; protected static final short aesKeyLength() {