From 1ca704aec65d9716cff577f3128728a848a5e312 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 25 Nov 2017 05:27:28 -0500 Subject: [PATCH] =?UTF-8?q?Add=20Identity=20name/value=20pair=20(GH=20#542?= =?UTF-8?q?)=20China=E2=80=99s=20SM2=20uses=20an=20identity=20field=20for?= =?UTF-8?q?=20digital=20signatures.=20We=20used=20a=20ConstByteArrayParame?= =?UTF-8?q?ter=20rather=20than=20a=20char*=20because=20the=20identifier=20?= =?UTF-8?q?may=20not=20be=20a=20C-string.=20The=20observation=20is=20based?= =?UTF-8?q?=20on=20experience=20with=20Thomas=20Wu=E2=80=99s=20Secure=20Re?= =?UTF-8?q?mote=20Protocol=20(SRP)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- argnames.h | 1 + 1 file changed, 1 insertion(+) diff --git a/argnames.h b/argnames.h index f94d4108..4b7a2928 100644 --- a/argnames.h +++ b/argnames.h @@ -91,6 +91,7 @@ CRYPTOPP_DEFINE_NAME_STRING(TreeMode) //!< byte CRYPTOPP_DEFINE_NAME_STRING(FileName) //!< const char * CRYPTOPP_DEFINE_NAME_STRING(FileTime) //!< int CRYPTOPP_DEFINE_NAME_STRING(Comment) //!< const char * +CRYPTOPP_DEFINE_NAME_STRING(Identity) //!< ConstByteArrayParameter DOCUMENTED_NAMESPACE_END NAMESPACE_END