openssl/providers
Richard Levitte e3be0f4389 Fix export of provided EC keys
The exporter freed a buffer too soon, and there were attempts to use
its data later, which was overwritten by something else at that
point.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11358)
2020-04-08 15:30:25 +02:00
..
common PROV: Add DERlib support for ECDSA and EC keys 2020-04-07 11:16:56 +02:00
fips Add data driven SELF TEST code for signatures and key agreement 2020-04-03 16:50:36 +10:00
implementations Fix export of provided EC keys 2020-04-08 15:30:25 +02:00
build.info
defltprov.c Implement serializers for ED25519 and ED448 2020-03-18 08:40:33 +10:00
legacyprov.c