PBE lookup test
authorDr. Stephen Henson <steve@openssl.org>
Thu, 3 Sep 2015 14:46:43 +0000 (15:46 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 3 Sep 2015 17:37:27 +0000 (18:37 +0100)
commitd95466931ddf6f26f840ae3e42594924d25f395e
tree469dcd700d1b3804de97ab634cc87f3b86cad7df
parent66c103bdaba21749555c8073a3f20b7741fa5869
PBE lookup test

Add test to check PBE lookups: these can fail if the PBE table is not
correctly orders. Add to "make test".

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/evp/evp_pbe.c
include/openssl/evp.h
test/Makefile
test/pbelutest.c [new file with mode: 0644]