commit | 488c04830c9dbc876d1a344ea51015ad6a19dd1c | [log] [tgz] |
---|---|---|
author | Thom Dixon <thom@thomdixon.org> | Fri May 18 03:55:29 2018 -0700 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri May 18 06:55:29 2018 -0400 |
tree | 14fa856475a38ac72a528f44e912cef2b22ff819 | |
parent | 2c9411552d92a1365e9609c98dca2d9910f601f3 [diff] |
Make AuthorityKeyIdentifier docs reflect reality (#4252) The `AuthorityKeyIdentifier.authority_cert_issuer` docs state that it returns a `Name` instance, but it [actually returns a list of `GeneralName` instances or `None`](https://github.com/pyca/cryptography/blob/master/src/cryptography/x509/extensions.py#L157).