First version for OpenSSL BIO compatibility

This commit is contained in:
Ludovic FLAMENT
2016-04-29 16:34:11 +02:00
parent b72c83e191
commit 1bd65cc8a9
26 changed files with 10442 additions and 411 deletions

View File

@@ -63,7 +63,22 @@ src_libwolfssl_la_SOURCES += \
wolfcrypt/src/hmac.c \
wolfcrypt/src/random.c \
wolfcrypt/src/sha256.c \
wolfcrypt/src/hash.c
wolfcrypt/src/hash.c \
wolfcrypt/src/bio.c \
wolfcrypt/src/bio_m_mem.c \
wolfcrypt/src/bio_m_file.c \
wolfcrypt/src/bio_m_fd.c \
wolfcrypt/src/bio_m_sock.c \
wolfcrypt/src/bio_m_conn.c \
wolfcrypt/src/bio_m_accept.c \
wolfcrypt/src/bio_m_dgram.c \
wolfcrypt/src/bio_m_null.c \
wolfcrypt/src/bio_f_sock.c \
wolfcrypt/src/bio_f_buff.c \
wolfcrypt/src/bio_f_cipher.c \
wolfcrypt/src/bio_f_b64.c \
wolfcrypt/src/bio_f_dgst.c \
wolfcrypt/src/bio_f_ssl.c
if !BUILD_USER_RSA
if BUILD_RSA