param_build: check for the usage of secure memory better.
authorPauli <pauli@openssl.org>
Tue, 6 Apr 2021 22:48:59 +0000 (08:48 +1000)
committerPauli <pauli@openssl.org>
Thu, 8 Apr 2021 08:31:10 +0000 (18:31 +1000)
commitb6b55ad91ada4547145da2d0bbc5c562ae6c1e34
tree677e8b3bcd2ebf1dd599e5fffe9bbef04833f236
parentbf477a40d742c82826dc6979a33306eb0120d6ad
param_build: check for the usage of secure memory better.

The param build now checks the string types and locates them in secure memory
if the original string is.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14782)
crypto/param_build.c