| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Add example of CertificateBuilder to the reference documentation
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Add reference to random-numbers.rst for easy intra-linking
- Document critical parameter of CertificateBuilder.add_extension
- Support InhibitAnyPolicy in the CertificateBuilder frontend but not
in the backend
- Slim down more tests
- Fix up test that asserts the backend does not allow for unsupported
extensions
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- Remove incorrect CertificateBuilder doc-string
- Check that serial numbers are non-negative and < 160 bits
- Check that dates passed aren't earlier than the unix epoch
- Remove version from CertificateBuilder.__init__ and version method
|
| |
| |
| |
| | |
Default CertificateBuilder to Version.v3
|
| | |
|
| |
| |
| |
| |
| | |
- Update documented methods
- Do not mute the CertificateBuilder object if no version is set
|
|/ |
|
| |
|
|
|