Fix @param srv_id typos (LP: #1890532)
This commit is contained in:
@@ -6,6 +6,7 @@ Version 1.1
|
|||||||
- Correct dkim.verify processing to avoid errors when verifying messages
|
- Correct dkim.verify processing to avoid errors when verifying messages
|
||||||
with no DKIM signatures
|
with no DKIM signatures
|
||||||
- Update dnsplug for DNS Python (dns) 2.0 compatibility (LP: #1888583)
|
- Update dnsplug for DNS Python (dns) 2.0 compatibility (LP: #1888583)
|
||||||
|
- Fix @param srv_id typos (LP: #1890532)
|
||||||
|
|
||||||
2019-12-31 Version 1.0.2
|
2019-12-31 Version 1.0.2
|
||||||
- dknewkey: On posix operating systems set file permissions to 600 for
|
- dknewkey: On posix operating systems set file permissions to 600 for
|
||||||
|
|||||||
+1
-1
@@ -996,7 +996,7 @@ class ARC(DomainSigner):
|
|||||||
#: @param selector: the DKIM selector value for the signature
|
#: @param selector: the DKIM selector value for the signature
|
||||||
#: @param domain: the DKIM domain value for the signature
|
#: @param domain: the DKIM domain value for the signature
|
||||||
#: @param privkey: a PKCS#1 private key in base64-encoded text form
|
#: @param privkey: a PKCS#1 private key in base64-encoded text form
|
||||||
#: @param srv_id: an srv_id for identitfying AR headers to sign & extract cv from
|
#: @param srv_id: a srv_id for identifying AR headers to sign & extract cv from
|
||||||
#: @param include_headers: a list of strings indicating which headers
|
#: @param include_headers: a list of strings indicating which headers
|
||||||
#: are to be signed (default rfc4871 recommended headers)
|
#: are to be signed (default rfc4871 recommended headers)
|
||||||
#: @return: list of ARC set header fields
|
#: @return: list of ARC set header fields
|
||||||
|
|||||||
Reference in New Issue
Block a user