diff --git a/CMakeLists.txt b/CMakeLists.txt index 4868bf7ecbc063b3c18b36079e09e4de92cd99df..f5605c376f2806610e9bc6b8ad3901cb269c5687 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,4 @@ +test cmake_minimum_required(VERSION 3.0) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules") diff --git a/LICENSE b/LICENSE index cf16faa2e447a7d6c62e2581bd8a298f7ed6409d..75f1db71fa7c26bc1ee2eb7b7d16970652698eef 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ +TEST MIT License Copyright (c) 2021 Jianhui Zhao diff --git a/README.md b/README.md index d805113adc6f992fc4c6e430e837cfe95f105ed8..7eef5e2169863e14b876a0d39e707abdd0bcd03a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + +NEXT + +DASD + +TEST SIGNEDOFF # Usage ``` @@ -31,4 +37,8 @@ USE_OPENSSL:BOOL // Force select WolfSSL(CyaSSL) USE_WOLFSSL:BOOL -``` \ No newline at end of file +``` + + + +TEST SIGNED OFF diff --git a/example-client.c b/example-client.c index f9a57da6c37d837ca9d114bf305d7c21d6bd86c6..8d09ae359633967d719dd1136187832f1242e12d 100644 --- a/example-client.c +++ b/example-client.c @@ -1,4 +1,5 @@ -/* + +/*test * openssl: gcc example-client.c openssl.c -lssl -lcrypto * wolfssl: gcc example-client.c openssl.c -lwolfssl -DHAVE_WOLFSSL * mbedtls: gcc example-client.c mbedtls.c -lmbedtls -lmbedcrypto -lmbedx509 diff --git a/example-server.c b/example-server.c index 3a0ca9d99c9f7a7e0c6a4485113984d772a1765c..9afc3a4d96c6e1f3c59754ebdbecf1a18557ef3a 100644 --- a/example-server.c +++ b/example-server.c @@ -1,4 +1,4 @@ -/* +/*test5 * openssl: gcc example-server.c openssl.c -lssl -lcrypto * wolfssl: gcc example-server.c openssl.c -lwolfssl -DHAVE_WOLFSSL * mbedtls: gcc example-server.c mbedtls.c -lmbedtls -lmbedcrypto -lmbedx509 diff --git a/mbedtls.c b/mbedtls.c index 187434a98bcfcee9af60129da1bf389266bcd64e..337c9d3ca4f9eb6ec32c97fb89d87b59c565e37e 100644 --- a/mbedtls.c +++ b/mbedtls.c @@ -1,4 +1,4 @@ -/* +/*test * MIT License * * Copyright (c) 2021 Jianhui Zhao @@ -66,6 +66,10 @@ #include #endif + + +1234567 + struct ssl_context { mbedtls_ssl_config conf; mbedtls_pk_context key; diff --git a/openssl.c b/openssl.c index 8f3d8b73fc24c69708e350fa1a1170359910c0ff..39deb3ba321aefe1ce2898943488887cb56e6027 100644 --- a/openssl.c +++ b/openssl.c @@ -1,4 +1,4 @@ -/* +/*test * MIT License * * Copyright (c) 2021 Jianhui Zhao diff --git a/ssl.h b/ssl.h index e41e665c88c0b6eabf3256ac1eac7a4f509d2529..53d7f774e03e0af24b5c33b4f173ab25d7bc7801 100644 --- a/ssl.h +++ b/ssl.h @@ -1,4 +1,4 @@ -/* +/*test9 * MIT License * * Copyright (c) 2021 Jianhui Zhao @@ -27,6 +27,9 @@ #include + +wdadad + enum { SSL_OK = 0, SSL_ERROR = -1, @@ -62,3 +65,5 @@ int ssl_connect(void *ssl, bool server, void (*on_verify_error)(int error, const char *str, void *arg), void *arg); #endif + +test signed off