sync with OpenBSD -current
This commit is contained in:
parent
a7acbdeab0
commit
c22b8a6120
202 changed files with 3004 additions and 4921 deletions
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: EVP_OpenInit.3,v 1.8 2019/06/07 20:46:25 schwarze Exp $
|
||||
.\" $OpenBSD: EVP_OpenInit.3,v 1.9 2023/11/16 20:27:43 schwarze Exp $
|
||||
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
|
||||
.\"
|
||||
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
|
||||
|
@ -48,7 +48,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
||||
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd $Mdocdate: June 7 2019 $
|
||||
.Dd $Mdocdate: November 16 2023 $
|
||||
.Dt EVP_OPENINIT 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -131,6 +131,9 @@ parameter is a variable length cipher then the key length will be set to
|
|||
the value of the recovered key length.
|
||||
If the cipher is a fixed length cipher then the recovered key length
|
||||
must match the fixed cipher length.
|
||||
.Pp
|
||||
.Fn EVP_OpenUpdate
|
||||
is implemented as a macro.
|
||||
.Sh RETURN VALUES
|
||||
.Fn EVP_OpenInit
|
||||
returns 0 on error or a non-zero integer (actually the recovered secret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue