openssl/providers/common/include/prov
Richard Levitte 6cc1dfca88 PROV: Fix DSA and DH private key serializers
If those private key serializer were given a key structure with just
the public key material, they crashed, because they tried to
de-reference NULL.  This adds better checking.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12679)
2020-08-20 12:33:53 +02:00
..
bio.h CORE: Add upcalls for BIO_gets() and BIO_puts() 2020-07-24 16:32:01 +02:00
provider_ctx.h Maintain strict type discipline between the core and providers 2020-05-16 17:10:03 +01:00
provider_util.h Update copyright year 2020-04-23 13:55:52 +01:00
providercommon.h Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
providercommonerr.h PROV: Fix DSA and DH private key serializers 2020-08-20 12:33:53 +02:00