Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary functions | Jack Lloyd | 2019-08-04 | 1 | -0/+2 |
| | |||||
* | Deprecate and replace OIDS::lookup | Jack Lloyd | 2019-08-04 | 1 | -10/+14 |
| | |||||
* | s/as_string/to_string/ | Jack Lloyd | 2019-03-01 | 1 | -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 copy | rumcajs | 2018-10-14 | 1 | -4/+4 |
| | |||||
* | Add previously removed OID tests | Never | 2018-02-05 | 1 | -0/+109 |
| | | | | Originally removed in 62e55f484a7a03e2532875696eb2479a577878e9 | ||||
* | Remove ability to add OIDS at runtime. Remove global OID lock. | Jack Lloyd | 2016-11-03 | 1 | -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 tests | Daniel Neus | 2016-07-20 | 1 | -0/+115 |