summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-02-07 09:26:37 +0100
committerMatěj Cepl <mcepl@cepl.eu>2023-02-07 09:26:37 +0100
commit703b8234d3be6de74a365709260b4f6156ad847a (patch)
tree61045c5a255cde9e1286ab2db24138fd063e6868
parent6dc359b08d884f053764cab9d9d380d3892f559b (diff)
downloadm2crypto-703b8234d3be6de74a365709260b4f6156ad847a.tar.gz
Correct the docstring of EVP.PKey.
Fixes #87
-rw-r--r--src/M2Crypto/EVP.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/M2Crypto/EVP.py b/src/M2Crypto/EVP.py
index de2dcef..a29ddec 100644
--- a/src/M2Crypto/EVP.py
+++ b/src/M2Crypto/EVP.py
@@ -160,7 +160,8 @@ class Cipher(object):
class PKey(object):
"""
- Public Key
+ Object to hold diverse types of asymmetric keys (also known
+ as "key pairs").
"""
m2_pkey_free = m2.pkey_free