aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509/key_constraint.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-69/+0
|
* Kill off the quite vestigal pubkey_enums header. Move most of the codelloyd2012-03-281-0/+69
to key_constraints.{h,cpp} in cert/x509. Move the X509_Encoding enum to x509_key.h Constify argument to X509_Object::check_signature, accidental ommision