]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/err/openssl.txt
Parameter building utilities.
authorPauli <paul.dale@oracle.com>
Wed, 17 Jul 2019 06:59:09 +0000 (16:59 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 17 Jul 2019 06:59:09 +0000 (16:59 +1000)
commit3c93fbacf6f5abd63e1d1763e7da537ed87f2a5d
tree7be0c84f7781c3c2f6998bb88f955cb46010c593
parent4bd8b24045e1b044a2696b0675a9120ac0384567
Parameter building utilities.

A fuller implementation of PARAMS_TEMPLATE as per #9266 but renamed.
This introduces a statis data type which can be used to constructor a
description of a parameter array.  It can then be converted into a OSSL_PARAM
array and the allocated storage freed by a single call to OPENSSL_free.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9305)
crypto/build.info
crypto/cpt_err.c
crypto/err/openssl.txt
crypto/param_build.c [new file with mode: 0644]
doc/internal/man3/ossl_param_bld_init.pod [new file with mode: 0644]
include/internal/param_build.h [new file with mode: 0644]
include/openssl/cryptoerr.h
test/build.info
test/param_build_test.c [new file with mode: 0644]
test/recipes/04-test_param_build.t [new file with mode: 0644]