Imported Upstream version 3.10.2+dfsg

This commit is contained in:
Mario Fetka
2017-05-11 14:01:41 +02:00
commit 1893aafd38
715 changed files with 248801 additions and 0 deletions

3
cyassl/openssl/asn1.h Normal file
View File

@@ -0,0 +1,3 @@
/* asn1.h for openssl */
#include <wolfssl/openssl/asn1.h>

4
cyassl/openssl/bio.h Normal file
View File

@@ -0,0 +1,4 @@
/* bio.h for openssl */
#include <wolfssl/openssl/bio.h>

3
cyassl/openssl/bn.h Normal file
View File

@@ -0,0 +1,3 @@
/* bn.h for openssl */
#include <wolfssl/openssl/bn.h>

3
cyassl/openssl/conf.h Normal file
View File

@@ -0,0 +1,3 @@
/* conf.h for openssl */
#include <wolfssl/openssl/conf.h>

4
cyassl/openssl/crypto.h Normal file
View File

@@ -0,0 +1,4 @@
/* crypto.h for openSSL */
#include <wolfssl/openssl/crypto.h>

28
cyassl/openssl/des.h Normal file
View File

@@ -0,0 +1,28 @@
/* des.h
*
* Copyright (C) 2006-2016 wolfSSL Inc.
*
* This file is part of wolfSSL.
*
* wolfSSL is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* wolfSSL is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/
/* des.h defines mini des openssl compatibility layer
*
*/
#include <wolfssl/openssl/des.h>

4
cyassl/openssl/dh.h Normal file
View File

@@ -0,0 +1,4 @@
/* dh.h for openSSL */
#include <wolfssl/openssl/dh.h>

12
cyassl/openssl/dsa.h Normal file
View File

@@ -0,0 +1,12 @@
/* dsa.h for openSSL */
#ifndef CYASSL_OPENSSL_DSA
#define CYASSL_OPENSSL_DSA
#define CyaSSL_DSA_LoadDer wolfSSL_DSA_LoadDer
#define CyaSSL_DSA_do_sign wolfSSL_DSA_do_sign
#include <cyassl/openssl/ssl.h>
#include <wolfssl/openssl/dsa.h>
#endif

3
cyassl/openssl/ec.h Normal file
View File

@@ -0,0 +1,3 @@
/* ec.h for openssl */
#include <wolfssl/openssl/ec.h>

3
cyassl/openssl/ec25519.h Normal file
View File

@@ -0,0 +1,3 @@
/* ec25519.h */
#include <wolfssl/openssl/ec25519.h>

3
cyassl/openssl/ecdh.h Normal file
View File

@@ -0,0 +1,3 @@
/* ecdh.h for openssl */
#include <wolfssl/openssl/ecdh.h>

3
cyassl/openssl/ecdsa.h Normal file
View File

@@ -0,0 +1,3 @@
/* ecdsa.h for openssl */
#include <wolfssl/openssl/ecdsa.h>

3
cyassl/openssl/ed25519.h Normal file
View File

@@ -0,0 +1,3 @@
/* ed25519.h */
#include <wolfssl/openssl/ed25519.h>

5
cyassl/openssl/engine.h Normal file
View File

@@ -0,0 +1,5 @@
/* engine.h for libcurl */
#include <wolfssl/openssl/engine.h>

3
cyassl/openssl/err.h Normal file
View File

@@ -0,0 +1,3 @@
/* err.h for openssl */
#include <wolfssl/openssl/err.h>

41
cyassl/openssl/evp.h Normal file
View File

@@ -0,0 +1,41 @@
/* evp.h
*
* Copyright (C) 2006-2016 wolfSSL Inc.
*
* This file is part of wolfSSL.
*
* wolfSSL is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* wolfSSL is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/
/* evp.h defines mini evp openssl compatibility layer
*
*/
#ifndef CYASSL_OPENSSL_EVP
#define CYASSL_OPENSSL_EVP
#define CyaSSL_StoreExternalIV wolfSSL_StoreExternalIV
#define CyaSSL_SetInternalIV wolfSSL_SetInternalIV
#define CYASSL_EVP_MD WOLFSSL_EVP_MD
#define CyaSSL_EVP_X_STATE wolfSSL_EVP_X_STATE
#define CyaSSL_EVP_X_STATE_LEN wolfSSL_EVP_X_STATE_LEN
#define CyaSSL_3des_iv wolfSSL_3des_iv
#define CyaSSL_aes_ctr_iv wolfSSL_aes_ctr_iv
#include <wolfssl/openssl/evp.h>
#endif

28
cyassl/openssl/hmac.h Normal file
View File

@@ -0,0 +1,28 @@
/* hmac.h
*
* Copyright (C) 2006-2016 wolfSSL Inc.
*
* This file is part of wolfSSL.
*
* wolfSSL is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* wolfSSL is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/
/* hmac.h defines mini hamc openssl compatibility layer
*
*/
#include <wolfssl/openssl/hmac.h>

39
cyassl/openssl/include.am Normal file
View File

