Implemented signing both RSA and Ed25519, updated TODO. Required creation of SelectorEd25519 option.
This commit is contained in:
+15
-1
@@ -310,7 +310,7 @@ containing the process ID.
|
||||
|
||||
.TP
|
||||
.I Selector (string)
|
||||
Defines the name of the selector to be used when signing messages.
|
||||
Defines the name of the selector to be used when signing messages using RSA.
|
||||
See the
|
||||
.B DKIM
|
||||
specification for details. Used only when signing with a single key;
|
||||
@@ -322,6 +322,20 @@ This parameter is ignored if a
|
||||
.I KeyTable
|
||||
is defined. [KeyTable NOT IMPLEMENTED]
|
||||
|
||||
.TP
|
||||
.I SelectorEd25519 (string)
|
||||
Defines the name of the selector to be used when signing messages using Ed25519.
|
||||
See the
|
||||
.B DKIM
|
||||
specification for details. Used only when signing with a single key;
|
||||
see the
|
||||
.I SigningTable
|
||||
parameter below for more information.
|
||||
|
||||
This parameter is ignored if a
|
||||
.I KeyTableEd25519
|
||||
is defined. [KeyTable NOT IMPLEMENTED]
|
||||
|
||||
.TP
|
||||
.I Socket (string)
|
||||
Specifies the socket that should be established by the filter to receive
|
||||
|
||||
Reference in New Issue
Block a user