Security Scol plugin
Macros
oids.h File Reference

ASN.1 object identifiers for algorithms and schemes. More...

#include "asn.h"

Go to the source code of this file.

Macros

#define DEFINE_OID(value, name)   inline OID name() {return value;}
 

Detailed Description

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.

Macro Definition Documentation

◆ DEFINE_OID

#define DEFINE_OID (   value,
  name 
)    inline OID name() {return value;}

Definition at line 21 of file oids.h.