aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_oid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove ability to add OIDS at runtime. Remove global OID lock.Jack Lloyd2016-11-031-115/+0
| | | | | | | | | | | 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.
* add oid testsDaniel Neus2016-07-201-0/+115