Add public key method enumeration function.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 25 Jul 2017 16:48:26 +0000 (17:48 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 29 Jul 2017 22:04:09 +0000 (23:04 +0100)
commit48ed9c23b052d3fed465967eb4193a7c87d0a24d
treebd1b4eb1c03d873e6b86c25df553c6a7a9351761
parent8bf2d93057a8b2a9f3851b3b42065c84d1202fa9
Add public key method enumeration function.

Add functions to enumerate public key methods. Add test to ensure table
is in the correct order.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4015)
crypto/evp/pmeth_lib.c
doc/man3/EVP_PKEY_meth_get_count.pod [new file with mode: 0644]
include/openssl/evp.h
test/pkey_meth_test.c