add ecies

ECIES share the same err num with EC
This commit is contained in:
Zhi Guan
2017-02-15 00:03:52 +08:00
parent 9d485003bd
commit 83321f9755
14 changed files with 1440 additions and 96 deletions

View File

@@ -17,7 +17,7 @@ IF[{- !$disabled{tests} -}]
dtlsv1listentest ct_test threadstest afalgtest d2i_test \
ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
bioprinttest sslapitest dtlstest sslcorrupttest bio_enc_test \
sm3test sms4test kdf2test
sm3test sms4test kdf2test eciestest
SOURCE[aborttest]=aborttest.c
INCLUDE[aborttest]=../include
@@ -296,6 +296,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[kdf2test]=../include
DEPEND[kdf2test]=../libcrypto
SOURCE[eciestest]=eciestest.c
INCLUDE[eciestest]=../include
DEPEND[eciestest]=../libcrypto
IF[{- !$disabled{shared} -}]
PROGRAMS_NO_INST=shlibloadtest
SOURCE[shlibloadtest]=shlibloadtest.c