OpenSSL: update vendor sources to match 3.5.5 content
MFC with: f25b8c9fb4
MFC after: 1 week
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.\" -*- mode: troff; coding: utf-8 -*-
|
||||
.\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45)
|
||||
.\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45)
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@@ -52,10 +52,13 @@
|
||||
. \}
|
||||
.\}
|
||||
.rr rF
|
||||
.\"
|
||||
.\" Required to disable full justification in groff 1.23.0.
|
||||
.if n .ds AD l
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_BLINDING_NEW 3ossl"
|
||||
.TH BN_BLINDING_NEW 3ossl 2025-09-30 3.5.4 OpenSSL
|
||||
.TH BN_BLINDING_NEW 3ossl 2026-01-27 3.5.5 OpenSSL
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
@@ -107,7 +110,7 @@ If \fBb\fR is NULL, nothing is done.
|
||||
.PP
|
||||
\&\fBBN_BLINDING_update()\fR updates the \fBBN_BLINDING\fR parameters by squaring
|
||||
the \fBA\fR and \fBAi\fR or, after specific number of uses and if the
|
||||
necessary parameters are set, by re-creating the blinding parameters.
|
||||
necessary parameters are set, by re\-creating the blinding parameters.
|
||||
.PP
|
||||
\&\fBBN_BLINDING_convert_ex()\fR multiplies \fBn\fR with the blinding factor \fBA\fR.
|
||||
If \fBr\fR is not NULL a copy the inverse blinding factor \fBAi\fR will be
|
||||
@@ -122,7 +125,7 @@ with \fBr\fR set to NULL.
|
||||
.PP
|
||||
\&\fBBN_BLINDING_is_current_thread()\fR returns whether the \fBBN_BLINDING\fR
|
||||
structure is owned by the current thread. This is to help users
|
||||
provide proper locking if needed for multi-threaded use.
|
||||
provide proper locking if needed for multi\-threaded use.
|
||||
.PP
|
||||
\&\fBBN_BLINDING_set_current_thread()\fR sets the current thread as the
|
||||
owner of the \fBBN_BLINDING\fR structure.
|
||||
@@ -135,7 +138,7 @@ owner of the \fBBN_BLINDING\fR structure.
|
||||
there are two supported flags: \fBBN_BLINDING_NO_UPDATE\fR and
|
||||
\&\fBBN_BLINDING_NO_RECREATE\fR. \fBBN_BLINDING_NO_UPDATE\fR inhibits the
|
||||
automatic update of the \fBBN_BLINDING\fR parameters after each use
|
||||
and \fBBN_BLINDING_NO_RECREATE\fR inhibits the automatic re-creation
|
||||
and \fBBN_BLINDING_NO_RECREATE\fR inhibits the automatic re\-creation
|
||||
of the \fBBN_BLINDING\fR parameters after a fixed number of uses (currently
|
||||
32). In newly allocated \fBBN_BLINDING\fR objects no flags are set.
|
||||
\&\fBBN_BLINDING_set_flags()\fR sets the \fBBN_BLINDING\fR parameters flags.
|
||||
@@ -156,7 +159,7 @@ success and 0 if an error occurred.
|
||||
\&\fBBN_BLINDING_is_current_thread()\fR returns 1 if the current thread owns
|
||||
the \fBBN_BLINDING\fR object, 0 otherwise.
|
||||
.PP
|
||||
\&\fBBN_BLINDING_set_current_thread()\fR doesn't return anything.
|
||||
\&\fBBN_BLINDING_set_current_thread()\fR doesn\*(Aqt return anything.
|
||||
.PP
|
||||
\&\fBBN_BLINDING_lock()\fR, \fBBN_BLINDING_unlock()\fR return 1 if the operation
|
||||
succeeded or 0 on error.
|
||||
|
||||
Reference in New Issue
Block a user