diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2021-02-21 13:26:04 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-21 14:26:04 -0500 |
| commit | d7fcfb5a0a692d32df0283b95b0bcfdca9f71db9 (patch) | |
| tree | 6dd5c5ad7173378b63c45c093b0187b1a4678710 /docs | |
| parent | 540a9828cc704abf3ebad7ee5b56852cf25e5aaa (diff) | |
| download | cryptography-d7fcfb5a0a692d32df0283b95b0bcfdca9f71db9.tar.gz | |
simplify docs a bit (#5855)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/x509/reference.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index df09af148..216896f04 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -1951,14 +1951,13 @@ X.509 Extensions :type: bytes - A value derived from the public key used to verify the certificate's - signature. + The binary value of the identifier. .. attribute:: digest :type: bytes - The binary value of the identifier. + The binary value of the identifier. An alias of ``key_identifier``. .. classmethod:: from_public_key(public_key) |
