openssl/providers/implementations
Shane Lontis d5e66eab0b Fix coverity issues CID 1457745...1457752, 1457853, 1457854
CID 1457854 - keymgmt_lib.c : OVERRUN
CID 1457853 - self_test_kats.c : UNINT
CID 1457752 - fipsprov.c RESOURCE_LEAK (code change in another PR removed this)
CID 1457751 - apps/pkcs12.c CHECKED_RETURN
CID 1457750 - dsa_ossl.c RESOURCE_LEAK (marked as false positive since tmp can not be NULL)
CID 1457749 - apps/nseq.c : CHECKED_RETURN
CID 1457748 - cipher_aes_cbc_hmac_sha.c : SIZEOF_MISMATCH
CID 1457747 - cipher_aes_cbc_hmac_sha.c : SIZEOF_MISMATCH
CID 1457746 - same as 1457752
CID 1457745 - apps/ocsp  : CHECKED_RETURN

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10934)
2020-02-04 13:50:51 +10:00
..
asymciphers Add internal maxsize macros 2020-01-23 17:17:47 +01:00
ciphers Fix coverity issues CID 1457745...1457752, 1457853, 1457854 2020-02-04 13:50:51 +10:00
digests Deprecate the low level MD5 functions. 2020-01-19 10:14:39 +10:00
exchange Add DH key exchange to fips provider 2020-01-23 20:33:28 +10:00
include/prov Implement the NULL cipher in the default provider 2020-01-20 15:28:39 +00:00
kdfs scrypt: free the MD reference correctly. 2020-01-31 17:52:05 +10:00
keymgmt Add RSA key validation to default provider 2020-01-29 20:32:32 +10:00
macs Deprecate the low level HMAC functions 2020-01-29 19:49:23 +10:00
serializers PROV: Fix bignum printout in text serializers 2020-01-23 17:14:39 +01:00
signature PROV: Adapt the DSA signature implementation to provide Algorithmidentifiers 2020-01-28 08:08:22 +01:00
build.info PROV SERIALIZER: add common functionality to serialize keys 2019-11-29 20:55:16 +01:00