lemur/lemur/plugins/lemur_cryptography
Neil Schelly 8762e1c5ae Issue #703 bugfix (#711)
* Ensures that both AKI serial/issue _and_ keyid won't be included.
Validation issues crop up if both types of AKI fields are present.

* Ensure that SAN extension includes the certificate's common name

* Fix scenario where subAltNames are getting dropped when applying a template

* Ensure that SAN includes the CN

* Ensuring that getting here without a SAN extension won't break things.

* New cleaner approach

* Some bits of handling the extensions are a bit hacky, requiring access to attributes inside the objects in x509.
I think this is pretty clean though.

* lintian check

* Fixing tests
2017-03-10 09:09:18 -08:00
..
tests Issue #703 bugfix (#711) 2017-03-10 09:09:18 -08:00
__init__.py Adding a toy certificate authority. (#378) 2016-06-29 09:05:39 -07:00
plugin.py Issue #703 bugfix (#711) 2017-03-10 09:09:18 -08:00