Commit Graph

5 Commits

Author SHA1 Message Date
Joseph Birr-Pixton 3d874b17aa Require interior mutability from persistence impls 2017-06-17 14:27:08 +01:00
Stepan Koltsov 746dd9f6c8 impl Clone for ClientConfig 2017-06-17 11:22:57 +01:00
Joseph Birr-Pixton 9e3d7a497e Store the verifier in a Box
These objects are seldom created.
2017-05-14 17:44:51 +01:00
Joseph Birr-Pixton 46d5fc03a5 Add tests for dangerous_configuration
Also:

- use it for bogo_shim, which previously used DANGEROUS_DISABLE_VERIFY.
  bogo_shim now only built with dangerous_configuration.
- require a non-empty certificate list outside the external verifier;
  this is a internal invariant.
- Abolish ASN1Cert in preference to key::Certificate
2017-05-13 18:08:21 +01:00
Joseph Birr-Pixton d2cd267fba Adjust location of uninteresting sample code 2017-03-11 20:27:54 +00:00