openssl/providers/common/digests
Richard Levitte 0ad50b4dee Providers: for the digest_final operation, pass a output buffer size
This allows the provider digest_final operation to check that it
doesn't over-run the output buffer.

The EVP_DigestFinal_ex function doesn't take that same parameter, so
it will have to assume that the user provided a properly sized buffer,
but this leaves better room for future enhancements of the public API.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8747)
2019-04-15 10:46:09 +02:00
..
build.info Create a FIPS provider and put SHA256 in it 2019-04-04 23:09:47 +01:00
sha2.c Providers: for the digest_final operation, pass a output buffer size 2019-04-15 10:46:09 +02:00