History log of /openbsd-src/lib/libcrypto/man/EVP_DigestSignInit.3 (Results 1 – 15 of 15)
Revision Date Author Comments
# f1c41952 06-Dec-2024 schwarze <schwarze@openbsd.org>

Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3)
because tb@ deleted almost all functions documented there from the API
in evp.h 1.127 on March 2 this year, but move the fu

Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3)
because tb@ deleted almost all functions documented there from the API
in evp.h 1.127 on March 2 this year, but move the functions
EVP_PKEY_CTX_set_data(3) and EVP_PKEY_CTX_get_data(3) that we still
support to EVP_PKEY_keygen(3), because that page already documents
EVP_PKEY_CTX_set_app_data(3) and EVP_PKEY_CTX_get_app_data(3).

show more ...


# faa6ce42 08-Nov-2024 schwarze <schwarze@openbsd.org>

Weed out the last remaining refences to the obsolete
function EVP_MD_CTX_init(3) and talk about EVP_MD_CTX_new(3) instead.
This is similar in spirit to OpenSSL commit 25191fff (Dec 1, 2015),
but i'm

Weed out the last remaining refences to the obsolete
function EVP_MD_CTX_init(3) and talk about EVP_MD_CTX_new(3) instead.
This is similar in spirit to OpenSSL commit 25191fff (Dec 1, 2015),
but i'm also mentioning EVP_MD_CTX_reset(3), slightly reordering some
sentences in a more systematic way, and improving some related wordings
to be more precise and read better.

show more ...


# f7825545 21-Jul-2024 tb <tb@openbsd.org>

Unify description of the obsolete ENGINE parameter

This uses the same language in most manuals mentioning the obsolete
ENGINE parameters. Make it clear that it is always ignored and that
NULL should

Unify description of the obsolete ENGINE parameter

This uses the same language in most manuals mentioning the obsolete
ENGINE parameters. Make it clear that it is always ignored and that
NULL should be passed. Always call it engine instead of a mix of e
pe, impl, eng.

show more ...


# cd4b820d 15-Jan-2022 tb <tb@openbsd.org>

Stop documenting clone digests.


# cef8ecf3 20-May-2021 tb <tb@openbsd.org>

EVP_Digest*: fix documented return values.

EVP_DigestSign{,Init,Update,Final}() and EVP_DigestVerify{Init,Update}()
always returned 1 for success and 0 for failure. EVP_DigestVerify()
and EVP_Digest

EVP_Digest*: fix documented return values.

EVP_DigestSign{,Init,Update,Final}() and EVP_DigestVerify{Init,Update}()
always returned 1 for success and 0 for failure. EVP_DigestVerify()
and EVP_DigestVerifyFinal() can return -1 or -2, though.

Based on OpenSSL 1.1.1 56c59ddd99da05c2f30832cccaffb873a8481555

ok inoguchi

show more ...


# 836f221d 13-May-2021 tb <tb@openbsd.org>

Add missing .Pp in HISTORY section.


# cd63d816 11-May-2021 tb <tb@openbsd.org>

Merge some details from OpenSSL 1.1.1.


# c45c5514 11-May-2021 tb <tb@openbsd.org>

Merge documentation for EVP_DigestSign from OpenSSL 1.1.1.


# ab3cf6db 10-Jun-2019 schwarze <schwarze@openbsd.org>

delete references to ERR pages from SEE ALSO where such
references were already given below RETURN VALUES right above


# c7dc0b3f 23-Dec-2018 tb <tb@openbsd.org>

EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend using
EVP_MD_CTX_free() instead if the goal is to avoid leaking memory.

From my corresponding upstream commit, reminded by schwarze


# 56929f71 23-Mar-2018 schwarze <schwarze@openbsd.org>

crypto HISTORY up to 1.0.0; researched from OpenSSL git


# dd30bed9 15-Feb-2018 schwarze <schwarze@openbsd.org>

Import the new manual page EVP_PKEY_meth_new(3) from OpenSSL,
removing parts that don't apply to OpenBSD.


# b63055cf 26-Nov-2016 schwarze <schwarze@openbsd.org>

Add Copyright and license.
Correct a parameter type for EVP_DigestSignUpdate(3), from OpenSSL.


# 8974101a 06-Nov-2016 jmc <jmc@openbsd.org>

first pass; ok schwarze


# d5c51cd3 03-Nov-2016 schwarze <schwarze@openbsd.org>

convert EVP manuals from pod to mdoc