Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
ASN.1 object identifiers for algorithms and schemes. More...
Go to the source code of this file.
Macros | |
#define | DEFINE_OID(value, name) inline OID name() {return value;} |
ASN.1 object identifiers for algorithms and schemes.
Most OIDs can be found at http://www.oid-info.com/. The Chinese OIDs are assigned in GM/T 0006-2012, Cryptographic Application Identifier Criterion Specification. A reproduction can be found at http://gmssl.org/docs/oid.html. There seems to be some confusion between the text of GmSSL's oid.html web page and the actual OID used in the code. We used the same OIDs that were detailed in http://github.com/guanzhi/GmSSL/blob/master/crypto/objects/objects.txt.
Definition in file oids.h.
#define DEFINE_OID | ( | value, | |
name | |||
) | inline OID name() {return value;} |