Lines Matching +full:single +full:- +full:shot

18 .\" Set up some character translations and predefined strings.  \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
45 .\" Escape single quotes in literal strings from groff's Unicode transform.
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
99 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
101 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
104 . \" troff and (daisy-wheel) nroff accents
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
133 .IX Title "EVP_SIGNATURE-ED25519 7ossl"
134 .TH EVP_SIGNATURE-ED25519 7ossl "2023-09-19" "3.0.11" "OpenSSL"
140 EVP_SIGNATURE\-ED25519,
141 EVP_SIGNATURE\-ED448,
144 \&\- EVP_PKEY Ed25519 and Ed448 support
147 The \fBEd25519\fR and \fBEd448\fR \s-1EVP_PKEY\s0 implementation supports key generation,
148 one-shot digest sign and digest verify using PureEdDSA and \fBEd25519\fR or \fBEd448\fR
149 (see \s-1RFC8032\s0). It has associated private and public key formats compatible with
150 \&\s-1RFC 8410.\s0
151 .SS "\s-1ED25519\s0 and \s-1ED448\s0 Signature Parameters"
153 No additional parameters can be set during one-shot signing or verification.
154 In particular, because PureEdDSA is used, a digest must \fB\s-1NOT\s0\fR be specified when
156 See \s-1\fBEVP_PKEY\-X25519\s0\fR\|(7) for information related to \fBX25519\fR and \fBX448\fR keys.
162 .IX Item "algorithm-id (OSSL_SIGNATURE_PARAM_ALGORITHM_ID) <octet string>"
163 The parameters are described in \fBprovider\-signature\fR\|(7).
168 The message to sign or verify must be passed using the one-shot
172 digest \fItype\fR parameter \fB\s-1MUST\s0\fR be set to \s-1NULL.\s0
186 structure in a \s-1PEM\s0 file using \fBPEM_read_bio_PUBKEY\fR\|(3) (or similar function).
188 Ed25519 and Ed448 can be tested with the \fBopenssl\-speed\fR\|(1) application
194 To sign a message using a \s-1ED25519\s0 or \s-1ED448\s0 key:
216 \&\s-1\fBEVP_PKEY\-X25519\s0\fR\|(7)
217 \&\fBprovider\-signature\fR\|(7),
222 Copyright 2017\-2021 The OpenSSL Project Authors. All Rights Reserved.
226 in the file \s-1LICENSE\s0 in the source distribution or at