Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add warning to OID script output | Jack Lloyd | 2016-11-21 | 1 | -0/+6 |
| | | | | [ci skip] | ||||
* | Change oids.py and regenerate oids.cpp | René Korthaus | 2016-11-03 | 1 | -0/+10 |
| | |||||
* | Remove ability to add OIDS at runtime. Remove global OID lock. | Jack Lloyd | 2016-11-03 | 1 | -0/+162 |
OID map is now generated from an input file on an as needed basis. Just uses a sequence of ifs - simple, fast, and small code size. Merges oid_lookup sub-module which was already required by asn1 anyway, so completely non-optional. Removes @neusdan's nice OID tests since without any runtime adds the tests are moot. |