]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add an EVP demo for key encoding using EC
authorDaniel Fiala <daniel@openssl.org>
Tue, 6 Sep 2022 04:27:46 +0000 (06:27 +0200)
committerPauli <pauli@openssl.org>
Thu, 8 Sep 2022 21:26:42 +0000 (07:26 +1000)
commita4b7136ebfd154636f607c50aaeec778a75b2d26
tree3c552103333810aacaef654a277c3ef2ea32fd8f
parent07687790a055a039bba93ee00ac970c9710f0669
Add an EVP demo for key encoding using EC

Fixes openssl#14117

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19143)
demos/encode/Makefile
demos/encode/ec_encode.c [new file with mode: 0644]