summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man3/OSSL_HPKE_CTX_new.3ssl
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/archlinux/man3/OSSL_HPKE_CTX_new.3ssl')
-rw-r--r--upstream/archlinux/man3/OSSL_HPKE_CTX_new.3ssl8
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/archlinux/man3/OSSL_HPKE_CTX_new.3ssl b/upstream/archlinux/man3/OSSL_HPKE_CTX_new.3ssl
index 64b8cb29..1841fed7 100644
--- a/upstream/archlinux/man3/OSSL_HPKE_CTX_new.3ssl
+++ b/upstream/archlinux/man3/OSSL_HPKE_CTX_new.3ssl
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "OSSL_HPKE_CTX_NEW 3ssl"
-.TH OSSL_HPKE_CTX_NEW 3ssl 2024-01-30 3.2.1 OpenSSL
+.TH OSSL_HPKE_CTX_NEW 3ssl 2024-04-28 3.3.0 OpenSSL
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -227,16 +227,16 @@ For further information related to authentication see "Pre-Shared Key HPKE
modes" and "Sender-authenticated HPKE Modes".
.SS "HPKE Roles"
.IX Subsection "HPKE Roles"
-HPKE contexts have a role \- either sender or receiver. This is used
+HPKE contexts have a role \- either sender or receiver. This is used
to control which functions can be called and so that senders do not
reuse a key and nonce with different plaintexts.
.PP
-\&\fBOSSL_HPKE_CTX_free()\fR, \fBOSSL_HPKE_export()\fR, \fBOSSL_HPKE_CTX_set1_psk()\fR,
+\&\fBOSSL_HPKE_CTX_free()\fR, \fBOSSL_HPKE_export()\fR, \fBOSSL_HPKE_CTX_set1_psk()\fR,
and \fBOSSL_HPKE_CTX_get_seq()\fR can be called regardless of role.
.IP "\fBOSSL_HPKE_ROLE_SENDER\fR, 0" 4
.IX Item "OSSL_HPKE_ROLE_SENDER, 0"
An \fIOSSL_HPKE_CTX\fR with this role can be used with
-\&\fBOSSL_HPKE_encap()\fR, \fBOSSL_HPKE_seal()\fR, \fBOSSL_HPKE_CTX_set1_ikme()\fR and
+\&\fBOSSL_HPKE_encap()\fR, \fBOSSL_HPKE_seal()\fR, \fBOSSL_HPKE_CTX_set1_ikme()\fR and
\&\fBOSSL_HPKE_CTX_set1_authpriv()\fR.
.IP "\fBOSSL_HPKE_ROLE_RECEIVER\fR, 1" 4
.IX Item "OSSL_HPKE_ROLE_RECEIVER, 1"