Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using == instead of Equals for der::Input comparison. | svaldez | 2016-02-04 | 1 | -3/+6 |
* | Refactor der::Input helper methods into new constructors | nharper | 2016-01-14 | 1 | -1/+21 |
* | Switch to standard integer types in net/. | Avi Drissman | 2015-12-20 | 1 | -0/+2 |
* | Add parser for CertificatePolicies extension. | mattm | 2015-11-02 | 1 | -0/+3 |
* | RFC 2459 name comparison. | mattm | 2015-08-11 | 1 | -0/+3 |
* | [refactor] move BitString from der/input.h --> der/parse_values.h | eroman | 2015-08-05 | 1 | -25/+0 |
* | [refactor] Add der::BitString to represent a parsed BIT STRING. | eroman | 2015-08-03 | 1 | -0/+25 |
* | Remove dangerous std::string constructor for der::Input | nharper | 2015-06-06 | 1 | -3/+0 |
* | Add a template-specialized constructor for der::Input for constants | rsleevi | 2015-05-21 | 1 | -0/+5 |
* | Trivial implementation of distinguished name comparison. | mattm | 2015-05-11 | 1 | -0/+3 |
* | Add DER parser to //net | nharper | 2015-04-22 | 1 | -0/+152 |