aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/oids.py
Commit message (Collapse)AuthorAgeFilesLines
* Add warning to OID script outputJack Lloyd2016-11-211-0/+6
| | | | [ci skip]
* Change oids.py and regenerate oids.cppRené Korthaus2016-11-031-0/+10
|
* Remove ability to add OIDS at runtime. Remove global OID lock.Jack Lloyd2016-11-031-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.