aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_oid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary functionsJack Lloyd2019-08-041-0/+2
|
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-10/+14
|
* s/as_string/to_string/Jack Lloyd2019-03-011-2/+2
| | | | | A few older APIs use as_string where everywhere else uses to_string. Add to_string's where missing, and deprecate X::as_string.
* move instead of copyrumcajs2018-10-141-4/+4
|
* Add previously removed OID testsNever2018-02-051-0/+109
| | | | Originally removed in 62e55f484a7a03e2532875696eb2479a577878e9
* 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