@@ -0,0 +1,39 @@
# vim:ft=automake
# All paths should be given relative to the root
nobase_include_HEADERS+= \
cyassl/openssl/asn1.h \
cyassl/openssl/bio.h \
cyassl/openssl/bn.h \
cyassl/openssl/conf.h \
cyassl/openssl/crypto.h \
cyassl/openssl/des.h \
cyassl/openssl/dh.h \
cyassl/openssl/dsa.h \
cyassl/openssl/ecdsa.h \
cyassl/openssl/ecdh.h \
cyassl/openssl/ec.h \
cyassl/openssl/ec25519.h \
cyassl/openssl/ed25519.h \
cyassl/openssl/engine.h \
cyassl/openssl/err.h \
cyassl/openssl/evp.h \
cyassl/openssl/hmac.h \
cyassl/openssl/lhash.h \
cyassl/openssl/md4.h \
cyassl/openssl/md5.h \
cyassl/openssl/ripemd.h \
cyassl/openssl/ocsp.h \
cyassl/openssl/opensslconf.h \
cyassl/openssl/opensslv.h \
cyassl/openssl/ossl_typ.h \
cyassl/openssl/pem.h \
cyassl/openssl/pkcs12.h \
cyassl/openssl/rand.h \
cyassl/openssl/rsa.h \
cyassl/openssl/sha.h \
cyassl/openssl/ssl.h \
cyassl/openssl/stack.h \
cyassl/openssl/ui.h \
cyassl/openssl/x509.h \
cyassl/openssl/x509v3.h

3
cyassl/openssl/lhash.h Normal file
View File

@@ -0,0 +1,3 @@
/* lhash.h for openSSL */
#include <wolfssl/openssl/lhash.h>

3
cyassl/openssl/md4.h Normal file
View File

@@ -0,0 +1,3 @@
/* md4.h for libcurl */
#include <wolfssl/openssl/md4.h>

5
cyassl/openssl/md5.h Normal file
View File

@@ -0,0 +1,5 @@
/* md5.h for openssl */
#include <wolfssl/openssl/md5.h>

3
cyassl/openssl/ocsp.h Normal file
View File

@@ -0,0 +1,3 @@
/* ocsp.h for libcurl */
#include <wolfssl/openssl/ocsp.h>

View File

@@ -0,0 +1,3 @@
/* opensslconf.h for openSSL */
#include <wolfssl/openssl/opensslconf.h>

View File

@@ -0,0 +1,3 @@
/* opensslv.h compatibility */
#include <wolfssl/openssl/opensslv.h>

View File

@@ -0,0 +1,3 @@
/* ossl_typ.h for openssl */
#include <wolfssl/openssl/ossl_typ.h>

3
cyassl/openssl/pem.h Normal file
View File

@@ -0,0 +1,3 @@
/* pem.h for openssl */
#include <wolfssl/openssl/pem.h>

3
cyassl/openssl/pkcs12.h Normal file
View File

@@ -0,0 +1,3 @@
/* pkcs12.h for openssl */
#include <wolfssl/openssl/pkcs12.h>

3
cyassl/openssl/rand.h Normal file
View File

@@ -0,0 +1,3 @@
/* rand.h for openSSL */
#include <wolfssl/openssl/ssl.h>

3
cyassl/openssl/ripemd.h Normal file
View File

@@ -0,0 +1,3 @@
/* ripemd.h for openssl */
#include <wolfssl/openssl/ripemd.h>

12
cyassl/openssl/rsa.h Normal file
View File

@@ -0,0 +1,12 @@
/* rsa.h for openSSL */
#ifndef CYASSL_OPENSSL_RSA
#define CYASSL_OPENSSL_RSA
#define CyaSSL_RSA_GenAdd wolfSSL_RSA_GenAdd
#define CyaSSL_RSA_LoadDer wolfSSL_RSA_LoadDer
#include <cyassl/openssl/ssl.h>
#include <wolfssl/openssl/rsa.h>
#endif

3
cyassl/openssl/sha.h Normal file
View File

@@ -0,0 +1,3 @@
/* sha.h for openssl */
#include <wolfssl/openssl/sha.h>

34
cyassl/openssl/ssl.h Normal file
View File

@@ -0,0 +1,34 @@
/* ssl.h
*
* Copyright (C) 2006-2016 wolfSSL Inc.
*
* This file is part of wolfSSL.
*
* wolfSSL is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* wolfSSL is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/
/* ssl.h defines openssl compatibility layer
*
*/
#ifndef CYASSL_OPENSSL_H_
#define CYASSL_OPENSSL_H_
#include <cyassl/ssl.h>
#include <wolfssl/openssl/ssl.h>
#endif

3
cyassl/openssl/stack.h Normal file
View File

@@ -0,0 +1,3 @@
/* stack.h for openssl */
#include <wolfssl/openssl/stack.h>

3
cyassl/openssl/ui.h Normal file
View File

@@ -0,0 +1,3 @@
/* ui.h for openssl */
#include <wolfssl/openssl/ui.h>

3
cyassl/openssl/x509.h Normal file
View File

@@ -0,0 +1,3 @@
/* x509.h for openssl */
#include <wolfssl/openssl/ssl.h>

3
cyassl/openssl/x509v3.h Normal file
View File

@@ -0,0 +1,3 @@
/* x509v3.h for openssl */
#include <wolfssl/openssl/x509v3.h>