diff --git a/src/lib/internal.h b/src/lib/internal.h index ebd59d02..432e1ee5 100644 --- a/src/lib/internal.h +++ b/src/lib/internal.h @@ -37,13 +37,6 @@ #include "mhd_mono_clock.h" #include "memorypool.h" -#ifdef HTTPS_SUPPORT -#include -#if GNUTLS_VERSION_MAJOR >= 3 -#include -#endif -#endif /* HTTPS_SUPPORT */ - #ifdef HAVE_STDBOOL_H #include #endif diff --git a/src/openssl/features.txt b/src/openssl/features.txt index 327e754c..7c9face9 100644 --- a/src/openssl/features.txt +++ b/src/openssl/features.txt @@ -1,51 +1,70 @@ -12 résultats - Fichiers 9 - -lib/internal.h: - 41: #include - 43: #include - microhttpd/connection_https.c: - 36 #include "mhd_mono_clock.h" 37: #include - 38 #include "mhd_send.h" + -> gnutls_record_recv(...) + -> GNUTLS_E_AGAIN + -> GNUTLS_E_INTERRUPTED + -> GNUTLS_E_DECRYPTION_FAILED + -> GNUTLS_E_INVALID_SESSION + -> GNUTLS_E_DECOMPRESSION_FAILED + -> GNUTLS_E_RECEIVED_ILLEGAL_PARAMETER + -> GNUTLS_E_UNSUPPORTED_VERSION_PACKET + -> GNUTLS_E_UNEXPECTED_PACKET_LENGTH + -> GNUTLS_E_UNEXPECTED_PACKET + -> GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET + -> GNUTLS_E_EXPIRED + -> GNUTLS_E_REHANDSHAKE + -> GNUTLS_E_PULL_ERROR + -> GNUTLS_E_INTERNAL_ERROR + -> GNUTLS_E_CRYPTODEV_IOCTL_ERROR + -> GNUTLS_E_CRYPTODEV_DEVICE_ERROR + -> GNUTLS_E_PREMATURE_TERMINATION + -> GNUTLS_E_UNEXPECTED_PACKET_LENGTH + -> gnutls_record_check_pending(...) + -> gnutls_handshake(...) + -> GNUTLS_E_SUCCESS + -> gnutls_bye(...) + -> GNUTLS_SHUT_WR + microhttpd/internal.h: - 37 #ifdef HTTPS_SUPPORT 38: #include - 39 #if GNUTLS_VERSION_MAJOR >= 3 + -> type gnutls_session_t + -> type gnutls_priority_t + -> type gnutls_credentials_type_t + -> type gnutls_certificate_credentials_t + -> type gnutls_dh_params_t + -> type gnutls_psk_server_credentials_t + -> type gnutls_certificate_retrieve_function2 + -> type gnutls_certificate_retrieve_function3 + -> type gnutls_dh_params_t 40: #include - 41 #endif + microhttpd/md5_ext.c: - 25 26: #include - 27 #include "md5_ext.h" + -> gnutls_hash_init(...) + -> gnutls_free(...) + -> gnutls_hash(...) + -> gnutls_hash_output(...) + -> gnutls_hash_deinit(...) microhttpd/sha256_ext.c: - 25 26: #include - 27 #include "sha256_ext.h" + -> gnutls_hash_init(...) + -> gnutls_free(...) + -> gnutls_hash(...) + -> gnutls_hash_output(...) + -> gnutls_hash_deinit(...) microhttpd/test_upgrade_large.c: - 50 #ifdef HTTPS_SUPPORT 51: #include - 52 #include "../testcurl/https/tls_test_keys.h" microhttpd/test_upgrade.c: - 53 #ifdef HTTPS_SUPPORT 54: #include - 55 #include "../testcurl/https/tls_test_keys.h" testcurl/https/test_https_sni.c: - 36 #include "tls_test_common.h" 37: #include - 38 - - 41 - 42: #include - 43 + 42: #include testcurl/https/tls_test_common.h: - 29 #include 30: #include - 31