Lookup public key ASN1 methods by string by iterating through all
authorDr. Stephen Henson <steve@openssl.org>
Wed, 21 Nov 2007 17:25:58 +0000 (17:25 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 21 Nov 2007 17:25:58 +0000 (17:25 +0000)
commit2f0550c4c1b622540091368eabada3f5e4549976
tree3891fa284942ec541c74c4be8117fb5455d9171e
parent98057eba7794790f6de51da83f3c9ed8faf3279b
Lookup public key ASN1 methods by string by iterating through all
implementations instead of all added ENGINEs to cover case where an
ENGINE is not added.
crypto/asn1/ameth_lib.c
crypto/engine/eng_int.h
crypto/engine/eng_table.c
crypto/engine/engine.h
crypto/engine/tb_asnmth.c