summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_MD_CTX_ctrl.3
diff options
context:
space:
mode:
authortb <>2024-03-05 17:21:40 +0000
committertb <>2024-03-05 17:21:40 +0000
commit718acb4db9804b32fa5d19c4102807c831aca5c8 (patch)
treee3afe3aa803f84041abfe835286a54716146ec2a /src/lib/libcrypto/man/EVP_MD_CTX_ctrl.3
parentcada8c5968a603c0e64c494712146ac29def42fc (diff)
downloadopenbsd-718acb4db9804b32fa5d19c4102807c831aca5c8.tar.gz
openbsd-718acb4db9804b32fa5d19c4102807c831aca5c8.tar.bz2
openbsd-718acb4db9804b32fa5d19c4102807c831aca5c8.zip
Remove EVP_MD_meth* documentation
Move the description of the EVP_MD_FLAGs to EVP_MD_nid() and add a reference to the CMS specification.
Diffstat (limited to 'src/lib/libcrypto/man/EVP_MD_CTX_ctrl.3')
-rw-r--r--src/lib/libcrypto/man/EVP_MD_CTX_ctrl.39
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/EVP_MD_CTX_ctrl.3 b/src/lib/libcrypto/man/EVP_MD_CTX_ctrl.3
index 0aaeddd6d0..c8c148faf0 100644
--- a/src/lib/libcrypto/man/EVP_MD_CTX_ctrl.3
+++ b/src/lib/libcrypto/man/EVP_MD_CTX_ctrl.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_MD_CTX_ctrl.3,v 1.2 2023/09/07 19:28:37 schwarze Exp $ 1.\" $OpenBSD: EVP_MD_CTX_ctrl.3,v 1.3 2024/03/05 17:21:40 tb Exp $
2.\" full merge up to: OpenSSL man3/EVP_DigestInit.pod 2.\" full merge up to: OpenSSL man3/EVP_DigestInit.pod
3.\" 24a535ea Sep 22 13:14:20 2020 +0100 3.\" 24a535ea Sep 22 13:14:20 2020 +0100
4.\" 4.\"
@@ -69,7 +69,7 @@
69.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 69.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
70.\" OF THE POSSIBILITY OF SUCH DAMAGE. 70.\" OF THE POSSIBILITY OF SUCH DAMAGE.
71.\" 71.\"
72.Dd $Mdocdate: September 7 2023 $ 72.Dd $Mdocdate: March 5 2024 $
73.Dt EVP_MD_CTX_CTRL 3 73.Dt EVP_MD_CTX_CTRL 3
74.Os 74.Os
75.Sh NAME 75.Sh NAME
@@ -236,8 +236,8 @@ is assigned.
236.Fn EVP_MD_CTX_md_data 236.Fn EVP_MD_CTX_md_data
237returns the digest method private data of 237returns the digest method private data of
238.Fa ctx . 238.Fa ctx .
239The space was allocated and its size set with 239The space is allocated with a size determined at compile time.
240.Xr EVP_MD_meth_set_app_datasize 3 . 240The size is not exposed by an API.
241.Sh RETURN VALUES 241.Sh RETURN VALUES
242.Fn EVP_MD_CTX_ctrl 242.Fn EVP_MD_CTX_ctrl
243returns 1 for success or 0 for failure. 243returns 1 for success or 0 for failure.
@@ -256,7 +256,6 @@ return pointers to storage owned by
256.Sh SEE ALSO 256.Sh SEE ALSO
257.Xr evp 3 , 257.Xr evp 3 ,
258.Xr EVP_DigestInit 3 , 258.Xr EVP_DigestInit 3 ,
259.Xr EVP_MD_meth_new 3 ,
260.Xr EVP_MD_nid 3 259.Xr EVP_MD_nid 3
261.Sh HISTORY 260.Sh HISTORY
262.Fn EVP_MD_CTX_set_flags , 261.Fn EVP_MD_CTX_set_flags ,