quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.editorconfig59L
-rw-r--r--.gitignore23L
-rw-r--r--COPYING661L
-rw-r--r--QuickJS-android/.dockerignore24L
-rw-r--r--QuickJS-android/.gitignore25L
-rw-r--r--QuickJS-android/.idea/.dockerignore3L
-rw-r--r--QuickJS-android/.idea/.gitignore3L
-rw-r--r--QuickJS-android/.idea/.name1L
-rw-r--r--QuickJS-android/.idea/QuickJS-android.iml9L
-rw-r--r--QuickJS-android/.idea/caches/deviceStreaming.xml631L
-rw-r--r--QuickJS-android/.idea/codeStyles/Project.xml117L
-rw-r--r--QuickJS-android/.idea/codeStyles/codeStyleConfig.xml5L
-rw-r--r--QuickJS-android/.idea/compiler.xml6L
-rw-r--r--QuickJS-android/.idea/dictionaries/dold.xml8L
-rw-r--r--QuickJS-android/.idea/jarRepositories.xml25L
-rw-r--r--QuickJS-android/.idea/kotlinc.xml6L
-rw-r--r--QuickJS-android/.idea/migrations.xml10L
-rw-r--r--QuickJS-android/.idea/misc.xml9L
-rw-r--r--QuickJS-android/.idea/runConfigurations.xml17L
-rw-r--r--QuickJS-android/.idea/vcs.xml7L
-rw-r--r--QuickJS-android/build.gradle.kts19L
-rw-r--r--QuickJS-android/gradle.properties24L
-rw-r--r--QuickJS-android/gradle/wrapper/gradle-wrapper.jar55190B
-rw-r--r--QuickJS-android/gradle/wrapper/gradle-wrapper.properties6L
-rwxr-xr-xQuickJS-android/gradlew172L
-rw-r--r--QuickJS-android/gradlew.bat84L
-rw-r--r--QuickJS-android/qtart.iml27L
-rw-r--r--QuickJS-android/qtart/.classpath6L
-rw-r--r--QuickJS-android/qtart/.project34L
-rw-r--r--QuickJS-android/qtart/.settings/org.eclipse.buildship.core.prefs2L
-rw-r--r--QuickJS-android/qtart/build.gradle.kts51L
-rw-r--r--QuickJS-android/qtart/proguard-rules.pro9L
-rw-r--r--QuickJS-android/qtart/qtart-qtart.iml169L
-rw-r--r--QuickJS-android/qtart/src/main/AndroidManifest.xml8L
-rw-r--r--QuickJS-android/qtart/src/main/java/net/taler/qtart/Networking.kt126L
-rw-r--r--QuickJS-android/qtart/src/main/java/net/taler/qtart/TalerWalletCore.kt226L
-rw-r--r--QuickJS-android/qtart/src/main/jniLibs/.dockerignore1L
-rw-r--r--QuickJS-android/qtart/src/main/jniLibs/.gitignore2L
-rw-r--r--QuickJS-android/qtart/src/main/jniLibs/arm64-v8a/.gitkeep0B
-rw-r--r--QuickJS-android/qtart/src/main/jniLibs/armeabi-v7a/.gitkeep0B
-rw-r--r--QuickJS-android/qtart/src/main/jniLibs/x86/.gitkeep0B
-rw-r--r--QuickJS-android/qtart/src/main/jniLibs/x86_64/.gitkeep0B
-rw-r--r--QuickJS-android/settings.gradle.kts12L
-rw-r--r--README.md149L
-rw-r--r--cross/README.md4L
-rwxr-xr-xcross/build-android.sh112L
-rwxr-xr-xcross/build-ios.sh113L
-rwxr-xr-xcross/package-android.sh72L
-rwxr-xr-xcross/package-ios.sh132L
-rw-r--r--docker-android/Dockerfile22L
-rw-r--r--docker-android/README.md58L
-rwxr-xr-xdocker-android/build.sh45L
-rw-r--r--docker-android/docker-compose.yml13L
-rw-r--r--docker-android/env.example8L
-rwxr-xr-xdocker-android/install.sh43L
-rwxr-xr-xdocker-android/prepare.sh25L
-rwxr-xr-xdownload_wallet_core_js.sh4L
-rw-r--r--meson.build229L
-rw-r--r--prelude.js32L
-rw-r--r--qtart.c570L
-rw-r--r--quickjs/.github/workflows/ci.yml166L
-rw-r--r--quickjs/.gitignore24L
-rw-r--r--quickjs/Changelog175L
-rw-r--r--quickjs/LICENSE22L
-rw-r--r--quickjs/Makefile591L
-rw-r--r--quickjs/TODO67L
-rw-r--r--quickjs/VERSION1L
-rw-r--r--quickjs/compat/test-closefrom.c6L
-rw-r--r--quickjs/cutils.c631L
-rw-r--r--quickjs/cutils.h347L
-rw-r--r--quickjs/doc/jsbignum.texi589L
-rw-r--r--quickjs/doc/quickjs.texi1122L
-rw-r--r--quickjs/examples/fib.c72L
-rw-r--r--quickjs/examples/fib_module.js10L
-rw-r--r--quickjs/examples/hello.js1L
-rw-r--r--quickjs/examples/hello_module.js6L
-rw-r--r--quickjs/examples/pi_bigdecimal.js68L
-rw-r--r--quickjs/examples/pi_bigfloat.js66L
-rw-r--r--quickjs/examples/pi_bigint.js118L
-rw-r--r--quickjs/examples/point.c151L
-rw-r--r--quickjs/examples/test_fib.js6L
-rw-r--r--quickjs/examples/test_point.js40L
-rw-r--r--quickjs/fuzz/README27L
-rw-r--r--quickjs/fuzz/fuzz.dict257L
-rw-r--r--quickjs/fuzz/fuzz_common.c62L
-rw-r--r--quickjs/fuzz/fuzz_common.h22L
-rw-r--r--quickjs/fuzz/fuzz_compile.c93L
-rw-r--r--quickjs/fuzz/fuzz_eval.c49L
-rw-r--r--quickjs/fuzz/fuzz_regexp.c59L
-rw-r--r--quickjs/fuzz/generate_dict.js24L
-rw-r--r--quickjs/libbf.c8475L
-rw-r--r--quickjs/libbf.h535L
-rw-r--r--quickjs/libregexp-opcode.h57L
-rw-r--r--quickjs/libregexp.c2501L
-rw-r--r--quickjs/libregexp.h55L
-rw-r--r--quickjs/libunicode-table.h4557L
-rw-r--r--quickjs/libunicode.c1910L
-rw-r--r--quickjs/libunicode.h182L
-rw-r--r--quickjs/list.h99L
-rw-r--r--quickjs/qjs.c562L
-rw-r--r--quickjs/qjsc.c767L
-rw-r--r--quickjs/qjscalc.js2657L
-rw-r--r--quickjs/quickjs-atom.h273L
-rw-r--r--quickjs/quickjs-http.c535L
-rw-r--r--quickjs/quickjs-http.h211L
-rw-r--r--quickjs/quickjs-libc.c4987L
-rw-r--r--quickjs/quickjs-libc.h72L
-rw-r--r--quickjs/quickjs-opcode.h372L
-rw-r--r--quickjs/quickjs.c56277L
-rw-r--r--quickjs/quickjs.h1093L
-rw-r--r--quickjs/readme.txt1L
-rwxr-xr-xquickjs/release.sh158L
-rw-r--r--quickjs/repl.js1592L
-rw-r--r--quickjs/run-test262.c2216L
-rw-r--r--quickjs/test262.conf227L
-rw-r--r--quickjs/test262_errors.txt8L
-rw-r--r--quickjs/test262o.conf413L
-rw-r--r--quickjs/test262o_errors.txt0B
-rw-r--r--quickjs/tests/bjson.c96L
-rw-r--r--quickjs/tests/microbench.js1322L
-rw-r--r--quickjs/tests/test262.patch73L
-rw-r--r--quickjs/tests/test_bigfloat.js279L
-rw-r--r--quickjs/tests/test_bignum.js114L
-rw-r--r--quickjs/tests/test_bjson.js191L
-rw-r--r--quickjs/tests/test_builtin.js858L
-rw-r--r--quickjs/tests/test_closure.js221L
-rw-r--r--quickjs/tests/test_language.js628L
-rw-r--r--quickjs/tests/test_loop.js392L
-rw-r--r--quickjs/tests/test_op_overloading.js207L
-rw-r--r--quickjs/tests/test_qjscalc.js256L
-rw-r--r--quickjs/tests/test_std.js307L
-rw-r--r--quickjs/tests/test_worker.js62L
-rw-r--r--quickjs/tests/test_worker_module.js32L
-rwxr-xr-xquickjs/unicode_download.sh19L
-rw-r--r--quickjs/unicode_gen.c3225L
-rw-r--r--quickjs/unicode_gen_def.h291L
-rw-r--r--sqlite3/shell.c34019L
-rw-r--r--sqlite3/sqlite3.c262899L
-rw-r--r--sqlite3/sqlite3.h13775L
-rw-r--r--sqlite3/sqlite3ext.h723L
-rw-r--r--subprojects/c-ares/AUTHORS84L
-rw-r--r--subprojects/c-ares/CMakeLists.txt905L
-rw-r--r--subprojects/c-ares/CONTRIBUTING.md9L
-rw-r--r--subprojects/c-ares/DEVELOPER-NOTES.md47L
-rw-r--r--subprojects/c-ares/INSTALL.md472L
-rw-r--r--subprojects/c-ares/LICENSE.md24L
-rw-r--r--subprojects/c-ares/Makefile.Watcom243L
-rw-r--r--subprojects/c-ares/Makefile.am65L
-rw-r--r--subprojects/c-ares/Makefile.dj149L
-rw-r--r--subprojects/c-ares/Makefile.in984L
-rw-r--r--subprojects/c-ares/Makefile.m3281L
-rw-r--r--subprojects/c-ares/Makefile.msvc472L
-rw-r--r--subprojects/c-ares/Makefile.netware430L
-rw-r--r--subprojects/c-ares/README.md158L
-rw-r--r--subprojects/c-ares/README.msvc102L
-rw-r--r--subprojects/c-ares/RELEASE-NOTES.md28L
-rw-r--r--subprojects/c-ares/SECURITY.md100L
-rw-r--r--subprojects/c-ares/aclocal.m41248L
-rw-r--r--subprojects/c-ares/aminclude_static.am126L
-rwxr-xr-xsubprojects/c-ares/buildconf6L
-rw-r--r--subprojects/c-ares/buildconf.bat23L
-rw-r--r--subprojects/c-ares/c-ares-config.cmake.in27L
-rw-r--r--subprojects/c-ares/cmake/EnableWarnings.cmake437L
-rwxr-xr-xsubprojects/c-ares/config/compile348L
-rwxr-xr-xsubprojects/c-ares/config/config.guess1754L
-rwxr-xr-xsubprojects/c-ares/config/config.sub1890L
-rwxr-xr-xsubprojects/c-ares/config/depcomp791L
-rwxr-xr-xsubprojects/c-ares/config/install-sh541L
-rwxr-xr-xsubprojects/c-ares/config/ltmain.sh11436L
-rwxr-xr-xsubprojects/c-ares/config/missing215L
-rwxr-xr-xsubprojects/c-ares/config/test-driver153L
-rwxr-xr-xsubprojects/c-ares/configure28447L
-rw-r--r--subprojects/c-ares/configure.ac879L
-rw-r--r--subprojects/c-ares/docs/CMakeLists.txt19L
-rw-r--r--subprojects/c-ares/docs/Makefile.am10L
-rw-r--r--subprojects/c-ares/docs/Makefile.in743L
-rw-r--r--subprojects/c-ares/docs/Makefile.inc153L
-rw-r--r--subprojects/c-ares/docs/adig.1179L
-rw-r--r--subprojects/c-ares/docs/ahost.150L
-rw-r--r--subprojects/c-ares/docs/ares_cancel.333L
-rw-r--r--subprojects/c-ares/docs/ares_create_query.375L
-rw-r--r--subprojects/c-ares/docs/ares_destroy.329L
-rw-r--r--subprojects/c-ares/docs/ares_destroy_options.320L
-rw-r--r--subprojects/c-ares/docs/ares_dns_class_fromstr.34L
-rw-r--r--subprojects/c-ares/docs/ares_dns_class_t.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_class_tostr.34L
-rw-r--r--subprojects/c-ares/docs/ares_dns_datatype_t.34L
-rw-r--r--subprojects/c-ares/docs/ares_dns_flags_t.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_mapping.3307L
-rw-r--r--subprojects/c-ares/docs/ares_dns_opcode_t.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_opcode_tostr.34L
-rw-r--r--subprojects/c-ares/docs/ares_dns_opt_datatype_t.34L
-rw-r--r--subprojects/c-ares/docs/ares_dns_opt_get_datatype.34L
-rw-r--r--subprojects/c-ares/docs/ares_dns_opt_get_name.34L
-rw-r--r--subprojects/c-ares/docs/ares_dns_parse.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rcode_t.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rcode_tostr.34L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rec_type_fromstr.34L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rec_type_t.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rec_type_tostr.34L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record.3455L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_create.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_destroy.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_duplicate.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_get_flags.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_get_id.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_get_opcode.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_get_rcode.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_query_add.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_query_cnt.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_query_get.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_query_set_name.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_query_set_type.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_rr_add.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_rr_cnt.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_rr_del.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_rr_get.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_rr_get_const.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_record_set_id.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr.3744L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_add_abin.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_del_abin.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_del_opt_byid.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_abin.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_abin_cnt.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_addr.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_addr6.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_bin.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_class.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_keys.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_name.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_opt.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_opt_byid.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_opt_cnt.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_str.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_ttl.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_type.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_u16.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_u32.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_get_u8.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_key_datatype.34L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_key_t.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_key_to_rec_type.34L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_key_tostr.34L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_set_addr.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_set_addr6.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_set_bin.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_set_opt.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_set_str.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_set_u16.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_set_u32.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_rr_set_u8.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_section_t.33L
-rw-r--r--subprojects/c-ares/docs/ares_dns_section_tostr.34L
-rw-r--r--subprojects/c-ares/docs/ares_dns_write.33L
-rw-r--r--subprojects/c-ares/docs/ares_dup.325L
-rw-r--r--subprojects/c-ares/docs/ares_expand_name.351L
-rw-r--r--subprojects/c-ares/docs/ares_expand_string.348L
-rw-r--r--subprojects/c-ares/docs/ares_fds.357L
-rw-r--r--subprojects/c-ares/docs/ares_free_data.362L
-rw-r--r--subprojects/c-ares/docs/ares_free_hostent.330L
-rw-r--r--subprojects/c-ares/docs/ares_free_string.319L
-rw-r--r--subprojects/c-ares/docs/ares_freeaddrinfo.322L
-rw-r--r--subprojects/c-ares/docs/ares_get_servers.369L
-rw-r--r--subprojects/c-ares/docs/ares_get_servers_csv.34L
-rw-r--r--subprojects/c-ares/docs/ares_get_servers_ports.34L
-rw-r--r--subprojects/c-ares/docs/ares_getaddrinfo.3194L
-rw-r--r--subprojects/c-ares/docs/ares_gethostbyaddr.3100L
-rw-r--r--subprojects/c-ares/docs/ares_gethostbyname.3108L
-rw-r--r--subprojects/c-ares/docs/ares_gethostbyname_file.368L
-rw-r--r--subprojects/c-ares/docs/ares_getnameinfo.3147L
-rw-r--r--subprojects/c-ares/docs/ares_getsock.353L
-rw-r--r--subprojects/c-ares/docs/ares_inet_ntop.334L
-rw-r--r--subprojects/c-ares/docs/ares_inet_pton.335L
-rw-r--r--subprojects/c-ares/docs/ares_init.33L
-rw-r--r--subprojects/c-ares/docs/ares_init_options.3415L
-rw-r--r--subprojects/c-ares/docs/ares_library_cleanup.366L
-rw-r--r--subprojects/c-ares/docs/ares_library_init.398L
-rw-r--r--subprojects/c-ares/docs/ares_library_init_android.3127L
-rw-r--r--subprojects/c-ares/docs/ares_library_initialized.323L
-rw-r--r--subprojects/c-ares/docs/ares_mkquery.376L
-rw-r--r--subprojects/c-ares/docs/ares_opt_param_t.34L
-rw-r--r--subprojects/c-ares/docs/ares_parse_a_reply.363L
-rw-r--r--subprojects/c-ares/docs/ares_parse_aaaa_reply.363L
-rw-r--r--subprojects/c-ares/docs/ares_parse_caa_reply.3158L
-rw-r--r--subprojects/c-ares/docs/ares_parse_mx_reply.365L
-rw-r--r--subprojects/c-ares/docs/ares_parse_naptr_reply.370L
-rw-r--r--subprojects/c-ares/docs/ares_parse_ns_reply.353L
-rw-r--r--subprojects/c-ares/docs/ares_parse_ptr_reply.359L
-rw-r--r--subprojects/c-ares/docs/ares_parse_soa_reply.369L
-rw-r--r--subprojects/c-ares/docs/ares_parse_srv_reply.368L
-rw-r--r--subprojects/c-ares/docs/ares_parse_txt_reply.396L
-rw-r--r--subprojects/c-ares/docs/ares_parse_uri_reply.362L
-rw-r--r--subprojects/c-ares/docs/ares_process.3109L
-rw-r--r--subprojects/c-ares/docs/ares_process_fd.33L
-rw-r--r--subprojects/c-ares/docs/ares_process_fds.33L
-rw-r--r--subprojects/c-ares/docs/ares_process_pending_write.33L
-rw-r--r--subprojects/c-ares/docs/ares_query.3154L
-rw-r--r--subprojects/c-ares/docs/ares_query_dnsrec.33L
-rw-r--r--subprojects/c-ares/docs/ares_queue.352L
-rw-r--r--subprojects/c-ares/docs/ares_queue_active_queries.33L
-rw-r--r--subprojects/c-ares/docs/ares_queue_wait_empty.33L
-rw-r--r--subprojects/c-ares/docs/ares_reinit.353L
-rw-r--r--subprojects/c-ares/docs/ares_save_options.360L
-rw-r--r--subprojects/c-ares/docs/ares_search.3181L
-rw-r--r--subprojects/c-ares/docs/ares_search_dnsrec.33L
-rw-r--r--subprojects/c-ares/docs/ares_send.3156L
-rw-r--r--subprojects/c-ares/docs/ares_send_dnsrec.33L
-rw-r--r--subprojects/c-ares/docs/ares_set_local_dev.328L
-rw-r--r--subprojects/c-ares/docs/ares_set_local_ip4.321L
-rw-r--r--subprojects/c-ares/docs/ares_set_local_ip6.322L
-rw-r--r--subprojects/c-ares/docs/ares_set_pending_write_cb.362L
-rw-r--r--subprojects/c-ares/docs/ares_set_server_state_callback.362L
-rw-r--r--subprojects/c-ares/docs/ares_set_servers.386L
-rw-r--r--subprojects/c-ares/docs/ares_set_servers_csv.3163L
-rw-r--r--subprojects/c-ares/docs/ares_set_servers_ports.34L
-rw-r--r--subprojects/c-ares/docs/ares_set_servers_ports_csv.34L
-rw-r--r--subprojects/c-ares/docs/ares_set_socket_callback.334L
-rw-r--r--subprojects/c-ares/docs/ares_set_socket_configure_callback.334L
-rw-r--r--subprojects/c-ares/docs/ares_set_socket_functions.3334L
-rw-r--r--subprojects/c-ares/docs/ares_set_socket_functions_ex.33L
-rw-r--r--subprojects/c-ares/docs/ares_set_sortlist.349L
-rw-r--r--subprojects/c-ares/docs/ares_strerror.322L
-rw-r--r--subprojects/c-ares/docs/ares_svcb_param_t.34L
-rw-r--r--subprojects/c-ares/docs/ares_threadsafety.344L
-rw-r--r--subprojects/c-ares/docs/ares_timeout.331L
-rw-r--r--subprojects/c-ares/docs/ares_tlsa_match_t.33L
-rw-r--r--subprojects/c-ares/docs/ares_tlsa_selector_t.33L
-rw-r--r--subprojects/c-ares/docs/ares_tlsa_usage_t.33L
-rw-r--r--subprojects/c-ares/docs/ares_version.324L
-rw-r--r--subprojects/c-ares/include/CMakeLists.txt10L
-rw-r--r--subprojects/c-ares/include/Makefile.am9L
-rw-r--r--subprojects/c-ares/include/Makefile.in639L
-rw-r--r--subprojects/c-ares/include/ares.h1229L
-rw-r--r--subprojects/c-ares/include/ares_build.h202L
-rw-r--r--subprojects/c-ares/include/ares_build.h.cmake47L
-rw-r--r--subprojects/c-ares/include/ares_build.h.in47L
-rw-r--r--subprojects/c-ares/include/ares_dns.h127L
-rw-r--r--subprojects/c-ares/include/ares_dns_record.h1118L
-rw-r--r--subprojects/c-ares/include/ares_nameser.h510L
-rw-r--r--subprojects/c-ares/include/ares_version.h47L
-rw-r--r--subprojects/c-ares/libc_ares.xcframework/Info.plist57L
-rwxr-xr-xsubprojects/c-ares/libc_ares.xcframework/ios-arm64-simulator/libc_ares.dylib420864B
-rwxr-xr-xsubprojects/c-ares/libc_ares.xcframework/ios-arm64/libc_ares.dylib432728B
-rwxr-xr-xsubprojects/c-ares/libc_ares.xcframework/macos-arm64/libc_ares.dylib419696B
-rw-r--r--subprojects/c-ares/libcares.pc.cmake23L
-rw-r--r--subprojects/c-ares/libcares.pc.in22L
-rw-r--r--subprojects/c-ares/m4/ares_check_user_namespace.m457L
-rw-r--r--subprojects/c-ares/m4/ares_check_uts_namespace.m479L
-rw-r--r--subprojects/c-ares/m4/ax_ac_append_to_file.m432L
-rw-r--r--subprojects/c-ares/m4/ax_ac_print_to_file.m432L
-rw-r--r--subprojects/c-ares/m4/ax_add_am_macro_static.m428L
-rw-r--r--subprojects/c-ares/m4/ax_am_macros_static.m438L
-rw-r--r--subprojects/c-ares/m4/ax_append_compile_flags.m446L
-rw-r--r--subprojects/c-ares/m4/ax_append_flag.m450L
-rw-r--r--subprojects/c-ares/m4/ax_append_link_flags.m444L
-rw-r--r--subprojects/c-ares/m4/ax_check_compile_flag.m463L
-rw-r--r--subprojects/c-ares/m4/ax_check_gnu_make.m495L
-rw-r--r--subprojects/c-ares/m4/ax_check_link_flag.m453L
-rw-r--r--subprojects/c-ares/m4/ax_code_coverage.m4273L
-rw-r--r--subprojects/c-ares/m4/ax_compiler_vendor.m4119L
-rw-r--r--subprojects/c-ares/m4/ax_cxx_compile_stdcxx.m41070L
-rw-r--r--subprojects/c-ares/m4/ax_cxx_compile_stdcxx_14.m434L
-rw-r--r--subprojects/c-ares/m4/ax_file_escapes.m430L
-rw-r--r--subprojects/c-ares/m4/ax_pthread.m4522L
-rw-r--r--subprojects/c-ares/m4/ax_require_defined.m437L
-rwxr-xr-xsubprojects/c-ares/m4/libtool.m48427L
-rwxr-xr-xsubprojects/c-ares/m4/ltoptions.m4437L
-rwxr-xr-xsubprojects/c-ares/m4/ltsugar.m4124L
-rwxr-xr-xsubprojects/c-ares/m4/ltversion.m424L
-rwxr-xr-xsubprojects/c-ares/m4/lt~obsolete.m499L
-rw-r--r--subprojects/c-ares/m4/pkg.m4275L
-rw-r--r--subprojects/c-ares/src/CMakeLists.txt4L
-rw-r--r--subprojects/c-ares/src/Makefile.am4L
-rw-r--r--subprojects/c-ares/src/Makefile.in682L
-rw-r--r--subprojects/c-ares/src/lib/CMakeLists.txt153L
-rw-r--r--subprojects/c-ares/src/lib/Makefile.am57L
-rw-r--r--subprojects/c-ares/src/lib/Makefile.in2370L
-rw-r--r--subprojects/c-ares/src/lib/Makefile.inc129L
-rw-r--r--subprojects/c-ares/src/lib/ares_addrinfo2hostent.c305L
-rw-r--r--subprojects/c-ares/src/lib/ares_addrinfo_localhost.c245L
-rw-r--r--subprojects/c-ares/src/lib/ares_android.c496L
-rw-r--r--subprojects/c-ares/src/lib/ares_android.h38L
-rw-r--r--subprojects/c-ares/src/lib/ares_cancel.c87L
-rw-r--r--subprojects/c-ares/src/lib/ares_close_sockets.c137L
-rw-r--r--subprojects/c-ares/src/lib/ares_config.h.cmake493L
-rw-r--r--subprojects/c-ares/src/lib/ares_config.h.in596L
-rw-r--r--subprojects/c-ares/src/lib/ares_conn.c511L
-rw-r--r--subprojects/c-ares/src/lib/ares_conn.h196L
-rw-r--r--subprojects/c-ares/src/lib/ares_cookie.c461L
-rw-r--r--subprojects/c-ares/src/lib/ares_data.c168L
-rw-r--r--subprojects/c-ares/src/lib/ares_data.h92L
-rw-r--r--subprojects/c-ares/src/lib/ares_destroy.c159L
-rw-r--r--subprojects/c-ares/src/lib/ares_free_hostent.c54L
-rw-r--r--subprojects/c-ares/src/lib/ares_free_string.c33L
-rw-r--r--subprojects/c-ares/src/lib/ares_freeaddrinfo.c67L
-rw-r--r--subprojects/c-ares/src/lib/ares_getaddrinfo.c736L
-rw-r--r--subprojects/c-ares/src/lib/ares_getenv.c38L
-rw-r--r--subprojects/c-ares/src/lib/ares_getenv.h34L
-rw-r--r--subprojects/c-ares/src/lib/ares_gethostbyaddr.c229L
-rw-r--r--subprojects/c-ares/src/lib/ares_gethostbyname.c337L
-rw-r--r--subprojects/c-ares/src/lib/ares_getnameinfo.c437L
-rw-r--r--subprojects/c-ares/src/lib/ares_hosts_file.c952L
-rw-r--r--subprojects/c-ares/src/lib/ares_inet_net_pton.h31L
-rw-r--r--subprojects/c-ares/src/lib/ares_init.c600L
-rw-r--r--subprojects/c-ares/src/lib/ares_ipv6.h115L
-rw-r--r--subprojects/c-ares/src/lib/ares_library_init.c169L
-rw-r--r--subprojects/c-ares/src/lib/ares_metrics.c261L
-rw-r--r--subprojects/c-ares/src/lib/ares_options.c492L
-rw-r--r--subprojects/c-ares/src/lib/ares_parse_into_addrinfo.c179L
-rw-r--r--subprojects/c-ares/src/lib/ares_private.h639L
-rw-r--r--subprojects/c-ares/src/lib/ares_process.c1442L
-rw-r--r--subprojects/c-ares/src/lib/ares_qcache.c430L
-rw-r--r--subprojects/c-ares/src/lib/ares_query.c151L
-rw-r--r--subprojects/c-ares/src/lib/ares_search.c623L
-rw-r--r--subprojects/c-ares/src/lib/ares_send.c300L
-rw-r--r--subprojects/c-ares/src/lib/ares_set_socket_functions.c588L
-rw-r--r--subprojects/c-ares/src/lib/ares_setup.h224L
-rw-r--r--subprojects/c-ares/src/lib/ares_socket.c425L
-rw-r--r--subprojects/c-ares/src/lib/ares_socket.h163L
-rw-r--r--subprojects/c-ares/src/lib/ares_sortaddrinfo.c447L
-rw-r--r--subprojects/c-ares/src/lib/ares_strerror.c91L
-rw-r--r--subprojects/c-ares/src/lib/ares_sysconfig.c639L
-rw-r--r--subprojects/c-ares/src/lib/ares_sysconfig_files.c839L
-rw-r--r--subprojects/c-ares/src/lib/ares_sysconfig_mac.c373L
-rw-r--r--subprojects/c-ares/src/lib/ares_sysconfig_win.c621L
-rw-r--r--subprojects/c-ares/src/lib/ares_timeout.c151L
-rw-r--r--subprojects/c-ares/src/lib/ares_update_servers.c1362L
-rw-r--r--subprojects/c-ares/src/lib/ares_version.c36L
-rw-r--r--subprojects/c-ares/src/lib/cares.rc75L
-rw-r--r--subprojects/c-ares/src/lib/config-dos.h114L
-rw-r--r--subprojects/c-ares/src/lib/config-win32.h396L
-rw-r--r--subprojects/c-ares/src/lib/dsa/ares_array.c394L
-rw-r--r--subprojects/c-ares/src/lib/dsa/ares_htable.c447L
-rw-r--r--subprojects/c-ares/src/lib/dsa/ares_htable.h174L
-rw-r--r--subprojects/c-ares/src/lib/dsa/ares_htable_asvp.c224L
-rw-r--r--subprojects/c-ares/src/lib/dsa/ares_htable_dict.c228L
-rw-r--r--subprojects/c-ares/src/lib/dsa/ares_htable_strvp.c210L
-rw-r--r--subprojects/c-ares/src/lib/dsa/ares_htable_szvp.c188L
-rw-r--r--subprojects/c-ares/src/lib/dsa/ares_htable_vpstr.c186L
-rw-r--r--subprojects/c-ares/src/lib/dsa/ares_htable_vpvp.c194L
-rw-r--r--subprojects/c-ares/src/lib/dsa/ares_llist.c382L
-rw-r--r--subprojects/c-ares/src/lib/dsa/ares_slist.c479L
-rw-r--r--subprojects/c-ares/src/lib/dsa/ares_slist.h207L
-rw-r--r--subprojects/c-ares/src/lib/event/ares_event.h191L
-rw-r--r--subprojects/c-ares/src/lib/event/ares_event_configchg.c743L
-rw-r--r--subprojects/c-ares/src/lib/event/ares_event_epoll.c192L
-rw-r--r--subprojects/c-ares/src/lib/event/ares_event_kqueue.c248L
-rw-r--r--subprojects/c-ares/src/lib/event/ares_event_poll.c140L
-rw-r--r--subprojects/c-ares/src/lib/event/ares_event_select.c159L
-rw-r--r--subprojects/c-ares/src/lib/event/ares_event_thread.c567L
-rw-r--r--subprojects/c-ares/src/lib/event/ares_event_wake_pipe.c166L
-rw-r--r--subprojects/c-ares/src/lib/event/ares_event_win32.c978L
-rw-r--r--subprojects/c-ares/src/lib/event/ares_event_win32.h161L
-rw-r--r--subprojects/c-ares/src/lib/include/ares_array.h276L
-rw-r--r--subprojects/c-ares/src/lib/include/ares_buf.h732L
-rw-r--r--subprojects/c-ares/src/lib/include/ares_htable_asvp.h130L
-rw-r--r--subprojects/c-ares/src/lib/include/ares_htable_dict.h123L
-rw-r--r--subprojects/c-ares/src/lib/include/ares_htable_strvp.h130L
-rw-r--r--subprojects/c-ares/src/lib/include/ares_htable_szvp.h118L
-rw-r--r--subprojects/c-ares/src/lib/include/ares_htable_vpstr.h111L
-rw-r--r--subprojects/c-ares/src/lib/include/ares_htable_vpvp.h128L
-rw-r--r--subprojects/c-ares/src/lib/include/ares_llist.h239L
-rw-r--r--subprojects/c-ares/src/lib/include/ares_mem.h38L
-rw-r--r--subprojects/c-ares/src/lib/include/ares_str.h244L
-rw-r--r--subprojects/c-ares/src/lib/inet_net_pton.c451L
-rw-r--r--subprojects/c-ares/src/lib/inet_ntop.c219L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_create_query.c78L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_expand_name.c99L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_expand_string.c107L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_fds.c80L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_getsock.c85L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_parse_a_reply.c107L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_parse_aaaa_reply.c109L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_parse_caa_reply.c137L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_parse_mx_reply.c110L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_parse_naptr_reply.c132L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_parse_ns_reply.c154L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_parse_ptr_reply.c213L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_parse_soa_reply.c115L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_parse_srv_reply.c114L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_parse_txt_reply.c144L
-rw-r--r--subprojects/c-ares/src/lib/legacy/ares_parse_uri_reply.c113L
-rw-r--r--subprojects/c-ares/src/lib/record/ares_dns_mapping.c982L
-rw-r--r--subprojects/c-ares/src/lib/record/ares_dns_multistring.c307L
-rw-r--r--subprojects/c-ares/src/lib/record/ares_dns_multistring.h72L
-rw-r--r--subprojects/c-ares/src/lib/record/ares_dns_name.c673L
-rw-r--r--subprojects/c-ares/src/lib/record/ares_dns_parse.c1329L
-rw-r--r--subprojects/c-ares/src/lib/record/ares_dns_private.h273L
-rw-r--r--subprojects/c-ares/src/lib/record/ares_dns_record.c1661L
-rw-r--r--subprojects/c-ares/src/lib/record/ares_dns_write.c1229L
-rw-r--r--subprojects/c-ares/src/lib/str/ares_buf.c1498L
-rw-r--r--subprojects/c-ares/src/lib/str/ares_str.c508L
-rw-r--r--subprojects/c-ares/src/lib/str/ares_strsplit.c90L
-rw-r--r--subprojects/c-ares/src/lib/str/ares_strsplit.h51L
-rw-r--r--subprojects/c-ares/src/lib/thirdparty/apple/dnsinfo.h122L
-rw-r--r--subprojects/c-ares/src/lib/util/ares_iface_ips.c628L
-rw-r--r--subprojects/c-ares/src/lib/util/ares_iface_ips.h139L
-rw-r--r--subprojects/c-ares/src/lib/util/ares_math.c158L
-rw-r--r--subprojects/c-ares/src/lib/util/ares_math.h45L
-rw-r--r--subprojects/c-ares/src/lib/util/ares_rand.c389L
-rw-r--r--subprojects/c-ares/src/lib/util/ares_rand.h36L
-rw-r--r--subprojects/c-ares/src/lib/util/ares_threads.c614L
-rw-r--r--subprojects/c-ares/src/lib/util/ares_threads.h60L
-rw-r--r--subprojects/c-ares/src/lib/util/ares_time.h48L
-rw-r--r--subprojects/c-ares/src/lib/util/ares_timeval.c95L
-rw-r--r--subprojects/c-ares/src/lib/util/ares_uri.c1626L
-rw-r--r--subprojects/c-ares/src/lib/util/ares_uri.h252L
-rw-r--r--subprojects/c-ares/src/lib/windows_port.c29L
-rw-r--r--subprojects/c-ares/src/tools/CMakeLists.txt71L
-rw-r--r--subprojects/c-ares/src/tools/Makefile.am34L
-rw-r--r--subprojects/c-ares/src/tools/Makefile.in755L
-rw-r--r--subprojects/c-ares/src/tools/Makefile.inc5L
-rw-r--r--subprojects/c-ares/src/tools/adig.c1575L
-rw-r--r--subprojects/c-ares/src/tools/ahost.c286L
-rw-r--r--subprojects/c-ares/src/tools/ares_getopt.c138L
-rw-r--r--subprojects/c-ares/src/tools/ares_getopt.h50L
-rw-r--r--subprojects/c-ares/test/CMakeLists.txt109L
-rw-r--r--subprojects/c-ares/test/Makefile.am43L
-rw-r--r--subprojects/c-ares/test/Makefile.in1684L
-rw-r--r--subprojects/c-ares/test/Makefile.inc42L
-rw-r--r--subprojects/c-ares/test/Makefile.m3266L
-rw-r--r--subprojects/c-ares/test/Makefile.msvc327L
-rw-r--r--subprojects/c-ares/test/README.md75L
-rw-r--r--subprojects/c-ares/test/ares-fuzz.c98L
-rw-r--r--subprojects/c-ares/test/ares-test-ai.h91L
-rw-r--r--subprojects/c-ares/test/ares-test-fuzz-name.c79L
-rw-r--r--subprojects/c-ares/test/ares-test-fuzz.c316L
-rw-r--r--subprojects/c-ares/test/ares-test-init.cc725L
-rw-r--r--subprojects/c-ares/test/ares-test-internal.cc1850L
-rw-r--r--subprojects/c-ares/test/ares-test-live.cc723L
-rw-r--r--subprojects/c-ares/test/ares-test-main.cc114L
-rw-r--r--subprojects/c-ares/test/ares-test-misc.cc659L
-rw-r--r--subprojects/c-ares/test/ares-test-mock-ai.cc1280L
-rw-r--r--subprojects/c-ares/test/ares-test-mock-et.cc1676L
-rw-r--r--subprojects/c-ares/test/ares-test-mock.cc2593L
-rw-r--r--subprojects/c-ares/test/ares-test-ns.cc229L
-rw-r--r--subprojects/c-ares/test/ares-test-parse-a.cc385L
-rw-r--r--subprojects/c-ares/test/ares-test-parse-aaaa.cc227L
-rw-r--r--subprojects/c-ares/test/ares-test-parse-caa.cc153L
-rw-r--r--subprojects/c-ares/test/ares-test-parse-mx.cc169L
-rw-r--r--subprojects/c-ares/test/ares-test-parse-naptr.cc176L
-rw-r--r--subprojects/c-ares/test/ares-test-parse-ns.cc147L
-rw-r--r--subprojects/c-ares/test/ares-test-parse-ptr.cc285L
-rw-r--r--subprojects/c-ares/test/ares-test-parse-soa-any.cc139L
-rw-r--r--subprojects/c-ares/test/ares-test-parse-soa.cc136L
-rw-r--r--subprojects/c-ares/test/ares-test-parse-srv.cc316L
-rw-r--r--subprojects/c-ares/test/ares-test-parse-txt.cc327L
-rw-r--r--subprojects/c-ares/test/ares-test-parse-uri.cc316L
-rw-r--r--subprojects/c-ares/test/ares-test-parse.cc212L
-rw-r--r--subprojects/c-ares/test/ares-test.cc1317L
-rw-r--r--subprojects/c-ares/test/ares-test.h907L
-rw-r--r--subprojects/c-ares/test/ares_queryloop.c179L
-rw-r--r--subprojects/c-ares/test/dns-dump.cc65L
-rw-r--r--subprojects/c-ares/test/dns-proto-test.cc156L
-rw-r--r--subprojects/c-ares/test/dns-proto.cc802L
-rw-r--r--subprojects/c-ares/test/dns-proto.h432L
-rwxr-xr-xsubprojects/c-ares/test/fuzzcheck.sh7L
-rw-r--r--subprojects/c-ares/test/fuzzinput/004a216d3cff18b0c5c6b68b807f152932B
-rw-r--r--subprojects/c-ares/test/fuzzinput/00539467ca159b36aea95e61f972911582B
-rw-r--r--subprojects/c-ares/test/fuzzinput/00e846db8f43f2f507cd1666ed5a753e62B
-rw-r--r--subprojects/c-ares/test/fuzzinput/0177b7566f08c013699eaea9a77abeb364B
-rw-r--r--subprojects/c-ares/test/fuzzinput/020a4fa317715bfdb236ed13751e6b6531B
-rw-r--r--subprojects/c-ares/test/fuzzinput/0310f2e81bea31f4fe3f330872a877dd68B
-rw-r--r--subprojects/c-ares/test/fuzzinput/0449be67df1730b2d0887d412a9b7cc433B
-rw-r--r--subprojects/c-ares/test/fuzzinput/0449dd14f7aa94bf0d716bfe09b287a831B
-rw-r--r--subprojects/c-ares/test/fuzzinput/04c93cdf7208979aa4df80a3a0d5a2d831B
-rw-r--r--subprojects/c-ares/test/fuzzinput/0567e7171e08e75f3f91c4ca74c17adc32B
-rw-r--r--subprojects/c-ares/test/fuzzinput/05ba948578a397e9cbc6a7b3e78622fa64B
-rw-r--r--subprojects/c-ares/test/fuzzinput/060afe5ed25f3e2e86167e545f27edca136B
-rw-r--r--subprojects/c-ares/test/fuzzinput/06d47d3681493f1b1d41236f460d896f60B
-rw-r--r--subprojects/c-ares/test/fuzzinput/0724a810b0e131c2fddb6de9003b906433B
-rw-r--r--subprojects/c-ares/test/fuzzinput/0b5279148826f5b962bcf1896bdb4ede102B
-rw-r--r--subprojects/c-ares/test/fuzzinput/114048c0f6b10bdc67ce9166405d195e62B
-rw-r--r--subprojects/c-ares/test/fuzzinput/11b8464a0ef8735d202955c34c36b0c776B
-rw-r--r--subprojects/c-ares/test/fuzzinput/11cb626f1668c7b41954ce7d768fe52860B
-rw-r--r--subprojects/c-ares/test/fuzzinput/14b133bf18125b75a1976fa63a1df6b762B
-rw-r--r--subprojects/c-ares/test/fuzzinput/153c6b3afa8faa03c8bc28f936a6d4cf67B
-rw-r--r--subprojects/c-ares/test/fuzzinput/182cad2a342ed7317b7c21a5d17020d160B
-rw-r--r--subprojects/c-ares/test/fuzzinput/1c61a61bb7057b52c5b15188345a523821B
-rw-r--r--subprojects/c-ares/test/fuzzinput/1dbe2cf62ed2e4fa1c3cb473f08710b529B
-rw-r--r--subprojects/c-ares/test/fuzzinput/21199be504fcfece5c7096ee0dbba507107B
-rw-r--r--subprojects/c-ares/test/fuzzinput/21891480074b5635dbbe7137bdcabccd32B
-rw-r--r--subprojects/c-ares/test/fuzzinput/233aea42e15aa73e131eefabf16088c932B
-rw-r--r--subprojects/c-ares/test/fuzzinput/24660d4e7ac7aa21d600ea7a3d198bbb108B
-rw-r--r--subprojects/c-ares/test/fuzzinput/25589deb55c08429345f289d1c9b025457B
-rw-r--r--subprojects/c-ares/test/fuzzinput/2573bd823e4da11f727a17f8e1f35c2629B
-rw-r--r--subprojects/c-ares/test/fuzzinput/276f12da56866273e76059ad0e7be97e32B
-rw-r--r--subprojects/c-ares/test/fuzzinput/29198a2e380cb19babec9e02116d213e29B
-rw-r--r--subprojects/c-ares/test/fuzzinput/2c94ba9434b1a1b9396fc5364f10136340B
-rw-r--r--subprojects/c-ares/test/fuzzinput/2d578c357dc2f5e02dc55cddb30641d1102B
-rw-r--r--subprojects/c-ares/test/fuzzinput/2dff6cc5a223e67fde9e5e79af456992134B
-rw-r--r--subprojects/c-ares/test/fuzzinput/2f103b1f9477f2d8934bd84328d51c75110B
-rw-r--r--subprojects/c-ares/test/fuzzinput/31cd3a8413de13d9624adbb1613784bf32B
-rw-r--r--subprojects/c-ares/test/fuzzinput/36415bdf1d180098fe6234b4186e69f331B
-rw-r--r--subprojects/c-ares/test/fuzzinput/3a04a80f0242e8dff0cd732e7c4767da377B
-rw-r--r--subprojects/c-ares/test/fuzzinput/44d0f973b7b0fb3e4a07770c943dcd5a32B
-rw-r--r--subprojects/c-ares/test/fuzzinput/50bc00daa0ddcd6cfb2b5d9f62c81f4776B
-rw-r--r--subprojects/c-ares/test/fuzzinput/51ed2d1fb77b3078b54e94e85606b7df160B
-rw-r--r--subprojects/c-ares/test/fuzzinput/5c5e0e899cf2e7d053a9e45fb76f6e5a56B
-rw-r--r--subprojects/c-ares/test/fuzzinput/70152ed033f139443fbfb1b858bb3b1b32B
-rw-r--r--subprojects/c-ares/test/fuzzinput/7030ca2b24e5a7f9dd8f62096a48eb3348B
-rw-r--r--subprojects/c-ares/test/fuzzinput/71eec1a0ef2d25bb9e2ef17f23be7e9e92B
-rw-r--r--subprojects/c-ares/test/fuzzinput/7a6b0177210ea4ef40b254daf99393c594B
-rw-r--r--subprojects/c-ares/test/fuzzinput/7f1567733711ffb61839621af0cbfa3321B
-rw-r--r--subprojects/c-ares/test/fuzzinput/850c6d57c5bb7be8205fc2438d14d7e5179B
-rw-r--r--subprojects/c-ares/test/fuzzinput/a5c8cd2784a5792b9e91c2d7895b3b34102B
-rw-r--r--subprojects/c-ares/test/fuzzinput/a9135cdc7151d023300ff194bad90af9102B
-rw-r--r--subprojects/c-ares/test/fuzzinput/af2597e8ac7dec1e8b4a47518312912a100B
-rw-r--r--subprojects/c-ares/test/fuzzinput/answer_a62B
-rw-r--r--subprojects/c-ares/test/fuzzinput/answer_aaaa62B
-rw-r--r--subprojects/c-ares/test/fuzzinput/b3f53ef826b831bb09dd25c7f596024956B
-rw-r--r--subprojects/c-ares/test/fuzzinput/cda0f8751f5c4993974c2b549d29bcc8102B
-rw-r--r--subprojects/c-ares/test/fuzzinput/ce6c26c0e469339873d0e7f616ab094548B
-rw-r--r--subprojects/c-ares/test/fuzzinput/clusterfuzz-563779058401280040B
-rw-r--r--subprojects/c-ares/test/fuzzinput/clusterfuzz-565069589145190432B
-rw-r--r--subprojects/c-ares/test/fuzzinput/clusterfuzz-5651369832218624242B
-rw-r--r--subprojects/c-ares/test/fuzzinput/clusterfuzz-56744622607564801682B
-rw-r--r--subprojects/c-ares/test/fuzzinput/clusterfuzz-56806306726543361965B
-rw-r--r--subprojects/c-ares/test/fuzzinput/clusterfuzz-568349716067123252526B
-rw-r--r--subprojects/c-ares/test/fuzzinput/clusterfuzz-5687310655422464789B
-rw-r--r--subprojects/c-ares/test/fuzzinput/clusterfuzz-569534157317734444B
-rw-r--r--subprojects/c-ares/test/fuzzinput/clusterfuzz-5697835103682560251B
-rw-r--r--subprojects/c-ares/test/fuzzinput/clusterfuzz-5728518081609728922B
-rw-r--r--subprojects/c-ares/test/fuzzinput/clusterfuzz-5732960017317888207725B
-rw-r--r--subprojects/c-ares/test/fuzzinput/e4dd7e7c2dd4ed7c2e17a6af5d04f9c983B
-rw-r--r--subprojects/c-ares/test/fuzzinput/ed50ed8ee36230a5a69746ad830437e548B
-rw-r--r--subprojects/c-ares/test/fuzzinput/f1b900d50806021953321c3b604ee497108B
-rw-r--r--subprojects/c-ares/test/fuzzinput/f6606f624be8c628328cea01d2cd07a937B
-rw-r--r--subprojects/c-ares/test/fuzzinput/f89f6c8176b564a7dd646f14305573ce48B
-rw-r--r--subprojects/c-ares/test/fuzzinput/f9ad508d2dbd08d3aaaabc7d1174677d78B
-rw-r--r--subprojects/c-ares/test/fuzzinput/multi-indir9598B
-rw-r--r--subprojects/c-ares/test/fuzznames/name011L
-rw-r--r--subprojects/c-ares/test/fuzznames/name021L
-rw-r--r--subprojects/c-ares/test/fuzznames/name031L
-rw-r--r--subprojects/c-ares/test/fuzznames/name041L
-rw-r--r--subprojects/c-ares/test/fuzznames/name051L
-rw-r--r--subprojects/c-ares/test/fuzznames/name061L
-rw-r--r--subprojects/c-ares/test/fuzznames/name071L
-rw-r--r--subprojects/c-ares/test/fuzznames/name081L
-rw-r--r--subprojects/c-ares/test/fuzznames/name091L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri11L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri101L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri111L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri121L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri131L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri141L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri161L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri171L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri181L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri191L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri21L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri201L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri211L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri221L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri231L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri241L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri251L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri261L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri271L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri281L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri291L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri31L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri301L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri311L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri321L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri331L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri341L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri351L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri361L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri371L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri41L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri51L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri61L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri71L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri81L
-rw-r--r--subprojects/c-ares/test/fuzznames/uri91L
-rw-r--r--subprojects/curl/CHANGES.md12L
-rw-r--r--subprojects/curl/CMake/CMakeConfigurableFile.in24L
-rw-r--r--subprojects/curl/CMake/CurlSymbolHiding.cmake68L
-rw-r--r--subprojects/curl/CMake/CurlTests.c392L
-rw-r--r--subprojects/curl/CMake/FindBrotli.cmake76L
-rw-r--r--subprojects/curl/CMake/FindCares.cmake97L
-rw-r--r--subprojects/curl/CMake/FindGSS.cmake365L
-rw-r--r--subprojects/curl/CMake/FindLDAP.cmake107L
-rw-r--r--subprojects/curl/CMake/FindLibgsasl.cmake83L
-rw-r--r--subprojects/curl/CMake/FindLibidn2.cmake83L
-rw-r--r--subprojects/curl/CMake/FindLibpsl.cmake83L
-rw-r--r--subprojects/curl/CMake/FindLibrtmp.cmake103L
-rw-r--r--subprojects/curl/CMake/FindLibssh.cmake97L
-rw-r--r--subprojects/curl/CMake/FindLibssh2.cmake83L
-rw-r--r--subprojects/curl/CMake/FindLibuv.cmake93L
-rw-r--r--subprojects/curl/CMake/FindMSH3.cmake72L
-rw-r--r--subprojects/curl/CMake/FindMbedTLS.cmake110L
-rw-r--r--subprojects/curl/CMake/FindNGHTTP2.cmake82L
-rw-r--r--subprojects/curl/CMake/FindNGHTTP3.cmake82L
-rw-r--r--subprojects/curl/CMake/FindNGTCP2.cmake128L
-rw-r--r--subprojects/curl/CMake/FindNettle.cmake88L
-rw-r--r--subprojects/curl/CMake/FindQuiche.cmake71L
-rw-r--r--subprojects/curl/CMake/FindRustls.cmake109L
-rw-r--r--subprojects/curl/CMake/FindWolfSSH.cmake65L
-rw-r--r--subprojects/curl/CMake/FindWolfSSL.cmake100L
-rw-r--r--subprojects/curl/CMake/FindZstd.cmake102L
-rw-r--r--subprojects/curl/CMake/Macros.cmake174L
-rw-r--r--subprojects/curl/CMake/OtherTests.cmake162L
-rw-r--r--subprojects/curl/CMake/PickyWarnings.cmake361L
-rw-r--r--subprojects/curl/CMake/Utilities.cmake81L
-rw-r--r--subprojects/curl/CMake/cmake_uninstall.cmake.in50L
-rw-r--r--subprojects/curl/CMake/curl-config.cmake.in77L
-rw-r--r--subprojects/curl/CMake/unix-cache.cmake313L
-rw-r--r--subprojects/curl/CMake/win32-cache.cmake240L
-rw-r--r--subprojects/curl/CMakeLists.txt2512L
-rw-r--r--subprojects/curl/COPYING22L
-rw-r--r--subprojects/curl/Dockerfile41L
-rw-r--r--subprojects/curl/Makefile1176L
-rw-r--r--subprojects/curl/Makefile.am222L
-rw-r--r--subprojects/curl/Makefile.in1176L
-rw-r--r--subprojects/curl/README55L
-rw-r--r--subprojects/curl/RELEASE-NOTES510L
-rw-r--r--subprojects/curl/acinclude.m41601L
-rw-r--r--subprojects/curl/aclocal.m41249L
-rw-r--r--subprojects/curl/buildinfo.txt13L
-rwxr-xr-xsubprojects/curl/compile348L
-rwxr-xr-xsubprojects/curl/config.guess1754L
-rw-r--r--subprojects/curl/config.log8283L
-rwxr-xr-xsubprojects/curl/config.status2441L
-rwxr-xr-xsubprojects/curl/config.sub1890L
-rwxr-xr-xsubprojects/curl/configure48388L
-rw-r--r--subprojects/curl/configure.ac5601L
-rw-r--r--subprojects/curl/curl-config189L
-rw-r--r--subprojects/curl/curl-config.in189L
-rwxr-xr-xsubprojects/curl/depcomp791L
-rw-r--r--subprojects/curl/docs/ALTSVC.md43L
-rw-r--r--subprojects/curl/docs/BINDINGS.md148L
-rw-r--r--subprojects/curl/docs/BUG-BOUNTY.md93L
-rw-r--r--subprojects/curl/docs/BUGS.md270L
-rw-r--r--subprojects/curl/docs/CIPHERS-TLS12.md336L
-rw-r--r--subprojects/curl/docs/CIPHERS.md270L
-rw-r--r--subprojects/curl/docs/CMakeLists.txt46L
-rw-r--r--subprojects/curl/docs/CODE_OF_CONDUCT.md38L
-rw-r--r--subprojects/curl/docs/CODE_REVIEW.md175L
-rw-r--r--subprojects/curl/docs/CONTRIBUTE.md367L
-rw-r--r--subprojects/curl/docs/CURL-DISABLE.md191L
-rw-r--r--subprojects/curl/docs/CURLDOWN.md166L
-rw-r--r--subprojects/curl/docs/DEPRECATE.md73L
-rw-r--r--subprojects/curl/docs/DISTROS.md286L
-rw-r--r--subprojects/curl/docs/EARLY-RELEASE.md73L
-rw-r--r--subprojects/curl/docs/ECH.md496L
-rw-r--r--subprojects/curl/docs/EXPERIMENTAL.md90L
-rw-r--r--subprojects/curl/docs/FAQ1559L
-rw-r--r--subprojects/curl/docs/FEATURES.md249L
-rw-r--r--subprojects/curl/docs/GOVERNANCE.md202L
-rw-r--r--subprojects/curl/docs/HELP-US.md94L
-rw-r--r--subprojects/curl/docs/HISTORY.md486L
-rw-r--r--subprojects/curl/docs/HSTS.md48L
-rw-r--r--subprojects/curl/docs/HTTP-COOKIES.md171L
-rw-r--r--subprojects/curl/docs/HTTP3.md481L
-rw-r--r--subprojects/curl/docs/HTTPSRR.md100L
-rw-r--r--subprojects/curl/docs/INFRASTRUCTURE.md209L
-rw-r--r--subprojects/curl/docs/INSTALL9L
-rw-r--r--subprojects/curl/docs/INSTALL-CMAKE.md607L
-rw-r--r--subprojects/curl/docs/INSTALL.md643L
-rw-r--r--subprojects/curl/docs/INTERNALS.md63L
-rw-r--r--subprojects/curl/docs/IPFS.md133L
-rw-r--r--subprojects/curl/docs/KNOWN_BUGS653L
-rw-r--r--subprojects/curl/docs/MAIL-ETIQUETTE.md258L
-rw-r--r--subprojects/curl/docs/MANUAL.md1008L
-rw-r--r--subprojects/curl/docs/Makefile902L
-rw-r--r--subprojects/curl/docs/Makefile.am150L
-rw-r--r--subprojects/curl/docs/Makefile.in902L
-rw-r--r--subprojects/curl/docs/README.md18L
-rw-r--r--subprojects/curl/docs/RELEASE-PROCEDURE.md147L
-rw-r--r--subprojects/curl/docs/RELEASE-TOOLS.md28L
-rw-r--r--subprojects/curl/docs/ROADMAP.md17L
-rw-r--r--subprojects/curl/docs/RUSTLS.md85L
-rw-r--r--subprojects/curl/docs/SECURITY-ADVISORY.md135L
-rw-r--r--subprojects/curl/docs/SPONSORS.md55L
-rw-r--r--subprojects/curl/docs/SSL-PROBLEMS.md97L
-rw-r--r--subprojects/curl/docs/SSLCERTS.md120L
-rw-r--r--subprojects/curl/docs/THANKS3466L
-rw-r--r--subprojects/curl/docs/TODO1367L
-rw-r--r--subprojects/curl/docs/TheArtOfHttpScripting.md712L
-rw-r--r--subprojects/curl/docs/URL-SYNTAX.md396L
-rw-r--r--subprojects/curl/docs/VERSIONS.md341L
-rw-r--r--subprojects/curl/docs/VULN-DISCLOSURE-POLICY.md355L
-rw-r--r--subprojects/curl/docs/cmdline-opts/CMakeLists.txt42L
-rw-r--r--subprojects/curl/docs/cmdline-opts/MANPAGE.md118L
-rw-r--r--subprojects/curl/docs/cmdline-opts/Makefile959L
-rw-r--r--subprojects/curl/docs/cmdline-opts/Makefile.am64L
-rw-r--r--subprojects/curl/docs/cmdline-opts/Makefile.in959L
-rw-r--r--subprojects/curl/docs/cmdline-opts/Makefile.inc316L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_AUTHORS.md5L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_BUGS.md5L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_DESCRIPTION.md11L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_ENVIRONMENT.md114L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_EXITCODES.md203L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_FILES.md6L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_GLOBBING.md40L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_NAME.md4L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_OPTIONS.md36L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_OUTPUT.md11L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_PROGRESS.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_PROTOCOLS.md53L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_PROXYPREFIX.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_SEEALSO.md5L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_SYNOPSIS.md5L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_URL.md28L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_VARIABLES.md44L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_VERSION.md15L
-rw-r--r--subprojects/curl/docs/cmdline-opts/_WWW.md4L
-rw-r--r--subprojects/curl/docs/cmdline-opts/abstract-unix-socket.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/alt-svc.md28L
-rw-r--r--subprojects/curl/docs/cmdline-opts/anyauth.md30L
-rw-r--r--subprojects/curl/docs/cmdline-opts/append.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/aws-sigv4.md30L
-rw-r--r--subprojects/curl/docs/cmdline-opts/basic.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ca-native.md42L
-rw-r--r--subprojects/curl/docs/cmdline-opts/cacert.md40L
-rw-r--r--subprojects/curl/docs/cmdline-opts/capath.md31L
-rw-r--r--subprojects/curl/docs/cmdline-opts/cert-status.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/cert-type.md26L
-rw-r--r--subprojects/curl/docs/cmdline-opts/cert.md53L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ciphers.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/compressed-ssh.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/compressed.md27L
-rw-r--r--subprojects/curl/docs/cmdline-opts/config.md84L
-rw-r--r--subprojects/curl/docs/cmdline-opts/connect-timeout.md28L
-rw-r--r--subprojects/curl/docs/cmdline-opts/connect-to.md40L
-rw-r--r--subprojects/curl/docs/cmdline-opts/continue-at.md37L
-rw-r--r--subprojects/curl/docs/cmdline-opts/cookie-jar.md39L
-rw-r--r--subprojects/curl/docs/cmdline-opts/cookie.md62L
-rw-r--r--subprojects/curl/docs/cmdline-opts/create-dirs.md26L
-rw-r--r--subprojects/curl/docs/cmdline-opts/create-file-mode.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/crlf.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/crlfile.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/curves.md28L
-rw-r--r--subprojects/curl/docs/cmdline-opts/data-ascii.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/data-binary.md32L
-rw-r--r--subprojects/curl/docs/cmdline-opts/data-raw.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/data-urlencode.md51L
-rw-r--r--subprojects/curl/docs/cmdline-opts/data.md49L
-rw-r--r--subprojects/curl/docs/cmdline-opts/delegation.md30L
-rw-r--r--subprojects/curl/docs/cmdline-opts/digest.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/disable-eprt.md32L
-rw-r--r--subprojects/curl/docs/cmdline-opts/disable-epsv.md30L
-rw-r--r--subprojects/curl/docs/cmdline-opts/disable.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/disallow-username-in-url.md18L
-rw-r--r--subprojects/curl/docs/cmdline-opts/dns-interface.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/dns-ipv4-addr.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/dns-ipv6-addr.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/dns-servers.md24L
-rw-r--r--subprojects/curl/docs/cmdline-opts/doh-cert-status.md26L
-rw-r--r--subprojects/curl/docs/cmdline-opts/doh-insecure.md27L
-rw-r--r--subprojects/curl/docs/cmdline-opts/doh-url.md30L
-rw-r--r--subprojects/curl/docs/cmdline-opts/dump-ca-embed.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/dump-header.md35L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ech.md52L
-rw-r--r--subprojects/curl/docs/cmdline-opts/egd-file.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/engine.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/etag-compare.md30L
-rw-r--r--subprojects/curl/docs/cmdline-opts/etag-save.md30L
-rw-r--r--subprojects/curl/docs/cmdline-opts/expect100-timeout.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/fail-early.md32L
-rw-r--r--subprojects/curl/docs/cmdline-opts/fail-with-body.md27L
-rw-r--r--subprojects/curl/docs/cmdline-opts/fail.md35L
-rw-r--r--subprojects/curl/docs/cmdline-opts/false-start.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/form-escape.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/form-string.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/form.md145L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ftp-account.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ftp-alternative-to-user.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ftp-create-dirs.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ftp-method.md36L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ftp-pasv.md27L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ftp-port.md51L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ftp-pret.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ftp-skip-pasv-ip.md24L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ftp-ssl-ccc-mode.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ftp-ssl-ccc.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ftp-ssl-control.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/get.md28L
-rw-r--r--subprojects/curl/docs/cmdline-opts/globoff.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/happy-eyeballs-timeout-ms.md30L
-rw-r--r--subprojects/curl/docs/cmdline-opts/haproxy-clientip.md33L
-rw-r--r--subprojects/curl/docs/cmdline-opts/haproxy-protocol.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/head.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/header.md68L
-rw-r--r--subprojects/curl/docs/cmdline-opts/help.md39L
-rw-r--r--subprojects/curl/docs/cmdline-opts/hostpubmd5.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/hostpubsha256.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/hsts.md32L
-rw-r--r--subprojects/curl/docs/cmdline-opts/http0.9.md27L
-rw-r--r--subprojects/curl/docs/cmdline-opts/http1.0.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/http1.1.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/http2-prior-knowledge.md29L
-rw-r--r--subprojects/curl/docs/cmdline-opts/http2.md33L
-rw-r--r--subprojects/curl/docs/cmdline-opts/http3-only.md32L
-rw-r--r--subprojects/curl/docs/cmdline-opts/http3.md35L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ignore-content-length.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/insecure.md41L
-rw-r--r--subprojects/curl/docs/cmdline-opts/interface.md51L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ip-tos.md27L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ipfs-gateway.md40L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ipv4.md24L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ipv6.md28L
-rw-r--r--subprojects/curl/docs/cmdline-opts/json.md42L
-rw-r--r--subprojects/curl/docs/cmdline-opts/junk-session-cookies.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/keepalive-cnt.md27L
-rw-r--r--subprojects/curl/docs/cmdline-opts/keepalive-time.md30L
-rw-r--r--subprojects/curl/docs/cmdline-opts/key-type.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/key.md33L
-rw-r--r--subprojects/curl/docs/cmdline-opts/krb.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/libcurl.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/limit-rate.md37L
-rw-r--r--subprojects/curl/docs/cmdline-opts/list-only.md43L
-rw-r--r--subprojects/curl/docs/cmdline-opts/local-port.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/location-trusted.md26L
-rw-r--r--subprojects/curl/docs/cmdline-opts/location.md41L
-rw-r--r--subprojects/curl/docs/cmdline-opts/login-options.md32L
-rw-r--r--subprojects/curl/docs/cmdline-opts/mail-auth.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/mail-from.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/mail-rcpt-allowfails.md28L
-rw-r--r--subprojects/curl/docs/cmdline-opts/mail-rcpt.md28L
-rw-r--r--subprojects/curl/docs/cmdline-opts/mainpage.idx43L
-rw-r--r--subprojects/curl/docs/cmdline-opts/manual.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/max-filesize.md34L
-rw-r--r--subprojects/curl/docs/cmdline-opts/max-redirs.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/max-time.md30L
-rw-r--r--subprojects/curl/docs/cmdline-opts/metalink.md18L
-rw-r--r--subprojects/curl/docs/cmdline-opts/mptcp.md31L
-rw-r--r--subprojects/curl/docs/cmdline-opts/negotiate.md28L
-rw-r--r--subprojects/curl/docs/cmdline-opts/netrc-file.md24L
-rw-r--r--subprojects/curl/docs/cmdline-opts/netrc-optional.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/netrc.md41L
-rw-r--r--subprojects/curl/docs/cmdline-opts/next.md33L
-rw-r--r--subprojects/curl/docs/cmdline-opts/no-alpn.md26L
-rw-r--r--subprojects/curl/docs/cmdline-opts/no-buffer.md24L
-rw-r--r--subprojects/curl/docs/cmdline-opts/no-clobber.md28L
-rw-r--r--subprojects/curl/docs/cmdline-opts/no-keepalive.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/no-npn.md26L
-rw-r--r--subprojects/curl/docs/cmdline-opts/no-progress-meter.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/no-sessionid.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/noproxy.md33L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ntlm-wb.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ntlm.md28L
-rw-r--r--subprojects/curl/docs/cmdline-opts/oauth2-bearer.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/output-dir.md26L
-rw-r--r--subprojects/curl/docs/cmdline-opts/output.md62L
-rw-r--r--subprojects/curl/docs/cmdline-opts/parallel-immediate.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/parallel-max.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/parallel.md32L
-rw-r--r--subprojects/curl/docs/cmdline-opts/pass.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/path-as-is.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/pinnedpubkey.md43L
-rw-r--r--subprojects/curl/docs/cmdline-opts/post301.md24L
-rw-r--r--subprojects/curl/docs/cmdline-opts/post302.md24L
-rw-r--r--subprojects/curl/docs/cmdline-opts/post303.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/preproxy.md33L
-rw-r--r--subprojects/curl/docs/cmdline-opts/progress-bar.md26L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proto-default.md26L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proto-redir.md27L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proto.md48L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-anyauth.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-basic.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-ca-native.md30L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-cacert.md28L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-capath.md31L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-cert-type.md26L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-cert.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-ciphers.md27L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-crlfile.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-digest.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-header.md38L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-http2.md24L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-insecure.md30L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-key-type.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-key.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-negotiate.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-ntlm.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-pass.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-pinnedpubkey.md31L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-service-name.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-ssl-allow-beast.md29L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-ssl-auto-client-cert.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-tls13-ciphers.md33L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-tlsauthtype.md24L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-tlspassword.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-tlsuser.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-tlsv1.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy-user.md29L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy.md62L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxy1.0.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/proxytunnel.md24L
-rw-r--r--subprojects/curl/docs/cmdline-opts/pubkey.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/quote.md90L
-rw-r--r--subprojects/curl/docs/cmdline-opts/random-file.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/range.md66L
-rw-r--r--subprojects/curl/docs/cmdline-opts/rate.md46L
-rw-r--r--subprojects/curl/docs/cmdline-opts/raw.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/referer.md27L
-rw-r--r--subprojects/curl/docs/cmdline-opts/remote-header-name.md39L
-rw-r--r--subprojects/curl/docs/cmdline-opts/remote-name-all.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/remote-name.md42L
-rw-r--r--subprojects/curl/docs/cmdline-opts/remote-time.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/remove-on-error.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/request-target.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/request.md57L
-rw-r--r--subprojects/curl/docs/cmdline-opts/resolve.md50L
-rw-r--r--subprojects/curl/docs/cmdline-opts/retry-all-errors.md40L
-rw-r--r--subprojects/curl/docs/cmdline-opts/retry-connrefused.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/retry-delay.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/retry-max-time.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/retry.md31L
-rw-r--r--subprojects/curl/docs/cmdline-opts/sasl-authzid.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/sasl-ir.md17L
-rw-r--r--subprojects/curl/docs/cmdline-opts/service-name.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/show-error.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/show-headers.md33L
-rw-r--r--subprojects/curl/docs/cmdline-opts/sigalgs.md33L
-rw-r--r--subprojects/curl/docs/cmdline-opts/silent.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/skip-existing.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/socks4.md36L
-rw-r--r--subprojects/curl/docs/cmdline-opts/socks4a.md35L
-rw-r--r--subprojects/curl/docs/cmdline-opts/socks5-basic.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/socks5-gssapi-nec.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/socks5-gssapi-service.md18L
-rw-r--r--subprojects/curl/docs/cmdline-opts/socks5-gssapi.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/socks5-hostname.md34L
-rw-r--r--subprojects/curl/docs/cmdline-opts/socks5.md36L
-rw-r--r--subprojects/curl/docs/cmdline-opts/speed-limit.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/speed-time.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ssl-allow-beast.md27L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ssl-auto-client-cert.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ssl-no-revoke.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ssl-reqd.md31L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ssl-revoke-best-effort.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ssl-sessions.md38L
-rw-r--r--subprojects/curl/docs/cmdline-opts/ssl.md35L
-rw-r--r--subprojects/curl/docs/cmdline-opts/sslv2.md24L
-rw-r--r--subprojects/curl/docs/cmdline-opts/sslv3.md24L
-rw-r--r--subprojects/curl/docs/cmdline-opts/stderr.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/styled-output.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/suppress-connect-headers.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tcp-fastopen.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tcp-nodelay.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/telnet-option.md28L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tftp-blksize.md21L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tftp-no-options.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/time-cond.md34L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tls-earlydata.md46L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tls-max.md44L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tls13-ciphers.md31L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tlsauthtype.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tlspassword.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tlsuser.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tlsv1.0.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tlsv1.1.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tlsv1.2.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tlsv1.3.md25L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tlsv1.md24L
-rw-r--r--subprojects/curl/docs/cmdline-opts/tr-encoding.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/trace-ascii.md31L
-rw-r--r--subprojects/curl/docs/cmdline-opts/trace-config.md27L
-rw-r--r--subprojects/curl/docs/cmdline-opts/trace-ids.md20L
-rw-r--r--subprojects/curl/docs/cmdline-opts/trace-time.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/trace.md30L
-rw-r--r--subprojects/curl/docs/cmdline-opts/unix-socket.md19L
-rw-r--r--subprojects/curl/docs/cmdline-opts/upload-file.md53L
-rw-r--r--subprojects/curl/docs/cmdline-opts/upload-flags.md24L
-rw-r--r--subprojects/curl/docs/cmdline-opts/url-query.md32L
-rw-r--r--subprojects/curl/docs/cmdline-opts/url.md49L
-rw-r--r--subprojects/curl/docs/cmdline-opts/use-ascii.md22L
-rw-r--r--subprojects/curl/docs/cmdline-opts/user-agent.md29L
-rw-r--r--subprojects/curl/docs/cmdline-opts/user.md50L
-rw-r--r--subprojects/curl/docs/cmdline-opts/variable.md110L
-rw-r--r--subprojects/curl/docs/cmdline-opts/verbose.md61L
-rw-r--r--subprojects/curl/docs/cmdline-opts/version.md137L
-rw-r--r--subprojects/curl/docs/cmdline-opts/vlan-priority.md23L
-rw-r--r--subprojects/curl/docs/cmdline-opts/write-out.md349L
-rw-r--r--subprojects/curl/docs/cmdline-opts/xattr.md25L
-rw-r--r--subprojects/curl/docs/curl-config.md124L
-rw-r--r--subprojects/curl/docs/examples/.deps/10-at-a-time.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/address-scope.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/altsvc.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/anyauthput.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/block_ip.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/certinfo.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/chkspeed.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/connect-to.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/cookie_interface.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/debug.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/default-scheme.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/externalsocket.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/fileupload.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/ftp-delete.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/ftp-wildcard.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/ftpget.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/ftpgetinfo.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/ftpgetresp.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/ftpsget.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/ftpupload.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/ftpuploadfrommem.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/ftpuploadresume.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/getinfo.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/getinmemory.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/getredirect.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/getreferrer.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/headerapi.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/hsts-preload.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/http-options.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/http-post.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/http2-download.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/http2-pushinmemory.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/http2-serverpush.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/http2-upload.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/http3-present.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/http3.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/httpcustomheader.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/httpput-postfields.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/httpput.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/https.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-append.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-authzid.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-copy.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-create.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-delete.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-examine.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-fetch.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-list.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-lsub.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-multi.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-noop.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-search.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-ssl.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-store.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/imap-tls.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/interface.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/ipv6.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/keepalive.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/localport.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/maxconnects.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/multi-app.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/multi-debugcallback.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/multi-double.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/multi-formadd.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/multi-legacy.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/multi-post.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/multi-single.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/netrc.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/parseurl.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/persistent.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/pop3-authzid.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/pop3-dele.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/pop3-list.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/pop3-multi.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/pop3-noop.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/pop3-retr.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/pop3-ssl.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/pop3-stat.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/pop3-tls.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/pop3-top.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/pop3-uidl.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/post-callback.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/postinmemory.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/postit2-formadd.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/postit2.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/progressfunc.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/protofeats.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/range.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/resolve.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/rtsp-options.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/sendrecv.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/sepheaders.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/sftpget.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/sftpuploadresume.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/shared-connection-cache.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/simple.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/simplepost.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/simplessl.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/smtp-authzid.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/smtp-expn.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/smtp-mail.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/smtp-mime.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/smtp-multi.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/smtp-ssl.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/smtp-tls.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/smtp-vrfy.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/sslbackend.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/unixsocket.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/url2file.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/urlapi.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/websocket-cb.Po1L
-rw-r--r--subprojects/curl/docs/examples/.deps/websocket.Po1L
-rw-r--r--subprojects/curl/docs/examples/10-at-a-time.c153L
-rw-r--r--subprojects/curl/docs/examples/CMakeLists.txt38L
-rw-r--r--subprojects/curl/docs/examples/Makefile2138L
-rw-r--r--subprojects/curl/docs/examples/Makefile.am74L
-rw-r--r--subprojects/curl/docs/examples/Makefile.example55L
-rw-r--r--subprojects/curl/docs/examples/Makefile.in2138L
-rw-r--r--subprojects/curl/docs/examples/Makefile.inc162L
-rw-r--r--subprojects/curl/docs/examples/README.md41L
-rw-r--r--subprojects/curl/docs/examples/address-scope.c62L
-rw-r--r--subprojects/curl/docs/examples/altsvc.c58L
-rw-r--r--subprojects/curl/docs/examples/anyauthput.c164L
-rw-r--r--subprojects/curl/docs/examples/block_ip.c356L
-rw-r--r--subprojects/curl/docs/examples/cacertinmem.c186L
-rw-r--r--subprojects/curl/docs/examples/certinfo.c87L
-rw-r--r--subprojects/curl/docs/examples/chkspeed.c224L
-rw-r--r--subprojects/curl/docs/examples/connect-to.c70L
-rw-r--r--subprojects/curl/docs/examples/cookie_interface.c139L
-rw-r--r--subprojects/curl/docs/examples/crawler.c253L
-rw-r--r--subprojects/curl/docs/examples/debug.c155L
-rw-r--r--subprojects/curl/docs/examples/default-scheme.c57L
-rw-r--r--subprojects/curl/docs/examples/ephiperfifo.c547L
-rw-r--r--subprojects/curl/docs/examples/evhiperfifo.c455L
-rw-r--r--subprojects/curl/docs/examples/externalsocket.c182L
-rw-r--r--subprojects/curl/docs/examples/fileupload.c103L
-rw-r--r--subprojects/curl/docs/examples/ftp-delete.c84L
-rw-r--r--subprojects/curl/docs/examples/ftp-wildcard.c153L
-rw-r--r--subprojects/curl/docs/examples/ftpget.c94L
-rw-r--r--subprojects/curl/docs/examples/ftpgetinfo.c93L
-rw-r--r--subprojects/curl/docs/examples/ftpgetresp.c85L
-rw-r--r--subprojects/curl/docs/examples/ftpsget.c101L
-rw-r--r--subprojects/curl/docs/examples/ftpupload.c150L
-rw-r--r--subprojects/curl/docs/examples/ftpuploadfrommem.c126L
-rw-r--r--subprojects/curl/docs/examples/ftpuploadresume.c167L
-rw-r--r--subprojects/curl/docs/examples/getinfo.c54L
-rw-r--r--subprojects/curl/docs/examples/getinmemory.c118L
-rw-r--r--subprojects/curl/docs/examples/getredirect.c72L
-rw-r--r--subprojects/curl/docs/examples/getreferrer.c59L
-rw-r--r--subprojects/curl/docs/examples/ghiper.c442L
-rw-r--r--subprojects/curl/docs/examples/headerapi.c81L
-rw-r--r--subprojects/curl/docs/examples/hiperfifo.c465L
-rw-r--r--subprojects/curl/docs/examples/href_extractor.c88L
-rw-r--r--subprojects/curl/docs/examples/hsts-preload.c118L
-rw-r--r--subprojects/curl/docs/examples/htmltidy.c130L
-rw-r--r--subprojects/curl/docs/examples/htmltitle.cpp302L
-rw-r--r--subprojects/curl/docs/examples/http-options.c59L
-rw-r--r--subprojects/curl/docs/examples/http-post.c61L
-rw-r--r--subprojects/curl/docs/examples/http2-download.c236L
-rw-r--r--subprojects/curl/docs/examples/http2-pushinmemory.c186L
-rw-r--r--subprojects/curl/docs/examples/http2-serverpush.c273L
-rw-r--r--subprojects/curl/docs/examples/http2-upload.c343L
-rw-r--r--subprojects/curl/docs/examples/http3-present.c49L
-rw-r--r--subprojects/curl/docs/examples/http3.c55L
-rw-r--r--subprojects/curl/docs/examples/httpcustomheader.c72L
-rw-r--r--subprojects/curl/docs/examples/httpput-postfields.c104L
-rw-r--r--subprojects/curl/docs/examples/httpput.c130L
-rw-r--r--subprojects/curl/docs/examples/https.c83L
-rw-r--r--subprojects/curl/docs/examples/imap-append.c130L
-rw-r--r--subprojects/curl/docs/examples/imap-authzid.c73L
-rw-r--r--subprojects/curl/docs/examples/imap-copy.c73L
-rw-r--r--subprojects/curl/docs/examples/imap-create.c69L
-rw-r--r--subprojects/curl/docs/examples/imap-delete.c69L
-rw-r--r--subprojects/curl/docs/examples/imap-examine.c69L
-rw-r--r--subprojects/curl/docs/examples/imap-fetch.c67L
-rw-r--r--subprojects/curl/docs/examples/imap-list.c68L
-rw-r--r--subprojects/curl/docs/examples/imap-lsub.c70L
-rw-r--r--subprojects/curl/docs/examples/imap-multi.c83L
-rw-r--r--subprojects/curl/docs/examples/imap-noop.c69L
-rw-r--r--subprojects/curl/docs/examples/imap-search.c73L
-rw-r--r--subprojects/curl/docs/examples/imap-ssl.c94L
-rw-r--r--subprojects/curl/docs/examples/imap-store.c84L
-rw-r--r--subprojects/curl/docs/examples/imap-tls.c94L
-rw-r--r--subprojects/curl/docs/examples/interface.c52L
-rw-r--r--subprojects/curl/docs/examples/ipv6.c48L
-rw-r--r--subprojects/curl/docs/examples/keepalive.c58L
-rw-r--r--subprojects/curl/docs/examples/localport.c53L
-rw-r--r--subprojects/curl/docs/examples/maxconnects.c66L
-rw-r--r--subprojects/curl/docs/examples/multi-app.c115L
-rw-r--r--subprojects/curl/docs/examples/multi-debugcallback.c161L
-rw-r--r--subprojects/curl/docs/examples/multi-double.c93L
-rw-r--r--subprojects/curl/docs/examples/multi-event.c251L
-rw-r--r--subprojects/curl/docs/examples/multi-formadd.c120L
-rw-r--r--subprojects/curl/docs/examples/multi-legacy.c191L
-rw-r--r--subprojects/curl/docs/examples/multi-post.c104L
-rw-r--r--subprojects/curl/docs/examples/multi-single.c80L
-rw-r--r--subprojects/curl/docs/examples/multi-uv.c254L
-rw-r--r--subprojects/curl/docs/examples/multithread.c96L
-rw-r--r--subprojects/curl/docs/examples/netrc.c49L
-rw-r--r--subprojects/curl/docs/examples/parseurl.c80L
-rw-r--r--subprojects/curl/docs/examples/persistent.c70L
-rw-r--r--subprojects/curl/docs/examples/pop3-authzid.c72L
-rw-r--r--subprojects/curl/docs/examples/pop3-dele.c72L
-rw-r--r--subprojects/curl/docs/examples/pop3-list.c66L
-rw-r--r--subprojects/curl/docs/examples/pop3-multi.c84L
-rw-r--r--subprojects/curl/docs/examples/pop3-noop.c72L
-rw-r--r--subprojects/curl/docs/examples/pop3-retr.c66L
-rw-r--r--subprojects/curl/docs/examples/pop3-ssl.c93L
-rw-r--r--subprojects/curl/docs/examples/pop3-stat.c72L
-rw-r--r--subprojects/curl/docs/examples/pop3-tls.c93L
-rw-r--r--subprojects/curl/docs/examples/pop3-top.c69L
-rw-r--r--subprojects/curl/docs/examples/pop3-uidl.c69L
-rw-r--r--subprojects/curl/docs/examples/post-callback.c156L
-rw-r--r--subprojects/curl/docs/examples/postinmemory.c113L
-rw-r--r--subprojects/curl/docs/examples/postit2-formadd.c119L
-rw-r--r--subprojects/curl/docs/examples/postit2.c104L
-rw-r--r--subprojects/curl/docs/examples/progressfunc.c97L
-rw-r--r--subprojects/curl/docs/examples/protofeats.c52L
-rw-r--r--subprojects/curl/docs/examples/range.c45L
-rw-r--r--subprojects/curl/docs/examples/resolve.c58L
-rw-r--r--subprojects/curl/docs/examples/rtsp-options.c55L
-rw-r--r--subprojects/curl/docs/examples/sendrecv.c179L
-rw-r--r--subprojects/curl/docs/examples/sepheaders.c95L
-rw-r--r--subprojects/curl/docs/examples/sessioninfo.c113L
-rw-r--r--subprojects/curl/docs/examples/sftpget.c112L
-rw-r--r--subprojects/curl/docs/examples/sftpuploadresume.c139L
-rw-r--r--subprojects/curl/docs/examples/shared-connection-cache.c87L
-rw-r--r--subprojects/curl/docs/examples/simple.c53L
-rw-r--r--subprojects/curl/docs/examples/simplepost.c58L
-rw-r--r--subprojects/curl/docs/examples/simplessl.c154L
-rw-r--r--subprojects/curl/docs/examples/smooth-gtk-thread.c218L
-rw-r--r--subprojects/curl/docs/examples/smtp-authzid.c162L
-rw-r--r--subprojects/curl/docs/examples/smtp-expn.c81L
-rw-r--r--subprojects/curl/docs/examples/smtp-mail.c150L
-rw-r--r--subprojects/curl/docs/examples/smtp-mime.c168L
-rw-r--r--subprojects/curl/docs/examples/smtp-multi.c153L
-rw-r--r--subprojects/curl/docs/examples/smtp-ssl.c170L
-rw-r--r--subprojects/curl/docs/examples/smtp-tls.c173L
-rw-r--r--subprojects/curl/docs/examples/smtp-vrfy.c81L
-rw-r--r--subprojects/curl/docs/examples/sslbackend.c79L
-rw-r--r--subprojects/curl/docs/examples/synctime.c362L
-rw-r--r--subprojects/curl/docs/examples/threaded-ssl.c99L
-rw-r--r--subprojects/curl/docs/examples/unixsocket.c67L
-rw-r--r--subprojects/curl/docs/examples/url2file.c87L
-rw-r--r--subprojects/curl/docs/examples/urlapi.c77L
-rw-r--r--subprojects/curl/docs/examples/usercertinmem.c235L
-rwxr-xr-xsubprojects/curl/docs/examples/version-check.pl105L
-rw-r--r--subprojects/curl/docs/examples/websocket-cb.c68L
-rw-r--r--subprojects/curl/docs/examples/websocket.c167L
-rw-r--r--subprojects/curl/docs/examples/xmlstream.c170L
-rw-r--r--subprojects/curl/docs/internals/BUFQ.md176L
-rw-r--r--subprojects/curl/docs/internals/BUFREF.md86L
-rw-r--r--subprojects/curl/docs/internals/CHECKSRC.md190L
-rw-r--r--subprojects/curl/docs/internals/CLIENT-READERS.md135L
-rw-r--r--subprojects/curl/docs/internals/CLIENT-WRITERS.md123L
-rw-r--r--subprojects/curl/docs/internals/CODE_STYLE.md363L
-rw-r--r--subprojects/curl/docs/internals/CONNECTION-FILTERS.md308L
-rw-r--r--subprojects/curl/docs/internals/CURLX.md24L
-rw-r--r--subprojects/curl/docs/internals/DYNBUF.md145L
-rw-r--r--subprojects/curl/docs/internals/HASH.md151L
-rw-r--r--subprojects/curl/docs/internals/LLIST.md195L
-rw-r--r--subprojects/curl/docs/internals/MID.md72L
-rw-r--r--subprojects/curl/docs/internals/MQTT.md57L
-rw-r--r--subprojects/curl/docs/internals/MULTI-EV.md127L
-rw-r--r--subprojects/curl/docs/internals/NEW-PROTOCOL.md116L
-rw-r--r--subprojects/curl/docs/internals/PORTING.md47L
-rw-r--r--subprojects/curl/docs/internals/README.md12L
-rw-r--r--subprojects/curl/docs/internals/SCORECARD.md71L
-rw-r--r--subprojects/curl/docs/internals/SPLAY.md111L
-rw-r--r--subprojects/curl/docs/internals/STRPARSE.md230L
-rw-r--r--subprojects/curl/docs/internals/TLS-SESSIONS.md163L
-rw-r--r--subprojects/curl/docs/internals/UINT_SETS.md128L
-rw-r--r--subprojects/curl/docs/internals/WEBSOCKET.md134L
-rw-r--r--subprojects/curl/docs/libcurl/ABI.md68L
-rw-r--r--subprojects/curl/docs/libcurl/CMakeLists.txt89L
-rw-r--r--subprojects/curl/docs/libcurl/Makefile965L
-rw-r--r--subprojects/curl/docs/libcurl/Makefile.am60L
-rw-r--r--subprojects/curl/docs/libcurl/Makefile.in965L
-rw-r--r--subprojects/curl/docs/libcurl/Makefile.inc126L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_cleanup.md79L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_duphandle.md75L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_escape.md92L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_getinfo.md445L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_header.md165L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_init.md76L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_nextheader.md103L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_option_by_id.md56L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_option_by_name.md55L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_option_next.md92L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_pause.md146L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_perform.md88L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_recv.md106L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_reset.md59L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_send.md98L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_setopt.md1383L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_ssls_export.md171L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_ssls_import.md89L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_strerror.md62L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_unescape.md76L
-rw-r--r--subprojects/curl/docs/libcurl/curl_easy_upkeep.md90L
-rw-r--r--subprojects/curl/docs/libcurl/curl_escape.md65L
-rw-r--r--subprojects/curl/docs/libcurl/curl_formadd.md319L
-rw-r--r--subprojects/curl/docs/libcurl/curl_formfree.md83L
-rw-r--r--subprojects/curl/docs/libcurl/curl_formget.md75L
-rw-r--r--subprojects/curl/docs/libcurl/curl_free.md55L
-rw-r--r--subprojects/curl/docs/libcurl/curl_getdate.md134L
-rw-r--r--subprojects/curl/docs/libcurl/curl_getenv.md60L
-rw-r--r--subprojects/curl/docs/libcurl/curl_global_cleanup.md82L
-rw-r--r--subprojects/curl/docs/libcurl/curl_global_init.md133L
-rw-r--r--subprojects/curl/docs/libcurl/curl_global_init_mem.md102L
-rw-r--r--subprojects/curl/docs/libcurl/curl_global_sslset.md141L
-rw-r--r--subprojects/curl/docs/libcurl/curl_global_trace.md200L
-rw-r--r--subprojects/curl/docs/libcurl/curl_mime_addpart.md75L
-rw-r--r--subprojects/curl/docs/libcurl/curl_mime_data.md86L
-rw-r--r--subprojects/curl/docs/libcurl/curl_mime_data_cb.md178L
-rw-r--r--subprojects/curl/docs/libcurl/curl_mime_encoder.md110L
-rw-r--r--subprojects/curl/docs/libcurl/curl_mime_filedata.md99L
-rw-r--r--subprojects/curl/docs/libcurl/curl_mime_filename.md89L
-rw-r--r--subprojects/curl/docs/libcurl/curl_mime_free.md70L
-rw-r--r--subprojects/curl/docs/libcurl/curl_mime_headers.md88L
-rw-r--r--subprojects/curl/docs/libcurl/curl_mime_init.md77L
-rw-r--r--subprojects/curl/docs/libcurl/curl_mime_name.md77L
-rw-r--r--subprojects/curl/docs/libcurl/curl_mime_subparts.md93L
-rw-r--r--subprojects/curl/docs/libcurl/curl_mime_type.md96L
-rw-r--r--subprojects/curl/docs/libcurl/curl_mprintf.md290L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_add_handle.md94L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_assign.md87L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_cleanup.md76L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_fdset.md129L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_get_handles.md80L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_info_read.md105L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_init.md64L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_perform.md113L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_poll.md150L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_remove_handle.md79L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_setopt.md134L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_socket.md89L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_socket_action.md127L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_socket_all.md69L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_strerror.md54L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_timeout.md95L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_wait.md128L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_waitfds.md112L
-rw-r--r--subprojects/curl/docs/libcurl/curl_multi_wakeup.md99L
-rw-r--r--subprojects/curl/docs/libcurl/curl_pushheader_byname.md85L
-rw-r--r--subprojects/curl/docs/libcurl/curl_pushheader_bynum.md72L
-rw-r--r--subprojects/curl/docs/libcurl/curl_share_cleanup.md60L
-rw-r--r--subprojects/curl/docs/libcurl/curl_share_init.md59L
-rw-r--r--subprojects/curl/docs/libcurl/curl_share_setopt.md74L
-rw-r--r--subprojects/curl/docs/libcurl/curl_share_strerror.md53L
-rw-r--r--subprojects/curl/docs/libcurl/curl_slist_append.md78L
-rw-r--r--subprojects/curl/docs/libcurl/curl_slist_free_all.md64L
-rw-r--r--subprojects/curl/docs/libcurl/curl_strequal.md59L
-rw-r--r--subprojects/curl/docs/libcurl/curl_strnequal.md62L
-rw-r--r--subprojects/curl/docs/libcurl/curl_unescape.md72L
-rw-r--r--subprojects/curl/docs/libcurl/curl_url.md67L
-rw-r--r--subprojects/curl/docs/libcurl/curl_url_cleanup.md57L
-rw-r--r--subprojects/curl/docs/libcurl/curl_url_dup.md59L
-rw-r--r--subprojects/curl/docs/libcurl/curl_url_get.md248L
-rw-r--r--subprojects/curl/docs/libcurl/curl_url_set.md278L
-rw-r--r--subprojects/curl/docs/libcurl/curl_url_strerror.md56L
-rw-r--r--subprojects/curl/docs/libcurl/curl_version.md53L
-rw-r--r--subprojects/curl/docs/libcurl/curl_version_info.md415L
-rw-r--r--subprojects/curl/docs/libcurl/curl_ws_meta.md174L
-rw-r--r--subprojects/curl/docs/libcurl/curl_ws_recv.md132L
-rw-r--r--subprojects/curl/docs/libcurl/curl_ws_send.md135L
-rw-r--r--subprojects/curl/docs/libcurl/libcurl-easy.md54L
-rw-r--r--subprojects/curl/docs/libcurl/libcurl-env-dbg.md171L
-rw-r--r--subprojects/curl/docs/libcurl/libcurl-env.md88L
-rw-r--r--subprojects/curl/docs/libcurl/libcurl-errors.md770L
-rw-r--r--subprojects/curl/docs/libcurl/libcurl-multi.md181L
-rw-r--r--subprojects/curl/docs/libcurl/libcurl-security.md499L
-rw-r--r--subprojects/curl/docs/libcurl/libcurl-share.md65L
-rw-r--r--subprojects/curl/docs/libcurl/libcurl-symbols.md3480L
-rw-r--r--subprojects/curl/docs/libcurl/libcurl-thread.md120L
-rw-r--r--subprojects/curl/docs/libcurl/libcurl-tutorial.md1458L
-rw-r--r--subprojects/curl/docs/libcurl/libcurl-url.md163L
-rw-r--r--subprojects/curl/docs/libcurl/libcurl-ws.md136L
-rw-r--r--subprojects/curl/docs/libcurl/libcurl.m4273L
-rw-r--r--subprojects/curl/docs/libcurl/libcurl.md250L
-rwxr-xr-xsubprojects/curl/docs/libcurl/mksymbolsmanpage.pl314L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CMakeLists.txt37L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.md84L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_CAINFO.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_CAPATH.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_CERTINFO.md109L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.md82L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.md69L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.md72L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_CONN_ID.md72L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.md76L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.md69L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.md68L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.md84L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.md78L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_FILETIME.md79L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.md76L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.md67L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.md79L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.md67L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.md63L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.md84L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.md67L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.md72L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.md69L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_PRIVATE.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.md79L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.md78L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.md82L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.md107L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.md72L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.md64L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.md72L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_REFERER.md69L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.md65L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.md78L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.md63L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.md63L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.md67L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.md68L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_SCHEME.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.md79L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.md72L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.md68L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.md69L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.md67L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.md69L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.md79L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.md83L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md177L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.md72L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLINFO_XFER_ID.md72L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.md63L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.md62L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.md61L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.md66L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.md85L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.md72L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.md68L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.md89L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.md150L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.md81L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.md142L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.md78L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.md111L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.md63L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.md120L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.md65L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_ALTSVC.md125L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md101L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_APPEND.md68L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.md79L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.md129L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.md86L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CAINFO.md91L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.md92L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CAPATH.md85L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.md92L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CERTINFO.md99L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.md154L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.md104L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.md85L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.md82L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.md93L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.md89L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.md90L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.md90L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.md119L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.md120L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.md113L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.md116L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_COOKIE.md95L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.md103L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.md95L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.md141L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.md84L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CRLF.md64L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CRLFILE.md91L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CURLU.md81L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.md142L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.md89L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.md222L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.md91L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.md91L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.md91L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.md76L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.md92L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.md104L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.md79L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_DOH_URL.md100L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_ECH.md111L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.md47L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.md110L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.md66L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.md76L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FILETIME.md78L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.md82L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.md90L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.md157L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FTPPORT.md99L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.md78L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.md88L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.md88L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.md68L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.md67L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.md66L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HEADER.md82L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.md91L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.md137L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.md83L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HSTS.md92L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.md105L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.md109L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.md83L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.md166L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HTTPGET.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.md199L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.md106L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.md64L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.md62L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.md125L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.md79L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.md91L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.md87L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_INTERFACE.md95L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.md104L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.md78L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.md109L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.md85L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.md84L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.md95L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.md81L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.md66L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.md69L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.md87L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.md72L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.md69L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.md87L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.md86L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.md72L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.md82L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.md101L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_NETRC.md148L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.md68L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.md64L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_NOBODY.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.md67L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_NOPROXY.md94L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.md78L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.md94L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.md141L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PASSWORD.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.md150L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PORT.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_POST.md104L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.md130L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.md87L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.md81L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.md128L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.md88L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PRIVATE.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.md82L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.md132L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.md110L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.md90L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY.md163L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.md86L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.md102L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.md96L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.md94L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.md85L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.md91L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.md88L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.md98L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.md79L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.md137L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.md69L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.md84L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.md81L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.md88L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.md84L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.md89L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.md134L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.md106L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.md127L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.md94L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.md96L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.md101L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.md78L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.md85L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.md78L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_PUT.md95L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.md64L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_QUOTE.md172L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.md47L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_RANGE.md98L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_READDATA.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.md131L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.md120L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.md99L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_REFERER.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_RESOLVE.md132L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.md72L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.md90L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.md82L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.md81L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.md64L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.md141L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.md63L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.md72L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.md76L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.md69L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SASL_IR.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.md106L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.md79L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SHARE.md90L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.md133L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.md65L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.md66L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.md105L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md76L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.md76L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.md78L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.md155L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.md78L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.md78L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSLCERT.md91L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.md87L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.md83L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSLKEY.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.md85L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.md91L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.md160L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.md111L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.md130L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md175L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.md72L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.md64L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.md68L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md140L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.md84L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.md116L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.md102L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_STDERR.md67L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.md79L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.md82L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.md82L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.md102L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.md68L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.md76L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.md65L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.md80L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.md74L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.md91L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.md66L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.md73L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.md101L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.md77L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.md81L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.md76L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.md61L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.md116L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.md67L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.md91L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.md87L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.md84L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_UPLOAD.md99L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.md82L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.md100L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_URL.md148L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_USERAGENT.md70L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_USERNAME.md92L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_USERPWD.md101L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_USE_SSL.md94L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_VERBOSE.md75L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.md113L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.md66L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md139L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.md83L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.md82L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.md126L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.md79L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.md76L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLSHOPT_SHARE.md123L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.md71L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.md83L
-rw-r--r--subprojects/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.md61L
-rw-r--r--subprojects/curl/docs/libcurl/opts/Makefile1061L
-rw-r--r--subprojects/curl/docs/libcurl/opts/Makefile.am49L
-rw-r--r--subprojects/curl/docs/libcurl/opts/Makefile.in1061L
-rw-r--r--subprojects/curl/docs/libcurl/opts/Makefile.inc433L
-rw-r--r--subprojects/curl/docs/libcurl/symbols-in-versions1171L
-rwxr-xr-xsubprojects/curl/docs/libcurl/symbols.pl102L
-rw-r--r--subprojects/curl/docs/mk-ca-bundle.md127L
-rw-r--r--subprojects/curl/docs/options-in-versions281L
-rw-r--r--subprojects/curl/docs/runtests.md312L
-rw-r--r--subprojects/curl/docs/testcurl.md138L
-rw-r--r--subprojects/curl/docs/tests/CI.md96L
-rw-r--r--subprojects/curl/docs/tests/FILEFORMAT.md749L
-rw-r--r--subprojects/curl/docs/tests/HTTP.md150L
-rw-r--r--subprojects/curl/docs/tests/TEST-SUITE.md321L
-rw-r--r--subprojects/curl/docs/wcurl.md145L
-rw-r--r--subprojects/curl/include/Makefile710L
-rw-r--r--subprojects/curl/include/Makefile.am28L
-rw-r--r--subprojects/curl/include/Makefile.in710L
-rw-r--r--subprojects/curl/include/README.md20L
-rw-r--r--subprojects/curl/include/curl/Makefile662L
-rw-r--r--subprojects/curl/include/curl/Makefile.am43L
-rw-r--r--subprojects/curl/include/curl/Makefile.in662L
-rw-r--r--subprojects/curl/include/curl/curl.h3336L
-rw-r--r--subprojects/curl/include/curl/curlver.h79L
-rw-r--r--subprojects/curl/include/curl/easy.h125L
-rw-r--r--subprojects/curl/include/curl/header.h74L
-rw-r--r--subprojects/curl/include/curl/mprintf.h85L
-rw-r--r--subprojects/curl/include/curl/multi.h481L
-rw-r--r--subprojects/curl/include/curl/options.h70L
-rw-r--r--subprojects/curl/include/curl/stdcheaders.h35L
-rw-r--r--subprojects/curl/include/curl/system.h402L
-rw-r--r--subprojects/curl/include/curl/typecheck-gcc.h867L
-rw-r--r--subprojects/curl/include/curl/urlapi.h155L
-rw-r--r--subprojects/curl/include/curl/websockets.h85L
-rwxr-xr-xsubprojects/curl/install-sh541L
-rw-r--r--subprojects/curl/lib/.checksrc5L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-altsvc.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-amigaos.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-asyn-ares.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-asyn-base.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-asyn-thrdd.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-bufq.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-bufref.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-cf-h1-proxy.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-cf-h2-proxy.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-cf-haproxy.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-cf-https-connect.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-cf-socket.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-cfilters.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-conncache.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-connect.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-content_encoding.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-cookie.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-cshutdn.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_addrinfo.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_des.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_endian.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_fnmatch.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_get_line.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_gethostname.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_gssapi.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_memrchr.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_ntlm_core.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_range.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_rtmp.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_sasl.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_sha512_256.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_sspi.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_threads.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-curl_trc.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-cw-out.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-cw-pause.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-dict.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-dllmain.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-doh.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-dynhds.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-easy.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-easygetopt.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-easyoptions.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-escape.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-fake_addrinfo.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-file.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-fileinfo.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-fopen.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-formdata.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-ftp.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-ftplistparser.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-getenv.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-getinfo.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-gopher.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-hash.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-headers.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-hmac.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-hostip.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-hostip4.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-hostip6.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-hsts.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-http.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-http1.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-http2.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-http_aws_sigv4.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-http_chunks.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-http_digest.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-http_negotiate.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-http_ntlm.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-http_proxy.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-httpsrr.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-idn.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-if2ip.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-imap.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-krb5.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-ldap.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-libcurl_unity.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-llist.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-macos.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-md4.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-md5.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-memdebug.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-mime.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-mprintf.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-mqtt.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-multi.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-multi_ev.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-netrc.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-noproxy.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-openldap.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-parsedate.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-pingpong.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-pop3.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-progress.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-psl.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-rand.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-rename.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-request.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-rtsp.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-select.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-sendf.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-setopt.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-sha256.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-share.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-slist.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-smb.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-smtp.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-socketpair.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-socks.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-socks_gssapi.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-socks_sspi.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-speedcheck.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-splay.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-strcase.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-strdup.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-strequal.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-strerror.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-system_win32.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-telnet.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-tftp.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-transfer.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-uint-bset.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-uint-hash.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-uint-spbset.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-uint-table.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-url.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-urlapi.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-version.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurl_la-ws.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-altsvc.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-amigaos.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-asyn-ares.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-asyn-base.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-asyn-thrdd.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-bufq.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-bufref.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-cf-h1-proxy.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-cf-h2-proxy.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-cf-haproxy.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-cf-https-connect.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-cf-socket.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-cfilters.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-conncache.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-connect.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-content_encoding.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-cookie.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-cshutdn.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_addrinfo.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_des.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_endian.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_fnmatch.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_get_line.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_gethostname.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_gssapi.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_memrchr.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_ntlm_core.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_range.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_rtmp.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_sasl.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_sha512_256.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_sspi.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_threads.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-curl_trc.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-cw-out.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-cw-pause.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-dict.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-dllmain.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-doh.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-dynhds.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-easy.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-easygetopt.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-easyoptions.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-escape.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-fake_addrinfo.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-file.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-fileinfo.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-fopen.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-formdata.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-ftp.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-ftplistparser.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-getenv.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-getinfo.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-gopher.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-hash.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-headers.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-hmac.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-hostip.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-hostip4.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-hostip6.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-hsts.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-http.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-http1.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-http2.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-http_aws_sigv4.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-http_chunks.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-http_digest.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-http_negotiate.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-http_ntlm.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-http_proxy.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-httpsrr.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-idn.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-if2ip.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-imap.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-krb5.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-ldap.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-libcurl_unity.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-llist.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-macos.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-md4.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-md5.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-memdebug.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-mime.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-mprintf.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-mqtt.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-multi.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-multi_ev.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-netrc.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-noproxy.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-openldap.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-parsedate.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-pingpong.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-pop3.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-progress.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-psl.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-rand.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-rename.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-request.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-rtsp.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-select.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-sendf.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-setopt.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-sha256.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-share.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-slist.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-smb.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-smtp.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-socketpair.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-socks.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-socks_gssapi.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-socks_sspi.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-speedcheck.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-splay.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-strcase.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-strdup.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-strequal.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-strerror.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-system_win32.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-telnet.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-tftp.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-transfer.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-uint-bset.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-uint-hash.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-uint-spbset.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-uint-table.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-url.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-urlapi.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-version.Plo1L
-rw-r--r--subprojects/curl/lib/.deps/libcurlu_la-ws.Plo1L
-rw-r--r--subprojects/curl/lib/CMakeLists.txt312L
-rw-r--r--subprojects/curl/lib/Makefile5914L
-rw-r--r--subprojects/curl/lib/Makefile.am194L
-rw-r--r--subprojects/curl/lib/Makefile.in5914L
-rw-r--r--subprojects/curl/lib/Makefile.inc405L
-rw-r--r--subprojects/curl/lib/Makefile.soname44L
-rw-r--r--subprojects/curl/lib/altsvc.c671L
-rw-r--r--subprojects/curl/lib/altsvc.h74L
-rw-r--r--subprojects/curl/lib/amigaos.c246L
-rw-r--r--subprojects/curl/lib/amigaos.h41L
-rw-r--r--subprojects/curl/lib/arpa_telnet.h117L
-rw-r--r--subprojects/curl/lib/asyn-ares.c953L
-rw-r--r--subprojects/curl/lib/asyn-base.c196L
-rw-r--r--subprojects/curl/lib/asyn-thrdd.c762L
-rw-r--r--subprojects/curl/lib/asyn.h274L
-rw-r--r--subprojects/curl/lib/bufq.c615L
-rw-r--r--subprojects/curl/lib/bufq.h260L
-rw-r--r--subprojects/curl/lib/bufref.c129L
-rw-r--r--subprojects/curl/lib/bufref.h48L
-rw-r--r--subprojects/curl/lib/cf-h1-proxy.c763L
-rw-r--r--subprojects/curl/lib/cf-h1-proxy.h39L
-rw-r--r--subprojects/curl/lib/cf-h2-proxy.c1609L
-rw-r--r--subprojects/curl/lib/cf-h2-proxy.h39L
-rw-r--r--subprojects/curl/lib/cf-haproxy.c252L
-rw-r--r--subprojects/curl/lib/cf-haproxy.h39L
-rw-r--r--subprojects/curl/lib/cf-https-connect.c752L
-rw-r--r--subprojects/curl/lib/cf-https-connect.h55L
-rw-r--r--subprojects/curl/lib/cf-socket.c2266L
-rw-r--r--subprojects/curl/lib/cf-socket.h175L
-rw-r--r--subprojects/curl/lib/cfilters.c1182L
-rw-r--r--subprojects/curl/lib/cfilters.h743L
-rw-r--r--subprojects/curl/lib/config-mac.h93L
-rw-r--r--subprojects/curl/lib/config-os400.h299L
-rw-r--r--subprojects/curl/lib/config-plan9.h133L
-rw-r--r--subprojects/curl/lib/config-riscos.h234L
-rw-r--r--subprojects/curl/lib/config-win32.h494L
-rw-r--r--subprojects/curl/lib/conncache.c887L
-rw-r--r--subprojects/curl/lib/conncache.h166L
-rw-r--r--subprojects/curl/lib/connect.c1529L
-rw-r--r--subprojects/curl/lib/connect.h151L
-rw-r--r--subprojects/curl/lib/content_encoding.c862L
-rw-r--r--subprojects/curl/lib/content_encoding.h34L
-rw-r--r--subprojects/curl/lib/cookie.c1675L
-rw-r--r--subprojects/curl/lib/cookie.h142L
-rw-r--r--subprojects/curl/lib/cshutdn.c574L
-rw-r--r--subprojects/curl/lib/cshutdn.h110L
-rw-r--r--subprojects/curl/lib/curl_addrinfo.c594L
-rw-r--r--subprojects/curl/lib/curl_addrinfo.h110L
-rw-r--r--subprojects/curl/lib/curl_config.h952L
-rw-r--r--subprojects/curl/lib/curl_config.h.cmake819L
-rw-r--r--subprojects/curl/lib/curl_config.h.in951L
-rw-r--r--subprojects/curl/lib/curl_ctype.h52L
-rw-r--r--subprojects/curl/lib/curl_des.c68L
-rw-r--r--subprojects/curl/lib/curl_des.h39L
-rw-r--r--subprojects/curl/lib/curl_endian.c84L
-rw-r--r--subprojects/curl/lib/curl_endian.h36L
-rw-r--r--subprojects/curl/lib/curl_fnmatch.c391L
-rw-r--r--subprojects/curl/lib/curl_fnmatch.h46L
-rw-r--r--subprojects/curl/lib/curl_get_line.c94L
-rw-r--r--subprojects/curl/lib/curl_get_line.h32L
-rw-r--r--subprojects/curl/lib/curl_gethostname.c97L
-rw-r--r--subprojects/curl/lib/curl_gethostname.h33L
-rw-r--r--subprojects/curl/lib/curl_gssapi.c435L
-rw-r--r--subprojects/curl/lib/curl_gssapi.h66L
-rw-r--r--subprojects/curl/lib/curl_hmac.h76L
-rw-r--r--subprojects/curl/lib/curl_krb5.h54L
-rw-r--r--subprojects/curl/lib/curl_ldap.h36L
-rw-r--r--subprojects/curl/lib/curl_md4.h39L
-rw-r--r--subprojects/curl/lib/curl_md5.h67L
-rw-r--r--subprojects/curl/lib/curl_memory.h157L
-rw-r--r--subprojects/curl/lib/curl_memrchr.c62L
-rw-r--r--subprojects/curl/lib/curl_memrchr.h42L
-rw-r--r--subprojects/curl/lib/curl_ntlm_core.c647L
-rw-r--r--subprojects/curl/lib/curl_ntlm_core.h76L
-rw-r--r--subprojects/curl/lib/curl_printf.h64L
-rw-r--r--subprojects/curl/lib/curl_range.c94L
-rw-r--r--subprojects/curl/lib/curl_range.h31L
-rw-r--r--subprojects/curl/lib/curl_rtmp.c394L
-rw-r--r--subprojects/curl/lib/curl_rtmp.h37L
-rw-r--r--subprojects/curl/lib/curl_sasl.c947L
-rw-r--r--subprojects/curl/lib/curl_sasl.h163L
-rw-r--r--subprojects/curl/lib/curl_setup.h1053L
-rw-r--r--subprojects/curl/lib/curl_setup_once.h380L
-rw-r--r--subprojects/curl/lib/curl_sha256.h45L
-rw-r--r--subprojects/curl/lib/curl_sha512_256.c844L
-rw-r--r--subprojects/curl/lib/curl_sha512_256.h44L
-rw-r--r--subprojects/curl/lib/curl_sspi.c204L
-rw-r--r--subprojects/curl/lib/curl_sspi.h367L
-rw-r--r--subprojects/curl/lib/curl_threads.c162L
-rw-r--r--subprojects/curl/lib/curl_threads.h70L
-rw-r--r--subprojects/curl/lib/curl_trc.c649L
-rw-r--r--subprojects/curl/lib/curl_trc.h216L
-rw-r--r--subprojects/curl/lib/curlx/.checksrc5L
-rw-r--r--subprojects/curl/lib/curlx/.deps/curl-base64.Po1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/curl-dynbuf.Po1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/curl-multibyte.Po1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/curl-nonblock.Po1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/curl-strparse.Po1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/curl-timediff.Po1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/curl-timeval.Po1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/curl-version_win32.Po1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/curl-wait.Po1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/curl-warnless.Po1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurl_la-base64.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurl_la-dynbuf.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurl_la-inet_ntop.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurl_la-inet_pton.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurl_la-multibyte.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurl_la-nonblock.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurl_la-strparse.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurl_la-timediff.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurl_la-timeval.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurl_la-version_win32.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurl_la-wait.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurl_la-warnless.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurl_la-winapi.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurltool_la-base64.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurltool_la-dynbuf.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurltool_la-multibyte.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurltool_la-nonblock.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurltool_la-strparse.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurltool_la-timediff.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurltool_la-timeval.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurltool_la-version_win32.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurltool_la-wait.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurltool_la-warnless.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurlu_la-base64.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurlu_la-dynbuf.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurlu_la-inet_ntop.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurlu_la-inet_pton.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurlu_la-multibyte.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurlu_la-nonblock.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurlu_la-strparse.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurlu_la-timediff.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurlu_la-timeval.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurlu_la-version_win32.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurlu_la-wait.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurlu_la-warnless.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/.deps/libcurlu_la-winapi.Plo1L
-rw-r--r--subprojects/curl/lib/curlx/base64.c285L
-rw-r--r--subprojects/curl/lib/curlx/base64.h36L
-rw-r--r--subprojects/curl/lib/curlx/binmode.h39L
-rw-r--r--subprojects/curl/lib/curlx/curlx.h83L
-rw-r--r--subprojects/curl/lib/curlx/dynbuf.c298L
-rw-r--r--subprojects/curl/lib/curlx/dynbuf.h85L
-rw-r--r--subprojects/curl/lib/curlx/inet_ntop.c225L
-rw-r--r--subprojects/curl/lib/curlx/inet_ntop.h51L
-rw-r--r--subprojects/curl/lib/curlx/inet_pton.c232L
-rw-r--r--subprojects/curl/lib/curlx/inet_pton.h48L
-rw-r--r--subprojects/curl/lib/curlx/multibyte.c360L
-rw-r--r--subprojects/curl/lib/curlx/multibyte.h87L
-rw-r--r--subprojects/curl/lib/curlx/nonblock.c93L
-rw-r--r--subprojects/curl/lib/curlx/nonblock.h32L
-rw-r--r--subprojects/curl/lib/curlx/strparse.c306L
-rw-r--r--subprojects/curl/lib/curlx/strparse.h112L
-rw-r--r--subprojects/curl/lib/curlx/timediff.c88L
-rw-r--r--subprojects/curl/lib/curlx/timediff.h52L
-rw-r--r--subprojects/curl/lib/curlx/timeval.c259L
-rw-r--r--subprojects/curl/lib/curlx/timeval.h67L
-rw-r--r--subprojects/curl/lib/curlx/version_win32.c243L
-rw-r--r--subprojects/curl/lib/curlx/version_win32.h56L
-rw-r--r--subprojects/curl/lib/curlx/wait.c97L
-rw-r--r--subprojects/curl/lib/curlx/wait.h31L
-rw-r--r--subprojects/curl/lib/curlx/warnless.c292L
-rw-r--r--subprojects/curl/lib/curlx/warnless.h67L
-rw-r--r--subprojects/curl/lib/curlx/winapi.c135L
-rw-r--r--subprojects/curl/lib/curlx/winapi.h33L
-rw-r--r--subprojects/curl/lib/cw-out.c494L
-rw-r--r--subprojects/curl/lib/cw-out.h53L
-rw-r--r--subprojects/curl/lib/cw-pause.c242L
-rw-r--r--subprojects/curl/lib/cw-pause.h40L
-rw-r--r--subprojects/curl/lib/dict.c317L
-rw-r--r--subprojects/curl/lib/dict.h31L
-rw-r--r--subprojects/curl/lib/dllmain.c72L
-rw-r--r--subprojects/curl/lib/doh.c1356L
-rw-r--r--subprojects/curl/lib/doh.h190L
-rw-r--r--subprojects/curl/lib/dynhds.c397L
-rw-r--r--subprojects/curl/lib/dynhds.h187L
-rw-r--r--subprojects/curl/lib/easy.c1379L
-rw-r--r--subprojects/curl/lib/easy_lock.h113L
-rw-r--r--subprojects/curl/lib/easygetopt.c97L
-rw-r--r--subprojects/curl/lib/easyif.h41L
-rw-r--r--subprojects/curl/lib/easyoptions.c385L
-rw-r--r--subprojects/curl/lib/easyoptions.h37L
-rw-r--r--subprojects/curl/lib/escape.c236L
-rw-r--r--subprojects/curl/lib/escape.h47L
-rw-r--r--subprojects/curl/lib/fake_addrinfo.c210L
-rw-r--r--subprojects/curl/lib/fake_addrinfo.h54L
-rw-r--r--subprojects/curl/lib/file.c670L
-rw-r--r--subprojects/curl/lib/file.h31L
-rw-r--r--subprojects/curl/lib/fileinfo.c46L
-rw-r--r--subprojects/curl/lib/fileinfo.h40L
-rw-r--r--subprojects/curl/lib/fopen.c164L
-rw-r--r--subprojects/curl/lib/fopen.h30L
-rw-r--r--subprojects/curl/lib/formdata.c941L
-rw-r--r--subprojects/curl/lib/formdata.h59L
-rw-r--r--subprojects/curl/lib/ftp.c4536L
-rw-r--r--subprojects/curl/lib/ftp.h178L
-rw-r--r--subprojects/curl/lib/ftplistparser.c1105L
-rw-r--r--subprojects/curl/lib/ftplistparser.h77L
-rw-r--r--subprojects/curl/lib/functypes.h116L
-rw-r--r--subprojects/curl/lib/getenv.c80L
-rw-r--r--subprojects/curl/lib/getinfo.c670L
-rw-r--r--subprojects/curl/lib/getinfo.h29L
-rw-r--r--subprojects/curl/lib/gopher.c246L
-rw-r--r--subprojects/curl/lib/gopher.h34L
-rw-r--r--subprojects/curl/lib/hash.c402L
-rw-r--r--subprojects/curl/lib/hash.h111L
-rw-r--r--subprojects/curl/lib/headers.c456L
-rw-r--r--subprojects/curl/lib/headers.h62L
-rw-r--r--subprojects/curl/lib/hmac.c168L
-rw-r--r--subprojects/curl/lib/hostip.c1587L
-rw-r--r--subprojects/curl/lib/hostip.h217L
-rw-r--r--subprojects/curl/lib/hostip4.c291L
-rw-r--r--subprojects/curl/lib/hostip6.c145L
-rw-r--r--subprojects/curl/lib/hsts.c587L
-rw-r--r--subprojects/curl/lib/hsts.h69L
-rw-r--r--subprojects/curl/lib/http.c4881L
-rw-r--r--subprojects/curl/lib/http.h292L
-rw-r--r--subprojects/curl/lib/http1.c345L
-rw-r--r--subprojects/curl/lib/http1.h63L
-rw-r--r--subprojects/curl/lib/http2.c3030L
-rw-r--r--subprojects/curl/lib/http2.h74L
-rw-r--r--subprojects/curl/lib/http_aws_sigv4.c1152L
-rw-r--r--subprojects/curl/lib/http_aws_sigv4.h41L
-rw-r--r--subprojects/curl/lib/http_chunks.c681L
-rw-r--r--subprojects/curl/lib/http_chunks.h145L
-rw-r--r--subprojects/curl/lib/http_digest.c185L
-rw-r--r--subprojects/curl/lib/http_digest.h44L
-rw-r--r--subprojects/curl/lib/http_negotiate.c269L
-rw-r--r--subprojects/curl/lib/http_negotiate.h39L
-rw-r--r--subprojects/curl/lib/http_ntlm.c262L
-rw-r--r--subprojects/curl/lib/http_ntlm.h40L
-rw-r--r--subprojects/curl/lib/http_proxy.c479L
-rw-r--r--subprojects/curl/lib/http_proxy.h65L
-rw-r--r--subprojects/curl/lib/httpsrr.c213L
-rw-r--r--subprojects/curl/lib/httpsrr.h86L
-rw-r--r--subprojects/curl/lib/idn.c380L
-rw-r--r--subprojects/curl/lib/idn.h39L
-rw-r--r--subprojects/curl/lib/if2ip.c268L
-rw-r--r--subprojects/curl/lib/if2ip.h92L
-rw-r--r--subprojects/curl/lib/imap.c2282L
-rw-r--r--subprojects/curl/lib/imap.h42L
-rw-r--r--subprojects/curl/lib/krb5.c948L
-rw-r--r--subprojects/curl/lib/ldap.c1047L
-rw-r--r--subprojects/curl/lib/libcurl.def97L
-rw-r--r--subprojects/curl/lib/libcurl.rc65L
-rw-r--r--subprojects/curl/lib/libcurl.vers5L
-rw-r--r--subprojects/curl/lib/libcurl.vers.in5L
-rw-r--r--subprojects/curl/lib/llist.c280L
-rw-r--r--subprojects/curl/lib/llist.h92L
-rw-r--r--subprojects/curl/lib/macos.c53L
-rw-r--r--subprojects/curl/lib/macos.h39L
-rw-r--r--subprojects/curl/lib/md4.c542L
-rw-r--r--subprojects/curl/lib/md5.c677L
-rw-r--r--subprojects/curl/lib/memdebug.c482L
-rw-r--r--subprojects/curl/lib/memdebug.h201L
-rw-r--r--subprojects/curl/lib/mime.c2321L
-rw-r--r--subprojects/curl/lib/mime.h176L
-rw-r--r--subprojects/curl/lib/mprintf.c1255L
-rw-r--r--subprojects/curl/lib/mqtt.c985L
-rw-r--r--subprojects/curl/lib/mqtt.h31L
-rw-r--r--subprojects/curl/lib/multi.c3927L
-rw-r--r--subprojects/curl/lib/multi_ev.c638L
-rw-r--r--subprojects/curl/lib/multi_ev.h82L
-rw-r--r--subprojects/curl/lib/multihandle.h199L
-rw-r--r--subprojects/curl/lib/multiif.h180L
-rw-r--r--subprojects/curl/lib/netrc.c472L
-rw-r--r--subprojects/curl/lib/netrc.h64L
-rw-r--r--subprojects/curl/lib/noproxy.c263L
-rw-r--r--subprojects/curl/lib/noproxy.h43L
-rw-r--r--subprojects/curl/lib/openldap.c1308L
-rwxr-xr-xsubprojects/curl/lib/optiontable.pl152L
-rw-r--r--subprojects/curl/lib/parsedate.c635L
-rw-r--r--subprojects/curl/lib/parsedate.h38L
-rw-r--r--subprojects/curl/lib/pingpong.c469L
-rw-r--r--subprojects/curl/lib/pingpong.h163L
-rw-r--r--subprojects/curl/lib/pop3.c1806L
-rw-r--r--subprojects/curl/lib/pop3.h30L
-rw-r--r--subprojects/curl/lib/progress.c652L
-rw-r--r--subprojects/curl/lib/progress.h74L
-rw-r--r--subprojects/curl/lib/psl.c113L
-rw-r--r--subprojects/curl/lib/psl.h51L
-rw-r--r--subprojects/curl/lib/rand.c303L
-rw-r--r--subprojects/curl/lib/rand.h60L
-rw-r--r--subprojects/curl/lib/rename.c73L
-rw-r--r--subprojects/curl/lib/rename.h29L
-rw-r--r--subprojects/curl/lib/request.c470L
-rw-r--r--subprojects/curl/lib/request.h227L
-rw-r--r--subprojects/curl/lib/rtsp.c1096L
-rw-r--r--subprojects/curl/lib/rtsp.h39L
-rw-r--r--subprojects/curl/lib/select.c494L
-rw-r--r--subprojects/curl/lib/select.h147L
-rw-r--r--subprojects/curl/lib/sendf.c1459L
-rw-r--r--subprojects/curl/lib/sendf.h414L
-rw-r--r--subprojects/curl/lib/setopt.c3098L
-rw-r--r--subprojects/curl/lib/setopt.h33L
-rw-r--r--subprojects/curl/lib/setup-os400.h157L
-rw-r--r--subprojects/curl/lib/setup-vms.h402L
-rw-r--r--subprojects/curl/lib/setup-win32.h118L
-rw-r--r--subprojects/curl/lib/sha256.c515L
-rw-r--r--subprojects/curl/lib/share.c314L
-rw-r--r--subprojects/curl/lib/share.h78L
-rw-r--r--subprojects/curl/lib/sigpipe.h99L
-rw-r--r--subprojects/curl/lib/slist.c146L
-rw-r--r--subprojects/curl/lib/slist.h41L
-rw-r--r--subprojects/curl/lib/smb.c1271L
-rw-r--r--subprojects/curl/lib/smb.h37L
-rw-r--r--subprojects/curl/lib/smtp.c2076L
-rw-r--r--subprojects/curl/lib/smtp.h33L
-rw-r--r--subprojects/curl/lib/sockaddr.h44L
-rw-r--r--subprojects/curl/lib/socketpair.c273L
-rw-r--r--subprojects/curl/lib/socketpair.h81L
-rw-r--r--subprojects/curl/lib/socks.c1242L
-rw-r--r--subprojects/curl/lib/socks.h61L
-rw-r--r--subprojects/curl/lib/socks_gssapi.c549L
-rw-r--r--subprojects/curl/lib/socks_sspi.c625L
-rw-r--r--subprojects/curl/lib/speedcheck.c80L
-rw-r--r--subprojects/curl/lib/speedcheck.h35L
-rw-r--r--subprojects/curl/lib/splay.c297L
-rw-r--r--subprojects/curl/lib/splay.h58L
-rw-r--r--subprojects/curl/lib/stamp-h11L
-rw-r--r--subprojects/curl/lib/strcase.c145L
-rw-r--r--subprojects/curl/lib/strcase.h42L
-rw-r--r--subprojects/curl/lib/strdup.c146L
-rw-r--r--subprojects/curl/lib/strdup.h38L
-rw-r--r--subprojects/curl/lib/strequal.c97L
-rw-r--r--subprojects/curl/lib/strerror.c1009L
-rw-r--r--subprojects/curl/lib/strerror.h36L
-rw-r--r--subprojects/curl/lib/system_win32.c255L
-rw-r--r--subprojects/curl/lib/system_win32.h50L
-rw-r--r--subprojects/curl/lib/telnet.c1647L
-rw-r--r--subprojects/curl/lib/telnet.h30L
-rw-r--r--subprojects/curl/lib/tftp.c1403L
-rw-r--r--subprojects/curl/lib/tftp.h33L
-rw-r--r--subprojects/curl/lib/transfer.c1000L
-rw-r--r--subprojects/curl/lib/transfer.h154L
-rw-r--r--subprojects/curl/lib/uint-bset.c244L
-rw-r--r--subprojects/curl/lib/uint-bset.h115L
-rw-r--r--subprojects/curl/lib/uint-hash.c248L
-rw-r--r--subprojects/curl/lib/uint-hash.h68L
-rw-r--r--subprojects/curl/lib/uint-spbset.c276L
-rw-r--r--subprojects/curl/lib/uint-spbset.h96L
-rw-r--r--subprojects/curl/lib/uint-table.c216L
-rw-r--r--subprojects/curl/lib/uint-table.h98L
-rw-r--r--subprojects/curl/lib/url.c4117L
-rw-r--r--subprojects/curl/lib/url.h131L
-rw-r--r--subprojects/curl/lib/urlapi-int.h40L
-rw-r--r--subprojects/curl/lib/urlapi.c1953L
-rw-r--r--subprojects/curl/lib/urldata.h1762L
-rw-r--r--subprojects/curl/lib/vauth/.checksrc5L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurl_la-cleartext.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurl_la-cram.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurl_la-digest.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurl_la-digest_sspi.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurl_la-gsasl.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurl_la-krb5_gssapi.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurl_la-krb5_sspi.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurl_la-ntlm.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurl_la-ntlm_sspi.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurl_la-oauth2.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurl_la-spnego_gssapi.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurl_la-spnego_sspi.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurl_la-vauth.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurlu_la-cleartext.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurlu_la-cram.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurlu_la-digest.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurlu_la-digest_sspi.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurlu_la-gsasl.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurlu_la-krb5_gssapi.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurlu_la-krb5_sspi.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurlu_la-ntlm.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurlu_la-ntlm_sspi.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurlu_la-oauth2.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurlu_la-spnego_gssapi.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurlu_la-spnego_sspi.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/.deps/libcurlu_la-vauth.Plo1L
-rw-r--r--subprojects/curl/lib/vauth/cleartext.c136L
-rw-r--r--subprojects/curl/lib/vauth/cram.c97L
-rw-r--r--subprojects/curl/lib/vauth/digest.c1014L
-rw-r--r--subprojects/curl/lib/vauth/digest.h40L
-rw-r--r--subprojects/curl/lib/vauth/digest_sspi.c683L
-rw-r--r--subprojects/curl/lib/vauth/gsasl.c127L
-rw-r--r--subprojects/curl/lib/vauth/krb5_gssapi.c335L
-rw-r--r--subprojects/curl/lib/vauth/krb5_sspi.c474L
-rw-r--r--subprojects/curl/lib/vauth/ntlm.c868L
-rw-r--r--subprojects/curl/lib/vauth/ntlm_sspi.c374L
-rw-r--r--subprojects/curl/lib/vauth/oauth2.c108L
-rw-r--r--subprojects/curl/lib/vauth/spnego_gssapi.c301L
-rw-r--r--subprojects/curl/lib/vauth/spnego_sspi.c365L
-rw-r--r--subprojects/curl/lib/vauth/vauth.c277L
-rw-r--r--subprojects/curl/lib/vauth/vauth.h360L
-rw-r--r--subprojects/curl/lib/version.c710L
-rw-r--r--subprojects/curl/lib/vquic/.checksrc5L
-rw-r--r--subprojects/curl/lib/vquic/.deps/libcurl_la-curl_msh3.Plo1L
-rw-r--r--subprojects/curl/lib/vquic/.deps/libcurl_la-curl_ngtcp2.Plo1L
-rw-r--r--subprojects/curl/lib/vquic/.deps/libcurl_la-curl_osslq.Plo1L
-rw-r--r--subprojects/curl/lib/vquic/.deps/libcurl_la-curl_quiche.Plo1L
-rw-r--r--subprojects/curl/lib/vquic/.deps/libcurl_la-vquic-tls.Plo1L
-rw-r--r--subprojects/curl/lib/vquic/.deps/libcurl_la-vquic.Plo1L
-rw-r--r--subprojects/curl/lib/vquic/.deps/libcurlu_la-curl_msh3.Plo1L
-rw-r--r--subprojects/curl/lib/vquic/.deps/libcurlu_la-curl_ngtcp2.Plo1L
-rw-r--r--subprojects/curl/lib/vquic/.deps/libcurlu_la-curl_osslq.Plo1L
-rw-r--r--subprojects/curl/lib/vquic/.deps/libcurlu_la-curl_quiche.Plo1L
-rw-r--r--subprojects/curl/lib/vquic/.deps/libcurlu_la-vquic-tls.Plo1L
-rw-r--r--subprojects/curl/lib/vquic/.deps/libcurlu_la-vquic.Plo1L
-rw-r--r--subprojects/curl/lib/vquic/curl_msh3.c1095L
-rw-r--r--subprojects/curl/lib/vquic/curl_msh3.h46L
-rw-r--r--subprojects/curl/lib/vquic/curl_ngtcp2.c2786L
-rw-r--r--subprojects/curl/lib/vquic/curl_ngtcp2.h64L
-rw-r--r--subprojects/curl/lib/vquic/curl_osslq.c2446L
-rw-r--r--subprojects/curl/lib/vquic/curl_osslq.h51L
-rw-r--r--subprojects/curl/lib/vquic/curl_quiche.c1664L
-rw-r--r--subprojects/curl/lib/vquic/curl_quiche.h46L
-rw-r--r--subprojects/curl/lib/vquic/vquic-tls.c242L
-rw-r--r--subprojects/curl/lib/vquic/vquic-tls.h120L
-rw-r--r--subprojects/curl/lib/vquic/vquic.c744L
-rw-r--r--subprojects/curl/lib/vquic/vquic.h60L
-rw-r--r--subprojects/curl/lib/vquic/vquic_int.h94L
-rw-r--r--subprojects/curl/lib/vssh/.checksrc5L
-rw-r--r--subprojects/curl/lib/vssh/.deps/libcurl_la-curl_path.Plo1L
-rw-r--r--subprojects/curl/lib/vssh/.deps/libcurl_la-libssh.Plo1L
-rw-r--r--subprojects/curl/lib/vssh/.deps/libcurl_la-libssh2.Plo1L
-rw-r--r--subprojects/curl/lib/vssh/.deps/libcurl_la-wolfssh.Plo1L
-rw-r--r--subprojects/curl/lib/vssh/.deps/libcurlu_la-curl_path.Plo1L
-rw-r--r--subprojects/curl/lib/vssh/.deps/libcurlu_la-libssh.Plo1L
-rw-r--r--subprojects/curl/lib/vssh/.deps/libcurlu_la-libssh2.Plo1L
-rw-r--r--subprojects/curl/lib/vssh/.deps/libcurlu_la-wolfssh.Plo1L
-rw-r--r--subprojects/curl/lib/vssh/curl_path.c209L
-rw-r--r--subprojects/curl/lib/vssh/curl_path.h36L
-rw-r--r--subprojects/curl/lib/vssh/libssh.c3157L
-rw-r--r--subprojects/curl/lib/vssh/libssh2.c4068L
-rw-r--r--subprojects/curl/lib/vssh/ssh.h261L
-rw-r--r--subprojects/curl/lib/vssh/wolfssh.c1224L
-rw-r--r--subprojects/curl/lib/vtls/.checksrc5L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-cipher_suite.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-gtls.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-hostcheck.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-keylog.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-mbedtls.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-mbedtls_threadlock.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-openssl.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-rustls.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-schannel.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-schannel_verify.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-vtls.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-vtls_scache.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-vtls_spack.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-wolfssl.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurl_la-x509asn1.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-cipher_suite.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-gtls.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-hostcheck.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-keylog.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-mbedtls.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-mbedtls_threadlock.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-openssl.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-rustls.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-schannel.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-schannel_verify.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-vtls.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-vtls_scache.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-vtls_spack.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-wolfssl.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/.deps/libcurlu_la-x509asn1.Plo1L
-rw-r--r--subprojects/curl/lib/vtls/cipher_suite.c711L
-rw-r--r--subprojects/curl/lib/vtls/cipher_suite.h46L
-rw-r--r--subprojects/curl/lib/vtls/gtls.c2231L
-rw-r--r--subprojects/curl/lib/vtls/gtls.h127L
-rw-r--r--subprojects/curl/lib/vtls/hostcheck.c133L
-rw-r--r--subprojects/curl/lib/vtls/hostcheck.h33L
-rw-r--r--subprojects/curl/lib/vtls/keylog.c156L
-rw-r--r--subprojects/curl/lib/vtls/keylog.h69L
-rw-r--r--subprojects/curl/lib/vtls/mbedtls.c1629L
-rw-r--r--subprojects/curl/lib/vtls/mbedtls.h34L
-rw-r--r--subprojects/curl/lib/vtls/mbedtls_threadlock.c134L
-rw-r--r--subprojects/curl/lib/vtls/mbedtls_threadlock.h50L
-rw-r--r--subprojects/curl/lib/vtls/openssl.c5711L
-rw-r--r--subprojects/curl/lib/vtls/openssl.h150L
-rw-r--r--subprojects/curl/lib/vtls/rustls.c1442L
-rw-r--r--subprojects/curl/lib/vtls/rustls.h35L
-rw-r--r--subprojects/curl/lib/vtls/schannel.c2762L
-rw-r--r--subprojects/curl/lib/vtls/schannel.h86L
-rw-r--r--subprojects/curl/lib/vtls/schannel_int.h196L
-rw-r--r--subprojects/curl/lib/vtls/schannel_verify.c983L
-rw-r--r--subprojects/curl/lib/vtls/vtls.c2020L
-rw-r--r--subprojects/curl/lib/vtls/vtls.h272L
-rw-r--r--subprojects/curl/lib/vtls/vtls_int.h203L
-rw-r--r--subprojects/curl/lib/vtls/vtls_scache.c1232L
-rw-r--r--subprojects/curl/lib/vtls/vtls_scache.h211L
-rw-r--r--subprojects/curl/lib/vtls/vtls_spack.c346L
-rw-r--r--subprojects/curl/lib/vtls/vtls_spack.h43L
-rw-r--r--subprojects/curl/lib/vtls/wolfssl.c2294L
-rw-r--r--subprojects/curl/lib/vtls/wolfssl.h95L
-rw-r--r--subprojects/curl/lib/vtls/x509asn1.c1279L
-rw-r--r--subprojects/curl/lib/vtls/x509asn1.h95L
-rw-r--r--subprojects/curl/lib/ws.c1628L
-rw-r--r--subprojects/curl/lib/ws.h47L
-rw-r--r--subprojects/curl/libcurl.pc41L
-rw-r--r--subprojects/curl/libcurl.pc.in41L
-rwxr-xr-xsubprojects/curl/libtool12077L
-rwxr-xr-xsubprojects/curl/ltmain.sh11436L
-rw-r--r--subprojects/curl/m4/curl-amissl.m469L
-rw-r--r--subprojects/curl/m4/curl-compilers.m41644L
-rw-r--r--subprojects/curl/m4/curl-confopts.m4646L
-rw-r--r--subprojects/curl/m4/curl-functions.m44401L
-rw-r--r--subprojects/curl/m4/curl-gnutls.m4170L
-rw-r--r--subprojects/curl/m4/curl-mbedtls.m4116L
-rw-r--r--subprojects/curl/m4/curl-openssl.m4416L
-rw-r--r--subprojects/curl/m4/curl-override.m497L
-rw-r--r--subprojects/curl/m4/curl-reentrant.m4473L
-rw-r--r--subprojects/curl/m4/curl-rustls.m4197L
-rw-r--r--subprojects/curl/m4/curl-schannel.m447L
-rw-r--r--subprojects/curl/m4/curl-sysconfig.m451L
-rw-r--r--subprojects/curl/m4/curl-wolfssl.m4177L
-rw-r--r--subprojects/curl/m4/libtool.m48427L
-rw-r--r--subprojects/curl/m4/ltoptions.m4437L
-rw-r--r--subprojects/curl/m4/ltsugar.m4124L
-rw-r--r--subprojects/curl/m4/ltversion.m424L
-rw-r--r--subprojects/curl/m4/lt~obsolete.m499L
-rw-r--r--subprojects/curl/m4/xc-am-iface.m485L
-rw-r--r--subprojects/curl/m4/xc-cc-check.m497L
-rw-r--r--subprojects/curl/m4/xc-lt-iface.m4466L
-rw-r--r--subprojects/curl/m4/xc-val-flgs.m4244L
-rw-r--r--subprojects/curl/m4/zz40-xc-ovr.m4667L
-rw-r--r--subprojects/curl/m4/zz50-xc-ovr.m461L
-rw-r--r--subprojects/curl/m4/zz60-xc-ovr.m465L
-rw-r--r--subprojects/curl/meson.build336L
-rwxr-xr-xsubprojects/curl/missing215L
-rw-r--r--subprojects/curl/packages/Makefile738L
-rw-r--r--subprojects/curl/packages/Makefile.am59L
-rw-r--r--subprojects/curl/packages/Makefile.in738L
-rw-r--r--subprojects/curl/packages/OS400/README.OS400391L
-rw-r--r--subprojects/curl/packages/OS400/ccsidcurl.c1533L
-rw-r--r--subprojects/curl/packages/OS400/ccsidcurl.h113L
-rw-r--r--subprojects/curl/packages/OS400/config400.default56L
-rw-r--r--subprojects/curl/packages/OS400/curl.cmd32L
-rw-r--r--subprojects/curl/packages/OS400/curl.inc.in3473L
-rw-r--r--subprojects/curl/packages/OS400/curlcl.c177L
-rw-r--r--subprojects/curl/packages/OS400/curlmain.c121L
-rwxr-xr-xsubprojects/curl/packages/OS400/initscript.sh297L
-rwxr-xr-xsubprojects/curl/packages/OS400/make-docs.sh65L
-rwxr-xr-xsubprojects/curl/packages/OS400/make-include.sh106L
-rwxr-xr-xsubprojects/curl/packages/OS400/make-lib.sh181L
-rwxr-xr-xsubprojects/curl/packages/OS400/make-src.sh118L
-rwxr-xr-xsubprojects/curl/packages/OS400/make-tests.sh144L
-rwxr-xr-xsubprojects/curl/packages/OS400/makefile.sh135L
-rw-r--r--subprojects/curl/packages/OS400/os400sys.c1045L
-rw-r--r--subprojects/curl/packages/OS400/os400sys.h57L
-rw-r--r--subprojects/curl/packages/OS400/rpg-examples/HEADERAPI146L
-rw-r--r--subprojects/curl/packages/OS400/rpg-examples/HTTPPOST129L
-rw-r--r--subprojects/curl/packages/OS400/rpg-examples/INMEMORY159L
-rw-r--r--subprojects/curl/packages/OS400/rpg-examples/SIMPLE1108L
-rw-r--r--subprojects/curl/packages/OS400/rpg-examples/SIMPLE2108L
-rw-r--r--subprojects/curl/packages/OS400/rpg-examples/SMTPSRCMBR239L
-rw-r--r--subprojects/curl/packages/README.md12L
-rw-r--r--subprojects/curl/packages/vms/Makefile564L
-rw-r--r--subprojects/curl/packages/vms/Makefile.am59L
-rw-r--r--subprojects/curl/packages/vms/Makefile.in564L
-rw-r--r--subprojects/curl/packages/vms/backup_gnv_curl_src.com130L
-rw-r--r--subprojects/curl/packages/vms/build_curl-config_script.com153L
-rw-r--r--subprojects/curl/packages/vms/build_gnv_curl.com36L
-rw-r--r--subprojects/curl/packages/vms/build_gnv_curl_pcsi_desc.com489L
-rw-r--r--subprojects/curl/packages/vms/build_gnv_curl_pcsi_text.com195L
-rw-r--r--subprojects/curl/packages/vms/build_gnv_curl_release_notes.com100L
-rw-r--r--subprojects/curl/packages/vms/build_libcurl_pc.com202L
-rw-r--r--subprojects/curl/packages/vms/build_vms.com1038L
-rw-r--r--subprojects/curl/packages/vms/clean_gnv_curl.com239L
-rw-r--r--subprojects/curl/packages/vms/compare_curl_source.com363L
-rw-r--r--subprojects/curl/packages/vms/config_h.com1956L
-rw-r--r--subprojects/curl/packages/vms/curl_crtl_init.c332L
-rw-r--r--subprojects/curl/packages/vms/curl_gnv_build_steps.txt290L
-rw-r--r--subprojects/curl/packages/vms/curl_release_note_start.txt77L
-rw-r--r--subprojects/curl/packages/vms/curl_startup.com98L
-rw-r--r--subprojects/curl/packages/vms/curlmsg.h143L
-rw-r--r--subprojects/curl/packages/vms/curlmsg.msg134L
-rw-r--r--subprojects/curl/packages/vms/curlmsg.sdl116L
-rw-r--r--subprojects/curl/packages/vms/curlmsg_vms.h143L
-rw-r--r--subprojects/curl/packages/vms/generate_config_vms_h_curl.com441L
-rw-r--r--subprojects/curl/packages/vms/generate_vax_transfer.com273L
-rw-r--r--subprojects/curl/packages/vms/gnv_conftest.c_first58L
-rwxr-xr-xsubprojects/curl/packages/vms/gnv_curl_configure.sh44L
-rw-r--r--subprojects/curl/packages/vms/gnv_libcurl_symbols.opt181L
-rw-r--r--subprojects/curl/packages/vms/gnv_link_curl.com851L
-rw-r--r--subprojects/curl/packages/vms/macro32_exactcase.patch11L
-rwxr-xr-xsubprojects/curl/packages/vms/make_gnv_curl_install.sh44L
-rw-r--r--subprojects/curl/packages/vms/make_pcsi_curl_kit_name.com188L
-rw-r--r--subprojects/curl/packages/vms/pcsi_gnv_curl_file_list.txt125L
-rw-r--r--subprojects/curl/packages/vms/pcsi_product_gnv_curl.com197L
-rw-r--r--subprojects/curl/packages/vms/readme228L
-rw-r--r--subprojects/curl/packages/vms/report_openssl_version.c99L
-rw-r--r--subprojects/curl/packages/vms/setup_gnv_curl_build.com286L
-rw-r--r--subprojects/curl/packages/vms/stage_curl_install.com170L
-rw-r--r--subprojects/curl/packages/vms/vms_eco_level.h30L
-rw-r--r--subprojects/curl/plan9/README55L
-rw-r--r--subprojects/curl/plan9/include/mkfile36L
-rw-r--r--subprojects/curl/plan9/lib/mkfile41L
-rwxr-xr-xsubprojects/curl/plan9/lib/mkfile.inc27L
-rw-r--r--subprojects/curl/plan9/mkfile38L
-rw-r--r--subprojects/curl/plan9/mkfile.proto32L
-rw-r--r--subprojects/curl/plan9/src/mkfile47L
-rwxr-xr-xsubprojects/curl/plan9/src/mkfile.inc27L
-rw-r--r--subprojects/curl/projects/README.md152L
-rw-r--r--subprojects/curl/projects/generate.bat338L
-rw-r--r--subprojects/curl/scripts/CMakeLists.txt78L
-rw-r--r--subprojects/curl/scripts/Makefile629L
-rw-r--r--subprojects/curl/scripts/Makefile.am74L
-rw-r--r--subprojects/curl/scripts/Makefile.in629L
-rwxr-xr-xsubprojects/curl/scripts/cd2cd226L
-rwxr-xr-xsubprojects/curl/scripts/cd2nroff582L
-rwxr-xr-xsubprojects/curl/scripts/cdall44L
-rwxr-xr-xsubprojects/curl/scripts/checksrc-all.pl38L
-rwxr-xr-xsubprojects/curl/scripts/checksrc.pl1145L
-rwxr-xr-xsubprojects/curl/scripts/cmakelint.sh80L
-rwxr-xr-xsubprojects/curl/scripts/completion.pl178L
-rwxr-xr-xsubprojects/curl/scripts/coverage.sh41L
-rwxr-xr-xsubprojects/curl/scripts/dmaketgz55L
-rwxr-xr-xsubprojects/curl/scripts/extract-unit-protos90L
-rwxr-xr-xsubprojects/curl/scripts/firefox-db2pem.sh61L
-rwxr-xr-xsubprojects/curl/scripts/maketgz246L
-rwxr-xr-xsubprojects/curl/scripts/managen1304L
-rwxr-xr-xsubprojects/curl/scripts/mdlinkcheck165L
-rwxr-xr-xsubprojects/curl/scripts/mk-ca-bundle.pl667L
-rwxr-xr-xsubprojects/curl/scripts/mk-unity.pl78L
-rwxr-xr-xsubprojects/curl/scripts/nroff2cd192L
-rwxr-xr-xsubprojects/curl/scripts/pythonlint.sh30L
-rwxr-xr-xsubprojects/curl/scripts/randdisable78L
-rwxr-xr-xsubprojects/curl/scripts/release-tools.sh79L
-rw-r--r--subprojects/curl/scripts/schemetable.c207L
-rwxr-xr-xsubprojects/curl/scripts/top-complexity130L
-rwxr-xr-xsubprojects/curl/scripts/verify-release80L
-rwxr-xr-xsubprojects/curl/scripts/wcurl323L
-rw-r--r--subprojects/curl/src/.checksrc5L
-rw-r--r--subprojects/curl/src/.deps/curl-config2setopts.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-curltool_unity.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-slist_wc.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-terminal.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_bname.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_ca_embed.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_cb_dbg.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_cb_hdr.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_cb_prg.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_cb_rea.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_cb_see.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_cb_soc.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_cb_wrt.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_cfgable.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_dirhie.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_doswin.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_easysrc.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_filetime.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_findfile.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_formparse.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_getparam.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_getpass.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_help.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_helpers.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_hugehelp.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_ipfs.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_libinfo.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_listhelp.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_main.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_msgs.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_operate.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_operhlp.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_paramhlp.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_parsecfg.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_progress.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_setopt.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_ssls.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_stderr.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_strdup.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_urlglob.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_util.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_vms.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_writeout.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_writeout_json.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-tool_xattr.Po1L
-rw-r--r--subprojects/curl/src/.deps/curl-var.Po1L
-rw-r--r--subprojects/curl/src/.deps/curlinfo.Po1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-config2setopts.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-libcurltool_unity.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-slist_wc.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-terminal.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_bname.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_cb_dbg.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_cb_hdr.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_cb_prg.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_cb_rea.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_cb_see.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_cb_soc.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_cb_wrt.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_cfgable.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_dirhie.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_doswin.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_easysrc.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_filetime.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_findfile.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_formparse.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_getparam.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_getpass.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_help.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_helpers.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_ipfs.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_libinfo.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_listhelp.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_main.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_msgs.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_operate.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_operhlp.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_paramhlp.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_parsecfg.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_progress.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_setopt.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_ssls.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_stderr.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_strdup.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_urlglob.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_util.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_vms.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_writeout.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_writeout_json.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-tool_xattr.Plo1L
-rw-r--r--subprojects/curl/src/.deps/libcurltool_la-var.Plo1L
-rw-r--r--subprojects/curl/src/CMakeLists.txt133L
-rw-r--r--subprojects/curl/src/Makefile2880L
-rw-r--r--subprojects/curl/src/Makefile.am229L
-rw-r--r--subprojects/curl/src/Makefile.in2880L
-rw-r--r--subprojects/curl/src/Makefile.inc152L
-rw-r--r--subprojects/curl/src/config2setopts.c1121L
-rw-r--r--subprojects/curl/src/config2setopts.h32L
-rw-r--r--subprojects/curl/src/curl.rc65L
-rw-r--r--subprojects/curl/src/curlinfo.c254L
-rwxr-xr-xsubprojects/curl/src/mk-file-embed.pl62L
-rwxr-xr-xsubprojects/curl/src/mkhelp.pl256L
-rw-r--r--subprojects/curl/src/slist_wc.c74L
-rw-r--r--subprojects/curl/src/slist_wc.h57L
-rw-r--r--subprojects/curl/src/terminal.c89L
-rw-r--r--subprojects/curl/src/terminal.h30L
-rw-r--r--subprojects/curl/src/tool_bname.c51L
-rw-r--r--subprojects/curl/src/tool_bname.h36L
-rw-r--r--subprojects/curl/src/tool_cb_dbg.c286L
-rw-r--r--subprojects/curl/src/tool_cb_dbg.h36L
-rw-r--r--subprojects/curl/src/tool_cb_hdr.c489L
-rw-r--r--subprojects/curl/src/tool_cb_hdr.h61L
-rw-r--r--subprojects/curl/src/tool_cb_prg.c248L
-rw-r--r--subprojects/curl/src/tool_cb_prg.h56L
-rw-r--r--subprojects/curl/src/tool_cb_rea.c186L
-rw-r--r--subprojects/curl/src/tool_cb_rea.h42L
-rw-r--r--subprojects/curl/src/tool_cb_see.c92L
-rw-r--r--subprojects/curl/src/tool_cb_see.h34L
-rw-r--r--subprojects/curl/src/tool_cb_soc.c58L
-rw-r--r--subprojects/curl/src/tool_cb_soc.h36L
-rw-r--r--subprojects/curl/src/tool_cb_wrt.c373L
-rw-r--r--subprojects/curl/src/tool_cb_wrt.h38L
-rw-r--r--subprojects/curl/src/tool_cfgable.c204L
-rw-r--r--subprojects/curl/src/tool_cfgable.h382L
-rw-r--r--subprojects/curl/src/tool_dirhie.c141L
-rw-r--r--subprojects/curl/src/tool_dirhie.h32L
-rw-r--r--subprojects/curl/src/tool_doswin.c959L
-rw-r--r--subprojects/curl/src/tool_doswin.h66L
-rw-r--r--subprojects/curl/src/tool_easysrc.c236L
-rw-r--r--subprojects/curl/src/tool_easysrc.h58L
-rw-r--r--subprojects/curl/src/tool_filetime.c155L
-rw-r--r--subprojects/curl/src/tool_filetime.h42L
-rw-r--r--subprojects/curl/src/tool_findfile.c151L
-rw-r--r--subprojects/curl/src/tool_findfile.h36L
-rw-r--r--subprojects/curl/src/tool_formparse.c917L
-rw-r--r--subprojects/curl/src/tool_formparse.h73L
-rw-r--r--subprojects/curl/src/tool_getparam.c3037L
-rw-r--r--subprojects/curl/src/tool_getparam.h393L
-rw-r--r--subprojects/curl/src/tool_getpass.c207L
-rw-r--r--subprojects/curl/src/tool_getpass.h38L
-rw-r--r--subprojects/curl/src/tool_help.c407L
-rw-r--r--subprojects/curl/src/tool_help.h93L
-rw-r--r--subprojects/curl/src/tool_helpers.c126L
-rw-r--r--subprojects/curl/src/tool_helpers.h36L
-rw-r--r--subprojects/curl/src/tool_hugehelp.c11846L
-rw-r--r--subprojects/curl/src/tool_hugehelp.h33L
-rw-r--r--subprojects/curl/src/tool_ipfs.c288L
-rw-r--r--subprojects/curl/src/tool_ipfs.h35L
-rw-r--r--subprojects/curl/src/tool_libinfo.c212L
-rw-r--r--subprojects/curl/src/tool_libinfo.h71L
-rw-r--r--subprojects/curl/src/tool_listhelp.c851L
-rw-r--r--subprojects/curl/src/tool_main.c299L
-rw-r--r--subprojects/curl/src/tool_main.h36L
-rw-r--r--subprojects/curl/src/tool_msgs.c148L
-rw-r--r--subprojects/curl/src/tool_msgs.h38L
-rw-r--r--subprojects/curl/src/tool_operate.c2386L
-rw-r--r--subprojects/curl/src/tool_operate.h87L
-rw-r--r--subprojects/curl/src/tool_operhlp.c241L
-rw-r--r--subprojects/curl/src/tool_operhlp.h43L
-rw-r--r--subprojects/curl/src/tool_paramhlp.c764L
-rw-r--r--subprojects/curl/src/tool_paramhlp.h69L
-rw-r--r--subprojects/curl/src/tool_parsecfg.c338L
-rw-r--r--subprojects/curl/src/tool_parsecfg.h32L
-rw-r--r--subprojects/curl/src/tool_progress.c320L
-rw-r--r--subprojects/curl/src/tool_progress.h41L
-rw-r--r--subprojects/curl/src/tool_sdecls.h132L
-rw-r--r--subprojects/curl/src/tool_setopt.c674L
-rw-r--r--subprojects/curl/src/tool_setopt.h166L
-rw-r--r--subprojects/curl/src/tool_setup.h118L
-rw-r--r--subprojects/curl/src/tool_ssls.c218L
-rw-r--r--subprojects/curl/src/tool_ssls.h35L
-rw-r--r--subprojects/curl/src/tool_stderr.c71L
-rw-r--r--subprojects/curl/src/tool_stderr.h32L
-rw-r--r--subprojects/curl/src/tool_strdup.c44L
-rw-r--r--subprojects/curl/src/tool_strdup.h32L
-rw-r--r--subprojects/curl/src/tool_urlglob.c701L
-rw-r--r--subprojects/curl/src/tool_urlglob.h78L
-rw-r--r--subprojects/curl/src/tool_util.c137L
-rw-r--r--subprojects/curl/src/tool_util.h41L
-rw-r--r--subprojects/curl/src/tool_version.h36L
-rw-r--r--subprojects/curl/src/tool_vms.c216L
-rw-r--r--subprojects/curl/src/tool_vms.h48L
-rw-r--r--subprojects/curl/src/tool_writeout.c705L
-rw-r--r--subprojects/curl/src/tool_writeout.h118L
-rw-r--r--subprojects/curl/src/tool_writeout_json.c165L
-rw-r--r--subprojects/curl/src/tool_writeout_json.h38L
-rw-r--r--subprojects/curl/src/tool_xattr.c131L
-rw-r--r--subprojects/curl/src/tool_xattr.h49L
-rw-r--r--subprojects/curl/src/var.c521L
-rw-r--r--subprojects/curl/src/var.h46L
-rw-r--r--subprojects/curl/tests/CMakeLists.txt122L
-rw-r--r--subprojects/curl/tests/Makefile853L
-rw-r--r--subprojects/curl/tests/Makefile.am184L
-rw-r--r--subprojects/curl/tests/Makefile.in853L
-rw-r--r--subprojects/curl/tests/allversions.pm48L
-rw-r--r--subprojects/curl/tests/appveyor.pm130L
-rw-r--r--subprojects/curl/tests/azure.pm165L
-rw-r--r--subprojects/curl/tests/certs/CMakeLists.txt45L
-rw-r--r--subprojects/curl/tests/certs/Makefile638L
-rw-r--r--subprojects/curl/tests/certs/Makefile.am51L
-rw-r--r--subprojects/curl/tests/certs/Makefile.in638L
-rw-r--r--subprojects/curl/tests/certs/Makefile.inc82L
-rwxr-xr-xsubprojects/curl/tests/certs/genserv.pl134L
-rw-r--r--subprojects/curl/tests/certs/srp-verifier-conf3L
-rw-r--r--subprojects/curl/tests/certs/srp-verifier-db2L
-rw-r--r--subprojects/curl/tests/certs/test-ca.cnf11L
-rw-r--r--subprojects/curl/tests/certs/test-ca.prm32L
-rw-r--r--subprojects/curl/tests/certs/test-client-cert.prm34L
-rw-r--r--subprojects/curl/tests/certs/test-client-eku-only.prm34L
-rw-r--r--subprojects/curl/tests/certs/test-localhost-san-first.prm34L
-rw-r--r--subprojects/curl/tests/certs/test-localhost-san-last.prm34L
-rw-r--r--subprojects/curl/tests/certs/test-localhost.nn.prm34L
-rw-r--r--subprojects/curl/tests/certs/test-localhost.prm34L
-rw-r--r--subprojects/curl/tests/certs/test-localhost0h.prm35L
-rw-r--r--subprojects/curl/tests/client/.deps/clients.Po1L
-rw-r--r--subprojects/curl/tests/client/CMakeLists.txt52L
-rw-r--r--subprojects/curl/tests/client/Makefile777L
-rw-r--r--subprojects/curl/tests/client/Makefile.am85L
-rw-r--r--subprojects/curl/tests/client/Makefile.in777L
-rw-r--r--subprojects/curl/tests/client/Makefile.inc47L
-rw-r--r--subprojects/curl/tests/client/clients.c31L
-rw-r--r--subprojects/curl/tests/client/first.c52L
-rw-r--r--subprojects/curl/tests/client/first.h266L
-rw-r--r--subprojects/curl/tests/client/h2_pausing.c282L
-rw-r--r--subprojects/curl/tests/client/h2_serverpush.c205L
-rw-r--r--subprojects/curl/tests/client/h2_upgrade_extreme.c163L
-rw-r--r--subprojects/curl/tests/client/hx_download.c447L
-rw-r--r--subprojects/curl/tests/client/hx_upload.c498L
-rw-r--r--subprojects/curl/tests/client/tls_session_reuse.c260L
-rw-r--r--subprojects/curl/tests/client/upload_pausing.c196L
-rw-r--r--subprojects/curl/tests/client/ws_data.c254L
-rw-r--r--subprojects/curl/tests/client/ws_pingpong.c133L
-rw-r--r--subprojects/curl/tests/cmake/CMakeLists.txt111L
-rw-r--r--subprojects/curl/tests/cmake/test.c32L
-rwxr-xr-xsubprojects/curl/tests/cmake/test.sh142L
-rw-r--r--subprojects/curl/tests/config24L
-rw-r--r--subprojects/curl/tests/config.in24L
-rw-r--r--subprojects/curl/tests/configurehelp.pm45L
-rw-r--r--subprojects/curl/tests/configurehelp.pm.in45L
-rw-r--r--subprojects/curl/tests/data/DISABLED69L
-rw-r--r--subprojects/curl/tests/data/Makefile788L
-rw-r--r--subprojects/curl/tests/data/Makefile.am285L
-rw-r--r--subprojects/curl/tests/data/Makefile.in788L
-rw-r--r--subprojects/curl/tests/data/test157L
-rw-r--r--subprojects/curl/tests/data/test1064L
-rw-r--r--subprojects/curl/tests/data/test10058L
-rw-r--r--subprojects/curl/tests/data/test100045L
-rw-r--r--subprojects/curl/tests/data/test1001106L
-rw-r--r--subprojects/curl/tests/data/test1002123L
-rw-r--r--subprojects/curl/tests/data/test100351L
-rw-r--r--subprojects/curl/tests/data/test100457L
-rw-r--r--subprojects/curl/tests/data/test100551L
-rw-r--r--subprojects/curl/tests/data/test100652L
-rw-r--r--subprojects/curl/tests/data/test100747L
-rw-r--r--subprojects/curl/tests/data/test1008125L
-rw-r--r--subprojects/curl/tests/data/test100949L
-rw-r--r--subprojects/curl/tests/data/test10159L
-rw-r--r--subprojects/curl/tests/data/test101060L
-rw-r--r--subprojects/curl/tests/data/test101174L
-rw-r--r--subprojects/curl/tests/data/test101277L
-rw-r--r--subprojects/curl/tests/data/test101337L
-rw-r--r--subprojects/curl/tests/data/test101437L
-rw-r--r--subprojects/curl/tests/data/test101552L
-rw-r--r--subprojects/curl/tests/data/test101637L
-rw-r--r--subprojects/curl/tests/data/test101738L
-rw-r--r--subprojects/curl/tests/data/test101837L
-rw-r--r--subprojects/curl/tests/data/test101940L
-rw-r--r--subprojects/curl/tests/data/test10255L
-rw-r--r--subprojects/curl/tests/data/test102039L
-rw-r--r--subprojects/curl/tests/data/test1021134L
-rw-r--r--subprojects/curl/tests/data/test102237L
-rw-r--r--subprojects/curl/tests/data/test102337L
-rw-r--r--subprojects/curl/tests/data/test1024106L
-rw-r--r--subprojects/curl/tests/data/test1025108L
-rw-r--r--subprojects/curl/tests/data/test102642L
-rw-r--r--subprojects/curl/tests/data/test102739L
-rw-r--r--subprojects/curl/tests/data/test102891L
-rw-r--r--subprojects/curl/tests/data/test102956L
-rw-r--r--subprojects/curl/tests/data/test10357L
-rw-r--r--subprojects/curl/tests/data/test1030107L
-rw-r--r--subprojects/curl/tests/data/test103175L
-rw-r--r--subprojects/curl/tests/data/test103254L
-rw-r--r--subprojects/curl/tests/data/test103358L
-rw-r--r--subprojects/curl/tests/data/test103455L
-rw-r--r--subprojects/curl/tests/data/test103548L
-rw-r--r--subprojects/curl/tests/data/test103664L
-rw-r--r--subprojects/curl/tests/data/test103757L
-rw-r--r--subprojects/curl/tests/data/test103856L
-rw-r--r--subprojects/curl/tests/data/test103956L
-rw-r--r--subprojects/curl/tests/data/test10446L
-rw-r--r--subprojects/curl/tests/data/test104077L
-rw-r--r--subprojects/curl/tests/data/test104175L
-rw-r--r--subprojects/curl/tests/data/test104292L
-rw-r--r--subprojects/curl/tests/data/test104382L
-rw-r--r--subprojects/curl/tests/data/test104461L
-rw-r--r--subprojects/curl/tests/data/test104550L
-rw-r--r--subprojects/curl/tests/data/test104654L
-rw-r--r--subprojects/curl/tests/data/test104759L
-rw-r--r--subprojects/curl/tests/data/test104864L
-rw-r--r--subprojects/curl/tests/data/test104949L
-rw-r--r--subprojects/curl/tests/data/test10554L
-rw-r--r--subprojects/curl/tests/data/test105064L
-rw-r--r--subprojects/curl/tests/data/test1051115L
-rw-r--r--subprojects/curl/tests/data/test1052110L
-rw-r--r--subprojects/curl/tests/data/test1053130L
-rw-r--r--subprojects/curl/tests/data/test105479L
-rw-r--r--subprojects/curl/tests/data/test105596L
-rw-r--r--subprojects/curl/tests/data/test105685L
-rw-r--r--subprojects/curl/tests/data/test105755L
-rw-r--r--subprojects/curl/tests/data/test105851L
-rw-r--r--subprojects/curl/tests/data/test105957L
-rw-r--r--subprojects/curl/tests/data/test10654L
-rw-r--r--subprojects/curl/tests/data/test1060904L
-rw-r--r--subprojects/curl/tests/data/test1061909L
-rw-r--r--subprojects/curl/tests/data/test106252L
-rw-r--r--subprojects/curl/tests/data/test106343L
-rw-r--r--subprojects/curl/tests/data/test106478L
-rw-r--r--subprojects/curl/tests/data/test106577L
-rw-r--r--subprojects/curl/tests/data/test106681L
-rw-r--r--subprojects/curl/tests/data/test106780L
-rw-r--r--subprojects/curl/tests/data/test106856L
-rw-r--r--subprojects/curl/tests/data/test106936L
-rw-r--r--subprojects/curl/tests/data/test10754L
-rw-r--r--subprojects/curl/tests/data/test107063L
-rw-r--r--subprojects/curl/tests/data/test1071113L
-rw-r--r--subprojects/curl/tests/data/test107276L
-rw-r--r--subprojects/curl/tests/data/test107370L
-rw-r--r--subprojects/curl/tests/data/test107476L
-rw-r--r--subprojects/curl/tests/data/test107591L
-rw-r--r--subprojects/curl/tests/data/test107677L
-rw-r--r--subprojects/curl/tests/data/test107775L
-rw-r--r--subprojects/curl/tests/data/test107899L
-rw-r--r--subprojects/curl/tests/data/test107976L
-rw-r--r--subprojects/curl/tests/data/test10859L
-rw-r--r--subprojects/curl/tests/data/test108068L
-rw-r--r--subprojects/curl/tests/data/test108176L
-rw-r--r--subprojects/curl/tests/data/test108253L
-rw-r--r--subprojects/curl/tests/data/test108357L
-rw-r--r--subprojects/curl/tests/data/test108441L
-rw-r--r--subprojects/curl/tests/data/test108548L
-rw-r--r--subprojects/curl/tests/data/test1086111L
-rw-r--r--subprojects/curl/tests/data/test1087113L
-rw-r--r--subprojects/curl/tests/data/test1088115L
-rw-r--r--subprojects/curl/tests/data/test108990L
-rw-r--r--subprojects/curl/tests/data/test10951L
-rw-r--r--subprojects/curl/tests/data/test109097L
-rw-r--r--subprojects/curl/tests/data/test109150L
-rw-r--r--subprojects/curl/tests/data/test109255L
-rw-r--r--subprojects/curl/tests/data/test109349L
-rw-r--r--subprojects/curl/tests/data/test109455L
-rw-r--r--subprojects/curl/tests/data/test109583L
-rw-r--r--subprojects/curl/tests/data/test109654L
-rw-r--r--subprojects/curl/tests/data/test109780L
-rw-r--r--subprojects/curl/tests/data/test109873L
-rw-r--r--subprojects/curl/tests/data/test109952L
-rw-r--r--subprojects/curl/tests/data/test1175L
-rw-r--r--subprojects/curl/tests/data/test11055L
-rw-r--r--subprojects/curl/tests/data/test1100105L
-rw-r--r--subprojects/curl/tests/data/test110154L
-rw-r--r--subprojects/curl/tests/data/test110254L
-rw-r--r--subprojects/curl/tests/data/test110351L
-rw-r--r--subprojects/curl/tests/data/test110488L
-rw-r--r--subprojects/curl/tests/data/test110567L
-rw-r--r--subprojects/curl/tests/data/test110656L
-rw-r--r--subprojects/curl/tests/data/test110756L
-rw-r--r--subprojects/curl/tests/data/test110845L
-rw-r--r--subprojects/curl/tests/data/test110944L
-rw-r--r--subprojects/curl/tests/data/test11148L
-rw-r--r--subprojects/curl/tests/data/test111045L
-rw-r--r--subprojects/curl/tests/data/test111145L
-rw-r--r--subprojects/curl/tests/data/test1112116L
-rw-r--r--subprojects/curl/tests/data/test1113102L
-rw-r--r--subprojects/curl/tests/data/test1114136L
-rw-r--r--subprojects/curl/tests/data/test111550L
-rw-r--r--subprojects/curl/tests/data/test111681L
-rw-r--r--subprojects/curl/tests/data/test111787L
-rw-r--r--subprojects/curl/tests/data/test111853L
-rw-r--r--subprojects/curl/tests/data/test111930L
-rw-r--r--subprojects/curl/tests/data/test11252L
-rw-r--r--subprojects/curl/tests/data/test112046L
-rw-r--r--subprojects/curl/tests/data/test112145L
-rw-r--r--subprojects/curl/tests/data/test112274L
-rw-r--r--subprojects/curl/tests/data/test1123184L
-rw-r--r--subprojects/curl/tests/data/test112475L
-rw-r--r--subprojects/curl/tests/data/test112574L
-rw-r--r--subprojects/curl/tests/data/test112650L
-rw-r--r--subprojects/curl/tests/data/test112759L
-rw-r--r--subprojects/curl/tests/data/test112884L
-rw-r--r--subprojects/curl/tests/data/test112999L
-rw-r--r--subprojects/curl/tests/data/test11337L
-rw-r--r--subprojects/curl/tests/data/test113097L
-rw-r--r--subprojects/curl/tests/data/test113195L
-rw-r--r--subprojects/curl/tests/data/test113225L
-rw-r--r--subprojects/curl/tests/data/test1133105L
-rw-r--r--subprojects/curl/tests/data/test113464L
-rw-r--r--subprojects/curl/tests/data/test1135130L
-rw-r--r--subprojects/curl/tests/data/test113666L
-rw-r--r--subprojects/curl/tests/data/test113755L
-rw-r--r--subprojects/curl/tests/data/test113872L
-rw-r--r--subprojects/curl/tests/data/test113933L
-rw-r--r--subprojects/curl/tests/data/test11438L
-rw-r--r--subprojects/curl/tests/data/test114032L
-rw-r--r--subprojects/curl/tests/data/test114172L
-rw-r--r--subprojects/curl/tests/data/test114265L
-rw-r--r--subprojects/curl/tests/data/test114348L
-rw-r--r--subprojects/curl/tests/data/test114468L
-rw-r--r--subprojects/curl/tests/data/test114542L
-rw-r--r--subprojects/curl/tests/data/test114645L
-rw-r--r--subprojects/curl/tests/data/test114764L
-rw-r--r--subprojects/curl/tests/data/test114867L
-rw-r--r--subprojects/curl/tests/data/test114965L
-rw-r--r--subprojects/curl/tests/data/test11547L
-rw-r--r--subprojects/curl/tests/data/test115057L
-rw-r--r--subprojects/curl/tests/data/test115168L
-rw-r--r--subprojects/curl/tests/data/test115262L
-rw-r--r--subprojects/curl/tests/data/test115362L
-rw-r--r--subprojects/curl/tests/data/test115455L
-rw-r--r--subprojects/curl/tests/data/test115555L
-rw-r--r--subprojects/curl/tests/data/test115674L
-rw-r--r--subprojects/curl/tests/data/test115756L
-rw-r--r--subprojects/curl/tests/data/test115899L
-rw-r--r--subprojects/curl/tests/data/test115956L
-rw-r--r--subprojects/curl/tests/data/test11658L
-rw-r--r--subprojects/curl/tests/data/test116055L
-rw-r--r--subprojects/curl/tests/data/test116155L
-rw-r--r--subprojects/curl/tests/data/test116259L
-rw-r--r--subprojects/curl/tests/data/test116355L
-rw-r--r--subprojects/curl/tests/data/test116445L
-rw-r--r--subprojects/curl/tests/data/test116525L
-rw-r--r--subprojects/curl/tests/data/test116652L
-rw-r--r--subprojects/curl/tests/data/test116724L
-rw-r--r--subprojects/curl/tests/data/test116877L
-rw-r--r--subprojects/curl/tests/data/test116934L
-rw-r--r--subprojects/curl/tests/data/test11747L
-rw-r--r--subprojects/curl/tests/data/test117074L
-rw-r--r--subprojects/curl/tests/data/test117174L
-rw-r--r--subprojects/curl/tests/data/test117248L
-rw-r--r--subprojects/curl/tests/data/test117332L
-rw-r--r--subprojects/curl/tests/data/test117448L
-rw-r--r--subprojects/curl/tests/data/test117525L
-rw-r--r--subprojects/curl/tests/data/test117666L
-rw-r--r--subprojects/curl/tests/data/test117726L
-rw-r--r--subprojects/curl/tests/data/test117853L
-rw-r--r--subprojects/curl/tests/data/test117943L
-rw-r--r--subprojects/curl/tests/data/test11852L
-rw-r--r--subprojects/curl/tests/data/test118048L
-rw-r--r--subprojects/curl/tests/data/test118148L
-rw-r--r--subprojects/curl/tests/data/test118235L
-rw-r--r--subprojects/curl/tests/data/test118348L
-rw-r--r--subprojects/curl/tests/data/test1184108L
-rw-r--r--subprojects/curl/tests/data/test1185213L
-rw-r--r--subprojects/curl/tests/data/test118699L
-rw-r--r--subprojects/curl/tests/data/test118766L
-rw-r--r--subprojects/curl/tests/data/test118856L
-rw-r--r--subprojects/curl/tests/data/test1189111L
-rw-r--r--subprojects/curl/tests/data/test11954L
-rw-r--r--subprojects/curl/tests/data/test119056L
-rw-r--r--subprojects/curl/tests/data/test119150L
-rw-r--r--subprojects/curl/tests/data/test119256L
-rw-r--r--subprojects/curl/tests/data/test119372L
-rw-r--r--subprojects/curl/tests/data/test119459L
-rw-r--r--subprojects/curl/tests/data/test119563L
-rw-r--r--subprojects/curl/tests/data/test119662L
-rw-r--r--subprojects/curl/tests/data/test119787L
-rw-r--r--subprojects/curl/tests/data/test119854L
-rw-r--r--subprojects/curl/tests/data/test119955L
-rw-r--r--subprojects/curl/tests/data/test1254L
-rw-r--r--subprojects/curl/tests/data/test12056L
-rw-r--r--subprojects/curl/tests/data/test120039L
-rw-r--r--subprojects/curl/tests/data/test120139L
-rw-r--r--subprojects/curl/tests/data/test120240L
-rw-r--r--subprojects/curl/tests/data/test120343L
-rw-r--r--subprojects/curl/tests/data/test120478L
-rw-r--r--subprojects/curl/tests/data/test120548L
-rw-r--r--subprojects/curl/tests/data/test120657L
-rw-r--r--subprojects/curl/tests/data/test120756L
-rw-r--r--subprojects/curl/tests/data/test120862L
-rw-r--r--subprojects/curl/tests/data/test120960L
-rw-r--r--subprojects/curl/tests/data/test12154L
-rw-r--r--subprojects/curl/tests/data/test121053L
-rw-r--r--subprojects/curl/tests/data/test121155L
-rw-r--r--subprojects/curl/tests/data/test121252L
-rw-r--r--subprojects/curl/tests/data/test121354L
-rw-r--r--subprojects/curl/tests/data/test121454L
-rw-r--r--subprojects/curl/tests/data/test121596L
-rw-r--r--subprojects/curl/tests/data/test121666L
-rw-r--r--subprojects/curl/tests/data/test121760L
-rw-r--r--subprojects/curl/tests/data/test121865L
-rw-r--r--subprojects/curl/tests/data/test121952L
-rw-r--r--subprojects/curl/tests/data/test12248L
-rw-r--r--subprojects/curl/tests/data/test122037L
-rw-r--r--subprojects/curl/tests/data/test122153L
-rw-r--r--subprojects/curl/tests/data/test122224L
-rw-r--r--subprojects/curl/tests/data/test122358L
-rw-r--r--subprojects/curl/tests/data/test122452L
-rw-r--r--subprojects/curl/tests/data/test122559L
-rw-r--r--subprojects/curl/tests/data/test122652L
-rw-r--r--subprojects/curl/tests/data/test122751L
-rw-r--r--subprojects/curl/tests/data/test122858L
-rw-r--r--subprojects/curl/tests/data/test122983L
-rw-r--r--subprojects/curl/tests/data/test12343L
-rw-r--r--subprojects/curl/tests/data/test123078L
-rw-r--r--subprojects/curl/tests/data/test123160L
-rw-r--r--subprojects/curl/tests/data/test123267L
-rw-r--r--subprojects/curl/tests/data/test123350L
-rw-r--r--subprojects/curl/tests/data/test123433L
-rw-r--r--subprojects/curl/tests/data/test123588L
-rw-r--r--subprojects/curl/tests/data/test123633L
-rw-r--r--subprojects/curl/tests/data/test123745L
-rw-r--r--subprojects/curl/tests/data/test123865L
-rw-r--r--subprojects/curl/tests/data/test123966L
-rw-r--r--subprojects/curl/tests/data/test12450L
-rw-r--r--subprojects/curl/tests/data/test124047L
-rw-r--r--subprojects/curl/tests/data/test124166L
-rw-r--r--subprojects/curl/tests/data/test124243L
-rw-r--r--subprojects/curl/tests/data/test124344L
-rw-r--r--subprojects/curl/tests/data/test124462L
-rw-r--r--subprojects/curl/tests/data/test124557L
-rw-r--r--subprojects/curl/tests/data/test124666L
-rw-r--r--subprojects/curl/tests/data/test124738L
-rw-r--r--subprojects/curl/tests/data/test124850L
-rw-r--r--subprojects/curl/tests/data/test124953L
-rw-r--r--subprojects/curl/tests/data/test12544L
-rw-r--r--subprojects/curl/tests/data/test125051L
-rw-r--r--subprojects/curl/tests/data/test125152L
-rw-r--r--subprojects/curl/tests/data/test125253L
-rw-r--r--subprojects/curl/tests/data/test125354L
-rw-r--r--subprojects/curl/tests/data/test125454L
-rw-r--r--subprojects/curl/tests/data/test125552L
-rw-r--r--subprojects/curl/tests/data/test125656L
-rw-r--r--subprojects/curl/tests/data/test125756L
-rw-r--r--subprojects/curl/tests/data/test125856L
-rw-r--r--subprojects/curl/tests/data/test125945L
-rw-r--r--subprojects/curl/tests/data/test12651L
-rw-r--r--subprojects/curl/tests/data/test126036L
-rw-r--r--subprojects/curl/tests/data/test126159L
-rw-r--r--subprojects/curl/tests/data/test126243L
-rw-r--r--subprojects/curl/tests/data/test126337L
-rw-r--r--subprojects/curl/tests/data/test126436L
-rw-r--r--subprojects/curl/tests/data/test126557L
-rw-r--r--subprojects/curl/tests/data/test126644L
-rw-r--r--subprojects/curl/tests/data/test126744L
-rw-r--r--subprojects/curl/tests/data/test126841L
-rw-r--r--subprojects/curl/tests/data/test126934L
-rw-r--r--subprojects/curl/tests/data/test12749L
-rw-r--r--subprojects/curl/tests/data/test127067L
-rw-r--r--subprojects/curl/tests/data/test127146L
-rw-r--r--subprojects/curl/tests/data/test127243L
-rw-r--r--subprojects/curl/tests/data/test127381L
-rw-r--r--subprojects/curl/tests/data/test127467L
-rw-r--r--subprojects/curl/tests/data/test127525L
-rw-r--r--subprojects/curl/tests/data/test127625L
-rw-r--r--subprojects/curl/tests/data/test1277192L
-rw-r--r--subprojects/curl/tests/data/test127848L
-rw-r--r--subprojects/curl/tests/data/test127931L
-rw-r--r--subprojects/curl/tests/data/test12860L
-rw-r--r--subprojects/curl/tests/data/test128059L
-rw-r--r--subprojects/curl/tests/data/test128136L
-rw-r--r--subprojects/curl/tests/data/test128245L
-rw-r--r--subprojects/curl/tests/data/test128355L
-rw-r--r--subprojects/curl/tests/data/test128489L
-rw-r--r--subprojects/curl/tests/data/test128596L
-rw-r--r--subprojects/curl/tests/data/test1286112L
-rw-r--r--subprojects/curl/tests/data/test128793L
-rw-r--r--subprojects/curl/tests/data/test128898L
-rw-r--r--subprojects/curl/tests/data/test128935L
-rw-r--r--subprojects/curl/tests/data/test12957L
-rw-r--r--subprojects/curl/tests/data/test129046L
-rw-r--r--subprojects/curl/tests/data/test129145L
-rw-r--r--subprojects/curl/tests/data/test129248L
-rw-r--r--subprojects/curl/tests/data/test129368L
-rw-r--r--subprojects/curl/tests/data/test129463L
-rw-r--r--subprojects/curl/tests/data/test129581L
-rw-r--r--subprojects/curl/tests/data/test129653L
-rw-r--r--subprojects/curl/tests/data/test129765L
-rw-r--r--subprojects/curl/tests/data/test129854L
-rw-r--r--subprojects/curl/tests/data/test129953L
-rw-r--r--subprojects/curl/tests/data/test1342L
-rw-r--r--subprojects/curl/tests/data/test13066L
-rw-r--r--subprojects/curl/tests/data/test130022L
-rw-r--r--subprojects/curl/tests/data/test130121L
-rw-r--r--subprojects/curl/tests/data/test130222L
-rw-r--r--subprojects/curl/tests/data/test130322L
-rw-r--r--subprojects/curl/tests/data/test130430L
-rw-r--r--subprojects/curl/tests/data/test130526L
-rw-r--r--subprojects/curl/tests/data/test130627L
-rw-r--r--subprojects/curl/tests/data/test130724L
-rw-r--r--subprojects/curl/tests/data/test130833L
-rw-r--r--subprojects/curl/tests/data/test13091564L
-rw-r--r--subprojects/curl/tests/data/test13163L
-rw-r--r--subprojects/curl/tests/data/test131063L
-rw-r--r--subprojects/curl/tests/data/test131154L
-rw-r--r--subprojects/curl/tests/data/test131254L
-rw-r--r--subprojects/curl/tests/data/test131354L
-rw-r--r--subprojects/curl/tests/data/test131481L
-rw-r--r--subprojects/curl/tests/data/test131586L
-rw-r--r--subprojects/curl/tests/data/test131676L
-rw-r--r--subprojects/curl/tests/data/test131754L
-rw-r--r--subprojects/curl/tests/data/test131859L
-rw-r--r--subprojects/curl/tests/data/test131981L
-rw-r--r--subprojects/curl/tests/data/test13263L
-rw-r--r--subprojects/curl/tests/data/test132071L
-rw-r--r--subprojects/curl/tests/data/test132177L
-rw-r--r--subprojects/curl/tests/data/test132255L
-rw-r--r--subprojects/curl/tests/data/test132332L
-rw-r--r--subprojects/curl/tests/data/test132459L
-rw-r--r--subprojects/curl/tests/data/test132579L
-rw-r--r--subprojects/curl/tests/data/test132648L
-rw-r--r--subprojects/curl/tests/data/test132747L
-rw-r--r--subprojects/curl/tests/data/test132870L
-rw-r--r--subprojects/curl/tests/data/test132933L
-rw-r--r--subprojects/curl/tests/data/test13363L
-rw-r--r--subprojects/curl/tests/data/test133048L
-rw-r--r--subprojects/curl/tests/data/test133192L
-rw-r--r--subprojects/curl/tests/data/test133278L
-rw-r--r--subprojects/curl/tests/data/test133353L
-rw-r--r--subprojects/curl/tests/data/test133466L
-rw-r--r--subprojects/curl/tests/data/test133563L
-rw-r--r--subprojects/curl/tests/data/test133670L
-rw-r--r--subprojects/curl/tests/data/test133767L
-rw-r--r--subprojects/curl/tests/data/test133867L
-rw-r--r--subprojects/curl/tests/data/test133964L
-rw-r--r--subprojects/curl/tests/data/test13465L
-rw-r--r--subprojects/curl/tests/data/test134070L
-rw-r--r--subprojects/curl/tests/data/test134167L
-rw-r--r--subprojects/curl/tests/data/test134273L
-rw-r--r--subprojects/curl/tests/data/test134370L
-rw-r--r--subprojects/curl/tests/data/test134478L
-rw-r--r--subprojects/curl/tests/data/test134575L
-rw-r--r--subprojects/curl/tests/data/test134663L
-rw-r--r--subprojects/curl/tests/data/test134768L
-rw-r--r--subprojects/curl/tests/data/test134856L
-rw-r--r--subprojects/curl/tests/data/test134978L
-rw-r--r--subprojects/curl/tests/data/test13557L
-rw-r--r--subprojects/curl/tests/data/test135075L
-rw-r--r--subprojects/curl/tests/data/test135179L
-rw-r--r--subprojects/curl/tests/data/test135276L
-rw-r--r--subprojects/curl/tests/data/test135378L
-rw-r--r--subprojects/curl/tests/data/test135473L
-rw-r--r--subprojects/curl/tests/data/test135556L
-rw-r--r--subprojects/curl/tests/data/test135673L
-rw-r--r--subprojects/curl/tests/data/test135793L
-rw-r--r--subprojects/curl/tests/data/test135891L
-rw-r--r--subprojects/curl/tests/data/test135995L
-rw-r--r--subprojects/curl/tests/data/test13645L
-rw-r--r--subprojects/curl/tests/data/test136092L
-rw-r--r--subprojects/curl/tests/data/test136194L
-rw-r--r--subprojects/curl/tests/data/test136291L
-rw-r--r--subprojects/curl/tests/data/test136374L
-rw-r--r--subprojects/curl/tests/data/test136469L
-rw-r--r--subprojects/curl/tests/data/test136566L
-rw-r--r--subprojects/curl/tests/data/test136672L
-rw-r--r--subprojects/curl/tests/data/test136769L
-rw-r--r--subprojects/curl/tests/data/test136870L
-rw-r--r--subprojects/curl/tests/data/test136967L
-rw-r--r--subprojects/curl/tests/data/test13750L
-rw-r--r--subprojects/curl/tests/data/test137073L
-rw-r--r--subprojects/curl/tests/data/test137170L
-rw-r--r--subprojects/curl/tests/data/test137276L
-rw-r--r--subprojects/curl/tests/data/test137373L
-rw-r--r--subprojects/curl/tests/data/test137480L
-rw-r--r--subprojects/curl/tests/data/test137577L
-rw-r--r--subprojects/curl/tests/data/test137666L
-rw-r--r--subprojects/curl/tests/data/test137769L
-rw-r--r--subprojects/curl/tests/data/test137859L
-rw-r--r--subprojects/curl/tests/data/test137979L
-rw-r--r--subprojects/curl/tests/data/test13853L
-rw-r--r--subprojects/curl/tests/data/test138076L
-rw-r--r--subprojects/curl/tests/data/test138180L
-rw-r--r--subprojects/curl/tests/data/test138277L
-rw-r--r--subprojects/curl/tests/data/test138379L
-rw-r--r--subprojects/curl/tests/data/test138476L
-rw-r--r--subprojects/curl/tests/data/test138559L
-rw-r--r--subprojects/curl/tests/data/test138675L
-rw-r--r--subprojects/curl/tests/data/test138795L
-rw-r--r--subprojects/curl/tests/data/test138892L
-rw-r--r--subprojects/curl/tests/data/test138996L
-rw-r--r--subprojects/curl/tests/data/test13950L
-rw-r--r--subprojects/curl/tests/data/test139093L
-rw-r--r--subprojects/curl/tests/data/test139195L
-rw-r--r--subprojects/curl/tests/data/test139292L
-rw-r--r--subprojects/curl/tests/data/test139375L
-rw-r--r--subprojects/curl/tests/data/test139429L
-rw-r--r--subprojects/curl/tests/data/test139521L
-rw-r--r--subprojects/curl/tests/data/test139624L
-rw-r--r--subprojects/curl/tests/data/test139722L
-rw-r--r--subprojects/curl/tests/data/test139823L
-rw-r--r--subprojects/curl/tests/data/test139922L
-rw-r--r--subprojects/curl/tests/data/test1441L
-rw-r--r--subprojects/curl/tests/data/test14045L
-rw-r--r--subprojects/curl/tests/data/test1400110L
-rw-r--r--subprojects/curl/tests/data/test1401131L
-rw-r--r--subprojects/curl/tests/data/test1402115L
-rw-r--r--subprojects/curl/tests/data/test1403110L
-rw-r--r--subprojects/curl/tests/data/test1404191L
-rw-r--r--subprojects/curl/tests/data/test1405150L
-rw-r--r--subprojects/curl/tests/data/test1406134L
-rw-r--r--subprojects/curl/tests/data/test1407112L
-rw-r--r--subprojects/curl/tests/data/test140873L
-rw-r--r--subprojects/curl/tests/data/test140931L
-rw-r--r--subprojects/curl/tests/data/test14155L
-rw-r--r--subprojects/curl/tests/data/test141031L
-rw-r--r--subprojects/curl/tests/data/test141158L
-rw-r--r--subprojects/curl/tests/data/test1412129L
-rw-r--r--subprojects/curl/tests/data/test141372L
-rw-r--r--subprojects/curl/tests/data/test141460L
-rw-r--r--subprojects/curl/tests/data/test141587L
-rw-r--r--subprojects/curl/tests/data/test141661L
-rw-r--r--subprojects/curl/tests/data/test141777L
-rw-r--r--subprojects/curl/tests/data/test1418123L
-rw-r--r--subprojects/curl/tests/data/test141968L
-rw-r--r--subprojects/curl/tests/data/test142193L
-rw-r--r--subprojects/curl/tests/data/test1420116L
-rw-r--r--subprojects/curl/tests/data/test142174L
-rw-r--r--subprojects/curl/tests/data/test142256L
-rw-r--r--subprojects/curl/tests/data/test142355L
-rw-r--r--subprojects/curl/tests/data/test142474L
-rw-r--r--subprojects/curl/tests/data/test142577L
-rw-r--r--subprojects/curl/tests/data/test142674L
-rw-r--r--subprojects/curl/tests/data/test142729L
-rw-r--r--subprojects/curl/tests/data/test142881L
-rw-r--r--subprojects/curl/tests/data/test142968L
-rw-r--r--subprojects/curl/tests/data/test14347L
-rw-r--r--subprojects/curl/tests/data/test143056L
-rw-r--r--subprojects/curl/tests/data/test143154L
-rw-r--r--subprojects/curl/tests/data/test143255L
-rw-r--r--subprojects/curl/tests/data/test143355L
-rw-r--r--subprojects/curl/tests/data/test143488L
-rw-r--r--subprojects/curl/tests/data/test143544L
-rw-r--r--subprojects/curl/tests/data/test143685L
-rw-r--r--subprojects/curl/tests/data/test143783L
-rw-r--r--subprojects/curl/tests/data/test143857L
-rw-r--r--subprojects/curl/tests/data/test143956L
-rw-r--r--subprojects/curl/tests/data/test14452L
-rw-r--r--subprojects/curl/tests/data/test144035L
-rw-r--r--subprojects/curl/tests/data/test144135L
-rw-r--r--subprojects/curl/tests/data/test144235L
-rw-r--r--subprojects/curl/tests/data/test144358L
-rw-r--r--subprojects/curl/tests/data/test144455L
-rw-r--r--subprojects/curl/tests/data/test144535L
-rw-r--r--subprojects/curl/tests/data/test144639L
-rw-r--r--subprojects/curl/tests/data/test144739L
-rw-r--r--subprojects/curl/tests/data/test144890L
-rw-r--r--subprojects/curl/tests/data/test144941L
-rw-r--r--subprojects/curl/tests/data/test14554L
-rw-r--r--subprojects/curl/tests/data/test145034L
-rw-r--r--subprojects/curl/tests/data/test145140L
-rw-r--r--subprojects/curl/tests/data/test145243L
-rw-r--r--subprojects/curl/tests/data/test145338L
-rw-r--r--subprojects/curl/tests/data/test145438L
-rw-r--r--subprojects/curl/tests/data/test145563L
-rw-r--r--subprojects/curl/tests/data/test145667L
-rw-r--r--subprojects/curl/tests/data/test145760L
-rw-r--r--subprojects/curl/tests/data/test145854L
-rw-r--r--subprojects/curl/tests/data/test145944L
-rw-r--r--subprojects/curl/tests/data/test14658L
-rw-r--r--subprojects/curl/tests/data/test146052L
-rw-r--r--subprojects/curl/tests/data/test146160L
-rw-r--r--subprojects/curl/tests/data/test146263L
-rw-r--r--subprojects/curl/tests/data/test146345L
-rw-r--r--subprojects/curl/tests/data/test146445L
-rw-r--r--subprojects/curl/tests/data/test1465118L
-rw-r--r--subprojects/curl/tests/data/test146645L
-rw-r--r--subprojects/curl/tests/data/test146760L
-rw-r--r--subprojects/curl/tests/data/test146864L
-rw-r--r--subprojects/curl/tests/data/test146930L
-rw-r--r--subprojects/curl/tests/data/test14758L
-rw-r--r--subprojects/curl/tests/data/test147065L
-rw-r--r--subprojects/curl/tests/data/test147142L
-rw-r--r--subprojects/curl/tests/data/test147242L
-rw-r--r--subprojects/curl/tests/data/test147350L
-rw-r--r--subprojects/curl/tests/data/test147440L
-rw-r--r--subprojects/curl/tests/data/test147583L
-rw-r--r--subprojects/curl/tests/data/test147659L
-rw-r--r--subprojects/curl/tests/data/test147730L
-rw-r--r--subprojects/curl/tests/data/test147832L
-rw-r--r--subprojects/curl/tests/data/test147961L
-rw-r--r--subprojects/curl/tests/data/test14852L
-rw-r--r--subprojects/curl/tests/data/test148053L
-rw-r--r--subprojects/curl/tests/data/test1481116L
-rw-r--r--subprojects/curl/tests/data/test148281L
-rw-r--r--subprojects/curl/tests/data/test148384L
-rw-r--r--subprojects/curl/tests/data/test148453L
-rw-r--r--subprojects/curl/tests/data/test148551L
-rw-r--r--subprojects/curl/tests/data/test148632L
-rw-r--r--subprojects/curl/tests/data/test148754L
-rw-r--r--subprojects/curl/tests/data/test148831L
-rw-r--r--subprojects/curl/tests/data/test148966L
-rw-r--r--subprojects/curl/tests/data/test14956L
-rw-r--r--subprojects/curl/tests/data/test149043L
-rw-r--r--subprojects/curl/tests/data/test149137L
-rw-r--r--subprojects/curl/tests/data/test149263L
-rw-r--r--subprojects/curl/tests/data/test149378L
-rw-r--r--subprojects/curl/tests/data/test149450L
-rw-r--r--subprojects/curl/tests/data/test149553L
-rw-r--r--subprojects/curl/tests/data/test149653L
-rw-r--r--subprojects/curl/tests/data/test149761L
-rw-r--r--subprojects/curl/tests/data/test149856L
-rw-r--r--subprojects/curl/tests/data/test149976L
-rw-r--r--subprojects/curl/tests/data/test1555L
-rw-r--r--subprojects/curl/tests/data/test15092L
-rw-r--r--subprojects/curl/tests/data/test150044L
-rw-r--r--subprojects/curl/tests/data/test150160L
-rw-r--r--subprojects/curl/tests/data/test150255L
-rw-r--r--subprojects/curl/tests/data/test150355L
-rw-r--r--subprojects/curl/tests/data/test150455L
-rw-r--r--subprojects/curl/tests/data/test150555L
-rw-r--r--subprojects/curl/tests/data/test150695L
-rw-r--r--subprojects/curl/tests/data/test150751L
-rw-r--r--subprojects/curl/tests/data/test150831L
-rw-r--r--subprojects/curl/tests/data/test150991L
-rw-r--r--subprojects/curl/tests/data/test15145L
-rw-r--r--subprojects/curl/tests/data/test151095L
-rw-r--r--subprojects/curl/tests/data/test151171L
-rw-r--r--subprojects/curl/tests/data/test151280L
-rw-r--r--subprojects/curl/tests/data/test151350L
-rw-r--r--subprojects/curl/tests/data/test151464L
-rw-r--r--subprojects/curl/tests/data/test151562L
-rw-r--r--subprojects/curl/tests/data/test151658L
-rw-r--r--subprojects/curl/tests/data/test151778L
-rw-r--r--subprojects/curl/tests/data/test151862L
-rw-r--r--subprojects/curl/tests/data/test151962L
-rw-r--r--subprojects/curl/tests/data/test15249L
-rw-r--r--subprojects/curl/tests/data/test152063L
-rw-r--r--subprojects/curl/tests/data/test152133L
-rw-r--r--subprojects/curl/tests/data/test152253L
-rw-r--r--subprojects/curl/tests/data/test152350L
-rw-r--r--subprojects/curl/tests/data/test152474L
-rw-r--r--subprojects/curl/tests/data/test152578L
-rw-r--r--subprojects/curl/tests/data/test152680L
-rw-r--r--subprojects/curl/tests/data/test152781L
-rw-r--r--subprojects/curl/tests/data/test152863L
-rw-r--r--subprojects/curl/tests/data/test152946L
-rw-r--r--subprojects/curl/tests/data/test153157L
-rw-r--r--subprojects/curl/tests/data/test153030L
-rw-r--r--subprojects/curl/tests/data/test153138L
-rw-r--r--subprojects/curl/tests/data/test153249L
-rw-r--r--subprojects/curl/tests/data/test153374L
-rw-r--r--subprojects/curl/tests/data/test153451L
-rw-r--r--subprojects/curl/tests/data/test153550L
-rw-r--r--subprojects/curl/tests/data/test153650L
-rw-r--r--subprojects/curl/tests/data/test153745L
-rw-r--r--subprojects/curl/tests/data/test1538196L
-rw-r--r--subprojects/curl/tests/data/test153943L
-rw-r--r--subprojects/curl/tests/data/test154107L
-rw-r--r--subprojects/curl/tests/data/test154067L
-rw-r--r--subprojects/curl/tests/data/test154174L
-rw-r--r--subprojects/curl/tests/data/test154268L
-rw-r--r--subprojects/curl/tests/data/test154376L
-rw-r--r--subprojects/curl/tests/data/test154424L
-rw-r--r--subprojects/curl/tests/data/test154538L
-rw-r--r--subprojects/curl/tests/data/test154663L
-rw-r--r--subprojects/curl/tests/data/test154759L
-rw-r--r--subprojects/curl/tests/data/test155130L
-rw-r--r--subprojects/curl/tests/data/test155029L
-rw-r--r--subprojects/curl/tests/data/test155169L
-rw-r--r--subprojects/curl/tests/data/test155252L
-rw-r--r--subprojects/curl/tests/data/test155357L
-rw-r--r--subprojects/curl/tests/data/test155493L
-rw-r--r--subprojects/curl/tests/data/test155551L
-rw-r--r--subprojects/curl/tests/data/test155660L
-rw-r--r--subprojects/curl/tests/data/test155736L
-rw-r--r--subprojects/curl/tests/data/test155846L
-rw-r--r--subprojects/curl/tests/data/test155948L
-rw-r--r--subprojects/curl/tests/data/test15656L
-rw-r--r--subprojects/curl/tests/data/test156045L
-rw-r--r--subprojects/curl/tests/data/test1561107L
-rw-r--r--subprojects/curl/tests/data/test156272L
-rw-r--r--subprojects/curl/tests/data/test156349L
-rw-r--r--subprojects/curl/tests/data/test156434L
-rw-r--r--subprojects/curl/tests/data/test156544L
-rw-r--r--subprojects/curl/tests/data/test156663L
-rw-r--r--subprojects/curl/tests/data/test156770L
-rw-r--r--subprojects/curl/tests/data/test156888L
-rw-r--r--subprojects/curl/tests/data/test156976L
-rw-r--r--subprojects/curl/tests/data/test15745L
-rw-r--r--subprojects/curl/tests/data/test157076L
-rw-r--r--subprojects/curl/tests/data/test157195L
-rw-r--r--subprojects/curl/tests/data/test157297L
-rw-r--r--subprojects/curl/tests/data/test157392L
-rw-r--r--subprojects/curl/tests/data/test157492L
-rw-r--r--subprojects/curl/tests/data/test157597L
-rw-r--r--subprojects/curl/tests/data/test157695L
-rw-r--r--subprojects/curl/tests/data/test157795L
-rw-r--r--subprojects/curl/tests/data/test157895L
-rw-r--r--subprojects/curl/tests/data/test157993L
-rw-r--r--subprojects/curl/tests/data/test15858L
-rw-r--r--subprojects/curl/tests/data/test158095L
-rw-r--r--subprojects/curl/tests/data/test158197L
-rw-r--r--subprojects/curl/tests/data/test15972L
-rw-r--r--subprojects/curl/tests/data/test159057L
-rw-r--r--subprojects/curl/tests/data/test159160L
-rw-r--r--subprojects/curl/tests/data/test159236L
-rw-r--r--subprojects/curl/tests/data/test159346L
-rw-r--r--subprojects/curl/tests/data/test159449L
-rw-r--r--subprojects/curl/tests/data/test159548L
-rw-r--r--subprojects/curl/tests/data/test159650L
-rw-r--r--subprojects/curl/tests/data/test159732L
-rw-r--r--subprojects/curl/tests/data/test159859L
-rw-r--r--subprojects/curl/tests/data/test159945L
-rw-r--r--subprojects/curl/tests/data/test1653L
-rw-r--r--subprojects/curl/tests/data/test16073L
-rw-r--r--subprojects/curl/tests/data/test160023L
-rw-r--r--subprojects/curl/tests/data/test160122L
-rw-r--r--subprojects/curl/tests/data/test160222L
-rw-r--r--subprojects/curl/tests/data/test160322L
-rw-r--r--subprojects/curl/tests/data/test160424L
-rw-r--r--subprojects/curl/tests/data/test160521L
-rw-r--r--subprojects/curl/tests/data/test160622L
-rw-r--r--subprojects/curl/tests/data/test160722L
-rw-r--r--subprojects/curl/tests/data/test160823L
-rw-r--r--subprojects/curl/tests/data/test160922L
-rw-r--r--subprojects/curl/tests/data/test16151L
-rw-r--r--subprojects/curl/tests/data/test161022L
-rw-r--r--subprojects/curl/tests/data/test161122L
-rw-r--r--subprojects/curl/tests/data/test161222L
-rw-r--r--subprojects/curl/tests/data/test161353L
-rw-r--r--subprojects/curl/tests/data/test161425L
-rw-r--r--subprojects/curl/tests/data/test161523L
-rw-r--r--subprojects/curl/tests/data/test161622L
-rw-r--r--subprojects/curl/tests/data/test16260L
-rw-r--r--subprojects/curl/tests/data/test162022L
-rw-r--r--subprojects/curl/tests/data/test162125L
-rw-r--r--subprojects/curl/tests/data/test16382L
-rw-r--r--subprojects/curl/tests/data/test163054L
-rw-r--r--subprojects/curl/tests/data/test163190L
-rw-r--r--subprojects/curl/tests/data/test1632108L
-rw-r--r--subprojects/curl/tests/data/test163399L
-rw-r--r--subprojects/curl/tests/data/test163471L
-rw-r--r--subprojects/curl/tests/data/test163564L
-rw-r--r--subprojects/curl/tests/data/test16466L
-rw-r--r--subprojects/curl/tests/data/test16565L
-rw-r--r--subprojects/curl/tests/data/test165023L
-rw-r--r--subprojects/curl/tests/data/test165129L
-rw-r--r--subprojects/curl/tests/data/test165220L
-rw-r--r--subprojects/curl/tests/data/test165320L
-rw-r--r--subprojects/curl/tests/data/test165455L
-rw-r--r--subprojects/curl/tests/data/test165523L
-rw-r--r--subprojects/curl/tests/data/test165622L
-rw-r--r--subprojects/curl/tests/data/test165722L
-rw-r--r--subprojects/curl/tests/data/test165830L
-rw-r--r--subprojects/curl/tests/data/test16663L
-rw-r--r--subprojects/curl/tests/data/test166083L
-rw-r--r--subprojects/curl/tests/data/test166122L
-rw-r--r--subprojects/curl/tests/data/test166267L
-rw-r--r--subprojects/curl/tests/data/test166323L
-rw-r--r--subprojects/curl/tests/data/test1664240L
-rw-r--r--subprojects/curl/tests/data/test16779L
-rw-r--r--subprojects/curl/tests/data/test167061L
-rw-r--r--subprojects/curl/tests/data/test167174L
-rw-r--r--subprojects/curl/tests/data/test16899L
-rw-r--r--subprojects/curl/tests/data/test168055L
-rw-r--r--subprojects/curl/tests/data/test168161L
-rw-r--r--subprojects/curl/tests/data/test168258L
-rw-r--r--subprojects/curl/tests/data/test168359L
-rw-r--r--subprojects/curl/tests/data/test169120L
-rw-r--r--subprojects/curl/tests/data/test1754L
-rw-r--r--subprojects/curl/tests/data/test17052L
-rw-r--r--subprojects/curl/tests/data/test1700102L
-rw-r--r--subprojects/curl/tests/data/test170184L
-rw-r--r--subprojects/curl/tests/data/test170279L
-rw-r--r--subprojects/curl/tests/data/test170345L
-rw-r--r--subprojects/curl/tests/data/test170466L
-rw-r--r--subprojects/curl/tests/data/test1705302L
-rw-r--r--subprojects/curl/tests/data/test1706288L
-rw-r--r--subprojects/curl/tests/data/test170727L
-rw-r--r--subprojects/curl/tests/data/test170827L
-rw-r--r--subprojects/curl/tests/data/test170932L
-rw-r--r--subprojects/curl/tests/data/test17160L
-rw-r--r--subprojects/curl/tests/data/test171027L
-rw-r--r--subprojects/curl/tests/data/test17257L
-rw-r--r--subprojects/curl/tests/data/test17382L
-rw-r--r--subprojects/curl/tests/data/test17449L
-rw-r--r--subprojects/curl/tests/data/test17584L
-rw-r--r--subprojects/curl/tests/data/test17686L
-rw-r--r--subprojects/curl/tests/data/test17752L
-rw-r--r--subprojects/curl/tests/data/test17856L
-rw-r--r--subprojects/curl/tests/data/test17959L
-rw-r--r--subprojects/curl/tests/data/test1885L
-rw-r--r--subprojects/curl/tests/data/test18065L
-rw-r--r--subprojects/curl/tests/data/test180056L
-rw-r--r--subprojects/curl/tests/data/test180167L
-rw-r--r--subprojects/curl/tests/data/test18166L
-rw-r--r--subprojects/curl/tests/data/test18246L
-rw-r--r--subprojects/curl/tests/data/test18356L
-rw-r--r--subprojects/curl/tests/data/test18476L
-rw-r--r--subprojects/curl/tests/data/test18576L
-rw-r--r--subprojects/curl/tests/data/test18665L
-rw-r--r--subprojects/curl/tests/data/test18776L
-rw-r--r--subprojects/curl/tests/data/test18875L
-rw-r--r--subprojects/curl/tests/data/test18973L
-rw-r--r--subprojects/curl/tests/data/test1935L
-rw-r--r--subprojects/curl/tests/data/test19047L
-rw-r--r--subprojects/curl/tests/data/test190038L
-rw-r--r--subprojects/curl/tests/data/test190160L
-rw-r--r--subprojects/curl/tests/data/test190362L
-rw-r--r--subprojects/curl/tests/data/test190479L
-rw-r--r--subprojects/curl/tests/data/test190560L
-rw-r--r--subprojects/curl/tests/data/test190649L
-rw-r--r--subprojects/curl/tests/data/test190750L
-rw-r--r--subprojects/curl/tests/data/test190881L
-rw-r--r--subprojects/curl/tests/data/test190964L
-rw-r--r--subprojects/curl/tests/data/test19144L
-rw-r--r--subprojects/curl/tests/data/test191065L
-rw-r--r--subprojects/curl/tests/data/test191129L
-rw-r--r--subprojects/curl/tests/data/test191230L
-rw-r--r--subprojects/curl/tests/data/test191341L
-rw-r--r--subprojects/curl/tests/data/test191442L
-rw-r--r--subprojects/curl/tests/data/test191558L
-rw-r--r--subprojects/curl/tests/data/test191657L
-rw-r--r--subprojects/curl/tests/data/test191761L
-rw-r--r--subprojects/curl/tests/data/test191833L
-rw-r--r--subprojects/curl/tests/data/test191951L
-rw-r--r--subprojects/curl/tests/data/test19257L
-rw-r--r--subprojects/curl/tests/data/test19381L
-rw-r--r--subprojects/curl/tests/data/test193370L
-rw-r--r--subprojects/curl/tests/data/test193470L
-rw-r--r--subprojects/curl/tests/data/test193570L
-rw-r--r--subprojects/curl/tests/data/test193670L
-rw-r--r--subprojects/curl/tests/data/test193773L
-rw-r--r--subprojects/curl/tests/data/test193873L
-rw-r--r--subprojects/curl/tests/data/test193955L
-rw-r--r--subprojects/curl/tests/data/test19471L
-rw-r--r--subprojects/curl/tests/data/test194066L
-rw-r--r--subprojects/curl/tests/data/test194176L
-rw-r--r--subprojects/curl/tests/data/test194266L
-rw-r--r--subprojects/curl/tests/data/test194362L
-rw-r--r--subprojects/curl/tests/data/test194466L
-rw-r--r--subprojects/curl/tests/data/test194576L
-rw-r--r--subprojects/curl/tests/data/test194668L
-rw-r--r--subprojects/curl/tests/data/test194771L
-rw-r--r--subprojects/curl/tests/data/test194872L
-rw-r--r--subprojects/curl/tests/data/test19538L
-rw-r--r--subprojects/curl/tests/data/test195577L
-rw-r--r--subprojects/curl/tests/data/test195674L
-rw-r--r--subprojects/curl/tests/data/test195774L
-rw-r--r--subprojects/curl/tests/data/test195874L
-rw-r--r--subprojects/curl/tests/data/test195974L
-rw-r--r--subprojects/curl/tests/data/test19645L
-rw-r--r--subprojects/curl/tests/data/test196052L
-rw-r--r--subprojects/curl/tests/data/test196469L
-rw-r--r--subprojects/curl/tests/data/test19775L
-rw-r--r--subprojects/curl/tests/data/test197075L
-rw-r--r--subprojects/curl/tests/data/test197171L
-rw-r--r--subprojects/curl/tests/data/test197280L
-rw-r--r--subprojects/curl/tests/data/test197376L
-rw-r--r--subprojects/curl/tests/data/test197474L
-rw-r--r--subprojects/curl/tests/data/test197571L
-rw-r--r--subprojects/curl/tests/data/test197661L
-rw-r--r--subprojects/curl/tests/data/test197762L
-rw-r--r--subprojects/curl/tests/data/test197874L
-rw-r--r--subprojects/curl/tests/data/test197923L
-rw-r--r--subprojects/curl/tests/data/test19870L
-rw-r--r--subprojects/curl/tests/data/test198023L
-rw-r--r--subprojects/curl/tests/data/test19958L
-rw-r--r--subprojects/curl/tests/data/test248L
-rw-r--r--subprojects/curl/tests/data/test2036L
-rw-r--r--subprojects/curl/tests/data/test20041L
-rw-r--r--subprojects/curl/tests/data/test200076L
-rw-r--r--subprojects/curl/tests/data/test200199L
-rw-r--r--subprojects/curl/tests/data/test2002120L
-rw-r--r--subprojects/curl/tests/data/test2003149L
-rw-r--r--subprojects/curl/tests/data/test200476L
-rw-r--r--subprojects/curl/tests/data/test200555L
-rw-r--r--subprojects/curl/tests/data/test20134L
-rw-r--r--subprojects/curl/tests/data/test20237L
-rw-r--r--subprojects/curl/tests/data/test2023150L
-rw-r--r--subprojects/curl/tests/data/test2024165L
-rw-r--r--subprojects/curl/tests/data/test2025262L
-rw-r--r--subprojects/curl/tests/data/test2026209L
-rw-r--r--subprojects/curl/tests/data/test2027237L
-rw-r--r--subprojects/curl/tests/data/test2028307L
-rw-r--r--subprojects/curl/tests/data/test2029230L
-rw-r--r--subprojects/curl/tests/data/test20346L
-rw-r--r--subprojects/curl/tests/data/test2030288L
-rw-r--r--subprojects/curl/tests/data/test2031311L
-rw-r--r--subprojects/curl/tests/data/test2032114L
-rw-r--r--subprojects/curl/tests/data/test203358L
-rw-r--r--subprojects/curl/tests/data/test203454L
-rw-r--r--subprojects/curl/tests/data/test203541L
-rw-r--r--subprojects/curl/tests/data/test203754L
-rw-r--r--subprojects/curl/tests/data/test203841L
-rw-r--r--subprojects/curl/tests/data/test203964L
-rw-r--r--subprojects/curl/tests/data/test20440L
-rw-r--r--subprojects/curl/tests/data/test204068L
-rw-r--r--subprojects/curl/tests/data/test204154L
-rw-r--r--subprojects/curl/tests/data/test204241L
-rw-r--r--subprojects/curl/tests/data/test204333L
-rw-r--r--subprojects/curl/tests/data/test204433L
-rw-r--r--subprojects/curl/tests/data/test204554L
-rw-r--r--subprojects/curl/tests/data/test204696L
-rw-r--r--subprojects/curl/tests/data/test204799L
-rw-r--r--subprojects/curl/tests/data/test204840L
-rw-r--r--subprojects/curl/tests/data/test204965L
-rw-r--r--subprojects/curl/tests/data/test20538L
-rw-r--r--subprojects/curl/tests/data/test205080L
-rw-r--r--subprojects/curl/tests/data/test205174L
-rw-r--r--subprojects/curl/tests/data/test205268L
-rw-r--r--subprojects/curl/tests/data/test205355L
-rw-r--r--subprojects/curl/tests/data/test205465L
-rw-r--r--subprojects/curl/tests/data/test205581L
-rw-r--r--subprojects/curl/tests/data/test205663L
-rw-r--r--subprojects/curl/tests/data/test205785L
-rw-r--r--subprojects/curl/tests/data/test2058106L
-rw-r--r--subprojects/curl/tests/data/test2059106L
-rw-r--r--subprojects/curl/tests/data/test206109L
-rw-r--r--subprojects/curl/tests/data/test2060106L
-rw-r--r--subprojects/curl/tests/data/test206183L
-rw-r--r--subprojects/curl/tests/data/test206283L
-rw-r--r--subprojects/curl/tests/data/test206383L
-rw-r--r--subprojects/curl/tests/data/test206483L
-rw-r--r--subprojects/curl/tests/data/test206583L
-rw-r--r--subprojects/curl/tests/data/test206683L
-rw-r--r--subprojects/curl/tests/data/test206789L
-rw-r--r--subprojects/curl/tests/data/test206889L
-rw-r--r--subprojects/curl/tests/data/test206989L
-rw-r--r--subprojects/curl/tests/data/test20765L
-rw-r--r--subprojects/curl/tests/data/test207057L
-rw-r--r--subprojects/curl/tests/data/test207141L
-rw-r--r--subprojects/curl/tests/data/test207244L
-rw-r--r--subprojects/curl/tests/data/test207373L
-rw-r--r--subprojects/curl/tests/data/test207455L
-rw-r--r--subprojects/curl/tests/data/test207534L
-rw-r--r--subprojects/curl/tests/data/test207675L
-rw-r--r--subprojects/curl/tests/data/test207742L
-rw-r--r--subprojects/curl/tests/data/test207852L
-rw-r--r--subprojects/curl/tests/data/test207958L
-rw-r--r--subprojects/curl/tests/data/test20873L
-rw-r--r--subprojects/curl/tests/data/test208039L
-rw-r--r--subprojects/curl/tests/data/test208173L
-rw-r--r--subprojects/curl/tests/data/test208251L
-rw-r--r--subprojects/curl/tests/data/test208345L
-rw-r--r--subprojects/curl/tests/data/test208454L
-rw-r--r--subprojects/curl/tests/data/test208564L
-rw-r--r--subprojects/curl/tests/data/test208660L
-rw-r--r--subprojects/curl/tests/data/test208758L
-rw-r--r--subprojects/curl/tests/data/test208853L
-rw-r--r--subprojects/curl/tests/data/test208953L
-rw-r--r--subprojects/curl/tests/data/test209115L
-rw-r--r--subprojects/curl/tests/data/test2136L
-rw-r--r--subprojects/curl/tests/data/test21055L
-rw-r--r--subprojects/curl/tests/data/test2100118L
-rw-r--r--subprojects/curl/tests/data/test210150L
-rw-r--r--subprojects/curl/tests/data/test210264L
-rw-r--r--subprojects/curl/tests/data/test210345L
-rw-r--r--subprojects/curl/tests/data/test21157L
-rw-r--r--subprojects/curl/tests/data/test21267L
-rw-r--r--subprojects/curl/tests/data/test213118L
-rw-r--r--subprojects/curl/tests/data/test21452L
-rw-r--r--subprojects/curl/tests/data/test21559L
-rw-r--r--subprojects/curl/tests/data/test21648L
-rw-r--r--subprojects/curl/tests/data/test21761L
-rw-r--r--subprojects/curl/tests/data/test21856L
-rw-r--r--subprojects/curl/tests/data/test21939L
-rw-r--r--subprojects/curl/tests/data/test2242L
-rw-r--r--subprojects/curl/tests/data/test22073L
-rw-r--r--subprojects/curl/tests/data/test220062L
-rw-r--r--subprojects/curl/tests/data/test220150L
-rw-r--r--subprojects/curl/tests/data/test220259L
-rw-r--r--subprojects/curl/tests/data/test220362L
-rw-r--r--subprojects/curl/tests/data/test220456L
-rw-r--r--subprojects/curl/tests/data/test220544L
-rw-r--r--subprojects/curl/tests/data/test22176L
-rw-r--r--subprojects/curl/tests/data/test222184L
-rw-r--r--subprojects/curl/tests/data/test22375L
-rw-r--r--subprojects/curl/tests/data/test22470L
-rw-r--r--subprojects/curl/tests/data/test22528L
-rw-r--r--subprojects/curl/tests/data/test22629L
-rw-r--r--subprojects/curl/tests/data/test22760L
-rw-r--r--subprojects/curl/tests/data/test22855L
-rw-r--r--subprojects/curl/tests/data/test22941L
-rw-r--r--subprojects/curl/tests/data/test2333L
-rw-r--r--subprojects/curl/tests/data/test230184L
-rw-r--r--subprojects/curl/tests/data/test230062L
-rw-r--r--subprojects/curl/tests/data/test230165L
-rw-r--r--subprojects/curl/tests/data/test230273L
-rw-r--r--subprojects/curl/tests/data/test230362L
-rw-r--r--subprojects/curl/tests/data/test230468L
-rw-r--r--subprojects/curl/tests/data/test230668L
-rw-r--r--subprojects/curl/tests/data/test230857L
-rw-r--r--subprojects/curl/tests/data/test230966L
-rw-r--r--subprojects/curl/tests/data/test23138L
-rw-r--r--subprojects/curl/tests/data/test232184L
-rw-r--r--subprojects/curl/tests/data/test23396L
-rw-r--r--subprojects/curl/tests/data/test23499L
-rw-r--r--subprojects/curl/tests/data/test23555L
-rw-r--r--subprojects/curl/tests/data/test23656L
-rw-r--r--subprojects/curl/tests/data/test23744L
-rw-r--r--subprojects/curl/tests/data/test23845L
-rw-r--r--subprojects/curl/tests/data/test23992L
-rw-r--r--subprojects/curl/tests/data/test2448L
-rw-r--r--subprojects/curl/tests/data/test24056L
-rw-r--r--subprojects/curl/tests/data/test240064L
-rw-r--r--subprojects/curl/tests/data/test240171L
-rw-r--r--subprojects/curl/tests/data/test2402108L
-rw-r--r--subprojects/curl/tests/data/test240372L
-rw-r--r--subprojects/curl/tests/data/test2404108L
-rw-r--r--subprojects/curl/tests/data/test240550L
-rw-r--r--subprojects/curl/tests/data/test240665L
-rw-r--r--subprojects/curl/tests/data/test24154L
-rw-r--r--subprojects/curl/tests/data/test24252L
-rw-r--r--subprojects/curl/tests/data/test243121L
-rw-r--r--subprojects/curl/tests/data/test24457L
-rw-r--r--subprojects/curl/tests/data/test24586L
-rw-r--r--subprojects/curl/tests/data/test24696L
-rw-r--r--subprojects/curl/tests/data/test24749L
-rw-r--r--subprojects/curl/tests/data/test24861L
-rw-r--r--subprojects/curl/tests/data/test24952L
-rw-r--r--subprojects/curl/tests/data/test25113L
-rw-r--r--subprojects/curl/tests/data/test25062L
-rw-r--r--subprojects/curl/tests/data/test250077L
-rw-r--r--subprojects/curl/tests/data/test250169L
-rw-r--r--subprojects/curl/tests/data/test2502103L
-rw-r--r--subprojects/curl/tests/data/test250369L
-rw-r--r--subprojects/curl/tests/data/test25162L
-rw-r--r--subprojects/curl/tests/data/test25261L
-rw-r--r--subprojects/curl/tests/data/test25364L
-rw-r--r--subprojects/curl/tests/data/test25462L
-rw-r--r--subprojects/curl/tests/data/test25565L
-rw-r--r--subprojects/curl/tests/data/test25665L
-rw-r--r--subprojects/curl/tests/data/test257111L
-rw-r--r--subprojects/curl/tests/data/test258138L
-rw-r--r--subprojects/curl/tests/data/test259136L
-rw-r--r--subprojects/curl/tests/data/test2642L
-rw-r--r--subprojects/curl/tests/data/test26053L
-rw-r--r--subprojects/curl/tests/data/test260026L
-rw-r--r--subprojects/curl/tests/data/test260127L
-rw-r--r--subprojects/curl/tests/data/test260222L
-rw-r--r--subprojects/curl/tests/data/test260322L
-rw-r--r--subprojects/curl/tests/data/test260422L
-rw-r--r--subprojects/curl/tests/data/test26151L
-rw-r--r--subprojects/curl/tests/data/test26255L
-rw-r--r--subprojects/curl/tests/data/test26353L
-rw-r--r--subprojects/curl/tests/data/test26450L
-rw-r--r--subprojects/curl/tests/data/test265121L
-rw-r--r--subprojects/curl/tests/data/test26681L
-rw-r--r--subprojects/curl/tests/data/test267100L
-rw-r--r--subprojects/curl/tests/data/test26859L
-rw-r--r--subprojects/curl/tests/data/test26951L
-rw-r--r--subprojects/curl/tests/data/test2759L
-rw-r--r--subprojects/curl/tests/data/test27053L
-rw-r--r--subprojects/curl/tests/data/test270076L
-rw-r--r--subprojects/curl/tests/data/test270172L
-rw-r--r--subprojects/curl/tests/data/test270272L
-rw-r--r--subprojects/curl/tests/data/test270372L
-rw-r--r--subprojects/curl/tests/data/test270472L
-rw-r--r--subprojects/curl/tests/data/test270572L
-rw-r--r--subprojects/curl/tests/data/test270672L
-rw-r--r--subprojects/curl/tests/data/test270784L
-rw-r--r--subprojects/curl/tests/data/test270875L
-rw-r--r--subprojects/curl/tests/data/test270973L
-rw-r--r--subprojects/curl/tests/data/test27148L
-rw-r--r--subprojects/curl/tests/data/test271073L
-rw-r--r--subprojects/curl/tests/data/test271174L
-rw-r--r--subprojects/curl/tests/data/test271274L
-rw-r--r--subprojects/curl/tests/data/test271372L
-rw-r--r--subprojects/curl/tests/data/test271472L
-rw-r--r--subprojects/curl/tests/data/test271572L
-rw-r--r--subprojects/curl/tests/data/test271672L
-rw-r--r--subprojects/curl/tests/data/test271772L
-rw-r--r--subprojects/curl/tests/data/test271872L
-rw-r--r--subprojects/curl/tests/data/test271981L
-rw-r--r--subprojects/curl/tests/data/test27243L
-rw-r--r--subprojects/curl/tests/data/test272086L
-rw-r--r--subprojects/curl/tests/data/test272177L
-rw-r--r--subprojects/curl/tests/data/test272273L
-rw-r--r--subprojects/curl/tests/data/test272374L
-rw-r--r--subprojects/curl/tests/data/test27383L
-rw-r--r--subprojects/curl/tests/data/test27449L
-rw-r--r--subprojects/curl/tests/data/test27590L
-rw-r--r--subprojects/curl/tests/data/test27675L
-rw-r--r--subprojects/curl/tests/data/test27758L
-rw-r--r--subprojects/curl/tests/data/test27850L
-rw-r--r--subprojects/curl/tests/data/test27951L
-rw-r--r--subprojects/curl/tests/data/test2874L
-rw-r--r--subprojects/curl/tests/data/test28064L
-rw-r--r--subprojects/curl/tests/data/test28159L
-rw-r--r--subprojects/curl/tests/data/test28243L
-rw-r--r--subprojects/curl/tests/data/test28341L
-rw-r--r--subprojects/curl/tests/data/test28472L
-rw-r--r--subprojects/curl/tests/data/test28547L
-rw-r--r--subprojects/curl/tests/data/test28697L
-rw-r--r--subprojects/curl/tests/data/test28756L
-rw-r--r--subprojects/curl/tests/data/test28848L
-rw-r--r--subprojects/curl/tests/data/test28930L
-rw-r--r--subprojects/curl/tests/data/test2953L
-rw-r--r--subprojects/curl/tests/data/test29046L
-rw-r--r--subprojects/curl/tests/data/test29150L
-rw-r--r--subprojects/curl/tests/data/test29254L
-rw-r--r--subprojects/curl/tests/data/test29358L
-rw-r--r--subprojects/curl/tests/data/test29465L
-rw-r--r--subprojects/curl/tests/data/test29545L
-rw-r--r--subprojects/curl/tests/data/test29651L
-rw-r--r--subprojects/curl/tests/data/test29749L
-rw-r--r--subprojects/curl/tests/data/test29848L
-rw-r--r--subprojects/curl/tests/data/test29952L
-rw-r--r--subprojects/curl/tests/data/test358L
-rw-r--r--subprojects/curl/tests/data/test3041L
-rw-r--r--subprojects/curl/tests/data/test30051L
-rw-r--r--subprojects/curl/tests/data/test300053L
-rw-r--r--subprojects/curl/tests/data/test300153L
-rw-r--r--subprojects/curl/tests/data/test300255L
-rw-r--r--subprojects/curl/tests/data/test300355L
-rw-r--r--subprojects/curl/tests/data/test300455L
-rw-r--r--subprojects/curl/tests/data/test300555L
-rw-r--r--subprojects/curl/tests/data/test300651L
-rw-r--r--subprojects/curl/tests/data/test300747L
-rw-r--r--subprojects/curl/tests/data/test300857L
-rw-r--r--subprojects/curl/tests/data/test300957L
-rw-r--r--subprojects/curl/tests/data/test30155L
-rw-r--r--subprojects/curl/tests/data/test301057L
-rw-r--r--subprojects/curl/tests/data/test301157L
-rw-r--r--subprojects/curl/tests/data/test301261L
-rw-r--r--subprojects/curl/tests/data/test301368L
-rw-r--r--subprojects/curl/tests/data/test301456L
-rw-r--r--subprojects/curl/tests/data/test301578L
-rw-r--r--subprojects/curl/tests/data/test301635L
-rw-r--r--subprojects/curl/tests/data/test301767L
-rw-r--r--subprojects/curl/tests/data/test301865L
-rw-r--r--subprojects/curl/tests/data/test301936L
-rw-r--r--subprojects/curl/tests/data/test30249L
-rw-r--r--subprojects/curl/tests/data/test302036L
-rw-r--r--subprojects/curl/tests/data/test302151L
-rw-r--r--subprojects/curl/tests/data/test302251L
-rw-r--r--subprojects/curl/tests/data/test302357L
-rw-r--r--subprojects/curl/tests/data/test302457L
-rw-r--r--subprojects/curl/tests/data/test302544L
-rw-r--r--subprojects/curl/tests/data/test302645L
-rw-r--r--subprojects/curl/tests/data/test302758L
-rw-r--r--subprojects/curl/tests/data/test302873L
-rw-r--r--subprojects/curl/tests/data/test302939L
-rw-r--r--subprojects/curl/tests/data/test30357L
-rw-r--r--subprojects/curl/tests/data/test303043L
-rw-r--r--subprojects/curl/tests/data/test303167L
-rw-r--r--subprojects/curl/tests/data/test3032112L
-rw-r--r--subprojects/curl/tests/data/test30472L
-rw-r--r--subprojects/curl/tests/data/test30532L
-rw-r--r--subprojects/curl/tests/data/test30663L
-rw-r--r--subprojects/curl/tests/data/test30754L
-rw-r--r--subprojects/curl/tests/data/test30835L
-rw-r--r--subprojects/curl/tests/data/test30981L
-rw-r--r--subprojects/curl/tests/data/test31133L
-rw-r--r--subprojects/curl/tests/data/test31053L
-rw-r--r--subprojects/curl/tests/data/test310085L
-rw-r--r--subprojects/curl/tests/data/test310188L
-rw-r--r--subprojects/curl/tests/data/test310248L
-rw-r--r--subprojects/curl/tests/data/test310360L
-rw-r--r--subprojects/curl/tests/data/test310460L
-rw-r--r--subprojects/curl/tests/data/test310530L
-rw-r--r--subprojects/curl/tests/data/test31140L
-rw-r--r--subprojects/curl/tests/data/test31240L
-rw-r--r--subprojects/curl/tests/data/test31338L
-rw-r--r--subprojects/curl/tests/data/test314186L
-rw-r--r--subprojects/curl/tests/data/test31575L
-rw-r--r--subprojects/curl/tests/data/test316199L
-rw-r--r--subprojects/curl/tests/data/test31796L
-rw-r--r--subprojects/curl/tests/data/test31897L
-rw-r--r--subprojects/curl/tests/data/test31959L
-rw-r--r--subprojects/curl/tests/data/test3253L
-rw-r--r--subprojects/curl/tests/data/test32080L
-rw-r--r--subprojects/curl/tests/data/test320025L
-rw-r--r--subprojects/curl/tests/data/test320163L
-rw-r--r--subprojects/curl/tests/data/test320267L
-rw-r--r--subprojects/curl/tests/data/test320341L
-rw-r--r--subprojects/curl/tests/data/test320452L
-rw-r--r--subprojects/curl/tests/data/test320522L
-rw-r--r--subprojects/curl/tests/data/test3207178L
-rw-r--r--subprojects/curl/tests/data/test320864L
-rw-r--r--subprojects/curl/tests/data/test320962L
-rw-r--r--subprojects/curl/tests/data/test32133L
-rw-r--r--subprojects/curl/tests/data/test321062L
-rw-r--r--subprojects/curl/tests/data/test321122L
-rw-r--r--subprojects/curl/tests/data/test321222L
-rw-r--r--subprojects/curl/tests/data/test321322L
-rw-r--r--subprojects/curl/tests/data/test321422L
-rw-r--r--subprojects/curl/tests/data/test32233L
-rw-r--r--subprojects/curl/tests/data/test32333L
-rw-r--r--subprojects/curl/tests/data/test32433L
-rw-r--r--subprojects/curl/tests/data/test32564L
-rw-r--r--subprojects/curl/tests/data/test32664L
-rw-r--r--subprojects/curl/tests/data/test32775L
-rw-r--r--subprojects/curl/tests/data/test32855L
-rw-r--r--subprojects/curl/tests/data/test32977L
-rw-r--r--subprojects/curl/tests/data/test3360L
-rw-r--r--subprojects/curl/tests/data/test33093L
-rw-r--r--subprojects/curl/tests/data/test33169L
-rw-r--r--subprojects/curl/tests/data/test33247L
-rw-r--r--subprojects/curl/tests/data/test33335L
-rw-r--r--subprojects/curl/tests/data/test33442L
-rw-r--r--subprojects/curl/tests/data/test335101L
-rw-r--r--subprojects/curl/tests/data/test33661L
-rw-r--r--subprojects/curl/tests/data/test33761L
-rw-r--r--subprojects/curl/tests/data/test33862L
-rw-r--r--subprojects/curl/tests/data/test33961L
-rw-r--r--subprojects/curl/tests/data/test3464L
-rw-r--r--subprojects/curl/tests/data/test34040L
-rw-r--r--subprojects/curl/tests/data/test34159L
-rw-r--r--subprojects/curl/tests/data/test34256L
-rw-r--r--subprojects/curl/tests/data/test34359L
-rw-r--r--subprojects/curl/tests/data/test34456L
-rw-r--r--subprojects/curl/tests/data/test34559L
-rw-r--r--subprojects/curl/tests/data/test34658L
-rw-r--r--subprojects/curl/tests/data/test34760L
-rw-r--r--subprojects/curl/tests/data/test34864L
-rw-r--r--subprojects/curl/tests/data/test34945L
-rw-r--r--subprojects/curl/tests/data/test3549L
-rw-r--r--subprojects/curl/tests/data/test35058L
-rw-r--r--subprojects/curl/tests/data/test35157L
-rw-r--r--subprojects/curl/tests/data/test35258L
-rw-r--r--subprojects/curl/tests/data/test35357L
-rw-r--r--subprojects/curl/tests/data/test35453L
-rw-r--r--subprojects/curl/tests/data/test35555L
-rw-r--r--subprojects/curl/tests/data/test35671L
-rw-r--r--subprojects/curl/tests/data/test35781L
-rw-r--r--subprojects/curl/tests/data/test35894L
-rw-r--r--subprojects/curl/tests/data/test35994L
-rw-r--r--subprojects/curl/tests/data/test3664L
-rw-r--r--subprojects/curl/tests/data/test36028L
-rw-r--r--subprojects/curl/tests/data/test36150L
-rw-r--r--subprojects/curl/tests/data/test36254L
-rw-r--r--subprojects/curl/tests/data/test36388L
-rw-r--r--subprojects/curl/tests/data/test36450L
-rw-r--r--subprojects/curl/tests/data/test36565L
-rw-r--r--subprojects/curl/tests/data/test36649L
-rw-r--r--subprojects/curl/tests/data/test36748L
-rw-r--r--subprojects/curl/tests/data/test36849L
-rw-r--r--subprojects/curl/tests/data/test36947L
-rw-r--r--subprojects/curl/tests/data/test3745L
-rw-r--r--subprojects/curl/tests/data/test37036L
-rw-r--r--subprojects/curl/tests/data/test37156L
-rw-r--r--subprojects/curl/tests/data/test37249L
-rw-r--r--subprojects/curl/tests/data/test37378L
-rw-r--r--subprojects/curl/tests/data/test37449L
-rw-r--r--subprojects/curl/tests/data/test37533L
-rw-r--r--subprojects/curl/tests/data/test37660L
-rw-r--r--subprojects/curl/tests/data/test37839L
-rw-r--r--subprojects/curl/tests/data/test37967L
-rw-r--r--subprojects/curl/tests/data/test3859L
-rw-r--r--subprojects/curl/tests/data/test38064L
-rw-r--r--subprojects/curl/tests/data/test38168L
-rw-r--r--subprojects/curl/tests/data/test38356L
-rw-r--r--subprojects/curl/tests/data/test38459L
-rw-r--r--subprojects/curl/tests/data/test38556L
-rw-r--r--subprojects/curl/tests/data/test38674L
-rw-r--r--subprojects/curl/tests/data/test38759L
-rw-r--r--subprojects/curl/tests/data/test388157L
-rw-r--r--subprojects/curl/tests/data/test38957L
-rw-r--r--subprojects/curl/tests/data/test39111L
-rw-r--r--subprojects/curl/tests/data/test39048L
-rw-r--r--subprojects/curl/tests/data/test39172L
-rw-r--r--subprojects/curl/tests/data/test39262L
-rw-r--r--subprojects/curl/tests/data/test39358L
-rw-r--r--subprojects/curl/tests/data/test39457L
-rw-r--r--subprojects/curl/tests/data/test39553L
-rw-r--r--subprojects/curl/tests/data/test396183L
-rw-r--r--subprojects/curl/tests/data/test397200L
-rw-r--r--subprojects/curl/tests/data/test39860L
-rw-r--r--subprojects/curl/tests/data/test39932L
-rw-r--r--subprojects/curl/tests/data/test461L
-rw-r--r--subprojects/curl/tests/data/test4072L
-rw-r--r--subprojects/curl/tests/data/test40060L
-rw-r--r--subprojects/curl/tests/data/test400051L
-rw-r--r--subprojects/curl/tests/data/test400146L
-rw-r--r--subprojects/curl/tests/data/test40157L
-rw-r--r--subprojects/curl/tests/data/test40236L
-rw-r--r--subprojects/curl/tests/data/test40363L
-rw-r--r--subprojects/curl/tests/data/test40432L
-rw-r--r--subprojects/curl/tests/data/test40535L
-rw-r--r--subprojects/curl/tests/data/test40665L
-rw-r--r--subprojects/curl/tests/data/test40760L
-rw-r--r--subprojects/curl/tests/data/test40862L
-rw-r--r--subprojects/curl/tests/data/test40957L
-rw-r--r--subprojects/curl/tests/data/test4135L
-rw-r--r--subprojects/curl/tests/data/test41055L
-rw-r--r--subprojects/curl/tests/data/test41143L
-rw-r--r--subprojects/curl/tests/data/test41264L
-rw-r--r--subprojects/curl/tests/data/test41364L
-rw-r--r--subprojects/curl/tests/data/test41484L
-rw-r--r--subprojects/curl/tests/data/test41557L
-rw-r--r--subprojects/curl/tests/data/test41654L
-rw-r--r--subprojects/curl/tests/data/test41758L
-rw-r--r--subprojects/curl/tests/data/test41867L
-rw-r--r--subprojects/curl/tests/data/test41935L
-rw-r--r--subprojects/curl/tests/data/test4272L
-rw-r--r--subprojects/curl/tests/data/test42075L
-rw-r--r--subprojects/curl/tests/data/test42185L
-rw-r--r--subprojects/curl/tests/data/test42244L
-rw-r--r--subprojects/curl/tests/data/test42351L
-rw-r--r--subprojects/curl/tests/data/test42468L
-rw-r--r--subprojects/curl/tests/data/test42553L
-rw-r--r--subprojects/curl/tests/data/test42635L
-rw-r--r--subprojects/curl/tests/data/test42776L
-rw-r--r--subprojects/curl/tests/data/test42877L
-rw-r--r--subprojects/curl/tests/data/test42963L
-rw-r--r--subprojects/curl/tests/data/test4381L
-rw-r--r--subprojects/curl/tests/data/test430101L
-rw-r--r--subprojects/curl/tests/data/test43195L
-rw-r--r--subprojects/curl/tests/data/test432100L
-rw-r--r--subprojects/curl/tests/data/test43359L
-rw-r--r--subprojects/curl/tests/data/test43446L
-rw-r--r--subprojects/curl/tests/data/test43571L
-rw-r--r--subprojects/curl/tests/data/test43658L
-rw-r--r--subprojects/curl/tests/data/test43769L
-rw-r--r--subprojects/curl/tests/data/test43890L
-rw-r--r--subprojects/curl/tests/data/test43959L
-rw-r--r--subprojects/curl/tests/data/test4475L
-rw-r--r--subprojects/curl/tests/data/test44080L
-rw-r--r--subprojects/curl/tests/data/test44176L
-rw-r--r--subprojects/curl/tests/data/test442216L
-rw-r--r--subprojects/curl/tests/data/test44382L
-rw-r--r--subprojects/curl/tests/data/test444193L
-rw-r--r--subprojects/curl/tests/data/test44564L
-rw-r--r--subprojects/curl/tests/data/test44684L
-rw-r--r--subprojects/curl/tests/data/test44765L
-rw-r--r--subprojects/curl/tests/data/test44867L
-rw-r--r--subprojects/curl/tests/data/test44965L
-rw-r--r--subprojects/curl/tests/data/test4575L
-rw-r--r--subprojects/curl/tests/data/test45059L
-rw-r--r--subprojects/curl/tests/data/test45159L
-rw-r--r--subprojects/curl/tests/data/test45234L
-rw-r--r--subprojects/curl/tests/data/test45333L
-rw-r--r--subprojects/curl/tests/data/test45434L
-rw-r--r--subprojects/curl/tests/data/test45552L
-rw-r--r--subprojects/curl/tests/data/test45633L
-rw-r--r--subprojects/curl/tests/data/test45769L
-rw-r--r--subprojects/curl/tests/data/test45876L
-rw-r--r--subprojects/curl/tests/data/test45963L
-rw-r--r--subprojects/curl/tests/data/test46110L
-rw-r--r--subprojects/curl/tests/data/test46028L
-rw-r--r--subprojects/curl/tests/data/test46148L
-rw-r--r--subprojects/curl/tests/data/test46239L
-rw-r--r--subprojects/curl/tests/data/test46353L
-rw-r--r--subprojects/curl/tests/data/test46731L
-rw-r--r--subprojects/curl/tests/data/test46860L
-rw-r--r--subprojects/curl/tests/data/test46952L
-rw-r--r--subprojects/curl/tests/data/test4747L
-rw-r--r--subprojects/curl/tests/data/test47052L
-rw-r--r--subprojects/curl/tests/data/test47174L
-rw-r--r--subprojects/curl/tests/data/test47260L
-rw-r--r--subprojects/curl/tests/data/test47362L
-rw-r--r--subprojects/curl/tests/data/test47452L
-rw-r--r--subprojects/curl/tests/data/test47549L
-rw-r--r--subprojects/curl/tests/data/test47645L
-rw-r--r--subprojects/curl/tests/data/test47767L
-rw-r--r--subprojects/curl/tests/data/test47873L
-rw-r--r--subprojects/curl/tests/data/test479107L
-rw-r--r--subprojects/curl/tests/data/test4853L
-rw-r--r--subprojects/curl/tests/data/test48038L
-rw-r--r--subprojects/curl/tests/data/test48149L
-rw-r--r--subprojects/curl/tests/data/test48245L
-rw-r--r--subprojects/curl/tests/data/test48366L
-rw-r--r--subprojects/curl/tests/data/test48444L
-rw-r--r--subprojects/curl/tests/data/test48544L
-rw-r--r--subprojects/curl/tests/data/test486105L
-rw-r--r--subprojects/curl/tests/data/test48752L
-rw-r--r--subprojects/curl/tests/data/test48863L
-rw-r--r--subprojects/curl/tests/data/test48963L
-rw-r--r--subprojects/curl/tests/data/test4972L
-rw-r--r--subprojects/curl/tests/data/test49065L
-rw-r--r--subprojects/curl/tests/data/test49161L
-rw-r--r--subprojects/curl/tests/data/test49286L
-rw-r--r--subprojects/curl/tests/data/test49375L
-rw-r--r--subprojects/curl/tests/data/test49463L
-rw-r--r--subprojects/curl/tests/data/test49556L
-rw-r--r--subprojects/curl/tests/data/test49636L
-rw-r--r--subprojects/curl/tests/data/test49759L
-rw-r--r--subprojects/curl/tests/data/test49850L
-rw-r--r--subprojects/curl/tests/data/test49965L
-rw-r--r--subprojects/curl/tests/data/test551L
-rw-r--r--subprojects/curl/tests/data/test5072L
-rw-r--r--subprojects/curl/tests/data/test50062L
-rw-r--r--subprojects/curl/tests/data/test50140L
-rw-r--r--subprojects/curl/tests/data/test50247L
-rw-r--r--subprojects/curl/tests/data/test50390L
-rw-r--r--subprojects/curl/tests/data/test50446L
-rw-r--r--subprojects/curl/tests/data/test50570L
-rw-r--r--subprojects/curl/tests/data/test506251L
-rw-r--r--subprojects/curl/tests/data/test50737L
-rw-r--r--subprojects/curl/tests/data/test50854L
-rw-r--r--subprojects/curl/tests/data/test50941L
-rw-r--r--subprojects/curl/tests/data/test5172L
-rw-r--r--subprojects/curl/tests/data/test51065L
-rw-r--r--subprojects/curl/tests/data/test51155L
-rw-r--r--subprojects/curl/tests/data/test51250L
-rw-r--r--subprojects/curl/tests/data/test51343L
-rw-r--r--subprojects/curl/tests/data/test51454L
-rw-r--r--subprojects/curl/tests/data/test51551L
-rw-r--r--subprojects/curl/tests/data/test51655L
-rw-r--r--subprojects/curl/tests/data/test51745L
-rw-r--r--subprojects/curl/tests/data/test51870L
-rw-r--r--subprojects/curl/tests/data/test51978L
-rw-r--r--subprojects/curl/tests/data/test5272L
-rw-r--r--subprojects/curl/tests/data/test52056L
-rw-r--r--subprojects/curl/tests/data/test52161L
-rw-r--r--subprojects/curl/tests/data/test52257L
-rw-r--r--subprojects/curl/tests/data/test52364L
-rw-r--r--subprojects/curl/tests/data/test52446L
-rw-r--r--subprojects/curl/tests/data/test52562L
-rw-r--r--subprojects/curl/tests/data/test52666L
-rw-r--r--subprojects/curl/tests/data/test52766L
-rw-r--r--subprojects/curl/tests/data/test52865L
-rw-r--r--subprojects/curl/tests/data/test52962L
-rw-r--r--subprojects/curl/tests/data/test5355L
-rw-r--r--subprojects/curl/tests/data/test53049L
-rw-r--r--subprojects/curl/tests/data/test53162L
-rw-r--r--subprojects/curl/tests/data/test53266L
-rw-r--r--subprojects/curl/tests/data/test53358L
-rw-r--r--subprojects/curl/tests/data/test53456L
-rw-r--r--subprojects/curl/tests/data/test53569L
-rw-r--r--subprojects/curl/tests/data/test53676L
-rw-r--r--subprojects/curl/tests/data/test53767L
-rw-r--r--subprojects/curl/tests/data/test53845L
-rw-r--r--subprojects/curl/tests/data/test53966L
-rw-r--r--subprojects/curl/tests/data/test5443L
-rw-r--r--subprojects/curl/tests/data/test540109L
-rw-r--r--subprojects/curl/tests/data/test54161L
-rw-r--r--subprojects/curl/tests/data/test54260L
-rw-r--r--subprojects/curl/tests/data/test54337L
-rw-r--r--subprojects/curl/tests/data/test54453L
-rw-r--r--subprojects/curl/tests/data/test54556L
-rw-r--r--subprojects/curl/tests/data/test54673L
-rw-r--r--subprojects/curl/tests/data/test547122L
-rw-r--r--subprojects/curl/tests/data/test548122L
-rw-r--r--subprojects/curl/tests/data/test54963L
-rw-r--r--subprojects/curl/tests/data/test5564L
-rw-r--r--subprojects/curl/tests/data/test55063L
-rw-r--r--subprojects/curl/tests/data/test55199L
-rw-r--r--subprojects/curl/tests/data/test55291L
-rw-r--r--subprojects/curl/tests/data/test55362L
-rw-r--r--subprojects/curl/tests/data/test554136L
-rw-r--r--subprojects/curl/tests/data/test555127L
-rw-r--r--subprojects/curl/tests/data/test55647L
-rw-r--r--subprojects/curl/tests/data/test55748L
-rw-r--r--subprojects/curl/tests/data/test55859L
-rw-r--r--subprojects/curl/tests/data/test55951L
-rw-r--r--subprojects/curl/tests/data/test5661L
-rw-r--r--subprojects/curl/tests/data/test56053L
-rw-r--r--subprojects/curl/tests/data/test56164L
-rw-r--r--subprojects/curl/tests/data/test56255L
-rw-r--r--subprojects/curl/tests/data/test56359L
-rw-r--r--subprojects/curl/tests/data/test56471L
-rw-r--r--subprojects/curl/tests/data/test565110L
-rw-r--r--subprojects/curl/tests/data/test56657L
-rw-r--r--subprojects/curl/tests/data/test56749L
-rw-r--r--subprojects/curl/tests/data/test568116L
-rw-r--r--subprojects/curl/tests/data/test569110L
-rw-r--r--subprojects/curl/tests/data/test5746L
-rw-r--r--subprojects/curl/tests/data/test57076L
-rw-r--r--subprojects/curl/tests/data/test571122L
-rw-r--r--subprojects/curl/tests/data/test572121L
-rw-r--r--subprojects/curl/tests/data/test57355L
-rw-r--r--subprojects/curl/tests/data/test57499L
-rw-r--r--subprojects/curl/tests/data/test575127L
-rw-r--r--subprojects/curl/tests/data/test576192L
-rw-r--r--subprojects/curl/tests/data/test57755L
-rw-r--r--subprojects/curl/tests/data/test57852L
-rw-r--r--subprojects/curl/tests/data/test57986L
-rw-r--r--subprojects/curl/tests/data/test5848L
-rw-r--r--subprojects/curl/tests/data/test58055L
-rw-r--r--subprojects/curl/tests/data/test58155L
-rw-r--r--subprojects/curl/tests/data/test58246L
-rw-r--r--subprojects/curl/tests/data/test58342L
-rw-r--r--subprojects/curl/tests/data/test58484L
-rw-r--r--subprojects/curl/tests/data/test58566L
-rw-r--r--subprojects/curl/tests/data/test58662L
-rw-r--r--subprojects/curl/tests/data/test58749L
-rw-r--r--subprojects/curl/tests/data/test58872L
-rw-r--r--subprojects/curl/tests/data/test58955L
-rw-r--r--subprojects/curl/tests/data/test5945L
-rw-r--r--subprojects/curl/tests/data/test590113L
-rw-r--r--subprojects/curl/tests/data/test59176L
-rw-r--r--subprojects/curl/tests/data/test59277L
-rw-r--r--subprojects/curl/tests/data/test59375L
-rw-r--r--subprojects/curl/tests/data/test59477L
-rw-r--r--subprojects/curl/tests/data/test59560L
-rw-r--r--subprojects/curl/tests/data/test59663L
-rw-r--r--subprojects/curl/tests/data/test59736L
-rw-r--r--subprojects/curl/tests/data/test59883L
-rw-r--r--subprojects/curl/tests/data/test59986L
-rw-r--r--subprojects/curl/tests/data/test650L
-rw-r--r--subprojects/curl/tests/data/test6056L
-rw-r--r--subprojects/curl/tests/data/test60039L
-rw-r--r--subprojects/curl/tests/data/test60139L
-rw-r--r--subprojects/curl/tests/data/test60240L
-rw-r--r--subprojects/curl/tests/data/test60340L
-rw-r--r--subprojects/curl/tests/data/test60430L
-rw-r--r--subprojects/curl/tests/data/test60530L
-rw-r--r--subprojects/curl/tests/data/test60630L
-rw-r--r--subprojects/curl/tests/data/test60730L
-rw-r--r--subprojects/curl/tests/data/test60846L
-rw-r--r--subprojects/curl/tests/data/test60942L
-rw-r--r--subprojects/curl/tests/data/test6178L
-rw-r--r--subprojects/curl/tests/data/test61044L
-rw-r--r--subprojects/curl/tests/data/test61144L
-rw-r--r--subprojects/curl/tests/data/test61241L
-rw-r--r--subprojects/curl/tests/data/test61343L
-rw-r--r--subprojects/curl/tests/data/test61444L
-rw-r--r--subprojects/curl/tests/data/test61541L
-rw-r--r--subprojects/curl/tests/data/test61636L
-rw-r--r--subprojects/curl/tests/data/test61736L
-rw-r--r--subprojects/curl/tests/data/test61836L
-rw-r--r--subprojects/curl/tests/data/test61936L
-rw-r--r--subprojects/curl/tests/data/test6267L
-rw-r--r--subprojects/curl/tests/data/test62035L
-rw-r--r--subprojects/curl/tests/data/test62135L
-rw-r--r--subprojects/curl/tests/data/test62240L
-rw-r--r--subprojects/curl/tests/data/test62341L
-rw-r--r--subprojects/curl/tests/data/test62444L
-rw-r--r--subprojects/curl/tests/data/test62544L
-rw-r--r--subprojects/curl/tests/data/test62639L
-rw-r--r--subprojects/curl/tests/data/test62743L
-rw-r--r--subprojects/curl/tests/data/test62830L
-rw-r--r--subprojects/curl/tests/data/test62930L
-rw-r--r--subprojects/curl/tests/data/test6354L
-rw-r--r--subprojects/curl/tests/data/test63031L
-rw-r--r--subprojects/curl/tests/data/test63131L
-rw-r--r--subprojects/curl/tests/data/test63234L
-rw-r--r--subprojects/curl/tests/data/test63339L
-rw-r--r--subprojects/curl/tests/data/test63440L
-rw-r--r--subprojects/curl/tests/data/test63539L
-rw-r--r--subprojects/curl/tests/data/test63640L
-rw-r--r--subprojects/curl/tests/data/test63741L
-rw-r--r--subprojects/curl/tests/data/test63846L
-rw-r--r--subprojects/curl/tests/data/test63946L
-rw-r--r--subprojects/curl/tests/data/test6483L
-rw-r--r--subprojects/curl/tests/data/test64038L
-rw-r--r--subprojects/curl/tests/data/test64138L
-rw-r--r--subprojects/curl/tests/data/test64239L
-rw-r--r--subprojects/curl/tests/data/test643134L
-rw-r--r--subprojects/curl/tests/data/test64486L
-rw-r--r--subprojects/curl/tests/data/test645196L
-rw-r--r--subprojects/curl/tests/data/test646101L
-rw-r--r--subprojects/curl/tests/data/test64783L
-rw-r--r--subprojects/curl/tests/data/test64878L
-rw-r--r--subprojects/curl/tests/data/test64955L
-rw-r--r--subprojects/curl/tests/data/test6583L
-rw-r--r--subprojects/curl/tests/data/test650219L
-rw-r--r--subprojects/curl/tests/data/test65175L
-rw-r--r--subprojects/curl/tests/data/test652361L
-rw-r--r--subprojects/curl/tests/data/test65396L
-rw-r--r--subprojects/curl/tests/data/test654126L
-rw-r--r--subprojects/curl/tests/data/test65550L
-rw-r--r--subprojects/curl/tests/data/test65630L
-rw-r--r--subprojects/curl/tests/data/test65849L
-rw-r--r--subprojects/curl/tests/data/test65954L
-rw-r--r--subprojects/curl/tests/data/test6640L
-rw-r--r--subprojects/curl/tests/data/test66034L
-rw-r--r--subprojects/curl/tests/data/test66176L
-rw-r--r--subprojects/curl/tests/data/test66278L
-rw-r--r--subprojects/curl/tests/data/test66382L
-rw-r--r--subprojects/curl/tests/data/test66441L
-rw-r--r--subprojects/curl/tests/data/test66541L
-rw-r--r--subprojects/curl/tests/data/test666296L
-rw-r--r--subprojects/curl/tests/data/test66788L
-rw-r--r--subprojects/curl/tests/data/test668102L
-rw-r--r--subprojects/curl/tests/data/test66963L
-rw-r--r--subprojects/curl/tests/data/test6791L
-rw-r--r--subprojects/curl/tests/data/test67075L
-rw-r--r--subprojects/curl/tests/data/test67175L
-rw-r--r--subprojects/curl/tests/data/test67275L
-rw-r--r--subprojects/curl/tests/data/test67375L
-rw-r--r--subprojects/curl/tests/data/test67454L
-rw-r--r--subprojects/curl/tests/data/test67555L
-rw-r--r--subprojects/curl/tests/data/test67686L
-rw-r--r--subprojects/curl/tests/data/test67743L
-rw-r--r--subprojects/curl/tests/data/test67859L
-rw-r--r--subprojects/curl/tests/data/test67956L
-rw-r--r--subprojects/curl/tests/data/test6890L
-rw-r--r--subprojects/curl/tests/data/test68040L
-rw-r--r--subprojects/curl/tests/data/test68151L
-rw-r--r--subprojects/curl/tests/data/test68253L
-rw-r--r--subprojects/curl/tests/data/test68353L
-rw-r--r--subprojects/curl/tests/data/test68452L
-rw-r--r--subprojects/curl/tests/data/test68552L
-rw-r--r--subprojects/curl/tests/data/test68634L
-rw-r--r--subprojects/curl/tests/data/test68763L
-rw-r--r--subprojects/curl/tests/data/test68863L
-rw-r--r--subprojects/curl/tests/data/test68953L
-rw-r--r--subprojects/curl/tests/data/test69112L
-rw-r--r--subprojects/curl/tests/data/test69067L
-rw-r--r--subprojects/curl/tests/data/test69167L
-rw-r--r--subprojects/curl/tests/data/test69256L
-rw-r--r--subprojects/curl/tests/data/test69362L
-rw-r--r--subprojects/curl/tests/data/test694127L
-rw-r--r--subprojects/curl/tests/data/test69578L
-rw-r--r--subprojects/curl/tests/data/test69670L
-rw-r--r--subprojects/curl/tests/data/test69737L
-rw-r--r--subprojects/curl/tests/data/test69858L
-rw-r--r--subprojects/curl/tests/data/test69957L
-rw-r--r--subprojects/curl/tests/data/test760L
-rw-r--r--subprojects/curl/tests/data/test7086L
-rw-r--r--subprojects/curl/tests/data/test70058L
-rw-r--r--subprojects/curl/tests/data/test70158L
-rw-r--r--subprojects/curl/tests/data/test70247L
-rw-r--r--subprojects/curl/tests/data/test70344L
-rw-r--r--subprojects/curl/tests/data/test70439L
-rw-r--r--subprojects/curl/tests/data/test70539L
-rw-r--r--subprojects/curl/tests/data/test70663L
-rw-r--r--subprojects/curl/tests/data/test70763L
-rw-r--r--subprojects/curl/tests/data/test70861L
-rw-r--r--subprojects/curl/tests/data/test70962L
-rw-r--r--subprojects/curl/tests/data/test7181L
-rw-r--r--subprojects/curl/tests/data/test71058L
-rw-r--r--subprojects/curl/tests/data/test71160L
-rw-r--r--subprojects/curl/tests/data/test71254L
-rw-r--r--subprojects/curl/tests/data/test71355L
-rw-r--r--subprojects/curl/tests/data/test71474L
-rw-r--r--subprojects/curl/tests/data/test71576L
-rw-r--r--subprojects/curl/tests/data/test71645L
-rw-r--r--subprojects/curl/tests/data/test71766L
-rw-r--r--subprojects/curl/tests/data/test71861L
-rw-r--r--subprojects/curl/tests/data/test71963L
-rw-r--r--subprojects/curl/tests/data/test7285L
-rw-r--r--subprojects/curl/tests/data/test72062L
-rw-r--r--subprojects/curl/tests/data/test72162L
-rw-r--r--subprojects/curl/tests/data/test72255L
-rw-r--r--subprojects/curl/tests/data/test72338L
-rw-r--r--subprojects/curl/tests/data/test72461L
-rw-r--r--subprojects/curl/tests/data/test72543L
-rw-r--r--subprojects/curl/tests/data/test72643L
-rw-r--r--subprojects/curl/tests/data/test72755L
-rw-r--r--subprojects/curl/tests/data/test72864L
-rw-r--r--subprojects/curl/tests/data/test72941L
-rw-r--r--subprojects/curl/tests/data/test7356L
-rw-r--r--subprojects/curl/tests/data/test73055L
-rw-r--r--subprojects/curl/tests/data/test73161L
-rw-r--r--subprojects/curl/tests/data/test73255L
-rw-r--r--subprojects/curl/tests/data/test73355L
-rw-r--r--subprojects/curl/tests/data/test73455L
-rw-r--r--subprojects/curl/tests/data/test73555L
-rw-r--r--subprojects/curl/tests/data/test73661L
-rw-r--r--subprojects/curl/tests/data/test73761L
-rw-r--r--subprojects/curl/tests/data/test73840L
-rw-r--r--subprojects/curl/tests/data/test73937L
-rw-r--r--subprojects/curl/tests/data/test7474L
-rw-r--r--subprojects/curl/tests/data/test74063L
-rw-r--r--subprojects/curl/tests/data/test74145L
-rw-r--r--subprojects/curl/tests/data/test74266L
-rw-r--r--subprojects/curl/tests/data/test74360L
-rw-r--r--subprojects/curl/tests/data/test74479L
-rw-r--r--subprojects/curl/tests/data/test74531L
-rw-r--r--subprojects/curl/tests/data/test74635L
-rw-r--r--subprojects/curl/tests/data/test74759L
-rw-r--r--subprojects/curl/tests/data/test74836L
-rw-r--r--subprojects/curl/tests/data/test74961L
-rw-r--r--subprojects/curl/tests/data/test7544L
-rw-r--r--subprojects/curl/tests/data/test75057L
-rw-r--r--subprojects/curl/tests/data/test75137L
-rw-r--r--subprojects/curl/tests/data/test75272L
-rw-r--r--subprojects/curl/tests/data/test75345L
-rw-r--r--subprojects/curl/tests/data/test75464L
-rw-r--r--subprojects/curl/tests/data/test76108L
-rw-r--r--subprojects/curl/tests/data/test7754L
-rw-r--r--subprojects/curl/tests/data/test7866L
-rw-r--r--subprojects/curl/tests/data/test78084L
-rw-r--r--subprojects/curl/tests/data/test78187L
-rw-r--r--subprojects/curl/tests/data/test78287L
-rw-r--r--subprojects/curl/tests/data/test78387L
-rw-r--r--subprojects/curl/tests/data/test78459L
-rw-r--r--subprojects/curl/tests/data/test78559L
-rw-r--r--subprojects/curl/tests/data/test78659L
-rw-r--r--subprojects/curl/tests/data/test78735L
-rw-r--r--subprojects/curl/tests/data/test78859L
-rw-r--r--subprojects/curl/tests/data/test78958L
-rw-r--r--subprojects/curl/tests/data/test7954L
-rw-r--r--subprojects/curl/tests/data/test79056L
-rw-r--r--subprojects/curl/tests/data/test79156L
-rw-r--r--subprojects/curl/tests/data/test79248L
-rw-r--r--subprojects/curl/tests/data/test79348L
-rw-r--r--subprojects/curl/tests/data/test79953L
-rw-r--r--subprojects/curl/tests/data/test8100L
-rw-r--r--subprojects/curl/tests/data/test8081L
-rw-r--r--subprojects/curl/tests/data/test80049L
-rw-r--r--subprojects/curl/tests/data/test80146L
-rw-r--r--subprojects/curl/tests/data/test80247L
-rw-r--r--subprojects/curl/tests/data/test80345L
-rw-r--r--subprojects/curl/tests/data/test80447L
-rw-r--r--subprojects/curl/tests/data/test80562L
-rw-r--r--subprojects/curl/tests/data/test80644L
-rw-r--r--subprojects/curl/tests/data/test80745L
-rw-r--r--subprojects/curl/tests/data/test80849L
-rw-r--r--subprojects/curl/tests/data/test80943L
-rw-r--r--subprojects/curl/tests/data/test8193L
-rw-r--r--subprojects/curl/tests/data/test81043L
-rw-r--r--subprojects/curl/tests/data/test81140L
-rw-r--r--subprojects/curl/tests/data/test81240L
-rw-r--r--subprojects/curl/tests/data/test81340L
-rw-r--r--subprojects/curl/tests/data/test81441L
-rw-r--r--subprojects/curl/tests/data/test81546L
-rw-r--r--subprojects/curl/tests/data/test81649L
-rw-r--r--subprojects/curl/tests/data/test81740L
-rw-r--r--subprojects/curl/tests/data/test81846L
-rw-r--r--subprojects/curl/tests/data/test81956L
-rw-r--r--subprojects/curl/tests/data/test8254L
-rw-r--r--subprojects/curl/tests/data/test82057L
-rw-r--r--subprojects/curl/tests/data/test82160L
-rw-r--r--subprojects/curl/tests/data/test82263L
-rw-r--r--subprojects/curl/tests/data/test82364L
-rw-r--r--subprojects/curl/tests/data/test82456L
-rw-r--r--subprojects/curl/tests/data/test82556L
-rw-r--r--subprojects/curl/tests/data/test82657L
-rw-r--r--subprojects/curl/tests/data/test82763L
-rw-r--r--subprojects/curl/tests/data/test82856L
-rw-r--r--subprojects/curl/tests/data/test82929L
-rw-r--r--subprojects/curl/tests/data/test8379L
-rw-r--r--subprojects/curl/tests/data/test83057L
-rw-r--r--subprojects/curl/tests/data/test83159L
-rw-r--r--subprojects/curl/tests/data/test83259L
-rw-r--r--subprojects/curl/tests/data/test83366L
-rw-r--r--subprojects/curl/tests/data/test83468L
-rw-r--r--subprojects/curl/tests/data/test83568L
-rw-r--r--subprojects/curl/tests/data/test83659L
-rw-r--r--subprojects/curl/tests/data/test83756L
-rw-r--r--subprojects/curl/tests/data/test83856L
-rw-r--r--subprojects/curl/tests/data/test83956L
-rw-r--r--subprojects/curl/tests/data/test8454L
-rw-r--r--subprojects/curl/tests/data/test84056L
-rw-r--r--subprojects/curl/tests/data/test84151L
-rw-r--r--subprojects/curl/tests/data/test84259L
-rw-r--r--subprojects/curl/tests/data/test84357L
-rw-r--r--subprojects/curl/tests/data/test84452L
-rw-r--r--subprojects/curl/tests/data/test84554L
-rw-r--r--subprojects/curl/tests/data/test84650L
-rw-r--r--subprojects/curl/tests/data/test84749L
-rw-r--r--subprojects/curl/tests/data/test84856L
-rw-r--r--subprojects/curl/tests/data/test84951L
-rw-r--r--subprojects/curl/tests/data/test8558L
-rw-r--r--subprojects/curl/tests/data/test85049L
-rw-r--r--subprojects/curl/tests/data/test85144L
-rw-r--r--subprojects/curl/tests/data/test85247L
-rw-r--r--subprojects/curl/tests/data/test85353L
-rw-r--r--subprojects/curl/tests/data/test85445L
-rw-r--r--subprojects/curl/tests/data/test85547L
-rw-r--r--subprojects/curl/tests/data/test85648L
-rw-r--r--subprojects/curl/tests/data/test85760L
-rw-r--r--subprojects/curl/tests/data/test85841L
-rw-r--r--subprojects/curl/tests/data/test85941L
-rw-r--r--subprojects/curl/tests/data/test8694L
-rw-r--r--subprojects/curl/tests/data/test86041L
-rw-r--r--subprojects/curl/tests/data/test86152L
-rw-r--r--subprojects/curl/tests/data/test86250L
-rw-r--r--subprojects/curl/tests/data/test86341L
-rw-r--r--subprojects/curl/tests/data/test86455L
-rw-r--r--subprojects/curl/tests/data/test86557L
-rw-r--r--subprojects/curl/tests/data/test86658L
-rw-r--r--subprojects/curl/tests/data/test86761L
-rw-r--r--subprojects/curl/tests/data/test86864L
-rw-r--r--subprojects/curl/tests/data/test86965L
-rw-r--r--subprojects/curl/tests/data/test8761L
-rw-r--r--subprojects/curl/tests/data/test87057L
-rw-r--r--subprojects/curl/tests/data/test87156L
-rw-r--r--subprojects/curl/tests/data/test87257L
-rw-r--r--subprojects/curl/tests/data/test87363L
-rw-r--r--subprojects/curl/tests/data/test87456L
-rw-r--r--subprojects/curl/tests/data/test87529L
-rw-r--r--subprojects/curl/tests/data/test87658L
-rw-r--r--subprojects/curl/tests/data/test87760L
-rw-r--r--subprojects/curl/tests/data/test87860L
-rw-r--r--subprojects/curl/tests/data/test87967L
-rw-r--r--subprojects/curl/tests/data/test8899L
-rw-r--r--subprojects/curl/tests/data/test88069L
-rw-r--r--subprojects/curl/tests/data/test88169L
-rw-r--r--subprojects/curl/tests/data/test88258L
-rw-r--r--subprojects/curl/tests/data/test88357L
-rw-r--r--subprojects/curl/tests/data/test88457L
-rw-r--r--subprojects/curl/tests/data/test88556L
-rw-r--r--subprojects/curl/tests/data/test88656L
-rw-r--r--subprojects/curl/tests/data/test88758L
-rw-r--r--subprojects/curl/tests/data/test88857L
-rw-r--r--subprojects/curl/tests/data/test88956L
-rw-r--r--subprojects/curl/tests/data/test89136L
-rw-r--r--subprojects/curl/tests/data/test89055L
-rw-r--r--subprojects/curl/tests/data/test89148L
-rw-r--r--subprojects/curl/tests/data/test89257L
-rw-r--r--subprojects/curl/tests/data/test89353L
-rw-r--r--subprojects/curl/tests/data/test89437L
-rw-r--r--subprojects/curl/tests/data/test89550L
-rw-r--r--subprojects/curl/tests/data/test89638L
-rw-r--r--subprojects/curl/tests/data/test89770L
-rw-r--r--subprojects/curl/tests/data/test89894L
-rw-r--r--subprojects/curl/tests/data/test89964L
-rw-r--r--subprojects/curl/tests/data/test975L
-rw-r--r--subprojects/curl/tests/data/test90184L
-rw-r--r--subprojects/curl/tests/data/test90051L
-rw-r--r--subprojects/curl/tests/data/test90163L
-rw-r--r--subprojects/curl/tests/data/test90257L
-rw-r--r--subprojects/curl/tests/data/test90356L
-rw-r--r--subprojects/curl/tests/data/test90457L
-rw-r--r--subprojects/curl/tests/data/test90560L
-rw-r--r--subprojects/curl/tests/data/test90663L
-rw-r--r--subprojects/curl/tests/data/test90764L
-rw-r--r--subprojects/curl/tests/data/test90856L
-rw-r--r--subprojects/curl/tests/data/test90951L
-rw-r--r--subprojects/curl/tests/data/test91113L
-rw-r--r--subprojects/curl/tests/data/test91051L
-rw-r--r--subprojects/curl/tests/data/test91146L
-rw-r--r--subprojects/curl/tests/data/test91255L
-rw-r--r--subprojects/curl/tests/data/test91350L
-rw-r--r--subprojects/curl/tests/data/test91449L
-rw-r--r--subprojects/curl/tests/data/test91551L
-rw-r--r--subprojects/curl/tests/data/test91647L
-rw-r--r--subprojects/curl/tests/data/test91755L
-rw-r--r--subprojects/curl/tests/data/test91848L
-rw-r--r--subprojects/curl/tests/data/test91955L
-rw-r--r--subprojects/curl/tests/data/test9267L
-rw-r--r--subprojects/curl/tests/data/test92056L
-rw-r--r--subprojects/curl/tests/data/test92162L
-rw-r--r--subprojects/curl/tests/data/test92255L
-rw-r--r--subprojects/curl/tests/data/test92337L
-rw-r--r--subprojects/curl/tests/data/test92443L
-rw-r--r--subprojects/curl/tests/data/test92540L
-rw-r--r--subprojects/curl/tests/data/test92644L
-rw-r--r--subprojects/curl/tests/data/test92743L
-rw-r--r--subprojects/curl/tests/data/test92841L
-rw-r--r--subprojects/curl/tests/data/test92938L
-rw-r--r--subprojects/curl/tests/data/test9351L
-rw-r--r--subprojects/curl/tests/data/test93038L
-rw-r--r--subprojects/curl/tests/data/test93129L
-rw-r--r--subprojects/curl/tests/data/test93257L
-rw-r--r--subprojects/curl/tests/data/test93359L
-rw-r--r--subprojects/curl/tests/data/test93459L
-rw-r--r--subprojects/curl/tests/data/test93566L
-rw-r--r--subprojects/curl/tests/data/test93668L
-rw-r--r--subprojects/curl/tests/data/test93768L
-rw-r--r--subprojects/curl/tests/data/test93865L
-rw-r--r--subprojects/curl/tests/data/test93950L
-rw-r--r--subprojects/curl/tests/data/test9456L
-rw-r--r--subprojects/curl/tests/data/test94045L
-rw-r--r--subprojects/curl/tests/data/test94168L
-rw-r--r--subprojects/curl/tests/data/test94256L
-rw-r--r--subprojects/curl/tests/data/test94356L
-rw-r--r--subprojects/curl/tests/data/test94455L
-rw-r--r--subprojects/curl/tests/data/test94555L
-rw-r--r--subprojects/curl/tests/data/test94657L
-rw-r--r--subprojects/curl/tests/data/test94756L
-rw-r--r--subprojects/curl/tests/data/test94858L
-rw-r--r--subprojects/curl/tests/data/test94957L
-rw-r--r--subprojects/curl/tests/data/test9581L
-rw-r--r--subprojects/curl/tests/data/test95043L
-rw-r--r--subprojects/curl/tests/data/test95145L
-rw-r--r--subprojects/curl/tests/data/test95245L
-rw-r--r--subprojects/curl/tests/data/test95356L
-rw-r--r--subprojects/curl/tests/data/test95455L
-rw-r--r--subprojects/curl/tests/data/test95557L
-rw-r--r--subprojects/curl/tests/data/test95655L
-rw-r--r--subprojects/curl/tests/data/test95749L
-rw-r--r--subprojects/curl/tests/data/test95849L
-rw-r--r--subprojects/curl/tests/data/test95958L
-rw-r--r--subprojects/curl/tests/data/test9647L
-rw-r--r--subprojects/curl/tests/data/test96056L
-rw-r--r--subprojects/curl/tests/data/test96150L
-rw-r--r--subprojects/curl/tests/data/test96261L
-rw-r--r--subprojects/curl/tests/data/test96361L
-rw-r--r--subprojects/curl/tests/data/test96447L
-rw-r--r--subprojects/curl/tests/data/test96564L
-rw-r--r--subprojects/curl/tests/data/test96664L
-rw-r--r--subprojects/curl/tests/data/test96753L
-rw-r--r--subprojects/curl/tests/data/test96850L
-rw-r--r--subprojects/curl/tests/data/test96951L
-rw-r--r--subprojects/curl/tests/data/test9750L
-rw-r--r--subprojects/curl/tests/data/test97065L
-rw-r--r--subprojects/curl/tests/data/test97130L
-rw-r--r--subprojects/curl/tests/data/test97266L
-rw-r--r--subprojects/curl/tests/data/test97391L
-rw-r--r--subprojects/curl/tests/data/test97491L
-rw-r--r--subprojects/curl/tests/data/test97591L
-rw-r--r--subprojects/curl/tests/data/test97692L
-rw-r--r--subprojects/curl/tests/data/test97762L
-rw-r--r--subprojects/curl/tests/data/test97856L
-rw-r--r--subprojects/curl/tests/data/test97964L
-rw-r--r--subprojects/curl/tests/data/test9853L
-rw-r--r--subprojects/curl/tests/data/test98052L
-rw-r--r--subprojects/curl/tests/data/test98159L
-rw-r--r--subprojects/curl/tests/data/test98257L
-rw-r--r--subprojects/curl/tests/data/test98352L
-rw-r--r--subprojects/curl/tests/data/test98456L
-rw-r--r--subprojects/curl/tests/data/test98554L
-rw-r--r--subprojects/curl/tests/data/test98653L
-rw-r--r--subprojects/curl/tests/data/test98752L
-rw-r--r--subprojects/curl/tests/data/test98848L
-rw-r--r--subprojects/curl/tests/data/test98948L
-rw-r--r--subprojects/curl/tests/data/test9967L
-rw-r--r--subprojects/curl/tests/data/test99057L
-rw-r--r--subprojects/curl/tests/data/test99160L
-rw-r--r--subprojects/curl/tests/data/test99254L
-rw-r--r--subprojects/curl/tests/data/test99345L
-rw-r--r--subprojects/curl/tests/data/test99442L
-rw-r--r--subprojects/curl/tests/data/test99556L
-rw-r--r--subprojects/curl/tests/data/test99641L
-rw-r--r--subprojects/curl/tests/data/test99747L
-rw-r--r--subprojects/curl/tests/data/test99892L
-rw-r--r--subprojects/curl/tests/data/test99981L
-rwxr-xr-xsubprojects/curl/tests/devtest.pl202L
-rwxr-xr-xsubprojects/curl/tests/dictserver.py186L
-rw-r--r--subprojects/curl/tests/directories.pm306L
-rwxr-xr-xsubprojects/curl/tests/ech_combos.py98L
-rwxr-xr-xsubprojects/curl/tests/ech_tests.sh1156L
-rwxr-xr-xsubprojects/curl/tests/ftpserver.pl3372L
-rw-r--r--subprojects/curl/tests/getpart.pm379L
-rw-r--r--subprojects/curl/tests/globalconfig.pm144L
-rwxr-xr-xsubprojects/curl/tests/http-server.pl191L
-rw-r--r--subprojects/curl/tests/http/CMakeLists.txt56L
-rw-r--r--subprojects/curl/tests/http/Makefile582L
-rw-r--r--subprojects/curl/tests/http/Makefile.am76L
-rw-r--r--subprojects/curl/tests/http/Makefile.in582L
-rw-r--r--subprojects/curl/tests/http/config.ini39L
-rw-r--r--subprojects/curl/tests/http/config.ini.in39L
-rw-r--r--subprojects/curl/tests/http/conftest.py157L
-rw-r--r--subprojects/curl/tests/http/requirements.txt31L
-rw-r--r--subprojects/curl/tests/http/scorecard.py872L
-rw-r--r--subprojects/curl/tests/http/test_01_basic.py275L
-rw-r--r--subprojects/curl/tests/http/test_02_download.py750L
-rw-r--r--subprojects/curl/tests/http/test_03_goaway.py141L
-rw-r--r--subprojects/curl/tests/http/test_04_stuttered.py135L
-rw-r--r--subprojects/curl/tests/http/test_05_errors.py129L
-rw-r--r--subprojects/curl/tests/http/test_06_eyeballs.py102L
-rw-r--r--subprojects/curl/tests/http/test_07_upload.py784L
-rw-r--r--subprojects/curl/tests/http/test_08_caddy.py254L
-rw-r--r--subprojects/curl/tests/http/test_09_push.py85L
-rw-r--r--subprojects/curl/tests/http/test_10_proxy.py380L
-rw-r--r--subprojects/curl/tests/http/test_11_unix.py134L
-rw-r--r--subprojects/curl/tests/http/test_12_reuse.py175L
-rw-r--r--subprojects/curl/tests/http/test_13_proxy_auth.py169L
-rw-r--r--subprojects/curl/tests/http/test_14_auth.py141L
-rw-r--r--subprojects/curl/tests/http/test_15_tracing.py111L
-rw-r--r--subprojects/curl/tests/http/test_16_info.py174L
-rw-r--r--subprojects/curl/tests/http/test_17_ssl_use.py528L
-rw-r--r--subprojects/curl/tests/http/test_18_methods.py67L
-rw-r--r--subprojects/curl/tests/http/test_19_shutdown.py206L
-rw-r--r--subprojects/curl/tests/http/test_20_websockets.py175L
-rw-r--r--subprojects/curl/tests/http/test_30_vsftpd.py240L
-rw-r--r--subprojects/curl/tests/http/test_31_vsftpds.py271L
-rw-r--r--subprojects/curl/tests/http/test_32_ftps_vsftpd.py283L
-rw-r--r--subprojects/curl/tests/http/testenv/__init__.py38L
-rw-r--r--subprojects/curl/tests/http/testenv/caddy.py203L
-rw-r--r--subprojects/curl/tests/http/testenv/certs.py565L
-rw-r--r--subprojects/curl/tests/http/testenv/client.py121L
-rw-r--r--subprojects/curl/tests/http/testenv/curl.py1044L
-rw-r--r--subprojects/curl/tests/http/testenv/env.py726L
-rw-r--r--subprojects/curl/tests/http/testenv/httpd.py589L
-rw-r--r--subprojects/curl/tests/http/testenv/mod_curltest/mod_curltest.c871L
-rw-r--r--subprojects/curl/tests/http/testenv/nghttpx.py345L
-rw-r--r--subprojects/curl/tests/http/testenv/ports.py63L
-rw-r--r--subprojects/curl/tests/http/testenv/vsftpd.py224L
-rwxr-xr-xsubprojects/curl/tests/http/testenv/ws_echo_server.py65L
-rwxr-xr-xsubprojects/curl/tests/http2-server.pl119L
-rwxr-xr-xsubprojects/curl/tests/http3-server.pl119L
-rw-r--r--subprojects/curl/tests/libtest/.deps/libtests.Po1L
-rw-r--r--subprojects/curl/tests/libtest/CMakeLists.txt62L
-rw-r--r--subprojects/curl/tests/libtest/Makefile836L
-rw-r--r--subprojects/curl/tests/libtest/Makefile.am95L
-rw-r--r--subprojects/curl/tests/libtest/Makefile.in836L
-rw-r--r--subprojects/curl/tests/libtest/Makefile.inc98L
-rw-r--r--subprojects/curl/tests/libtest/first.c178L
-rw-r--r--subprojects/curl/tests/libtest/first.h513L
-rw-r--r--subprojects/curl/tests/libtest/lib1156.c173L
-rw-r--r--subprojects/curl/tests/libtest/lib1301.c62L
-rw-r--r--subprojects/curl/tests/libtest/lib1308.c94L
-rw-r--r--subprojects/curl/tests/libtest/lib1485.c119L
-rw-r--r--subprojects/curl/tests/libtest/lib1500.c89L
-rw-r--r--subprojects/curl/tests/libtest/lib1501.c108L
-rw-r--r--subprojects/curl/tests/libtest/lib1502.c152L
-rw-r--r--subprojects/curl/tests/libtest/lib1506.c133L
-rw-r--r--subprojects/curl/tests/libtest/lib1507.c149L
-rw-r--r--subprojects/curl/tests/libtest/lib1508.c49L
-rw-r--r--subprojects/curl/tests/libtest/lib1509.c97L
-rw-r--r--subprojects/curl/tests/libtest/lib1510.c99L
-rw-r--r--subprojects/curl/tests/libtest/lib1511.c77L
-rw-r--r--subprojects/curl/tests/libtest/lib1512.c93L
-rw-r--r--subprojects/curl/tests/libtest/lib1513.c76L
-rw-r--r--subprojects/curl/tests/libtest/lib1514.c88L
-rw-r--r--subprojects/curl/tests/libtest/lib1515.c145L
-rw-r--r--subprojects/curl/tests/libtest/lib1517.c125L
-rw-r--r--subprojects/curl/tests/libtest/lib1518.c102L
-rw-r--r--subprojects/curl/tests/libtest/lib1520.c115L
-rw-r--r--subprojects/curl/tests/libtest/lib1522.c99L
-rw-r--r--subprojects/curl/tests/libtest/lib1523.c83L
-rw-r--r--subprojects/curl/tests/libtest/lib1525.c99L
-rw-r--r--subprojects/curl/tests/libtest/lib1526.c105L
-rw-r--r--subprojects/curl/tests/libtest/lib1527.c101L
-rw-r--r--subprojects/curl/tests/libtest/lib1528.c74L
-rw-r--r--subprojects/curl/tests/libtest/lib1529.c62L
-rw-r--r--subprojects/curl/tests/libtest/lib1530.c69L
-rw-r--r--subprojects/curl/tests/libtest/lib1531.c148L
-rw-r--r--subprojects/curl/tests/libtest/lib1532.c87L
-rw-r--r--subprojects/curl/tests/libtest/lib1533.c202L
-rw-r--r--subprojects/curl/tests/libtest/lib1534.c138L
-rw-r--r--subprojects/curl/tests/libtest/lib1535.c142L
-rw-r--r--subprojects/curl/tests/libtest/lib1536.c136L
-rw-r--r--subprojects/curl/tests/libtest/lib1537.c91L
-rw-r--r--subprojects/curl/tests/libtest/lib1538.c62L
-rw-r--r--subprojects/curl/tests/libtest/lib1540.c123L
-rw-r--r--subprojects/curl/tests/libtest/lib1541.c151L
-rw-r--r--subprojects/curl/tests/libtest/lib1542.c83L
-rw-r--r--subprojects/curl/tests/libtest/lib1545.c52L
-rw-r--r--subprojects/curl/tests/libtest/lib1550.c48L
-rw-r--r--subprojects/curl/tests/libtest/lib1551.c53L
-rw-r--r--subprojects/curl/tests/libtest/lib1552.c92L
-rw-r--r--subprojects/curl/tests/libtest/lib1553.c115L
-rw-r--r--subprojects/curl/tests/libtest/lib1554.c108L
-rw-r--r--subprojects/curl/tests/libtest/lib1555.c81L
-rw-r--r--subprojects/curl/tests/libtest/lib1556.c78L
-rw-r--r--subprojects/curl/tests/libtest/lib1557.c62L
-rw-r--r--subprojects/curl/tests/libtest/lib1558.c65L
-rw-r--r--subprojects/curl/tests/libtest/lib1559.c78L
-rw-r--r--subprojects/curl/tests/libtest/lib1560.c2058L
-rw-r--r--subprojects/curl/tests/libtest/lib1564.c132L
-rw-r--r--subprojects/curl/tests/libtest/lib1565.c207L
-rw-r--r--subprojects/curl/tests/libtest/lib1567.c59L
-rw-r--r--subprojects/curl/tests/libtest/lib1568.c51L
-rw-r--r--subprojects/curl/tests/libtest/lib1569.c50L
-rw-r--r--subprojects/curl/tests/libtest/lib1571.c72L
-rw-r--r--subprojects/curl/tests/libtest/lib1576.c95L
-rw-r--r--subprojects/curl/tests/libtest/lib1591.c120L
-rw-r--r--subprojects/curl/tests/libtest/lib1592.c121L
-rw-r--r--subprojects/curl/tests/libtest/lib1593.c81L
-rw-r--r--subprojects/curl/tests/libtest/lib1594.c62L
-rw-r--r--subprojects/curl/tests/libtest/lib1597.c112L
-rw-r--r--subprojects/curl/tests/libtest/lib1598.c106L
-rw-r--r--subprojects/curl/tests/libtest/lib1599.c44L
-rw-r--r--subprojects/curl/tests/libtest/lib1662.c89L
-rw-r--r--subprojects/curl/tests/libtest/lib1900.c53L
-rw-r--r--subprojects/curl/tests/libtest/lib1901.c89L
-rw-r--r--subprojects/curl/tests/libtest/lib1903.c54L
-rw-r--r--subprojects/curl/tests/libtest/lib1905.c97L
-rw-r--r--subprojects/curl/tests/libtest/lib1906.c83L
-rw-r--r--subprojects/curl/tests/libtest/lib1907.c54L
-rw-r--r--subprojects/curl/tests/libtest/lib1908.c62L
-rw-r--r--subprojects/curl/tests/libtest/lib1910.c47L
-rw-r--r--subprojects/curl/tests/libtest/lib1911.c94L
-rw-r--r--subprojects/curl/tests/libtest/lib1912.c81L
-rw-r--r--subprojects/curl/tests/libtest/lib1913.c48L
-rw-r--r--subprojects/curl/tests/libtest/lib1915.c148L
-rw-r--r--subprojects/curl/tests/libtest/lib1916.c56L
-rw-r--r--subprojects/curl/tests/libtest/lib1918.c54L
-rw-r--r--subprojects/curl/tests/libtest/lib1919.c54L
-rw-r--r--subprojects/curl/tests/libtest/lib1933.c68L
-rw-r--r--subprojects/curl/tests/libtest/lib1934.c69L
-rw-r--r--subprojects/curl/tests/libtest/lib1935.c69L
-rw-r--r--subprojects/curl/tests/libtest/lib1936.c69L
-rw-r--r--subprojects/curl/tests/libtest/lib1937.c71L
-rw-r--r--subprojects/curl/tests/libtest/lib1938.c73L
-rw-r--r--subprojects/curl/tests/libtest/lib1939.c71L
-rw-r--r--subprojects/curl/tests/libtest/lib1940.c122L
-rw-r--r--subprojects/curl/tests/libtest/lib1945.c78L
-rw-r--r--subprojects/curl/tests/libtest/lib1947.c92L
-rw-r--r--subprojects/curl/tests/libtest/lib1948.c77L
-rw-r--r--subprojects/curl/tests/libtest/lib1955.c90L
-rw-r--r--subprojects/curl/tests/libtest/lib1956.c73L
-rw-r--r--subprojects/curl/tests/libtest/lib1957.c72L
-rw-r--r--subprojects/curl/tests/libtest/lib1958.c72L
-rw-r--r--subprojects/curl/tests/libtest/lib1959.c74L
-rw-r--r--subprojects/curl/tests/libtest/lib1960.c153L
-rw-r--r--subprojects/curl/tests/libtest/lib1964.c68L
-rw-r--r--subprojects/curl/tests/libtest/lib1970.c73L
-rw-r--r--subprojects/curl/tests/libtest/lib1971.c82L
-rw-r--r--subprojects/curl/tests/libtest/lib1972.c84L
-rw-r--r--subprojects/curl/tests/libtest/lib1973.c72L
-rw-r--r--subprojects/curl/tests/libtest/lib1974.c65L
-rw-r--r--subprojects/curl/tests/libtest/lib1975.c84L
-rw-r--r--subprojects/curl/tests/libtest/lib1977.c94L
-rw-r--r--subprojects/curl/tests/libtest/lib1978.c105L
-rw-r--r--subprojects/curl/tests/libtest/lib2023.c150L
-rw-r--r--subprojects/curl/tests/libtest/lib2032.c235L
-rw-r--r--subprojects/curl/tests/libtest/lib2082.c100L
-rw-r--r--subprojects/curl/tests/libtest/lib2301.c155L
-rw-r--r--subprojects/curl/tests/libtest/lib2302.c130L
-rw-r--r--subprojects/curl/tests/libtest/lib2304.c142L
-rw-r--r--subprojects/curl/tests/libtest/lib2306.c49L
-rw-r--r--subprojects/curl/tests/libtest/lib2308.c50L
-rw-r--r--subprojects/curl/tests/libtest/lib2309.c62L
-rw-r--r--subprojects/curl/tests/libtest/lib2402.c136L
-rw-r--r--subprojects/curl/tests/libtest/lib2404.c138L
-rw-r--r--subprojects/curl/tests/libtest/lib2405.c394L
-rw-r--r--subprojects/curl/tests/libtest/lib2502.c140L
-rw-r--r--subprojects/curl/tests/libtest/lib2700.c255L
-rw-r--r--subprojects/curl/tests/libtest/lib3010.c69L
-rw-r--r--subprojects/curl/tests/libtest/lib3025.c61L
-rw-r--r--subprojects/curl/tests/libtest/lib3026.c173L
-rw-r--r--subprojects/curl/tests/libtest/lib3027.c54L
-rw-r--r--subprojects/curl/tests/libtest/lib3100.c69L
-rw-r--r--subprojects/curl/tests/libtest/lib3101.c65L
-rw-r--r--subprojects/curl/tests/libtest/lib3102.c142L
-rw-r--r--subprojects/curl/tests/libtest/lib3103.c66L
-rw-r--r--subprojects/curl/tests/libtest/lib3104.c66L
-rw-r--r--subprojects/curl/tests/libtest/lib3105.c63L
-rw-r--r--subprojects/curl/tests/libtest/lib3207.c229L
-rw-r--r--subprojects/curl/tests/libtest/lib3208.c102L
-rw-r--r--subprojects/curl/tests/libtest/lib500.c177L
-rw-r--r--subprojects/curl/tests/libtest/lib501.c60L
-rw-r--r--subprojects/curl/tests/libtest/lib502.c89L
-rw-r--r--subprojects/curl/tests/libtest/lib503.c100L
-rw-r--r--subprojects/curl/tests/libtest/lib504.c126L
-rw-r--r--subprojects/curl/tests/libtest/lib505.c153L
-rw-r--r--subprojects/curl/tests/libtest/lib506.c373L
-rw-r--r--subprojects/curl/tests/libtest/lib507.c98L
-rw-r--r--subprojects/curl/tests/libtest/lib508.c106L
-rw-r--r--subprojects/curl/tests/libtest/lib509.c115L
-rw-r--r--subprojects/curl/tests/libtest/lib510.c131L
-rw-r--r--subprojects/curl/tests/libtest/lib511.c58L
-rw-r--r--subprojects/curl/tests/libtest/lib512.c76L
-rw-r--r--subprojects/curl/tests/libtest/lib513.c85L
-rw-r--r--subprojects/curl/tests/libtest/lib514.c81L
-rw-r--r--subprojects/curl/tests/libtest/lib515.c62L
-rw-r--r--subprojects/curl/tests/libtest/lib516.c61L
-rw-r--r--subprojects/curl/tests/libtest/lib517.c182L
-rw-r--r--subprojects/curl/tests/libtest/lib518.c483L
-rw-r--r--subprojects/curl/tests/libtest/lib519.c66L
-rw-r--r--subprojects/curl/tests/libtest/lib520.c57L
-rw-r--r--subprojects/curl/tests/libtest/lib521.c58L
-rw-r--r--subprojects/curl/tests/libtest/lib523.c59L
-rw-r--r--subprojects/curl/tests/libtest/lib524.c57L
-rw-r--r--subprojects/curl/tests/libtest/lib525.c155L
-rw-r--r--subprojects/curl/tests/libtest/lib526.c172L
-rw-r--r--subprojects/curl/tests/libtest/lib530.c422L
-rw-r--r--subprojects/curl/tests/libtest/lib533.c108L
-rw-r--r--subprojects/curl/tests/libtest/lib536.c84L
-rw-r--r--subprojects/curl/tests/libtest/lib537.c497L
-rw-r--r--subprojects/curl/tests/libtest/lib539.c86L
-rw-r--r--subprojects/curl/tests/libtest/lib540.c248L
-rw-r--r--subprojects/curl/tests/libtest/lib541.c119L
-rw-r--r--subprojects/curl/tests/libtest/lib542.c71L
-rw-r--r--subprojects/curl/tests/libtest/lib543.c72L
-rw-r--r--subprojects/curl/tests/libtest/lib544.c87L
-rw-r--r--subprojects/curl/tests/libtest/lib547.c116L
-rw-r--r--subprojects/curl/tests/libtest/lib549.c67L
-rw-r--r--subprojects/curl/tests/libtest/lib552.c210L
-rw-r--r--subprojects/curl/tests/libtest/lib553.c113L
-rw-r--r--subprojects/curl/tests/libtest/lib554.c211L
-rw-r--r--subprojects/curl/tests/libtest/lib555.c146L
-rw-r--r--subprojects/curl/tests/libtest/lib556.c112L
-rw-r--r--subprojects/curl/tests/libtest/lib557.c1577L
-rw-r--r--subprojects/curl/tests/libtest/lib558.c54L
-rw-r--r--subprojects/curl/tests/libtest/lib559.c56L
-rw-r--r--subprojects/curl/tests/libtest/lib560.c111L
-rw-r--r--subprojects/curl/tests/libtest/lib562.c72L
-rw-r--r--subprojects/curl/tests/libtest/lib564.c89L
-rw-r--r--subprojects/curl/tests/libtest/lib566.c70L
-rw-r--r--subprojects/curl/tests/libtest/lib567.c72L
-rw-r--r--subprojects/curl/tests/libtest/lib568.c173L
-rw-r--r--subprojects/curl/tests/libtest/lib569.c126L
-rw-r--r--subprojects/curl/tests/libtest/lib570.c117L
-rw-r--r--subprojects/curl/tests/libtest/lib571.c205L
-rw-r--r--subprojects/curl/tests/libtest/lib572.c177L
-rw-r--r--subprojects/curl/tests/libtest/lib573.c111L
-rw-r--r--subprojects/curl/tests/libtest/lib574.c74L
-rw-r--r--subprojects/curl/tests/libtest/lib575.c110L
-rw-r--r--subprojects/curl/tests/libtest/lib576.c124L
-rw-r--r--subprojects/curl/tests/libtest/lib578.c100L
-rw-r--r--subprojects/curl/tests/libtest/lib579.c175L
-rw-r--r--subprojects/curl/tests/libtest/lib582.c365L
-rw-r--r--subprojects/curl/tests/libtest/lib583.c89L
-rw-r--r--subprojects/curl/tests/libtest/lib586.c247L
-rw-r--r--subprojects/curl/tests/libtest/lib589.c74L
-rw-r--r--subprojects/curl/tests/libtest/lib590.c85L
-rw-r--r--subprojects/curl/tests/libtest/lib591.c144L
-rw-r--r--subprojects/curl/tests/libtest/lib597.c127L
-rw-r--r--subprojects/curl/tests/libtest/lib598.c74L
-rw-r--r--subprojects/curl/tests/libtest/lib599.c99L
-rw-r--r--subprojects/curl/tests/libtest/lib643.c269L
-rw-r--r--subprojects/curl/tests/libtest/lib650.c210L
-rw-r--r--subprojects/curl/tests/libtest/lib651.c95L
-rw-r--r--subprojects/curl/tests/libtest/lib652.c133L
-rw-r--r--subprojects/curl/tests/libtest/lib653.c62L
-rw-r--r--subprojects/curl/tests/libtest/lib654.c165L
-rw-r--r--subprojects/curl/tests/libtest/lib655.c115L
-rw-r--r--subprojects/curl/tests/libtest/lib658.c78L
-rw-r--r--subprojects/curl/tests/libtest/lib659.c76L
-rw-r--r--subprojects/curl/tests/libtest/lib661.c168L
-rw-r--r--subprojects/curl/tests/libtest/lib666.c122L
-rw-r--r--subprojects/curl/tests/libtest/lib667.c112L
-rw-r--r--subprojects/curl/tests/libtest/lib668.c117L
-rw-r--r--subprojects/curl/tests/libtest/lib670.c248L
-rw-r--r--subprojects/curl/tests/libtest/lib674.c82L
-rw-r--r--subprojects/curl/tests/libtest/lib676.c70L
-rw-r--r--subprojects/curl/tests/libtest/lib677.c135L
-rw-r--r--subprojects/curl/tests/libtest/lib678.c120L
-rw-r--r--subprojects/curl/tests/libtest/lib694.c77L
-rw-r--r--subprojects/curl/tests/libtest/lib695.c114L
-rw-r--r--subprojects/curl/tests/libtest/lib751.c88L
-rw-r--r--subprojects/curl/tests/libtest/lib753.c184L
-rw-r--r--subprojects/curl/tests/libtest/libtests.c474L
-rw-r--r--subprojects/curl/tests/libtest/memptr.c48L
-rwxr-xr-xsubprojects/curl/tests/libtest/mk-lib1521.pl616L
-rwxr-xr-xsubprojects/curl/tests/libtest/test1013.pl71L
-rwxr-xr-xsubprojects/curl/tests/libtest/test1022.pl76L
-rwxr-xr-xsubprojects/curl/tests/libtest/test307.pl39L
-rwxr-xr-xsubprojects/curl/tests/libtest/test610.pl55L
-rwxr-xr-xsubprojects/curl/tests/libtest/test613.pl143L
-rw-r--r--subprojects/curl/tests/libtest/testtrace.c144L
-rw-r--r--subprojects/curl/tests/libtest/testtrace.h38L
-rw-r--r--subprojects/curl/tests/libtest/testutil.c55L
-rw-r--r--subprojects/curl/tests/libtest/testutil.h39L
-rw-r--r--subprojects/curl/tests/libtest/unitcheck.h118L
-rwxr-xr-xsubprojects/curl/tests/memanalyze.pl435L
-rwxr-xr-xsubprojects/curl/tests/negtelnetserver.py369L
-rw-r--r--subprojects/curl/tests/nghttpx.conf26L
-rw-r--r--subprojects/curl/tests/pathhelp.pm195L
-rw-r--r--subprojects/curl/tests/processhelp.pm452L
-rw-r--r--subprojects/curl/tests/requirements.txt26L
-rwxr-xr-xsubprojects/curl/tests/rtspserver.pl133L
-rw-r--r--subprojects/curl/tests/runner.pm1507L
-rwxr-xr-xsubprojects/curl/tests/runtests.pl3254L
-rwxr-xr-xsubprojects/curl/tests/secureserver.pl379L
-rw-r--r--subprojects/curl/tests/server/.checksrc1L
-rw-r--r--subprojects/curl/tests/server/.deps/servers.Po1L
-rw-r--r--subprojects/curl/tests/server/CMakeLists.txt58L
-rw-r--r--subprojects/curl/tests/server/Makefile787L
-rw-r--r--subprojects/curl/tests/server/Makefile.am80L
-rw-r--r--subprojects/curl/tests/server/Makefile.in787L
-rw-r--r--subprojects/curl/tests/server/Makefile.inc59L
-rw-r--r--subprojects/curl/tests/server/dnsd.c663L
-rw-r--r--subprojects/curl/tests/server/first.c55L
-rw-r--r--subprojects/curl/tests/server/first.h162L
-rw-r--r--subprojects/curl/tests/server/getpart.c449L
-rw-r--r--subprojects/curl/tests/server/memptr.c47L
-rw-r--r--subprojects/curl/tests/server/mqttd.c890L
-rw-r--r--subprojects/curl/tests/server/resolve.c134L
-rw-r--r--subprojects/curl/tests/server/rtspd.c1338L
-rw-r--r--subprojects/curl/tests/server/servers.c41L
-rw-r--r--subprojects/curl/tests/server/sockfilt.c1453L
-rw-r--r--subprojects/curl/tests/server/socksd.c950L
-rw-r--r--subprojects/curl/tests/server/sws.c2490L
-rw-r--r--subprojects/curl/tests/server/tftpd.c1372L
-rw-r--r--subprojects/curl/tests/server/util.c942L
-rw-r--r--subprojects/curl/tests/serverhelp.pm320L
-rw-r--r--subprojects/curl/tests/servers.pm3207L
-rwxr-xr-xsubprojects/curl/tests/smbserver.py453L
-rw-r--r--subprojects/curl/tests/sshhelp.pm443L
-rwxr-xr-xsubprojects/curl/tests/sshserver.pl1243L
-rwxr-xr-xsubprojects/curl/tests/test1119.pl245L
-rwxr-xr-xsubprojects/curl/tests/test1132.pl98L
-rwxr-xr-xsubprojects/curl/tests/test1135.pl108L
-rwxr-xr-xsubprojects/curl/tests/test1139.pl323L
-rwxr-xr-xsubprojects/curl/tests/test1140.pl114L
-rwxr-xr-xsubprojects/curl/tests/test1165.pl208L
-rwxr-xr-xsubprojects/curl/tests/test1167.pl157L
-rwxr-xr-xsubprojects/curl/tests/test1173.pl398L
-rwxr-xr-xsubprojects/curl/tests/test1175.pl80L
-rwxr-xr-xsubprojects/curl/tests/test1177.pl95L
-rwxr-xr-xsubprojects/curl/tests/test1222.pl337L
-rwxr-xr-xsubprojects/curl/tests/test1275.pl120L
-rwxr-xr-xsubprojects/curl/tests/test1276.pl66L
-rwxr-xr-xsubprojects/curl/tests/test1477.pl102L
-rwxr-xr-xsubprojects/curl/tests/test1486.pl102L
-rwxr-xr-xsubprojects/curl/tests/test1488.pl139L
-rwxr-xr-xsubprojects/curl/tests/test1544.pl147L
-rwxr-xr-xsubprojects/curl/tests/test1707.pl135L
-rwxr-xr-xsubprojects/curl/tests/test745.pl82L
-rwxr-xr-xsubprojects/curl/tests/test971.pl136L
-rwxr-xr-xsubprojects/curl/tests/testcurl.pl787L
-rw-r--r--subprojects/curl/tests/testutil.pm278L
-rwxr-xr-xsubprojects/curl/tests/tftpserver.pl129L
-rw-r--r--subprojects/curl/tests/tunit/.deps/tunits.Po1L
-rw-r--r--subprojects/curl/tests/tunit/CMakeLists.txt51L
-rw-r--r--subprojects/curl/tests/tunit/Makefile768L
-rw-r--r--subprojects/curl/tests/tunit/Makefile.am89L
-rw-r--r--subprojects/curl/tests/tunit/Makefile.in768L
-rw-r--r--subprojects/curl/tests/tunit/Makefile.inc35L
-rw-r--r--subprojects/curl/tests/tunit/README.md11L
-rw-r--r--subprojects/curl/tests/tunit/tool1394.c122L
-rw-r--r--subprojects/curl/tests/tunit/tool1604.c255L
-rw-r--r--subprojects/curl/tests/tunit/tool1621.c86L
-rw-r--r--subprojects/curl/tests/tunit/tunits.c16L
-rw-r--r--subprojects/curl/tests/unit/.deps/units.Po1L
-rw-r--r--subprojects/curl/tests/unit/CMakeLists.txt56L
-rw-r--r--subprojects/curl/tests/unit/Makefile776L
-rw-r--r--subprojects/curl/tests/unit/Makefile.am89L
-rw-r--r--subprojects/curl/tests/unit/Makefile.in776L
-rw-r--r--subprojects/curl/tests/unit/Makefile.inc45L
-rw-r--r--subprojects/curl/tests/unit/README.md97L
-rw-r--r--subprojects/curl/tests/unit/unit1300.c270L
-rw-r--r--subprojects/curl/tests/unit/unit1302.c199L
-rw-r--r--subprojects/curl/tests/unit/unit1303.c157L
-rw-r--r--subprojects/curl/tests/unit/unit1304.c187L
-rw-r--r--subprojects/curl/tests/unit/unit1305.c121L
-rw-r--r--subprojects/curl/tests/unit/unit1307.c320L
-rw-r--r--subprojects/curl/tests/unit/unit1309.c135L
-rw-r--r--subprojects/curl/tests/unit/unit1323.c60L
-rw-r--r--subprojects/curl/tests/unit/unit1330.c36L
-rw-r--r--subprojects/curl/tests/unit/unit1395.c142L
-rw-r--r--subprojects/curl/tests/unit/unit1396.c119L
-rw-r--r--subprojects/curl/tests/unit/unit1397.c113L
-rw-r--r--subprojects/curl/tests/unit/unit1398.c191L
-rw-r--r--subprojects/curl/tests/unit/unit1399.c115L
-rw-r--r--subprojects/curl/tests/unit/unit1600.c78L
-rw-r--r--subprojects/curl/tests/unit/unit1601.c52L
-rw-r--r--subprojects/curl/tests/unit/unit1602.c81L
-rw-r--r--subprojects/curl/tests/unit/unit1603.c181L
-rw-r--r--subprojects/curl/tests/unit/unit1605.c63L
-rw-r--r--subprojects/curl/tests/unit/unit1606.c99L
-rw-r--r--subprojects/curl/tests/unit/unit1607.c234L
-rw-r--r--subprojects/curl/tests/unit/unit1608.c83L
-rw-r--r--subprojects/curl/tests/unit/unit1609.c217L
-rw-r--r--subprojects/curl/tests/unit/unit1610.c63L
-rw-r--r--subprojects/curl/tests/unit/unit1611.c52L
-rw-r--r--subprojects/curl/tests/unit/unit1612.c62L
-rw-r--r--subprojects/curl/tests/unit/unit1614.c158L
-rw-r--r--subprojects/curl/tests/unit/unit1615.c151L
-rw-r--r--subprojects/curl/tests/unit/unit1616.c88L
-rw-r--r--subprojects/curl/tests/unit/unit1620.c132L
-rw-r--r--subprojects/curl/tests/unit/unit1650.c282L
-rw-r--r--subprojects/curl/tests/unit/unit1651.c379L
-rw-r--r--subprojects/curl/tests/unit/unit1652.c165L
-rw-r--r--subprojects/curl/tests/unit/unit1653.c220L
-rw-r--r--subprojects/curl/tests/unit/unit1654.c144L
-rw-r--r--subprojects/curl/tests/unit/unit1655.c177L
-rw-r--r--subprojects/curl/tests/unit/unit1656.c124L
-rw-r--r--subprojects/curl/tests/unit/unit1657.c124L
-rw-r--r--subprojects/curl/tests/unit/unit1658.c552L
-rw-r--r--subprojects/curl/tests/unit/unit1660.c172L
-rw-r--r--subprojects/curl/tests/unit/unit1661.c115L
-rw-r--r--subprojects/curl/tests/unit/unit1663.c93L
-rw-r--r--subprojects/curl/tests/unit/unit1664.c484L
-rw-r--r--subprojects/curl/tests/unit/unit1979.c137L
-rw-r--r--subprojects/curl/tests/unit/unit1980.c108L
-rw-r--r--subprojects/curl/tests/unit/unit2600.c402L
-rw-r--r--subprojects/curl/tests/unit/unit2601.c240L
-rw-r--r--subprojects/curl/tests/unit/unit2602.c140L
-rw-r--r--subprojects/curl/tests/unit/unit2603.c189L
-rw-r--r--subprojects/curl/tests/unit/unit2604.c113L
-rw-r--r--subprojects/curl/tests/unit/unit3200.c169L
-rw-r--r--subprojects/curl/tests/unit/unit3205.c611L
-rw-r--r--subprojects/curl/tests/unit/unit3211.c146L
-rw-r--r--subprojects/curl/tests/unit/unit3212.c134L
-rw-r--r--subprojects/curl/tests/unit/unit3213.c121L
-rw-r--r--subprojects/curl/tests/unit/unit3214.c85L
-rw-r--r--subprojects/curl/tests/unit/units.c122L
-rwxr-xr-xsubprojects/curl/tests/util.py92L
-rw-r--r--subprojects/curl/tests/valgrind.pm51L
-rw-r--r--subprojects/curl/tests/valgrind.supp130L
-rw-r--r--subprojects/curl/winbuild/Makefile.vc330L
-rw-r--r--subprojects/curl/winbuild/MakefileBuild.vc760L
-rw-r--r--subprojects/curl/winbuild/README.md209L
-rw-r--r--subprojects/curl/winbuild/makedebug.bat33L
-rw-r--r--subprojects/libsodium/.github/workflows/autocloser.yml12L
-rw-r--r--subprojects/libsodium/.github/workflows/ci.yml180L
-rw-r--r--subprojects/libsodium/.github/workflows/cifuzz.yml32L
-rw-r--r--subprojects/libsodium/.github/workflows/codeql-analysis.yml48L
-rw-r--r--subprojects/libsodium/.github/workflows/dotnet-core.yml388L
-rw-r--r--subprojects/libsodium/.gitignore168L
-rw-r--r--subprojects/libsodium/AUTHORS144L
-rw-r--r--subprojects/libsodium/CITATION.cff18L
-rw-r--r--subprojects/libsodium/ChangeLog677L
-rw-r--r--subprojects/libsodium/LICENSE18L
-rw-r--r--subprojects/libsodium/Makefile.am23L
-rw-r--r--subprojects/libsodium/Makefile.in1003L
-rw-r--r--subprojects/libsodium/README.markdown76L
-rw-r--r--subprojects/libsodium/THANKS92L
-rw-r--r--subprojects/libsodium/aclocal.m41405L
-rw-r--r--subprojects/libsodium/appveyor.yml24L
-rwxr-xr-xsubprojects/libsodium/autogen.sh117L
-rw-r--r--subprojects/libsodium/azure-pipelines.yml122L
-rwxr-xr-xsubprojects/libsodium/build-aux/compile364L
-rwxr-xr-xsubprojects/libsodium/build-aux/config.guess1815L
-rw-r--r--subprojects/libsodium/build-aux/config.sub2364L
-rwxr-xr-xsubprojects/libsodium/build-aux/depcomp792L
-rwxr-xr-xsubprojects/libsodium/build-aux/install-sh541L
-rw-r--r--subprojects/libsodium/build-aux/ltmain.sh11524L
-rwxr-xr-xsubprojects/libsodium/build-aux/missing236L
-rwxr-xr-xsubprojects/libsodium/build-aux/test-driver160L
-rw-r--r--subprojects/libsodium/build.zig281L
-rw-r--r--subprojects/libsodium/builds/.gitignore7L
-rw-r--r--subprojects/libsodium/builds/Makefile.am81L
-rw-r--r--subprojects/libsodium/builds/Makefile.in626L
-rw-r--r--subprojects/libsodium/builds/msvc/build/buildall.bat18L
-rw-r--r--subprojects/libsodium/builds/msvc/build/buildbase.bat132L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/ARM64.props23L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/Common.props21L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/DLL.props16L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/Debug.props29L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/DebugDEXE.props21L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/DebugDLL.props20L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/DebugLEXE.props20L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/DebugLIB.props21L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/DebugLTCG.props20L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/DebugSEXE.props21L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/EXE.props17L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/LIB.props16L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/LTCG.props13L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/Link.props21L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/Messages.props15L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/Output.props30L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/Release.props41L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/ReleaseDEXE.props20L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/ReleaseDLL.props19L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/ReleaseLEXE.props20L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/ReleaseLIB.props19L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/ReleaseLTCG.props19L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/ReleaseSEXE.props20L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/Win32.props23L
-rw-r--r--subprojects/libsodium/builds/msvc/properties/x64.props26L
-rw-r--r--subprojects/libsodium/builds/msvc/resource.h14L
-rw-r--r--subprojects/libsodium/builds/msvc/resource.rc65L
-rw-r--r--subprojects/libsodium/builds/msvc/version.h33L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2010/libsodium.import.props52L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2010/libsodium.import.xml17L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2010/libsodium.sln50L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2010/libsodium/libsodium.props48L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj346L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters1088L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2010/libsodium/libsodium.xml15L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2012/libsodium.import.props52L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2012/libsodium.import.xml17L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2012/libsodium.sln50L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2012/libsodium/libsodium.props48L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj346L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj.filters1088L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2012/libsodium/libsodium.xml15L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2013/libsodium.import.props52L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2013/libsodium.import.xml17L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2013/libsodium.sln52L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2013/libsodium/libsodium.props48L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj346L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj.filters1088L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2013/libsodium/libsodium.xml15L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2015/libsodium.import.props52L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2015/libsodium.import.xml17L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2015/libsodium.sln52L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2015/libsodium/libsodium.props48L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2015/libsodium/libsodium.vcxproj346L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2015/libsodium/libsodium.vcxproj.filters1088L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2015/libsodium/libsodium.xml15L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2017/libsodium.import.props52L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2017/libsodium.import.xml17L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2017/libsodium.sln52L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2017/libsodium/libsodium.props48L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2017/libsodium/libsodium.vcxproj346L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2017/libsodium/libsodium.vcxproj.filters1088L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2017/libsodium/libsodium.xml15L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2019/libsodium.import.props52L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2019/libsodium.import.xml17L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2019/libsodium.sln52L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2019/libsodium/libsodium.props48L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2019/libsodium/libsodium.vcxproj370L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2019/libsodium/libsodium.vcxproj.filters1088L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2019/libsodium/libsodium.xml15L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2022/libsodium.import.props52L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2022/libsodium.import.xml17L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2022/libsodium.sln70L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2022/libsodium/libsodium.props48L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2022/libsodium/libsodium.vcxproj370L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2022/libsodium/libsodium.vcxproj.filters1088L
-rw-r--r--subprojects/libsodium/builds/msvc/vs2022/libsodium/libsodium.xml15L
-rw-r--r--subprojects/libsodium/checkprogs/amd64_asm.c17L
-rw-r--r--subprojects/libsodium/checkprogs/avx_asm.c11L
-rw-r--r--subprojects/libsodium/checkprogs/cpuid.c7L
-rw-r--r--subprojects/libsodium/checkprogs/inline_asm.c5L
-rw-r--r--subprojects/libsodium/checkprogs/mmx.c6L
-rw-r--r--subprojects/libsodium/checkprogs/rdrand.c6L
-rw-r--r--subprojects/libsodium/checkprogs/ti_mode.c28L
-rw-r--r--subprojects/libsodium/checkprogs/xgetbv.c5L
-rw-r--r--subprojects/libsodium/ci/appveyor/libsodium.sln40L
-rw-r--r--subprojects/libsodium/ci/appveyor/libsodium.vcxproj594L
-rw-r--r--subprojects/libsodium/ci/appveyor/libsodium.vcxproj.filters813L
-rwxr-xr-xsubprojects/libsodium/ci/appveyor/msvc-scripts/process.bat5L
-rw-r--r--subprojects/libsodium/ci/appveyor/msvc-scripts/rep.vbs12L
-rw-r--r--subprojects/libsodium/ci/appveyor/msvc-scripts/sodium.props29L
-rwxr-xr-xsubprojects/libsodium/configure25013L
-rw-r--r--subprojects/libsodium/configure.ac1004L
-rw-r--r--subprojects/libsodium/contrib/Findsodium.cmake297L
-rw-r--r--subprojects/libsodium/contrib/Makefile.am3L
-rw-r--r--subprojects/libsodium/contrib/Makefile.in547L
-rw-r--r--subprojects/libsodium/dist-build/Makefile.am14L
-rw-r--r--subprojects/libsodium/dist-build/Makefile.in558L
-rwxr-xr-xsubprojects/libsodium/dist-build/android-aar.sh194L
-rwxr-xr-xsubprojects/libsodium/dist-build/android-armv7-a.sh5L
-rwxr-xr-xsubprojects/libsodium/dist-build/android-armv8-a.sh5L
-rwxr-xr-xsubprojects/libsodium/dist-build/android-build.sh95L
-rwxr-xr-xsubprojects/libsodium/dist-build/android-x86.sh5L
-rwxr-xr-xsubprojects/libsodium/dist-build/android-x86_64.sh5L
-rwxr-xr-xsubprojects/libsodium/dist-build/apple-xcframework.sh628L
-rw-r--r--subprojects/libsodium/dist-build/emscripten-symbols.def651L
-rwxr-xr-xsubprojects/libsodium/dist-build/emscripten.sh206L
-rwxr-xr-xsubprojects/libsodium/dist-build/generate-emscripten-symbols.sh59L
-rwxr-xr-xsubprojects/libsodium/dist-build/macos.sh26L
-rwxr-xr-xsubprojects/libsodium/dist-build/msys2-win32.sh18L
-rwxr-xr-xsubprojects/libsodium/dist-build/msys2-win64.sh18L
-rwxr-xr-xsubprojects/libsodium/dist-build/wasm32-wasi.sh45L
-rw-r--r--subprojects/libsodium/lgtm.yml6L
-rw-r--r--subprojects/libsodium/libsodium-uninstalled.pc.in7L
-rw-r--r--subprojects/libsodium/libsodium.pc.in12L
-rw-r--r--subprojects/libsodium/logo.png13739B
-rw-r--r--subprojects/libsodium/m4/ax_add_fortify_source.m4119L
-rw-r--r--subprojects/libsodium/m4/ax_check_catchable_abrt.m457L
-rw-r--r--subprojects/libsodium/m4/ax_check_catchable_segv.m447L
-rw-r--r--subprojects/libsodium/m4/ax_check_compile_flag.m455L
-rw-r--r--subprojects/libsodium/m4/ax_check_define.m473L
-rw-r--r--subprojects/libsodium/m4/ax_check_gnu_make.m495L
-rw-r--r--subprojects/libsodium/m4/ax_check_link_flag.m475L
-rw-r--r--subprojects/libsodium/m4/ax_pthread.m4522L
-rw-r--r--subprojects/libsodium/m4/ax_tls.m471L
-rw-r--r--subprojects/libsodium/m4/ax_valgrind_check.m4239L
-rw-r--r--subprojects/libsodium/m4/ld-output-def.m429L
-rw-r--r--subprojects/libsodium/m4/libtool.m48488L
-rw-r--r--subprojects/libsodium/m4/ltoptions.m4467L
-rw-r--r--subprojects/libsodium/m4/ltsugar.m4124L
-rw-r--r--subprojects/libsodium/m4/ltversion.m424L
-rw-r--r--subprojects/libsodium/m4/lt~obsolete.m499L
-rw-r--r--subprojects/libsodium/meson.build248L
-rw-r--r--subprojects/libsodium/meson_options.txt5L
-rw-r--r--subprojects/libsodium/packaging/dotnet-core/libsodium.pkgproj49L
-rw-r--r--subprojects/libsodium/packaging/dotnet-core/test.cs43L
-rw-r--r--subprojects/libsodium/packaging/nuget/.gitignore4L
-rw-r--r--subprojects/libsodium/packaging/nuget/package.bat13L
-rw-r--r--subprojects/libsodium/packaging/nuget/package.config4L
-rw-r--r--subprojects/libsodium/packaging/nuget/package.gsl260L
-rw-r--r--subprojects/libsodium/regen-msvc/libsodium.vcxproj326L
-rw-r--r--subprojects/libsodium/regen-msvc/libsodium.vcxproj.filters23L
-rw-r--r--subprojects/libsodium/regen-msvc/libsodium.vcxproj.filters.tpl35L
-rw-r--r--subprojects/libsodium/regen-msvc/libsodium.vcxproj.tpl37L
-rwxr-xr-xsubprojects/libsodium/regen-msvc/regen-msvc.py240L
-rw-r--r--subprojects/libsodium/regen-msvc/tl_libsodium.vcxproj.filters.tpl23L
-rw-r--r--subprojects/libsodium/regen-msvc/tl_libsodium.vcxproj.tpl332L
-rw-r--r--subprojects/libsodium/src/Makefile.am3L
-rw-r--r--subprojects/libsodium/src/Makefile.in725L
-rw-r--r--subprojects/libsodium/src/libsodium/Makefile.am314L
-rw-r--r--subprojects/libsodium/src/libsodium/Makefile.in4116L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis128l/aead_aegis128l.c159L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis128l/aegis128l_aesni.c70L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis128l/aegis128l_aesni.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis128l/aegis128l_armcrypto.c72L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis128l/aegis128l_armcrypto.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis128l/aegis128l_common.h248L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis128l/aegis128l_soft.c59L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis128l/aegis128l_soft.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis128l/implementations.h17L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis256/aead_aegis256.c158L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis256/aegis256_aesni.c65L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis256/aegis256_aesni.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis256/aegis256_armcrypto.c70L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis256/aegis256_armcrypto.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis256/aegis256_common.h231L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis256/aegis256_soft.c54L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis256/aegis256_soft.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aegis256/implementations.h17L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aes256gcm/aead_aes256gcm.c157L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c1015L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/aes256gcm/armcrypto/aead_aes256gcm_armcrypto.c1033L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/chacha20poly1305/aead_chacha20poly1305.c400L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/aead_xchacha20poly1305.c262L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_auth/crypto_auth.c41L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c118L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c118L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c93L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_box/crypto_box.c114L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_box/crypto_box_easy.c115L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_box/crypto_box_seal.c68L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c204L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c79L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c156L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/ed25519/core_ed25519.c225L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/ed25519/core_ristretto255.c156L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c2873L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/base.h1344L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/base2.h40L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/constants.h40L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/fe.h220L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/base.h1344L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/base2.h40L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/constants.h41L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/fe.h116L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c93L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c21L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c95L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c195L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_core/softaes/softaes.c340L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c55L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h106L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c52L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.h142L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c93L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c91L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.h106L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c95L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.h106L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-avx2.h340L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-sse2.h164L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-sse41.h307L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c438L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c116L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c91L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_hash/crypto_hash.c20L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c256L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c13L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c284L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c13L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c52L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c49L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_kdf/hkdf/kdf_hkdf_sha256.c123L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_kdf/hkdf/kdf_hkdf_sha512.c123L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_kx/crypto_kx.c143L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c71L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c124L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h12L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna32.h235L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna64.h221L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c90L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.h21L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c957L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h12L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c556L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h271L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c306L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.h34L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-avx2.c243L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-avx512f.c251L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c234L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c244L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c283L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h305L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c79L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-avx2.h150L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-avx512f.h145L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ref.h40L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ssse3.h124L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c294L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2id.c238L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c212L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c268L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h92L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c318L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c96L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h45L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c301L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c112L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c406L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c33L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c182L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.h10L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S25L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts_namespace.h20L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c71L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.h9L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe.h26L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51.h35L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c58L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S200L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_namespace.h16L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S174L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S228L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c78L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S1442L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.h18L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_namespace.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S16L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c60L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.h11L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/ed25519/ref10/scalarmult_ed25519_ref10.c121L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_scalarmult/ristretto255/ref10/scalarmult_ristretto255_ref10.c63L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c67L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c145L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c177L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c89L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c313L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c34L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c71L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h24L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c77L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c11L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c11L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_sign/crypto_sign.c115L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c84L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c118L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c98L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c128L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign_ed25519_ref10.h18L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c97L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c180L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c176L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u0.h86L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u1.h98L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u4.h177L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u8.h326L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c312L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c184L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.h22L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/crypto_stream.c49L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c120L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c100L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.h16L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S965L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c31L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c134L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c128L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.h8L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u0.h195L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u1.h207L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u4.h547L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u8.h477L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c106L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c26L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c106L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c26L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c69L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c66L
-rw-r--r--subprojects/libsodium/src/libsodium/crypto_verify/verify.c103L
-rw-r--r--subprojects/libsodium/src/libsodium/include/Makefile.am76L
-rw-r--r--subprojects/libsodium/src/libsodium/include/Makefile.in767L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium.h75L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/core.h28L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_aead_aegis128l.h92L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_aead_aegis256.h92L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_aead_aes256gcm.h179L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h180L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_aead_xchacha20poly1305.h100L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_auth.h46L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h70L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h68L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h65L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_box.h177L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xchacha20poly1305.h164L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h112L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_core_ed25519.h100L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_core_hchacha20.h36L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h36L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_core_ristretto255.h100L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_core_salsa20.h36L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_core_salsa2012.h36L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_core_salsa208.h40L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_generichash.h84L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h122L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_hash.h40L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h60L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h60L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_kdf.h53L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_kdf_blake2b.h44L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_kdf_hkdf_sha256.h74L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_kdf_hkdf_sha512.h75L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_kx.h66L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_onetimeauth.h65L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h72L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_pwhash.h147L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h122L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h122L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h120L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_scalarmult.h46L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h42L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_scalarmult_ed25519.h51L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_scalarmult_ristretto255.h43L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_secretbox.h93L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_secretbox_xchacha20poly1305.h70L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h69L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_secretstream_xchacha20poly1305.h108L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_shorthash.h41L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h50L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_sign.h107L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h124L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_sign_edwards25519sha512batch.h55L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_stream.h59L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h106L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h61L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_stream_salsa2012.h53L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_stream_salsa208.h56L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_stream_xchacha20.h61L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h61L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_verify_16.h23L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_verify_32.h23L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/crypto_verify_64.h23L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/export.h57L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/meson.build14L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/private/asm_cet.h11L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/private/chacha20_ietf_ext.h16L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/private/common.h296L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/private/ed25519_ref10.h142L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/private/ed25519_ref10_fe_25_5.h1030L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/private/ed25519_ref10_fe_51.h508L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/private/implementations.h13L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/private/mutex.h7L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/private/softaes.h56L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/private/sse2_64_32.h50L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/randombytes.h72L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/randombytes_internal_random.h22L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/randombytes_sysrandom.h19L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/runtime.h55L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/utils.h179L
-rw-r--r--subprojects/libsodium/src/libsodium/include/sodium/version.h.in33L
-rw-r--r--subprojects/libsodium/src/libsodium/randombytes/internal/randombytes_internal_random.c648L
-rw-r--r--subprojects/libsodium/src/libsodium/randombytes/randombytes.c200L
-rw-r--r--subprojects/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c396L
-rw-r--r--subprojects/libsodium/src/libsodium/sodium/codecs.c335L
-rw-r--r--subprojects/libsodium/src/libsodium/sodium/core.c216L
-rw-r--r--subprojects/libsodium/src/libsodium/sodium/runtime.c391L
-rw-r--r--subprojects/libsodium/src/libsodium/sodium/utils.c809L
-rw-r--r--subprojects/libsodium/src/libsodium/sodium/version.c30L
-rw-r--r--subprojects/libsodium/test/Makefile.am5L
-rw-r--r--subprojects/libsodium/test/Makefile.in728L
-rwxr-xr-xsubprojects/libsodium/test/constcheck.sh22L
-rw-r--r--subprojects/libsodium/test/default/Makefile.am525L
-rw-r--r--subprojects/libsodium/test/default/Makefile.in2928L
-rw-r--r--subprojects/libsodium/test/default/aead_aegis128l.c642L
-rw-r--r--subprojects/libsodium/test/default/aead_aegis128l.exp1L
-rw-r--r--subprojects/libsodium/test/default/aead_aegis256.c723L
-rw-r--r--subprojects/libsodium/test/default/aead_aegis256.exp1L
-rw-r--r--subprojects/libsodium/test/default/aead_aes256gcm.c3328L
-rw-r--r--subprojects/libsodium/test/default/aead_aes256gcm.exp1L
-rw-r--r--subprojects/libsodium/test/default/aead_aes256gcm2.c276L
-rw-r--r--subprojects/libsodium/test/default/aead_aes256gcm2.exp1L
-rw-r--r--subprojects/libsodium/test/default/aead_chacha20poly1305.c372L
-rw-r--r--subprojects/libsodium/test/default/aead_chacha20poly1305.exp63L
-rw-r--r--subprojects/libsodium/test/default/aead_chacha20poly13052.c1046L
-rw-r--r--subprojects/libsodium/test/default/aead_chacha20poly13052.exp1L
-rw-r--r--subprojects/libsodium/test/default/aead_xchacha20poly1305.c203L
-rw-r--r--subprojects/libsodium/test/default/aead_xchacha20poly1305.exp51L
-rw-r--r--subprojects/libsodium/test/default/auth.c141L
-rw-r--r--subprojects/libsodium/test/default/auth.exp30L
-rw-r--r--subprojects/libsodium/test/default/auth2.c34L
-rw-r--r--subprojects/libsodium/test/default/auth2.exp4L
-rw-r--r--subprojects/libsodium/test/default/auth3.c36L
-rw-r--r--subprojects/libsodium/test/default/auth3.exp1L
-rw-r--r--subprojects/libsodium/test/default/auth5.c41L
-rw-r--r--subprojects/libsodium/test/default/auth5.exp0B
-rw-r--r--subprojects/libsodium/test/default/auth6.c23L
-rw-r--r--subprojects/libsodium/test/default/auth6.exp8L
-rw-r--r--subprojects/libsodium/test/default/auth7.c41L
-rw-r--r--subprojects/libsodium/test/default/auth7.exp0B
-rw-r--r--subprojects/libsodium/test/default/box.c112L
-rw-r--r--subprojects/libsodium/test/default/box.exp38L
-rw-r--r--subprojects/libsodium/test/default/box2.c80L
-rw-r--r--subprojects/libsodium/test/default/box2.exp34L
-rw-r--r--subprojects/libsodium/test/default/box7.c50L
-rw-r--r--subprojects/libsodium/test/default/box7.exp0B
-rw-r--r--subprojects/libsodium/test/default/box8.c58L
-rw-r--r--subprojects/libsodium/test/default/box8.exp0B
-rw-r--r--subprojects/libsodium/test/default/box_easy.c72L
-rw-r--r--subprojects/libsodium/test/default/box_easy.exp3L
-rw-r--r--subprojects/libsodium/test/default/box_easy2.c149L
-rw-r--r--subprojects/libsodium/test/default/box_easy2.exp7L
-rw-r--r--subprojects/libsodium/test/default/box_seal.c165L
-rw-r--r--subprojects/libsodium/test/default/box_seal.exp8L
-rw-r--r--subprojects/libsodium/test/default/box_seed.c30L
-rw-r--r--subprojects/libsodium/test/default/box_seed.exp8L
-rw-r--r--subprojects/libsodium/test/default/chacha20.c186L
-rw-r--r--subprojects/libsodium/test/default/chacha20.exp64L
-rw-r--r--subprojects/libsodium/test/default/cmptest.h238L
-rw-r--r--subprojects/libsodium/test/default/codecs.c251L
-rw-r--r--subprojects/libsodium/test/default/codecs.exp30L
-rw-r--r--subprojects/libsodium/test/default/core1.c41L
-rw-r--r--subprojects/libsodium/test/default/core1.exp4L
-rw-r--r--subprojects/libsodium/test/default/core2.c38L
-rw-r--r--subprojects/libsodium/test/default/core2.exp4L
-rw-r--r--subprojects/libsodium/test/default/core3.c115L
-rw-r--r--subprojects/libsodium/test/default/core3.exp3L
-rw-r--r--subprojects/libsodium/test/default/core4.c36L
-rw-r--r--subprojects/libsodium/test/default/core4.exp8L
-rw-r--r--subprojects/libsodium/test/default/core5.c33L
-rw-r--r--subprojects/libsodium/test/default/core5.exp4L
-rw-r--r--subprojects/libsodium/test/default/core6.c52L
-rw-r--r--subprojects/libsodium/test/default/core6.exp4L
-rw-r--r--subprojects/libsodium/test/default/core_ed25519.c545L
-rw-r--r--subprojects/libsodium/test/default/core_ed25519.exp55L
-rw-r--r--subprojects/libsodium/test/default/core_ristretto255.c271L
-rw-r--r--subprojects/libsodium/test/default/core_ristretto255.exp8L
-rw-r--r--subprojects/libsodium/test/default/ed25519_convert.c70L
-rw-r--r--subprojects/libsodium/test/default/ed25519_convert.exp3L
-rw-r--r--subprojects/libsodium/test/default/generichash.c1406L
-rw-r--r--subprojects/libsodium/test/default/generichash.exp65L
-rw-r--r--subprojects/libsodium/test/default/generichash2.c62L
-rw-r--r--subprojects/libsodium/test/default/generichash2.exp64L
-rw-r--r--subprojects/libsodium/test/default/generichash3.c176L
-rw-r--r--subprojects/libsodium/test/default/generichash3.exp75L
-rw-r--r--subprojects/libsodium/test/default/hash.c47L
-rw-r--r--subprojects/libsodium/test/default/hash.exp4L
-rw-r--r--subprojects/libsodium/test/default/hash3.c20L
-rw-r--r--subprojects/libsodium/test/default/hash3.exp1L
-rw-r--r--subprojects/libsodium/test/default/index.html.tpl98L
-rw-r--r--subprojects/libsodium/test/default/kdf.c71L
-rw-r--r--subprojects/libsodium/test/default/kdf.exp77L
-rw-r--r--subprojects/libsodium/test/default/kdf_hkdf.c102L
-rw-r--r--subprojects/libsodium/test/default/kdf_hkdf.exp205L
-rw-r--r--subprojects/libsodium/test/default/keygen.c67L
-rw-r--r--subprojects/libsodium/test/default/keygen.exp1L
-rw-r--r--subprojects/libsodium/test/default/kx.c149L
-rw-r--r--subprojects/libsodium/test/default/kx.exp7L
-rw-r--r--subprojects/libsodium/test/default/metamorphic.c187L
-rw-r--r--subprojects/libsodium/test/default/metamorphic.exp1L
-rw-r--r--subprojects/libsodium/test/default/misuse.c187L
-rw-r--r--subprojects/libsodium/test/default/misuse.exp0B
-rw-r--r--subprojects/libsodium/test/default/onetimeauth.c63L
-rw-r--r--subprojects/libsodium/test/default/onetimeauth.exp4L
-rw-r--r--subprojects/libsodium/test/default/onetimeauth2.c33L
-rw-r--r--subprojects/libsodium/test/default/onetimeauth2.exp1L
-rw-r--r--subprojects/libsodium/test/default/onetimeauth7.c36L
-rw-r--r--subprojects/libsodium/test/default/onetimeauth7.exp0B
-rwxr-xr-xsubprojects/libsodium/test/default/pre.js.inc22L
-rw-r--r--subprojects/libsodium/test/default/pwhash_argon2i.c467L
-rw-r--r--subprojects/libsodium/test/default/pwhash_argon2i.exp11L
-rw-r--r--subprojects/libsodium/test/default/pwhash_argon2id.c517L
-rw-r--r--subprojects/libsodium/test/default/pwhash_argon2id.exp14L
-rw-r--r--subprojects/libsodium/test/default/pwhash_scrypt.c393L
-rw-r--r--subprojects/libsodium/test/default/pwhash_scrypt.exp37L
-rw-r--r--subprojects/libsodium/test/default/pwhash_scrypt_ll.c59L
-rw-r--r--subprojects/libsodium/test/default/pwhash_scrypt_ll.exp15L
-rw-r--r--subprojects/libsodium/test/default/randombytes.c164L
-rw-r--r--subprojects/libsodium/test/default/randombytes.exp2L
-rwxr-xr-xsubprojects/libsodium/test/default/run.sh9L
-rw-r--r--subprojects/libsodium/test/default/scalarmult.c77L
-rw-r--r--subprojects/libsodium/test/default/scalarmult.exp5L
-rw-r--r--subprojects/libsodium/test/default/scalarmult2.c22L
-rw-r--r--subprojects/libsodium/test/default/scalarmult2.exp1L
-rw-r--r--subprojects/libsodium/test/default/scalarmult5.c30L
-rw-r--r--subprojects/libsodium/test/default/scalarmult5.exp1L
-rw-r--r--subprojects/libsodium/test/default/scalarmult6.c54L
-rw-r--r--subprojects/libsodium/test/default/scalarmult6.exp4L
-rw-r--r--subprojects/libsodium/test/default/scalarmult7.c34L
-rw-r--r--subprojects/libsodium/test/default/scalarmult7.exp1L
-rw-r--r--subprojects/libsodium/test/default/scalarmult8.c580L
-rw-r--r--subprojects/libsodium/test/default/scalarmult8.exp65L
-rw-r--r--subprojects/libsodium/test/default/scalarmult_ed25519.c134L
-rw-r--r--subprojects/libsodium/test/default/scalarmult_ed25519.exp1L
-rw-r--r--subprojects/libsodium/test/default/scalarmult_ristretto255.c51L
-rw-r--r--subprojects/libsodium/test/default/scalarmult_ristretto255.exp18L
-rw-r--r--subprojects/libsodium/test/default/secretbox.c84L
-rw-r--r--subprojects/libsodium/test/default/secretbox.exp38L
-rw-r--r--subprojects/libsodium/test/default/secretbox2.c55L
-rw-r--r--subprojects/libsodium/test/default/secretbox2.exp17L
-rw-r--r--subprojects/libsodium/test/default/secretbox7.c36L
-rw-r--r--subprojects/libsodium/test/default/secretbox7.exp0B
-rw-r--r--subprojects/libsodium/test/default/secretbox8.c41L
-rw-r--r--subprojects/libsodium/test/default/secretbox8.exp0B
-rw-r--r--subprojects/libsodium/test/default/secretbox_easy.c124L
-rw-r--r--subprojects/libsodium/test/default/secretbox_easy.exp9L
-rw-r--r--subprojects/libsodium/test/default/secretbox_easy2.c72L
-rw-r--r--subprojects/libsodium/test/default/secretbox_easy2.exp5L
-rw-r--r--subprojects/libsodium/test/default/secretstream_xchacha20poly1305.c329L
-rw-r--r--subprojects/libsodium/test/default/secretstream_xchacha20poly1305.exp1L
-rw-r--r--subprojects/libsodium/test/default/shorthash.c35L
-rw-r--r--subprojects/libsodium/test/default/shorthash.exp64L
-rw-r--r--subprojects/libsodium/test/default/sign.c1324L
-rw-r--r--subprojects/libsodium/test/default/sign.exp5L
-rw-r--r--subprojects/libsodium/test/default/siphashx24.c33L
-rw-r--r--subprojects/libsodium/test/default/siphashx24.exp64L
-rw-r--r--subprojects/libsodium/test/default/sodium_core.c43L
-rw-r--r--subprojects/libsodium/test/default/sodium_core.exp1L
-rw-r--r--subprojects/libsodium/test/default/sodium_utils.c224L
-rw-r--r--subprojects/libsodium/test/default/sodium_utils.exp25L
-rw-r--r--subprojects/libsodium/test/default/sodium_utils2.c120L
-rw-r--r--subprojects/libsodium/test/default/sodium_utils2.exp3L
-rw-r--r--subprojects/libsodium/test/default/sodium_utils3.c90L
-rw-r--r--subprojects/libsodium/test/default/sodium_utils3.exp2L
-rw-r--r--subprojects/libsodium/test/default/sodium_version.c18L
-rw-r--r--subprojects/libsodium/test/default/sodium_version.exp3L
-rw-r--r--subprojects/libsodium/test/default/stream.c84L
-rw-r--r--subprojects/libsodium/test/default/stream.exp83L
-rw-r--r--subprojects/libsodium/test/default/stream2.c59L
-rw-r--r--subprojects/libsodium/test/default/stream2.exp2L
-rw-r--r--subprojects/libsodium/test/default/stream3.c32L
-rw-r--r--subprojects/libsodium/test/default/stream3.exp4L
-rw-r--r--subprojects/libsodium/test/default/stream4.c51L
-rw-r--r--subprojects/libsodium/test/default/stream4.exp17L
-rw-r--r--subprojects/libsodium/test/default/verify1.c76L
-rw-r--r--subprojects/libsodium/test/default/verify1.exp2L
-rwxr-xr-xsubprojects/libsodium/test/default/wasi-test-wrapper.sh98L
-rwxr-xr-xsubprojects/libsodium/test/default/wintest.bat61L
-rw-r--r--subprojects/libsodium/test/default/xchacha20.c428L
-rw-r--r--subprojects/libsodium/test/default/xchacha20.exp5L
-rw-r--r--subprojects/libsodium/test/quirks/quirks.h34L
-rw-r--r--subprojects/mbedtls/.gitattributes2L
-rw-r--r--subprojects/mbedtls/.github/ISSUE_TEMPLATE/bug_report.md35L
-rw-r--r--subprojects/mbedtls/.github/ISSUE_TEMPLATE/config.yml8L
-rw-r--r--subprojects/mbedtls/.github/ISSUE_TEMPLATE/feature_request.md17L
-rw-r--r--subprojects/mbedtls/.github/pull_request_template.md28L
-rw-r--r--subprojects/mbedtls/.gitignore76L
-rw-r--r--subprojects/mbedtls/.gitmodules3L
-rw-r--r--subprojects/mbedtls/.globalrc3L
-rw-r--r--subprojects/mbedtls/.mypy.ini4L
-rw-r--r--subprojects/mbedtls/.pylintrc91L
-rw-r--r--subprojects/mbedtls/.readthedocs.yaml37L
-rw-r--r--subprojects/mbedtls/.travis.yml28L
-rw-r--r--subprojects/mbedtls/.uncrustify.cfg240L
-rw-r--r--subprojects/mbedtls/3rdparty/.gitignore1L
-rw-r--r--subprojects/mbedtls/3rdparty/CMakeLists.txt2L
-rw-r--r--subprojects/mbedtls/3rdparty/Makefile.inc3L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/.gitignore1L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/CMakeLists.txt42L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/Makefile.inc6L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/README.md5L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/Hacl_Curve25519.h21L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/everest.h234L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/kremlib.h29L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/kremlib/FStar_UInt128.h124L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.h280L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/kremlin/c_endianness.h206L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/kremlin/internal/builtin.h16L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/kremlin/internal/callconv.h48L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/kremlin/internal/compat.h34L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/kremlin/internal/debug.h57L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/kremlin/internal/target.h102L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/kremlin/internal/types.h61L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/kremlin/internal/wasmsupport.h5L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/vs2013/Hacl_Curve25519.h21L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/include/everest/x25519.h190L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/library/Hacl_Curve25519.c760L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/library/Hacl_Curve25519_joined.c50L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/library/everest.c102L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/library/kremlib/FStar_UInt128_extracted.c413L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/library/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.c100L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/library/legacy/Hacl_Curve25519.c805L
-rw-r--r--subprojects/mbedtls/3rdparty/everest/library/x25519.c186L
-rw-r--r--subprojects/mbedtls/3rdparty/p256-m/.gitignore1L
-rw-r--r--subprojects/mbedtls/3rdparty/p256-m/CMakeLists.txt40L
-rw-r--r--subprojects/mbedtls/3rdparty/p256-m/Makefile.inc5L
-rw-r--r--subprojects/mbedtls/3rdparty/p256-m/README.md4L
-rw-r--r--subprojects/mbedtls/3rdparty/p256-m/p256-m/README.md544L
-rw-r--r--subprojects/mbedtls/3rdparty/p256-m/p256-m/p256-m.c1514L
-rw-r--r--subprojects/mbedtls/3rdparty/p256-m/p256-m/p256-m.h135L
-rw-r--r--subprojects/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.c312L
-rw-r--r--subprojects/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.h219L
-rw-r--r--subprojects/mbedtls/BRANCHES.md116L
-rw-r--r--subprojects/mbedtls/BUGS.md20L
-rw-r--r--subprojects/mbedtls/CMakeLists.txt504L
-rw-r--r--subprojects/mbedtls/CONTRIBUTING.md97L
-rw-r--r--subprojects/mbedtls/ChangeLog6496L
-rw-r--r--subprojects/mbedtls/ChangeLog.d/00README.md91L
-rw-r--r--subprojects/mbedtls/DartConfiguration.tcl4L
-rw-r--r--subprojects/mbedtls/LICENSE553L
-rw-r--r--subprojects/mbedtls/Makefile231L
-rw-r--r--subprojects/mbedtls/README.md333L
-rw-r--r--subprojects/mbedtls/SECURITY.md165L
-rw-r--r--subprojects/mbedtls/SUPPORT.md16L
-rw-r--r--subprojects/mbedtls/cmake/MbedTLSConfig.cmake.in3L
-rw-r--r--subprojects/mbedtls/configs/README.txt24L
-rw-r--r--subprojects/mbedtls/configs/config-ccm-psk-dtls1_2.h92L
-rw-r--r--subprojects/mbedtls/configs/config-ccm-psk-tls1_2.h83L
-rw-r--r--subprojects/mbedtls/configs/config-no-entropy.h73L
-rw-r--r--subprojects/mbedtls/configs/config-suite-b.h106L
-rw-r--r--subprojects/mbedtls/configs/config-symmetric-only.h75L
-rw-r--r--subprojects/mbedtls/configs/config-tfm.h68L
-rw-r--r--subprojects/mbedtls/configs/config-thread.h76L
-rw-r--r--subprojects/mbedtls/configs/crypto-config-ccm-aes-sha256.h23L
-rw-r--r--subprojects/mbedtls/configs/ext/README.md25L
-rw-r--r--subprojects/mbedtls/configs/ext/config_tfm.h13L
-rw-r--r--subprojects/mbedtls/configs/ext/crypto_config_profile_medium.h132L
-rw-r--r--subprojects/mbedtls/configs/ext/mbedtls_entropy_nv_seed_config.h13L
-rw-r--r--subprojects/mbedtls/configs/ext/tfm_mbedcrypto_config_profile_medium.h573L
-rw-r--r--subprojects/mbedtls/dco.txt37L
-rw-r--r--subprojects/mbedtls/docs/.gitignore4L
-rw-r--r--subprojects/mbedtls/docs/3.0-migration-guide.md1039L
-rw-r--r--subprojects/mbedtls/docs/Makefile40L
-rw-r--r--subprojects/mbedtls/docs/architecture/Makefile21L
-rw-r--r--subprojects/mbedtls/docs/architecture/alternative-implementations.md91L
-rw-r--r--subprojects/mbedtls/docs/architecture/mbed-crypto-storage-specification.md467L
-rw-r--r--subprojects/mbedtls/docs/architecture/psa-crypto-implementation-structure.md175L
-rw-r--r--subprojects/mbedtls/docs/architecture/psa-keystore-design.md214L
-rw-r--r--subprojects/mbedtls/docs/architecture/psa-migration/md-cipher-dispatch.md620L
-rwxr-xr-xsubprojects/mbedtls/docs/architecture/psa-migration/outcome-analysis.sh140L
-rw-r--r--subprojects/mbedtls/docs/architecture/psa-migration/psa-legacy-bridges.md344L
-rw-r--r--subprojects/mbedtls/docs/architecture/psa-migration/psa-limitations.md337L
-rw-r--r--subprojects/mbedtls/docs/architecture/psa-migration/strategy.md498L
-rwxr-xr-xsubprojects/mbedtls/docs/architecture/psa-migration/syms.sh73L
-rw-r--r--subprojects/mbedtls/docs/architecture/psa-migration/testing.md99L
-rw-r--r--subprojects/mbedtls/docs/architecture/psa-migration/transition-guards.md320L
-rw-r--r--subprojects/mbedtls/docs/architecture/psa-shared-memory.md685L
-rw-r--r--subprojects/mbedtls/docs/architecture/psa-storage-resilience.md536L
-rw-r--r--subprojects/mbedtls/docs/architecture/psa-thread-safety/key-slot-state-transitions.png50367B
-rw-r--r--subprojects/mbedtls/docs/architecture/psa-thread-safety/psa-thread-safety.md367L
-rw-r--r--subprojects/mbedtls/docs/architecture/testing/driver-interface-test-strategy.md133L
-rw-r--r--subprojects/mbedtls/docs/architecture/testing/invasive-testing.md367L
-rw-r--r--subprojects/mbedtls/docs/architecture/testing/psa-storage-format-testing.md127L
-rw-r--r--subprojects/mbedtls/docs/architecture/testing/test-framework.md64L
-rw-r--r--subprojects/mbedtls/docs/architecture/tls13-support.md435L
-rw-r--r--subprojects/mbedtls/docs/conf.py34L
-rw-r--r--subprojects/mbedtls/docs/driver-only-builds.md465L
-rw-r--r--subprojects/mbedtls/docs/index.rst20L
-rw-r--r--subprojects/mbedtls/docs/proposed/Makefile25L
-rw-r--r--subprojects/mbedtls/docs/proposed/README4L
-rw-r--r--subprojects/mbedtls/docs/proposed/psa-conditional-inclusion-c.md253L
-rw-r--r--subprojects/mbedtls/docs/proposed/psa-driver-developer-guide.md52L
-rw-r--r--subprojects/mbedtls/docs/proposed/psa-driver-integration-guide.md39L
-rw-r--r--subprojects/mbedtls/docs/proposed/psa-driver-interface.md1460L
-rw-r--r--subprojects/mbedtls/docs/proposed/psa-driver-wrappers-codegen-migration-guide.md40L
-rw-r--r--subprojects/mbedtls/docs/psa-driver-example-and-guide.md180L
-rw-r--r--subprojects/mbedtls/docs/psa-transition.md1322L
-rw-r--r--subprojects/mbedtls/docs/redirects.yaml11L
-rw-r--r--subprojects/mbedtls/docs/requirements.in3L
-rw-r--r--subprojects/mbedtls/docs/requirements.txt84L
-rw-r--r--subprojects/mbedtls/docs/tls13-early-data.md192L
-rw-r--r--subprojects/mbedtls/docs/use-psa-crypto.md169L
-rw-r--r--subprojects/mbedtls/doxygen/input/doc_encdec.h54L
-rw-r--r--subprojects/mbedtls/doxygen/input/doc_hashing.h30L
-rw-r--r--subprojects/mbedtls/doxygen/input/doc_mainpage.h19L
-rw-r--r--subprojects/mbedtls/doxygen/input/doc_rng.h27L
-rw-r--r--subprojects/mbedtls/doxygen/input/doc_ssltls.h37L
-rw-r--r--subprojects/mbedtls/doxygen/input/doc_tcpip.h32L
-rw-r--r--subprojects/mbedtls/doxygen/input/doc_x509.h31L
-rw-r--r--subprojects/mbedtls/doxygen/mbedtls.doxyfile55L
-rw-r--r--subprojects/mbedtls/framework/.github/pull_request_template.md27L
-rw-r--r--subprojects/mbedtls/framework/.gitignore58L
-rw-r--r--subprojects/mbedtls/framework/CMakeLists.txt1L
-rw-r--r--subprojects/mbedtls/framework/CONTRIBUTING.md26L
-rw-r--r--subprojects/mbedtls/framework/LICENSE553L
-rw-r--r--subprojects/mbedtls/framework/README.md24L
-rw-r--r--subprojects/mbedtls/framework/data_files/.gitignore8L
-rw-r--r--subprojects/mbedtls/framework/data_files/Makefile2167L
-rw-r--r--subprojects/mbedtls/framework/data_files/Readme-x509.txt135L
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_no_authorityKeyId.crt.der809B
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_no_issuer.crt.der842B
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_no_keyid.crt.der909B
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_subjectKeyId.conf19L
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_subjectKeyId.crt.der931B
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_subjectKeyId_issuer_tag1_malformed.crt.der931B
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_subjectKeyId_issuer_tag2_malformed.crt.der931B
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_subjectKeyId_keyid_tag_len_malformed.crt.der931B
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_subjectKeyId_keyid_tag_malformed.crt.der931B
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_subjectKeyId_length_malformed.crt.der931B
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_subjectKeyId_sequence_tag_malformed.crt.der931B
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_subjectKeyId_sn_len_malformed.crt.der931B
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_subjectKeyId_sn_tag_malformed.crt.der931B
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_subjectKeyId_tag_len_malformed.crt.der931B
-rw-r--r--subprojects/mbedtls/framework/data_files/authorityKeyId_subjectKeyId_tag_malformed.crt.der931B
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/cli_cid.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/cli_ciphersuite.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/cli_def.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/cli_min_cfg.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/cli_no_alpn.txt3L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/cli_no_keep_cert.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/cli_no_mfl.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/cli_no_packing.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/def_b64_ff.bin5L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/def_b64_too_big_1.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/def_b64_too_big_2.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/def_b64_too_big_3.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/def_bad_b64.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/empty.txt0B
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/mfl_1024.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/mtu_10000.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/srv_cid.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/srv_ciphersuite.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/srv_def.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/srv_min_cfg.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/srv_no_alpn.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/srv_no_keep_cert.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/srv_no_mfl.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/srv_no_packing.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/base64/v2.19.1.txt2L
-rw-r--r--subprojects/mbedtls/framework/data_files/cert_example_multi.crt17L
-rw-r--r--subprojects/mbedtls/framework/data_files/cert_example_multi_nocn.crt16L
-rw-r--r--subprojects/mbedtls/framework/data_files/cert_example_wildcard.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/cert_md5.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/cert_md5.csr16L
-rw-r--r--subprojects/mbedtls/framework/data_files/cert_sha1.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/cert_sha224.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/cert_sha256.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/cert_sha384.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/cert_sha512.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/cert_v1_with_ext.crt23L
-rw-r--r--subprojects/mbedtls/framework/data_files/cli-rsa-sha1.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/cli-rsa-sha256.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/cli-rsa-sha256.crt.der835B
-rw-r--r--subprojects/mbedtls/framework/data_files/cli-rsa-sha256.key.der1192B
-rw-r--r--subprojects/mbedtls/framework/data_files/cli-rsa.key27L
-rw-r--r--subprojects/mbedtls/framework/data_files/cli-rsa.key.der1192B
-rw-r--r--subprojects/mbedtls/framework/data_files/cli.opensslconf4L
-rw-r--r--subprojects/mbedtls/framework/data_files/cli2.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/cli2.crt.der483B
-rw-r--r--subprojects/mbedtls/framework/data_files/cli2.key5L
-rw-r--r--subprojects/mbedtls/framework/data_files/cli2.key.der121B
-rw-r--r--subprojects/mbedtls/framework/data_files/clusterfuzz-testcase-minimized-fuzz_x509crt-6666050834661376.crt.der396B
-rw-r--r--subprojects/mbedtls/framework/data_files/crl-ec-sha1.pem10L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl-ec-sha256.pem10L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl-future.pem11L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl-futureRevocationDate.pem11L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl-rsa-pss-sha1-badsign.pem14L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl-rsa-pss-sha1.pem14L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl-rsa-pss-sha224.pem16L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl-rsa-pss-sha256.pem16L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl-rsa-pss-sha384.pem16L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl-rsa-pss-sha512.pem16L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl.pem11L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl_cat_ec-rsa.pem21L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl_cat_ecfut-rsa.pem22L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl_cat_rsa-ec.pem21L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl_cat_rsabadpem-ec.pem21L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl_expired.pem11L
-rw-r--r--subprojects/mbedtls/framework/data_files/crl_sha256.pem11L
-rw-r--r--subprojects/mbedtls/framework/data_files/crt_cat_rsaexp-ec.pem21L
-rw-r--r--subprojects/mbedtls/framework/data_files/dh.1000.pem34L
-rw-r--r--subprojects/mbedtls/framework/data_files/dh.998.pem17L
-rw-r--r--subprojects/mbedtls/framework/data_files/dh.999.pem17L
-rw-r--r--subprojects/mbedtls/framework/data_files/dh.optlen.der530B
-rw-r--r--subprojects/mbedtls/framework/data_files/dh.optlen.pem58L
-rw-r--r--subprojects/mbedtls/framework/data_files/dhparams.pem5L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/00.crt11L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/00.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/01.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/01.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/02.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/02.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/03.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/03.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/04.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/04.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/05.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/05.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/06.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/06.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/07.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/07.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/08.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/08.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/09.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/09.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/10.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/10.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/11.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/11.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/12.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/12.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/13.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/13.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/14.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/14.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/15.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/15.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/16.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/16.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/17.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/17.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/18.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/18.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/19.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/19.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/20.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/20.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/Readme.txt10L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c00.pem11L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c01.pem24L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c02.pem36L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c03.pem48L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c04.pem60L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c05.pem72L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c06.pem84L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c07.pem96L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c08.pem108L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c09.pem120L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c10.pem132L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c11.pem144L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c12.pem156L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c13.pem168L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c14.pem180L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c15.pem192L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c16.pem204L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c17.pem216L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c18.pem228L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c19.pem240L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/c20.pem252L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir-maxpath/int.opensslconf4L
-rwxr-xr-xsubprojects/mbedtls/framework/data_files/dir-maxpath/long.sh38L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir1/test-ca.crt80L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir2/test-ca.crt80L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir2/test-ca2.crt15L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir3/Readme1L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir3/test-ca.crt80L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir3/test-ca2.crt15L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/Readme47L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert11.crt18L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert12.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert13.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert14.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert21.crt18L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert22.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert23.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert31.crt18L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert32.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert33.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert34.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert41.crt18L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert42.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert43.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert44.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert45.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert51.crt18L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert52.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert53.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert54.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert61.crt18L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert62.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert63.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert71.crt18L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert72.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert73.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert74.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert81.crt11L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert82.crt11L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert83.crt11L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert91.crt11L
-rw-r--r--subprojects/mbedtls/framework/data_files/dir4/cert92.crt11L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_224_prv.comp.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_224_prv.pem5L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_224_pub.comp.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_224_pub.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_256_long_prv.der121B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_256_long_prv.pem5L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_256_prv.comp.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_256_prv.pem5L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_256_pub.comp.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_256_pub.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_384_prv.comp.pem5L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_384_prv.pem6L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_384_pub.comp.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_384_pub.pem5L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_521_prv.comp.pem6L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_521_prv.der223B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_521_prv.pem7L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_521_pub.comp.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_521_pub.der158B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_521_pub.pem6L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_521_short_prv.der223B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_521_short_prv.pem7L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_bp256_prv.comp.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_bp256_prv.pem5L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_bp256_pub.comp.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_bp256_pub.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_bp384_prv.comp.pem5L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_bp384_prv.pem6L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_bp384_pub.comp.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_bp384_pub.pem5L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_bp512_prv.comp.pem6L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_bp512_prv.der221B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_bp512_prv.pem7L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_bp512_pub.comp.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_bp512_pub.der158B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_bp512_pub.pem6L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.pk8.der113B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.pk8.pem5L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.pk8.pw.der148B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.pk8.pw.pem6L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.pk8nopub.der67B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.pk8nopub.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.pk8nopubparam.der79B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.pk8nopubparam.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.pk8param.der150B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.pk8param.pem5L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.sec1.comp.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.sec1.der97B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.sec1.pem5L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.sec1.pw.pem8L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_prv.specdom.der214B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_pub.comp.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_pub.der75B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_pub.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_x25519_prv.der48B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_x25519_prv.pem3L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_x25519_pub.der44B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_x25519_pub.pem3L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_x448_prv.der72B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_x448_prv.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_x448_pub.der68B
-rw-r--r--subprojects/mbedtls/framework/data_files/ec_x448_pub.pem4L
-rw-r--r--subprojects/mbedtls/framework/data_files/ecdsa_secp256r1.crt10L
-rw-r--r--subprojects/mbedtls/framework/data_files/ecdsa_secp256r1.key5L
-rw-r--r--subprojects/mbedtls/framework/data_files/ecdsa_secp384r1.crt11L
-rw-r--r--subprojects/mbedtls/framework/data_files/ecdsa_secp384r1.key6L
-rw-r--r--subprojects/mbedtls/framework/data_files/ecdsa_secp521r1.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/ecdsa_secp521r1.key7L
-rw-r--r--subprojects/mbedtls/framework/data_files/enco-ca-prstr.pem15L
-rw-r--r--subprojects/mbedtls/framework/data_files/enco-cert-utf8str.pem14L
-rw-r--r--subprojects/mbedtls/framework/data_files/format_gen.key16L
-rw-r--r--subprojects/mbedtls/framework/data_files/format_gen.pub6L
-rw-r--r--subprojects/mbedtls/framework/data_files/format_pkcs12.fmt3381B
-rw-r--r--subprojects/mbedtls/framework/data_files/format_rsa.key15L
-rw-r--r--subprojects/mbedtls/framework/data_files/hash_file_15120B
-rw-r--r--subprojects/mbedtls/framework/data_files/hash_file_2153B
-rw-r--r--subprojects/mbedtls/framework/data_files/hash_file_313B
-rw-r--r--subprojects/mbedtls/framework/data_files/hash_file_40B
-rw-r--r--subprojects/mbedtls/framework/data_files/hash_file_51L
-rw-r--r--subprojects/mbedtls/framework/data_files/keyUsage.decipherOnly.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/lms_hash-sigs_sha256_m32_h5_lmots_sha256_n32_w8_aux10916B
-rw-r--r--subprojects/mbedtls/framework/data_files/lms_hash-sigs_sha256_m32_h5_lmots_sha256_n32_w8_prv64B
-rw-r--r--subprojects/mbedtls/framework/data_files/lms_hash-sigs_sha256_m32_h5_lmots_sha256_n32_w8_pub60B
-rw-r--r--subprojects/mbedtls/framework/data_files/lms_hsslms_sha256_m32_h5_lmots_sha256_n32_w8_prv71932B
-rw-r--r--subprojects/mbedtls/framework/data_files/lms_pyhsslms_sha256_m32_h5_lmots_sha256_n32_w8_prv68B
-rw-r--r--subprojects/mbedtls/framework/data_files/lms_pyhsslms_sha256_m32_h5_lmots_sha256_n32_w8_pub60B
-rw-r--r--subprojects/mbedtls/framework/data_files/mpi_161L
-rw-r--r--subprojects/mbedtls/framework/data_files/mpi_too_big1L
-rw-r--r--subprojects/mbedtls/framework/data_files/opensslcnf/server9.crt.v3_ext4L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/bitstring-in-dn.pem51L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/cert_example_multi.crt17L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/cert_example_multi_nocn.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/cert_md5.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/cert_sha1.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/cert_sha224.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/cert_sha256.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/cert_sha384.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/cert_sha512.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/cli-rsa-sha256-badalg.crt.der835B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl-ec-sha1.pem10L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl-ec-sha224.pem10L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl-ec-sha256.pem10L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl-ec-sha384.pem10L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl-ec-sha512.pem10L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl-idp.pem12L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl-idpnc.pem12L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl-malformed-trailing-spaces.pem20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl-rsa-pss-sha1.pem14L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl-rsa-pss-sha224.pem16L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl-rsa-pss-sha256.pem16L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl-rsa-pss-sha384.pem16L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl-rsa-pss-sha512.pem16L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl_expired.pem11L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl_md5.pem11L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl_sha1.pem11L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl_sha224.pem11L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl_sha256.pem11L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl_sha384.pem11L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/crl_sha512.pem11L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/keyUsage.decipherOnly.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/multiple_san.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/non-ascii-string-in-issuer.crt22L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/rsa_multiple_san_uri.crt.der954B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/rsa_single_san_uri.crt.der898B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1-ms.req.sha25616L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1.cert_type.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1.crt.der835B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1.ext_ku.crt22L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1.key_usage.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1.req.commas.sha25616L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1.req.md516L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1.req.sha116L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1.req.sha22416L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1.req.sha25616L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1.req.sha38416L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1.req.sha51216L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1_pathlen_int_max-1.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server1_pathlen_int_max.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server2.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server2.crt.der827B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server3.crt17L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server4.crt18L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5-directoryname-seq-malformed.crt.der525B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5-directoryname.crt.der498B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5-fan.crt.der408B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5-non-compliant.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5-nonprintable_othername.crt.der483B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5-othername.crt.der449B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5-second-directoryname-oid-malformed.crt.der525B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5-sha1.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5-sha224.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5-sha384.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5-sha512.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5-two-directorynames.crt.der525B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5-unsupported_othername.crt.der472B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5.req.sha18L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5.req.sha2248L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5.req.sha2568L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5.req.sha3848L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server5.req.sha5128L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server7_all_space.crt47L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server7_int-ca.crt47L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server7_pem_space.crt47L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server7_trailing_space.crt47L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server9-sha224.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server9-sha256.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server9-sha384.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server9-sha512.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server9.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server9.req.sha111L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server9.req.sha22412L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server9.req.sha25612L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server9.req.sha38412L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/server9.req.sha51212L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test-ca-any_policy.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test-ca-any_policy_ec.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test-ca-any_policy_with_qualifier.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test-ca-any_policy_with_qualifier_ec.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test-ca-multi_policy.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test-ca-multi_policy_ec.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test-ca-unsupported_policy.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test-ca-unsupported_policy_ec.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test-ca.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test-ca.crt.der837B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_cert_rfc822name.crt.der677B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_attributes_extension_request.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_attributes_extension_request_sequence_len1.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_attributes_extension_request_sequence_len2.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_attributes_extension_request_sequence_tag.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_attributes_extension_request_set_tag.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_attributes_id_tag.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_attributes_len1.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_attributes_len2.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_attributes_sequence_tag.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_duplicated_extension.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_extension_data_len1.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_extension_data_len2.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_extension_data_tag.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_extension_id_tag.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_extension_key_usage_bitstream_tag.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_extension_ns_cert_bitstream_tag.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_extension_subject_alt_name_sequence_tag.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_extension_type_oid.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_all_malformed_extensions_sequence_tag.csr.der437B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_keyUsage.csr.der368B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_nsCertType.csr.der374B
-rw-r--r--subprojects/mbedtls/framework/data_files/parse_input/test_csr_v3_subjectAltName.csr.der407B
-rw-r--r--subprojects/mbedtls/framework/data_files/passwd.psk1L
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7-rsa-expired.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7-rsa-expired.der857B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7-rsa-expired.key28L
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7-rsa-sha256-1.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7-rsa-sha256-1.der845B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7-rsa-sha256-1.key28L
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7-rsa-sha256-1.pem48L
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7-rsa-sha256-2.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7-rsa-sha256-2.der845B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7-rsa-sha256-2.key28L
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7-rsa-sha256-2.pem48L
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7-rsa-sha256-3.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7-rsa-sha256-3.key28L
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7-rsa-sha256-3.pem48L
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data.bin1L
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_1.bin1L
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_3_signed.der1185B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_cert_encrypted.der452B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_cert_signed_sha1.der1276B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_cert_signed_sha256.der1284B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_cert_signed_sha512.der1284B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_cert_signed_v2.der1284B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_cert_signeddata_sha256.der1265B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_multiple_certs_signed.der2504B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_multiple_signed.der810B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_no_signers.der52B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_rsa_expired.der1302B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_signed_badcert.der1284B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_signed_badsigner.der1284B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_signed_badsigner1_badsize.der1185B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_signed_badsigner1_badtag.der1185B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_signed_badsigner1_fuzzbad.der1185B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_signed_badsigner2_badsize.der1185B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_signed_badsigner2_badtag.der1185B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_signed_badsigner2_fuzzbad.der1185B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_with_signature.der446B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_data_without_cert_signed.der435B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_signerInfo_1_serial_invalid_tag_after_long_name.der810B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_signerInfo_2_invalid_tag.der1185B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_signerInfo_issuer_invalid_size.der1284B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_signerInfo_serial_invalid_size.der1284B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_zerolendata.bin0B
-rw-r--r--subprojects/mbedtls/framework/data_files/pkcs7_zerolendata_detached.der435B
-rwxr-xr-xsubprojects/mbedtls/framework/data_files/print_c.pl38L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa4096_prv.der2349B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa4096_prv.pem51L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa4096_pub.der550B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa4096_pub.pem14L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa512.key9L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa521.key9L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa522.key9L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa528.key9L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_multiple_san_uri.key28L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_1024_3des.pem18L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_1024_aes128.pem18L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_1024_aes192.pem18L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_1024_aes256.pem18L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_1024_clear.der608B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_1024_clear.pem15L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_1024_des.pem18L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_2048_3des.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_2048_aes128.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_2048_aes192.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_2048_aes256.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_2048_clear.der1192B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_2048_clear.pem27L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_2048_des.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_2048_public.der270B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_2048_public.pem8L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_4096_3des.pem54L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_4096_aes128.pem54L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_4096_aes192.pem54L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_4096_aes256.pem54L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_4096_clear.der2348B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_4096_clear.pem51L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_4096_des.pem54L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_768_clear.der463B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_768_clear.pem12L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_769_clear.der464B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_769_clear.pem12L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_770_clear.der465B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_770_clear.pem12L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_776_clear.der466B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_776_clear.pem12L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_784_clear.der471B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs1_784_clear.pem12L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_1024_public.der162B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_2048_public.der294B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_2048_public.pem9L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbe_sha1_1024_2des.der678B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbe_sha1_1024_2des.pem17L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbe_sha1_1024_3des.der678B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbe_sha1_1024_3des.pem17L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbe_sha1_2048_2des.der1262B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbe_sha1_2048_2des.pem29L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbe_sha1_2048_3des.der1262B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbe_sha1_2048_3des.pem29L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbe_sha1_4096_2des.der2414B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbe_sha1_4096_2des.pem53L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbe_sha1_4096_3des.der2414B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbe_sha1_4096_3des.pem53L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_3des.der714B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_3des.pem17L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha224.der728B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha224.pem18L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha256.der728B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha256.pem18L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha384.der728B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha384.pem18L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha512.der728B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_3des_sha512.pem18L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_des.der711B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_des.pem17L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha224.der725B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha224.pem18L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha256.der725B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha256.pem18L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha384.der725B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha384.pem18L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha512.der725B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_1024_des_sha512.pem18L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_3des.der1298B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_3des.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha224.der1312B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha224.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha256.der1312B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha256.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha384.der1312B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha384.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha512.der1312B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_3des_sha512.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_aes128cbc_sha384.der1329B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_aes128cbc_sha384.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_aes192cbc_sha384.der1329B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_aes192cbc_sha384.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_aes256cbc_sha384.der1329B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_aes256cbc_sha384.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_des.der1295B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_des.pem29L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha224.der1309B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha224.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha256.der1309B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha256.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha384.der1309B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha384.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha512.der1309B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_2048_des_sha512.pem30L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_3des.der2450B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_3des.pem54L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha224.der2464B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha224.pem54L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha256.der2464B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha256.pem54L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha384.der2464B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha384.pem54L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha512.der2464B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha512.pem54L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_des.der2447B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_des.pem53L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha224.der2461B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha224.pem54L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha256.der2461B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha256.pem54L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha384.der2461B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha384.pem54L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha512.der2461B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_pkcs8_pbes2_pbkdf2_4096_des_sha512.pem54L
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_single_san_uri.crt.der898B
-rw-r--r--subprojects/mbedtls/framework/data_files/rsa_single_san_uri.key28L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1-nospace.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1-v1.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.80serial.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.allSubjectAltNames.crt23L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.asciichars.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.ca.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.ca.der841B
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.ca_noauthid.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.cert_type.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.cert_type.crt.openssl.v3_ext5L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.cert_type_noauthid.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.commas.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.crt.openssl.v3_ext4L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.csr16L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.der835B
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.hashsymbol.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.key27L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.key.der1190B
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.key_ext_usage.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.key_ext_usages.crt21L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.key_usage.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.key_usage.crt.openssl.v3_ext5L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.key_usage_noauthid.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.long_serial.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.long_serial_FF.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.noauthid.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.pubkey9L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.pubkey.der294B
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.req.cert_type17L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.req.cert_type_empty17L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.req.key_usage17L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.req.key_usage_empty17L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.req.ku-ct17L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.req.md516L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.req.sha116L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.req.sha22416L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.req.sha25616L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.req.sha256.conf17L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.req.sha256.ext20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.req.sha38416L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.req.sha51216L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.spaces.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1.v1.crt18L
-rw-r--r--subprojects/mbedtls/framework/data_files/server10-badsign.crt10L
-rw-r--r--subprojects/mbedtls/framework/data_files/server10-bs_int3.pem22L
-rw-r--r--subprojects/mbedtls/framework/data_files/server10.crt10L
-rw-r--r--subprojects/mbedtls/framework/data_files/server10.key5L
-rw-r--r--subprojects/mbedtls/framework/data_files/server10_int3-bs.pem22L
-rw-r--r--subprojects/mbedtls/framework/data_files/server10_int3_int-ca2.crt40L
-rw-r--r--subprojects/mbedtls/framework/data_files/server10_int3_int-ca2_ca.crt60L
-rw-r--r--subprojects/mbedtls/framework/data_files/server10_int3_spurious_int-ca2.crt64L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1_ca.crt40L
-rw-r--r--subprojects/mbedtls/framework/data_files/server1_csr.opensslconf10L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2-badsign.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2-sha256.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2-sha256.crt.der827B
-rw-r--r--subprojects/mbedtls/framework/data_files/server2-sha256.ku-ds.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2-sha256.ku-ds_ke.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2-sha256.ku-ka.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2-sha256.ku-ke.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2-v1-chain.crt38L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2-v1.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2.crt.der827B
-rw-r--r--subprojects/mbedtls/framework/data_files/server2.der827B
-rw-r--r--subprojects/mbedtls/framework/data_files/server2.key27L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2.key.der1192B
-rw-r--r--subprojects/mbedtls/framework/data_files/server2.key.enc30L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2.ku-ds.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2.ku-ds_ke.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2.ku-ka.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server2.ku-ke.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/server3.crt15L
-rw-r--r--subprojects/mbedtls/framework/data_files/server3.key5L
-rw-r--r--subprojects/mbedtls/framework/data_files/server4.crt17L
-rw-r--r--subprojects/mbedtls/framework/data_files/server4.key27L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-badsign.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-der0.crt548B
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-der1a.crt549B
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-der1b.crt549B
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-der2.crt550B
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-der4.crt552B
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-der8.crt556B
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-der9.crt557B
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-expired.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-future.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-selfsigned.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-sha1.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-sha224.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-sha384.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-sha512.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-ss-expired.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-ss-forgeca.crt11L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-tricky-ip-san-malformed-len.crt.der409B
-rw-r--r--subprojects/mbedtls/framework/data_files/server5-tricky-ip-san.crt.der409B
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.crt.der548B
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.crt.openssl.v3_ext3L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.eku-cli.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.eku-cs.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.eku-cs_any.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.eku-srv.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.eku-srv_cli.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.key5L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.key.der121B
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.key.enc8L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.ku-ds.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.ku-ka.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.ku-ke.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/server5.req.ku.sha18L
-rw-r--r--subprojects/mbedtls/framework/data_files/server6-ss-child.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/server6-ss-child.crt.openssl.v3_ext4L
-rw-r--r--subprojects/mbedtls/framework/data_files/server6.crt14L
-rw-r--r--subprojects/mbedtls/framework/data_files/server6.key5L
-rw-r--r--subprojects/mbedtls/framework/data_files/server7-badsign.crt47L
-rw-r--r--subprojects/mbedtls/framework/data_files/server7-expired.crt47L
-rw-r--r--subprojects/mbedtls/framework/data_files/server7-future.crt47L
-rw-r--r--subprojects/mbedtls/framework/data_files/server7.crt23L
-rw-r--r--subprojects/mbedtls/framework/data_files/server7.key5L
-rw-r--r--subprojects/mbedtls/framework/data_files/server7_int-ca-exp.crt47L
-rw-r--r--subprojects/mbedtls/framework/data_files/server7_int-ca.crt47L
-rw-r--r--subprojects/mbedtls/framework/data_files/server7_int-ca_ca2.crt60L
-rw-r--r--subprojects/mbedtls/framework/data_files/server7_spurious_int-ca.crt65L
-rw-r--r--subprojects/mbedtls/framework/data_files/server8.crt17L
-rw-r--r--subprojects/mbedtls/framework/data_files/server8.key27L
-rw-r--r--subprojects/mbedtls/framework/data_files/server8_int-ca2.crt35L
-rw-r--r--subprojects/mbedtls/framework/data_files/server9-bad-mgfhash.crt21L
-rw-r--r--subprojects/mbedtls/framework/data_files/server9-bad-saltlen.crt21L
-rw-r--r--subprojects/mbedtls/framework/data_files/server9-badsign.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/server9-defaults.crt18L
-rw-r--r--subprojects/mbedtls/framework/data_files/server9-sha224.crt21L
-rw-r--r--subprojects/mbedtls/framework/data_files/server9-sha256.crt21L
-rw-r--r--subprojects/mbedtls/framework/data_files/server9-sha384.crt21L
-rw-r--r--subprojects/mbedtls/framework/data_files/server9-sha512.crt21L
-rw-r--r--subprojects/mbedtls/framework/data_files/server9-with-ca.crt39L
-rw-r--r--subprojects/mbedtls/framework/data_files/server9.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/server9.key15L
-rw-r--r--subprojects/mbedtls/framework/data_files/simplepass.psk2L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca-alt-good.crt41L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca-alt.crt21L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca-alt.csr16L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca-alt.key27L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca-good-alt.crt41L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca-sha1.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca-sha1.crt.der837B
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca-sha256.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca-sha256.crt.der837B
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca-v1.crt19L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca.crt20L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca.der837B
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca.key30L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca.key.der1192B
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca.opensslconf125L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca.req.sha25616L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca.req_ec.sha2569L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca.server1.db2L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca.server1.future-crl.db2L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca.server1.future-crl.opensslconf18L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca.server1.opensslconf18L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca.server1.test_serial.opensslconf25L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2-expired.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2.crt13L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2.crt.der523B
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2.key6L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2.key.der167B
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2.key.enc9L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2.ku-crl.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2.ku-crl.crt.openssl.v3_ext4L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2.ku-crt.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2.ku-crt.crt.openssl.v3_ext4L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2.ku-crt_crl.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2.ku-crt_crl.crt.openssl.v3_ext4L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2.ku-ds.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2.ku-ds.crt.openssl.v3_ext4L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2.req.sha2569L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2_cat-future-invalid.crt27L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2_cat-future-present.crt26L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2_cat-past-invalid.crt27L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2_cat-past-present.crt26L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2_cat-present-future.crt26L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca2_cat-present-past.crt26L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca_cat12.crt33L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca_cat21.crt33L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca_printable.crt21L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca_unenc.key27L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca_uppercase.crt21L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-ca_utf8.crt21L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-int-ca-exp.crt24L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-int-ca.crt24L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-int-ca.key51L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-int-ca2.crt18L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-int-ca2.key6L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-int-ca3-badsign.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-int-ca3.crt12L
-rw-r--r--subprojects/mbedtls/framework/data_files/test-int-ca3.key8L
-rw-r--r--subprojects/mbedtls/framework/data_files/test_certs.h.jinja243L
-rw-r--r--subprojects/mbedtls/framework/data_files/tls13_early_data.txt4L
-rw-r--r--subprojects/mbedtls/framework/dco.txt37L
-rw-r--r--subprojects/mbedtls/framework/docs/framework-design.md138L
-rw-r--r--subprojects/mbedtls/framework/exported.make1L
-rw-r--r--subprojects/mbedtls/framework/psasim/.gitignore12L
-rw-r--r--subprojects/mbedtls/framework/psasim/Makefile64L
-rw-r--r--subprojects/mbedtls/framework/psasim/README.md60L
-rw-r--r--subprojects/mbedtls/framework/psasim/include/psa/client.h78L
-rw-r--r--subprojects/mbedtls/framework/psasim/include/psa/error.h36L
-rw-r--r--subprojects/mbedtls/framework/psasim/include/psa/lifecycle.h17L
-rw-r--r--subprojects/mbedtls/framework/psasim/include/psa/service.h249L
-rw-r--r--subprojects/mbedtls/framework/psasim/include/psasim/init.h15L
-rw-r--r--subprojects/mbedtls/framework/psasim/src/client.c380L
-rw-r--r--subprojects/mbedtls/framework/psasim/src/common.c23L
-rw-r--r--subprojects/mbedtls/framework/psasim/src/common.h85L
-rw-r--r--subprojects/mbedtls/framework/psasim/src/service.c655L
-rw-r--r--subprojects/mbedtls/framework/psasim/test/Makefile12L
-rw-r--r--subprojects/mbedtls/framework/psasim/test/client.c48L
-rw-r--r--subprojects/mbedtls/framework/psasim/test/manifest.json29L
-rw-r--r--subprojects/mbedtls/framework/psasim/test/server.c105L
-rwxr-xr-xsubprojects/mbedtls/framework/psasim/tools/psa_autogen.py163L
-rw-r--r--subprojects/mbedtls/framework/scripts/all-core.sh1039L
-rw-r--r--subprojects/mbedtls/framework/scripts/all-helpers.sh360L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/apidoc_full.sh59L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/assemble_changelog.py534L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/check-doxy-blocks.pl77L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/check-python-files.sh68L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/check_files.py575L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/check_names.py1209L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/check_test_cases.py82L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/code_style.py298L
-rw-r--r--subprojects/mbedtls/framework/scripts/demo_common.sh181L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/doxygen.sh37L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/generate_bignum_tests.py186L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/generate_config_tests.py190L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/generate_ecp_tests.py21L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/generate_pkcs7_tests.py186L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/generate_psa_tests.py837L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/generate_psa_wrappers.py51L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/generate_ssl_debug_helpers.py415L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/generate_test_cert_macros.py108L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/generate_test_code.py1297L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/generate_test_keys.py184L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/generate_tls13_compat_tests.py649L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/generate_tls_handshake_tests.py219L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/make_generated_files.py258L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/__init__.py3L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/asymmetric_key_data.py237L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/bignum_common.py406L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/bignum_core.py896L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/bignum_data.py159L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/bignum_mod.py102L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/bignum_mod_raw.py242L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/build_tree.py144L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/c_build_helper.py177L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/c_parsing_helper.py168L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/c_wrapper_generator.py501L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/code_wrapper/__init__.py0B
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/code_wrapper/psa_buffer.py29L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/code_wrapper/psa_test_wrapper.py39L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/code_wrapper/psa_wrapper.py287L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/collect_test_cases.py170L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/config_common.py507L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/crypto_data_tests.py101L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/crypto_knowledge.py568L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/ecp.py875L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/logging_util.py46L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/macro_collector.py539L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/min_requirements.py122L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/outcome_analysis.py399L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/psa_information.py156L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/psa_storage.py219L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/psa_test_case.py200L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/test_case.py169L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/test_data_generation.py224L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/tls_test_case.py101L
-rw-r--r--subprojects/mbedtls/framework/scripts/mbedtls_framework/typing_util.py28L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/output_env.sh183L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/pkgconfig.sh40L
-rw-r--r--subprojects/mbedtls/framework/scripts/project_detection.sh121L
-rw-r--r--subprojects/mbedtls/framework/scripts/project_scripts.py17L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/quiet/cmake19L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/quiet/make19L
-rw-r--r--subprojects/mbedtls/framework/scripts/quiet/quiet.sh79L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/recursion.pl47L
-rw-r--r--subprojects/mbedtls/framework/scripts/sbom.cdx.json48L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/search_outcomes_config.py225L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/test_generate_test_code.py1915L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/test_psa_compliance.py151L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/test_psa_constant_names.py210L
-rwxr-xr-xsubprojects/mbedtls/framework/scripts/translate_ciphers.py180L
-rw-r--r--subprojects/mbedtls/framework/tests/.gitignore2L
-rw-r--r--subprojects/mbedtls/framework/tests/.jenkins/Jenkinsfile1L
-rw-r--r--subprojects/mbedtls/framework/tests/include/alt-extra/psa/crypto.h7L
-rw-r--r--subprojects/mbedtls/framework/tests/include/baremetal-override/time.h6L
-rw-r--r--subprojects/mbedtls/framework/tests/include/spe/crypto_spe.h131L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/arguments.h26L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/asn1_helpers.h38L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/bignum_codepath_check.h94L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/bignum_helpers.h98L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/constant_flow.h71L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/drivers/aead.h123L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/drivers/asymmetric_encryption.h69L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/drivers/cipher.h138L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/drivers/hash.h66L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/drivers/key_agreement.h64L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/drivers/key_management.h133L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/drivers/mac.h127L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/drivers/pake.h77L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/drivers/signature.h114L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/drivers/test_driver.h32L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/drivers/test_driver_common.h28L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/fake_external_rng_for_test.h78L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/helpers.h428L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/macros.h250L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/memory.h108L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/psa_crypto_helpers.h562L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/psa_exercise_key.h297L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/psa_helpers.h24L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/psa_memory_poisoning_wrappers.h40L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/random.h91L
-rw-r--r--subprojects/mbedtls/framework/tests/include/test/threading_helpers.h112L
-rwxr-xr-xsubprojects/mbedtls/framework/tests/programs/dlopen_demo.sh52L
-rw-r--r--subprojects/mbedtls/framework/tests/programs/metatest.c484L
-rw-r--r--subprojects/mbedtls/framework/tests/programs/query_compile_time_config.c66L
-rw-r--r--subprojects/mbedtls/framework/tests/programs/query_config.h34L
-rw-r--r--subprojects/mbedtls/framework/tests/programs/query_included_headers.c29L
-rw-r--r--subprojects/mbedtls/framework/tests/programs/test_zeroize.gdb71L
-rw-r--r--subprojects/mbedtls/framework/tests/programs/zeroize.c72L
-rw-r--r--subprojects/mbedtls/framework/tests/src/asn1_helpers.c64L
-rw-r--r--subprojects/mbedtls/framework/tests/src/bignum_codepath_check.c38L
-rw-r--r--subprojects/mbedtls/framework/tests/src/bignum_helpers.c145L
-rw-r--r--subprojects/mbedtls/framework/tests/src/drivers/hash.c203L
-rw-r--r--subprojects/mbedtls/framework/tests/src/drivers/platform_builtin_keys.c82L
-rw-r--r--subprojects/mbedtls/framework/tests/src/drivers/test_driver_aead.c472L
-rw-r--r--subprojects/mbedtls/framework/tests/src/drivers/test_driver_asymmetric_encryption.c185L
-rw-r--r--subprojects/mbedtls/framework/tests/src/drivers/test_driver_cipher.c438L
-rw-r--r--subprojects/mbedtls/framework/tests/src/drivers/test_driver_key_agreement.c153L
-rw-r--r--subprojects/mbedtls/framework/tests/src/drivers/test_driver_key_management.c794L
-rw-r--r--subprojects/mbedtls/framework/tests/src/drivers/test_driver_mac.c438L
-rw-r--r--subprojects/mbedtls/framework/tests/src/drivers/test_driver_pake.c209L
-rw-r--r--subprojects/mbedtls/framework/tests/src/drivers/test_driver_signature.c410L
-rw-r--r--subprojects/mbedtls/framework/tests/src/fake_external_rng_for_test.c125L
-rw-r--r--subprojects/mbedtls/framework/tests/src/helpers.c733L
-rw-r--r--subprojects/mbedtls/framework/tests/src/psa_crypto_helpers.c295L
-rw-r--r--subprojects/mbedtls/framework/tests/src/psa_crypto_stubs.c133L
-rw-r--r--subprojects/mbedtls/framework/tests/src/psa_exercise_key.c1470L
-rw-r--r--subprojects/mbedtls/framework/tests/src/psa_memory_poisoning_wrappers.c32L
-rw-r--r--subprojects/mbedtls/framework/tests/src/random.c136L
-rw-r--r--subprojects/mbedtls/framework/tests/src/test_memory.c60L
-rw-r--r--subprojects/mbedtls/framework/tests/src/threading_helpers.c354L
-rw-r--r--subprojects/mbedtls/include/.gitignore4L
-rw-r--r--subprojects/mbedtls/include/CMakeLists.txt22L
-rw-r--r--subprojects/mbedtls/include/mbedtls/aes.h631L
-rw-r--r--subprojects/mbedtls/include/mbedtls/aria.h343L
-rw-r--r--subprojects/mbedtls/include/mbedtls/asn1.h642L
-rw-r--r--subprojects/mbedtls/include/mbedtls/asn1write.h390L
-rw-r--r--subprojects/mbedtls/include/mbedtls/base64.h82L
-rw-r--r--subprojects/mbedtls/include/mbedtls/bignum.h1085L
-rw-r--r--subprojects/mbedtls/include/mbedtls/block_cipher.h76L
-rw-r--r--subprojects/mbedtls/include/mbedtls/build_info.h194L
-rw-r--r--subprojects/mbedtls/include/mbedtls/camellia.h305L
-rw-r--r--subprojects/mbedtls/include/mbedtls/ccm.h526L
-rw-r--r--subprojects/mbedtls/include/mbedtls/chacha20.h202L
-rw-r--r--subprojects/mbedtls/include/mbedtls/chachapoly.h342L
-rw-r--r--subprojects/mbedtls/include/mbedtls/check_config.h1149L
-rw-r--r--subprojects/mbedtls/include/mbedtls/cipher.h1173L
-rw-r--r--subprojects/mbedtls/include/mbedtls/cmac.h246L
-rw-r--r--subprojects/mbedtls/include/mbedtls/compat-2.x.h46L
-rw-r--r--subprojects/mbedtls/include/mbedtls/config_adjust_legacy_crypto.h535L
-rw-r--r--subprojects/mbedtls/include/mbedtls/config_adjust_legacy_from_psa.h873L
-rw-r--r--subprojects/mbedtls/include/mbedtls/config_adjust_psa_from_legacy.h359L
-rw-r--r--subprojects/mbedtls/include/mbedtls/config_adjust_psa_superset_legacy.h145L
-rw-r--r--subprojects/mbedtls/include/mbedtls/config_adjust_ssl.h91L
-rw-r--r--subprojects/mbedtls/include/mbedtls/config_adjust_x509.h35L
-rw-r--r--subprojects/mbedtls/include/mbedtls/config_psa.h61L
-rw-r--r--subprojects/mbedtls/include/mbedtls/constant_time.h36L
-rw-r--r--subprojects/mbedtls/include/mbedtls/ctr_drbg.h597L
-rw-r--r--subprojects/mbedtls/include/mbedtls/debug.h156L
-rw-r--r--subprojects/mbedtls/include/mbedtls/des.h385L
-rw-r--r--subprojects/mbedtls/include/mbedtls/dhm.h972L
-rw-r--r--subprojects/mbedtls/include/mbedtls/ecdh.h454L
-rw-r--r--subprojects/mbedtls/include/mbedtls/ecdsa.h674L
-rw-r--r--subprojects/mbedtls/include/mbedtls/ecjpake.h298L
-rw-r--r--subprojects/mbedtls/include/mbedtls/ecp.h1528L
-rw-r--r--subprojects/mbedtls/include/mbedtls/entropy.h274L
-rw-r--r--subprojects/mbedtls/include/mbedtls/error.h201L
-rw-r--r--subprojects/mbedtls/include/mbedtls/gcm.h387L
-rw-r--r--subprojects/mbedtls/include/mbedtls/hkdf.h124L
-rw-r--r--subprojects/mbedtls/include/mbedtls/hmac_drbg.h434L
-rw-r--r--subprojects/mbedtls/include/mbedtls/lms.h440L
-rw-r--r--subprojects/mbedtls/include/mbedtls/mbedtls_config.h4380L
-rw-r--r--subprojects/mbedtls/include/mbedtls/md.h526L
-rw-r--r--subprojects/mbedtls/include/mbedtls/md5.h190L
-rw-r--r--subprojects/mbedtls/include/mbedtls/memory_buffer_alloc.h142L
-rw-r--r--subprojects/mbedtls/include/mbedtls/net_sockets.h299L
-rw-r--r--subprojects/mbedtls/include/mbedtls/nist_kw.h166L
-rw-r--r--subprojects/mbedtls/include/mbedtls/oid.h727L
-rw-r--r--subprojects/mbedtls/include/mbedtls/pem.h160L
-rw-r--r--subprojects/mbedtls/include/mbedtls/pk.h1296L
-rw-r--r--subprojects/mbedtls/include/mbedtls/pkcs12.h186L
-rw-r--r--subprojects/mbedtls/include/mbedtls/pkcs5.h198L
-rw-r--r--subprojects/mbedtls/include/mbedtls/pkcs7.h240L
-rw-r--r--subprojects/mbedtls/include/mbedtls/platform.h485L
-rw-r--r--subprojects/mbedtls/include/mbedtls/platform_time.h79L
-rw-r--r--subprojects/mbedtls/include/mbedtls/platform_util.h247L
-rw-r--r--subprojects/mbedtls/include/mbedtls/poly1305.h168L
-rw-r--r--subprojects/mbedtls/include/mbedtls/private_access.h20L
-rw-r--r--subprojects/mbedtls/include/mbedtls/psa_util.h207L
-rw-r--r--subprojects/mbedtls/include/mbedtls/ripemd160.h136L
-rw-r--r--subprojects/mbedtls/include/mbedtls/rsa.h1164L
-rw-r--r--subprojects/mbedtls/include/mbedtls/sha1.h219L
-rw-r--r--subprojects/mbedtls/include/mbedtls/sha256.h200L
-rw-r--r--subprojects/mbedtls/include/mbedtls/sha3.h172L
-rw-r--r--subprojects/mbedtls/include/mbedtls/sha512.h208L
-rw-r--r--subprojects/mbedtls/include/mbedtls/ssl.h5821L
-rw-r--r--subprojects/mbedtls/include/mbedtls/ssl_cache.h187L
-rw-r--r--subprojects/mbedtls/include/mbedtls/ssl_ciphersuites.h482L
-rw-r--r--subprojects/mbedtls/include/mbedtls/ssl_cookie.h106L
-rw-r--r--subprojects/mbedtls/include/mbedtls/ssl_ticket.h199L
-rw-r--r--subprojects/mbedtls/include/mbedtls/threading.h137L
-rw-r--r--subprojects/mbedtls/include/mbedtls/timing.h94L
-rw-r--r--subprojects/mbedtls/include/mbedtls/version.h78L
-rw-r--r--subprojects/mbedtls/include/mbedtls/x509.h500L
-rw-r--r--subprojects/mbedtls/include/mbedtls/x509_crl.h184L
-rw-r--r--subprojects/mbedtls/include/mbedtls/x509_crt.h1208L
-rw-r--r--subprojects/mbedtls/include/mbedtls/x509_csr.h382L
-rw-r--r--subprojects/mbedtls/include/psa/build_info.h20L
-rw-r--r--subprojects/mbedtls/include/psa/crypto.h4977L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_adjust_auto_enabled.h31L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_adjust_config_dependencies.h51L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_adjust_config_key_pair_types.h101L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_adjust_config_synonyms.h49L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_builtin_composites.h214L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_builtin_key_derivation.h118L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_builtin_primitives.h114L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_compat.h230L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_config.h145L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_driver_common.h44L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_driver_contexts_composites.h151L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_driver_contexts_key_derivation.h52L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_driver_contexts_primitives.h105L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_extra.h1936L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_legacy.h88L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_platform.h102L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_se_driver.h1383L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_sizes.h1317L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_struct.h527L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_types.h508L
-rw-r--r--subprojects/mbedtls/include/psa/crypto_values.h2783L
-rw-r--r--subprojects/mbedtls/library/.gitignore11L
-rw-r--r--subprojects/mbedtls/library/CMakeLists.txt359L
-rw-r--r--subprojects/mbedtls/library/Makefile408L
-rw-r--r--subprojects/mbedtls/library/aes.c2294L
-rw-r--r--subprojects/mbedtls/library/aesce.c618L
-rw-r--r--subprojects/mbedtls/library/aesce.h136L
-rw-r--r--subprojects/mbedtls/library/aesni.c846L
-rw-r--r--subprojects/mbedtls/library/aesni.h162L
-rw-r--r--subprojects/mbedtls/library/alignment.h684L
-rw-r--r--subprojects/mbedtls/library/aria.c969L
-rw-r--r--subprojects/mbedtls/library/asn1parse.c468L
-rw-r--r--subprojects/mbedtls/library/asn1write.c440L
-rw-r--r--subprojects/mbedtls/library/base64.c323L
-rw-r--r--subprojects/mbedtls/library/base64_internal.h45L
-rw-r--r--subprojects/mbedtls/library/bignum.c2487L
-rw-r--r--subprojects/mbedtls/library/bignum_core.c1022L
-rw-r--r--subprojects/mbedtls/library/bignum_core.h825L
-rw-r--r--subprojects/mbedtls/library/bignum_core_invasive.h23L
-rw-r--r--subprojects/mbedtls/library/bignum_internal.h50L
-rw-r--r--subprojects/mbedtls/library/bignum_mod.c394L
-rw-r--r--subprojects/mbedtls/library/bignum_mod.h452L
-rw-r--r--subprojects/mbedtls/library/bignum_mod_raw.c276L
-rw-r--r--subprojects/mbedtls/library/bignum_mod_raw.h416L
-rw-r--r--subprojects/mbedtls/library/bignum_mod_raw_invasive.h34L
-rw-r--r--subprojects/mbedtls/library/block_cipher.c207L
-rw-r--r--subprojects/mbedtls/library/block_cipher_internal.h99L
-rw-r--r--subprojects/mbedtls/library/bn_mul.h1094L
-rw-r--r--subprojects/mbedtls/library/camellia.c1058L
-rw-r--r--subprojects/mbedtls/library/ccm.c764L
-rw-r--r--subprojects/mbedtls/library/chacha20.c497L
-rw-r--r--subprojects/mbedtls/library/chachapoly.c478L
-rw-r--r--subprojects/mbedtls/library/check_crypto_config.h141L
-rw-r--r--subprojects/mbedtls/library/cipher.c1689L
-rw-r--r--subprojects/mbedtls/library/cipher_invasive.h27L
-rw-r--r--subprojects/mbedtls/library/cipher_wrap.c2482L
-rw-r--r--subprojects/mbedtls/library/cipher_wrap.h178L
-rw-r--r--subprojects/mbedtls/library/cmac.c1067L
-rw-r--r--subprojects/mbedtls/library/common.h453L
-rw-r--r--subprojects/mbedtls/library/constant_time.c248L
-rw-r--r--subprojects/mbedtls/library/constant_time_impl.h541L
-rw-r--r--subprojects/mbedtls/library/constant_time_internal.h579L
-rw-r--r--subprojects/mbedtls/library/ctr.h35L
-rw-r--r--subprojects/mbedtls/library/ctr_drbg.c1016L
-rw-r--r--subprojects/mbedtls/library/debug.c465L
-rw-r--r--subprojects/mbedtls/library/debug_internal.h172L
-rw-r--r--subprojects/mbedtls/library/des.c1042L
-rw-r--r--subprojects/mbedtls/library/dhm.c712L
-rw-r--r--subprojects/mbedtls/library/ecdh.c694L
-rw-r--r--subprojects/mbedtls/library/ecdsa.c867L
-rw-r--r--subprojects/mbedtls/library/ecjpake.c1216L
-rw-r--r--subprojects/mbedtls/library/ecp.c3703L
-rw-r--r--subprojects/mbedtls/library/ecp_curves.c5460L
-rw-r--r--subprojects/mbedtls/library/ecp_curves_new.c6036L
-rw-r--r--subprojects/mbedtls/library/ecp_internal_alt.h287L
-rw-r--r--subprojects/mbedtls/library/ecp_invasive.h325L
-rw-r--r--subprojects/mbedtls/library/entropy.c680L
-rw-r--r--subprojects/mbedtls/library/entropy_poll.c231L
-rw-r--r--subprojects/mbedtls/library/entropy_poll.h64L
-rw-r--r--subprojects/mbedtls/library/error.c878L
-rw-r--r--subprojects/mbedtls/library/gcm.c1330L
-rw-r--r--subprojects/mbedtls/library/hkdf.c161L
-rw-r--r--subprojects/mbedtls/library/hmac_drbg.c633L
-rw-r--r--subprojects/mbedtls/library/lmots.c789L
-rw-r--r--subprojects/mbedtls/library/lmots.h288L
-rw-r--r--subprojects/mbedtls/library/lms.c778L
-rw-r--r--subprojects/mbedtls/library/md.c1108L
-rw-r--r--subprojects/mbedtls/library/md5.c426L
-rw-r--r--subprojects/mbedtls/library/md_psa.h26L
-rw-r--r--subprojects/mbedtls/library/md_wrap.h46L
-rw-r--r--subprojects/mbedtls/library/memory_buffer_alloc.c745L
-rw-r--r--subprojects/mbedtls/library/mps_common.h181L
-rw-r--r--subprojects/mbedtls/library/mps_error.h89L
-rw-r--r--subprojects/mbedtls/library/mps_reader.c538L
-rw-r--r--subprojects/mbedtls/library/mps_reader.h366L
-rw-r--r--subprojects/mbedtls/library/mps_trace.c112L
-rw-r--r--subprojects/mbedtls/library/mps_trace.h154L
-rw-r--r--subprojects/mbedtls/library/net_sockets.c696L
-rw-r--r--subprojects/mbedtls/library/nist_kw.c729L
-rw-r--r--subprojects/mbedtls/library/oid.c1166L
-rw-r--r--subprojects/mbedtls/library/padlock.c157L
-rw-r--r--subprojects/mbedtls/library/padlock.h111L
-rw-r--r--subprojects/mbedtls/library/pem.c554L
-rw-r--r--subprojects/mbedtls/library/pk.c1503L
-rw-r--r--subprojects/mbedtls/library/pk_ecc.c255L
-rw-r--r--subprojects/mbedtls/library/pk_internal.h207L
-rw-r--r--subprojects/mbedtls/library/pk_wrap.c1584L
-rw-r--r--subprojects/mbedtls/library/pk_wrap.h138L
-rw-r--r--subprojects/mbedtls/library/pkcs12.c437L
-rw-r--r--subprojects/mbedtls/library/pkcs5.c500L
-rw-r--r--subprojects/mbedtls/library/pkcs7.c773L
-rw-r--r--subprojects/mbedtls/library/pkparse.c1392L
-rw-r--r--subprojects/mbedtls/library/pkwrite.c629L
-rw-r--r--subprojects/mbedtls/library/pkwrite.h121L
-rw-r--r--subprojects/mbedtls/library/platform.c402L
-rw-r--r--subprojects/mbedtls/library/platform_util.c263L
-rw-r--r--subprojects/mbedtls/library/poly1305.c492L
-rw-r--r--subprojects/mbedtls/library/psa_crypto.c9459L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_aead.c649L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_aead.h499L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_cipher.c721L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_cipher.h316L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_client.c22L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_core.h995L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_core_common.h52L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_driver_wrappers.h2896L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_driver_wrappers_no_static.c256L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_driver_wrappers_no_static.h31L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_ecp.c594L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_ecp.h267L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_ffdh.c321L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_ffdh.h131L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_hash.c470L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_hash.h211L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_invasive.h92L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_its.h131L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_mac.c505L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_mac.h264L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_pake.c571L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_pake.h159L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_random_impl.h126L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_rsa.c705L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_rsa.h321L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_se.c373L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_se.h192L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_slot_management.c1131L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_slot_management.h344L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_storage.c481L
-rw-r--r--subprojects/mbedtls/library/psa_crypto_storage.h392L
-rw-r--r--subprojects/mbedtls/library/psa_its_file.c254L
-rw-r--r--subprojects/mbedtls/library/psa_util.c614L
-rw-r--r--subprojects/mbedtls/library/psa_util_internal.h100L
-rw-r--r--subprojects/mbedtls/library/ripemd160.c490L
-rw-r--r--subprojects/mbedtls/library/rsa.c3066L
-rw-r--r--subprojects/mbedtls/library/rsa_alt_helpers.c447L
-rw-r--r--subprojects/mbedtls/library/rsa_alt_helpers.h206L
-rw-r--r--subprojects/mbedtls/library/rsa_internal.h121L
-rw-r--r--subprojects/mbedtls/library/sha1.c480L
-rw-r--r--subprojects/mbedtls/library/sha256.c980L
-rw-r--r--subprojects/mbedtls/library/sha3.c721L
-rw-r--r--subprojects/mbedtls/library/sha512.c1112L
-rw-r--r--subprojects/mbedtls/library/ssl_cache.c410L
-rw-r--r--subprojects/mbedtls/library/ssl_ciphersuites.c2050L
-rw-r--r--subprojects/mbedtls/library/ssl_ciphersuites_internal.h154L
-rw-r--r--subprojects/mbedtls/library/ssl_client.c1019L
-rw-r--r--subprojects/mbedtls/library/ssl_client.h22L
-rw-r--r--subprojects/mbedtls/library/ssl_cookie.c384L
-rw-r--r--subprojects/mbedtls/library/ssl_debug_helpers.h83L
-rw-r--r--subprojects/mbedtls/library/ssl_debug_helpers_generated.c251L
-rw-r--r--subprojects/mbedtls/library/ssl_misc.h3105L
-rw-r--r--subprojects/mbedtls/library/ssl_msg.c6515L
-rw-r--r--subprojects/mbedtls/library/ssl_ticket.c556L
-rw-r--r--subprojects/mbedtls/library/ssl_tls.c10187L
-rw-r--r--subprojects/mbedtls/library/ssl_tls12_client.c3603L
-rw-r--r--subprojects/mbedtls/library/ssl_tls12_server.c4417L
-rw-r--r--subprojects/mbedtls/library/ssl_tls13_client.c3187L
-rw-r--r--subprojects/mbedtls/library/ssl_tls13_generic.c1754L
-rw-r--r--subprojects/mbedtls/library/ssl_tls13_invasive.h23L
-rw-r--r--subprojects/mbedtls/library/ssl_tls13_keys.c1918L
-rw-r--r--subprojects/mbedtls/library/ssl_tls13_keys.h668L
-rw-r--r--subprojects/mbedtls/library/ssl_tls13_server.c3611L
-rw-r--r--subprojects/mbedtls/library/threading.c195L
-rw-r--r--subprojects/mbedtls/library/timing.c154L
-rw-r--r--subprojects/mbedtls/library/version.c32L
-rw-r--r--subprojects/mbedtls/library/version_features.c853L
-rw-r--r--subprojects/mbedtls/library/x509.c1776L
-rw-r--r--subprojects/mbedtls/library/x509_create.c567L
-rw-r--r--subprojects/mbedtls/library/x509_crl.c713L
-rw-r--r--subprojects/mbedtls/library/x509_crt.c3303L
-rw-r--r--subprojects/mbedtls/library/x509_csr.c639L
-rw-r--r--subprojects/mbedtls/library/x509_internal.h86L
-rw-r--r--subprojects/mbedtls/library/x509write.c174L
-rw-r--r--subprojects/mbedtls/library/x509write_crt.c688L
-rw-r--r--subprojects/mbedtls/library/x509write_csr.c336L
-rw-r--r--subprojects/mbedtls/pkgconfig/.gitignore2L
-rw-r--r--subprojects/mbedtls/pkgconfig/CMakeLists.txt25L
-rw-r--r--subprojects/mbedtls/pkgconfig/JoinPaths.cmake27L
-rw-r--r--subprojects/mbedtls/pkgconfig/mbedcrypto.pc.in10L
-rw-r--r--subprojects/mbedtls/pkgconfig/mbedtls.pc.in11L
-rw-r--r--subprojects/mbedtls/pkgconfig/mbedx509.pc.in11L
-rw-r--r--subprojects/mbedtls/programs/.gitignore83L
-rw-r--r--subprojects/mbedtls/programs/CMakeLists.txt16L
-rw-r--r--subprojects/mbedtls/programs/Makefile440L
-rw-r--r--subprojects/mbedtls/programs/README.md118L
-rw-r--r--subprojects/mbedtls/programs/aes/CMakeLists.txt14L
-rw-r--r--subprojects/mbedtls/programs/aes/crypt_and_hash.c577L
-rw-r--r--subprojects/mbedtls/programs/cipher/CMakeLists.txt14L
-rw-r--r--subprojects/mbedtls/programs/cipher/cipher_aead_demo.c259L
-rw-r--r--subprojects/mbedtls/programs/fuzz/.gitignore10L
-rw-r--r--subprojects/mbedtls/programs/fuzz/CMakeLists.txt53L
-rw-r--r--subprojects/mbedtls/programs/fuzz/Makefile46L
-rw-r--r--subprojects/mbedtls/programs/fuzz/README.md68L
-rw-r--r--subprojects/mbedtls/programs/fuzz/common.c105L
-rw-r--r--subprojects/mbedtls/programs/fuzz/common.h28L
-rw-r--r--subprojects/mbedtls/programs/fuzz/corpuses/client4037B
-rw-r--r--subprojects/mbedtls/programs/fuzz/corpuses/dtlsclient4058B
-rw-r--r--subprojects/mbedtls/programs/fuzz/corpuses/dtlsserver1189B
-rw-r--r--subprojects/mbedtls/programs/fuzz/corpuses/server675B
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_client.c193L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_client.options2L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_dtlsclient.c136L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_dtlsclient.options2L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_dtlsserver.c181L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_dtlsserver.options2L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_pkcs7.c21L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_pkcs7.options2L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_privkey.c104L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_privkey.options2L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_pubkey.c91L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_pubkey.options2L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_server.c216L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_server.options2L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_x509crl.c40L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_x509crl.options2L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_x509crt.c40L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_x509crt.options2L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_x509csr.c40L
-rw-r--r--subprojects/mbedtls/programs/fuzz/fuzz_x509csr.options2L
-rw-r--r--subprojects/mbedtls/programs/fuzz/onefile.c68L
-rw-r--r--subprojects/mbedtls/programs/hash/CMakeLists.txt16L
-rw-r--r--subprojects/mbedtls/programs/hash/generic_sum.c209L
-rw-r--r--subprojects/mbedtls/programs/hash/hello.c45L
-rw-r--r--subprojects/mbedtls/programs/hash/md_hmac_demo.c136L
-rw-r--r--subprojects/mbedtls/programs/pkey/CMakeLists.txt43L
-rw-r--r--subprojects/mbedtls/programs/pkey/dh_client.c288L
-rw-r--r--subprojects/mbedtls/programs/pkey/dh_genprime.c161L
-rw-r--r--subprojects/mbedtls/programs/pkey/dh_prime.txt2L
-rw-r--r--subprojects/mbedtls/programs/pkey/dh_server.c306L
-rw-r--r--subprojects/mbedtls/programs/pkey/ecdh_curve25519.c189L
-rw-r--r--subprojects/mbedtls/programs/pkey/ecdsa.c220L
-rw-r--r--subprojects/mbedtls/programs/pkey/gen_key.c478L
-rw-r--r--subprojects/mbedtls/programs/pkey/key_app.c368L
-rw-r--r--subprojects/mbedtls/programs/pkey/key_app_writer.c495L
-rw-r--r--subprojects/mbedtls/programs/pkey/mpi_demo.c84L
-rw-r--r--subprojects/mbedtls/programs/pkey/pk_decrypt.c153L
-rw-r--r--subprojects/mbedtls/programs/pkey/pk_encrypt.c154L
-rw-r--r--subprojects/mbedtls/programs/pkey/pk_sign.c155L
-rw-r--r--subprojects/mbedtls/programs/pkey/pk_verify.c128L
-rw-r--r--subprojects/mbedtls/programs/pkey/rsa_decrypt.c172L
-rw-r--r--subprojects/mbedtls/programs/pkey/rsa_encrypt.c149L
-rw-r--r--subprojects/mbedtls/programs/pkey/rsa_genkey.c141L
-rw-r--r--subprojects/mbedtls/programs/pkey/rsa_priv.txt8L
-rw-r--r--subprojects/mbedtls/programs/pkey/rsa_pub.txt2L
-rw-r--r--subprojects/mbedtls/programs/pkey/rsa_sign.c155L
-rw-r--r--subprojects/mbedtls/programs/pkey/rsa_sign_pss.c161L
-rw-r--r--subprojects/mbedtls/programs/pkey/rsa_verify.c134L
-rw-r--r--subprojects/mbedtls/programs/pkey/rsa_verify_pss.c136L
-rw-r--r--subprojects/mbedtls/programs/psa/CMakeLists.txt49L
-rw-r--r--subprojects/mbedtls/programs/psa/aead_demo.c281L
-rw-r--r--subprojects/mbedtls/programs/psa/crypto_examples.c321L
-rw-r--r--subprojects/mbedtls/programs/psa/hmac_demo.c159L
-rw-r--r--subprojects/mbedtls/programs/psa/key_ladder_demo.c691L
-rwxr-xr-xsubprojects/mbedtls/programs/psa/key_ladder_demo.sh51L
-rw-r--r--subprojects/mbedtls/programs/psa/psa_constant_names.c310L
-rw-r--r--subprojects/mbedtls/programs/psa/psa_constant_names_generated.c474L
-rw-r--r--subprojects/mbedtls/programs/psa/psa_hash.c159L
-rwxr-xr-xsubprojects/mbedtls/programs/psa/psa_hash_demo.sh20L
-rw-r--r--subprojects/mbedtls/programs/random/CMakeLists.txt15L
-rw-r--r--subprojects/mbedtls/programs/random/gen_entropy.c75L
-rw-r--r--subprojects/mbedtls/programs/random/gen_random_ctr_drbg.c107L
-rw-r--r--subprojects/mbedtls/programs/ssl/CMakeLists.txt64L
-rw-r--r--subprojects/mbedtls/programs/ssl/dtls_client.c340L
-rw-r--r--subprojects/mbedtls/programs/ssl/dtls_server.c413L
-rw-r--r--subprojects/mbedtls/programs/ssl/mini_client.c274L
-rw-r--r--subprojects/mbedtls/programs/ssl/ssl_client1.c289L
-rw-r--r--subprojects/mbedtls/programs/ssl/ssl_client2.c3351L
-rw-r--r--subprojects/mbedtls/programs/ssl/ssl_context_info.c1019L
-rw-r--r--subprojects/mbedtls/programs/ssl/ssl_fork_server.c380L
-rw-r--r--subprojects/mbedtls/programs/ssl/ssl_mail_client.c817L
-rw-r--r--subprojects/mbedtls/programs/ssl/ssl_pthread_server.c494L
-rw-r--r--subprojects/mbedtls/programs/ssl/ssl_server.c360L
-rw-r--r--subprojects/mbedtls/programs/ssl/ssl_server2.c4418L
-rw-r--r--subprojects/mbedtls/programs/ssl/ssl_test_common_source.c375L
-rw-r--r--subprojects/mbedtls/programs/ssl/ssl_test_lib.c648L
-rw-r--r--subprojects/mbedtls/programs/ssl/ssl_test_lib.h331L
-rw-r--r--subprojects/mbedtls/programs/test/CMakeLists.txt106L
-rw-r--r--subprojects/mbedtls/programs/test/benchmark.c1275L
-rw-r--r--subprojects/mbedtls/programs/test/cmake_package/.gitignore4L
-rw-r--r--subprojects/mbedtls/programs/test/cmake_package/CMakeLists.txt38L
-rw-r--r--subprojects/mbedtls/programs/test/cmake_package/cmake_package.c27L
-rw-r--r--subprojects/mbedtls/programs/test/cmake_package_install/.gitignore4L
-rw-r--r--subprojects/mbedtls/programs/test/cmake_package_install/CMakeLists.txt41L
-rw-r--r--subprojects/mbedtls/programs/test/cmake_package_install/cmake_package_install.c28L
-rw-r--r--subprojects/mbedtls/programs/test/cmake_subproject/.gitignore3L
-rw-r--r--subprojects/mbedtls/programs/test/cmake_subproject/CMakeLists.txt23L
-rw-r--r--subprojects/mbedtls/programs/test/cmake_subproject/cmake_subproject.c28L
-rw-r--r--subprojects/mbedtls/programs/test/dlopen.c106L
-rwxr-xr-xsubprojects/mbedtls/programs/test/generate_cpp_dummy_build.sh78L
-rw-r--r--subprojects/mbedtls/programs/test/query_config.c5281L
-rw-r--r--subprojects/mbedtls/programs/test/selftest.c584L
-rw-r--r--subprojects/mbedtls/programs/test/udp_proxy.c969L
-rwxr-xr-xsubprojects/mbedtls/programs/test/udp_proxy_wrapper.sh120L
-rw-r--r--subprojects/mbedtls/programs/util/CMakeLists.txt19L
-rw-r--r--subprojects/mbedtls/programs/util/pem2der.c265L
-rw-r--r--subprojects/mbedtls/programs/util/strerror.c61L
-rw-r--r--subprojects/mbedtls/programs/wince_main.c31L
-rw-r--r--subprojects/mbedtls/programs/x509/CMakeLists.txt25L
-rw-r--r--subprojects/mbedtls/programs/x509/cert_app.c456L
-rw-r--r--subprojects/mbedtls/programs/x509/cert_req.c531L
-rw-r--r--subprojects/mbedtls/programs/x509/cert_write.c1041L
-rw-r--r--subprojects/mbedtls/programs/x509/crl_app.c132L
-rw-r--r--subprojects/mbedtls/programs/x509/load_roots.c165L
-rw-r--r--subprojects/mbedtls/programs/x509/req_app.c132L
-rwxr-xr-xsubprojects/mbedtls/scripts/abi_check.py671L
-rw-r--r--subprojects/mbedtls/scripts/basic.requirements.txt5L
-rwxr-xr-xsubprojects/mbedtls/scripts/bump_version.sh148L
-rw-r--r--subprojects/mbedtls/scripts/ci.requirements.txt28L
-rwxr-xr-xsubprojects/mbedtls/scripts/code_size_compare.py953L
-rw-r--r--subprojects/mbedtls/scripts/common.make140L
-rwxr-xr-xsubprojects/mbedtls/scripts/config.pl14L
-rwxr-xr-xsubprojects/mbedtls/scripts/config.py413L
-rw-r--r--subprojects/mbedtls/scripts/data_files/driver_jsons/driver_opaque_schema.json71L
-rw-r--r--subprojects/mbedtls/scripts/data_files/driver_jsons/driver_transparent_schema.json70L
-rw-r--r--subprojects/mbedtls/scripts/data_files/driver_jsons/driverlist.json1L
-rw-r--r--subprojects/mbedtls/scripts/data_files/driver_jsons/mbedtls_test_opaque_driver.json20L
-rw-r--r--subprojects/mbedtls/scripts/data_files/driver_jsons/mbedtls_test_transparent_driver.json22L
-rw-r--r--subprojects/mbedtls/scripts/data_files/driver_jsons/p256_transparent_driver.json20L
-rw-r--r--subprojects/mbedtls/scripts/data_files/driver_templates/OS-template-opaque.jinja17L
-rw-r--r--subprojects/mbedtls/scripts/data_files/driver_templates/OS-template-transparent.jinja19L
-rw-r--r--subprojects/mbedtls/scripts/data_files/driver_templates/psa_crypto_driver_wrappers.h.jinja2859L
-rw-r--r--subprojects/mbedtls/scripts/data_files/driver_templates/psa_crypto_driver_wrappers_no_static.c.jinja224L
-rw-r--r--subprojects/mbedtls/scripts/data_files/error.fmt155L
-rw-r--r--subprojects/mbedtls/scripts/data_files/query_config.fmt121L
-rw-r--r--subprojects/mbedtls/scripts/data_files/version_features.fmt50L
-rw-r--r--subprojects/mbedtls/scripts/data_files/vs2017-app-template.vcxproj175L
-rw-r--r--subprojects/mbedtls/scripts/data_files/vs2017-main-template.vcxproj163L
-rw-r--r--subprojects/mbedtls/scripts/data_files/vs2017-sln-template.sln30L
-rw-r--r--subprojects/mbedtls/scripts/driver.requirements.txt19L
-rwxr-xr-xsubprojects/mbedtls/scripts/ecc-heap.sh87L
-rwxr-xr-xsubprojects/mbedtls/scripts/ecp_comb_table.py237L
-rwxr-xr-xsubprojects/mbedtls/scripts/footprint.sh108L
-rw-r--r--subprojects/mbedtls/scripts/framework_scripts_path.py17L
-rwxr-xr-xsubprojects/mbedtls/scripts/generate_driver_wrappers.py214L
-rwxr-xr-xsubprojects/mbedtls/scripts/generate_errors.pl240L
-rwxr-xr-xsubprojects/mbedtls/scripts/generate_features.pl79L
-rwxr-xr-xsubprojects/mbedtls/scripts/generate_psa_constants.py333L
-rwxr-xr-xsubprojects/mbedtls/scripts/generate_query_config.pl116L
-rwxr-xr-xsubprojects/mbedtls/scripts/generate_visualc_files.pl307L
-rwxr-xr-xsubprojects/mbedtls/scripts/lcov.sh87L
-rw-r--r--subprojects/mbedtls/scripts/maintainer.requirements.txt10L
-rw-r--r--subprojects/mbedtls/scripts/make_generated_files.bat34L
-rwxr-xr-xsubprojects/mbedtls/scripts/massif_max.pl36L
-rwxr-xr-xsubprojects/mbedtls/scripts/memory.sh129L
-rwxr-xr-xsubprojects/mbedtls/scripts/min_requirements.py16L
-rwxr-xr-xsubprojects/mbedtls/scripts/prepare_release.sh70L
-rw-r--r--subprojects/mbedtls/scripts/project_name.txt1L
-rwxr-xr-xsubprojects/mbedtls/scripts/tmp_ignore_makefiles.sh47L
-rw-r--r--subprojects/mbedtls/tests/.gitignore30L
-rw-r--r--subprojects/mbedtls/tests/.jenkins/Jenkinsfile1L
-rw-r--r--subprojects/mbedtls/tests/CMakeLists.txt395L
-rw-r--r--subprojects/mbedtls/tests/Descriptions.txt22L
-rw-r--r--subprojects/mbedtls/tests/Makefile317L
-rwxr-xr-xsubprojects/mbedtls/tests/compat-in-docker.sh55L
-rwxr-xr-xsubprojects/mbedtls/tests/compat.sh1264L
-rw-r--r--subprojects/mbedtls/tests/configs/config_test_driver.h46L
-rw-r--r--subprojects/mbedtls/tests/configs/crypto_config_test_driver_extension.h665L
-rw-r--r--subprojects/mbedtls/tests/configs/tls13-only.h31L
-rw-r--r--subprojects/mbedtls/tests/configs/user-config-for-test.h90L
-rw-r--r--subprojects/mbedtls/tests/configs/user-config-malloc-0-null.h22L
-rw-r--r--subprojects/mbedtls/tests/configs/user-config-zeroize-memset.h17L
-rwxr-xr-xsubprojects/mbedtls/tests/context-info.sh428L
-rw-r--r--subprojects/mbedtls/tests/git-scripts/README.md16L
-rwxr-xr-xsubprojects/mbedtls/tests/git-scripts/pre-push.sh34L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/aes_alt.h23L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/aria_alt.h16L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/camellia_alt.h16L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/ccm_alt.h16L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/chacha20_alt.h16L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/chachapoly_alt.h18L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/cmac_alt.h15L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/des_alt.h22L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/dhm_alt.h16L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/ecjpake_alt.h15L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/ecp_alt.h22L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/gcm_alt.h16L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/md5_alt.h16L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/nist_kw_alt.h15L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/platform_alt.h16L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/poly1305_alt.h16L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/ripemd160_alt.h16L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/rsa_alt.h16L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/sha1_alt.h16L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/sha256_alt.h16L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/sha512_alt.h16L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/threading_alt.h14L
-rw-r--r--subprojects/mbedtls/tests/include/alt-dummy/timing_alt.h19L
-rw-r--r--subprojects/mbedtls/tests/include/test/certs.h234L
-rw-r--r--subprojects/mbedtls/tests/include/test/psa_test_wrappers.h789L
-rw-r--r--subprojects/mbedtls/tests/include/test/ssl_helpers.h684L
-rw-r--r--subprojects/mbedtls/tests/include/test/test_certs.h1227L
-rw-r--r--subprojects/mbedtls/tests/include/test/test_keys.h801L
-rwxr-xr-xsubprojects/mbedtls/tests/make-in-docker.sh21L
-rw-r--r--subprojects/mbedtls/tests/opt-testcases/handshake-generated.sh744L
-rw-r--r--subprojects/mbedtls/tests/opt-testcases/sample.sh374L
-rw-r--r--subprojects/mbedtls/tests/opt-testcases/tls13-compat.sh14032L
-rw-r--r--subprojects/mbedtls/tests/opt-testcases/tls13-kex-modes.sh3325L
-rw-r--r--subprojects/mbedtls/tests/opt-testcases/tls13-misc.sh1362L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/all.sh16L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/analyze_outcomes.py734L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/audit-validity-dates.py469L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/basic-build-test.sh246L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/check-generated-files.sh150L
-rw-r--r--subprojects/mbedtls/tests/scripts/components-basic-checks.sh164L
-rw-r--r--subprojects/mbedtls/tests/scripts/components-build-system.sh218L
-rw-r--r--subprojects/mbedtls/tests/scripts/components-compiler.sh177L
-rw-r--r--subprojects/mbedtls/tests/scripts/components-compliance.sh31L
-rw-r--r--subprojects/mbedtls/tests/scripts/components-configuration-crypto.sh3309L
-rw-r--r--subprojects/mbedtls/tests/scripts/components-configuration-platform.sh111L
-rw-r--r--subprojects/mbedtls/tests/scripts/components-configuration-tls.sh851L
-rw-r--r--subprojects/mbedtls/tests/scripts/components-configuration-x509.sh35L
-rw-r--r--subprojects/mbedtls/tests/scripts/components-configuration.sh385L
-rw-r--r--subprojects/mbedtls/tests/scripts/components-platform.sh617L
-rw-r--r--subprojects/mbedtls/tests/scripts/components-sanitizers.sh236L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/depends.py557L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/gen_ctr_drbg.pl96L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/gen_gcm_decrypt.pl101L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/gen_gcm_encrypt.pl84L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/gen_pkcs1_v21_sign_verify.pl74L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/generate-afl-tests.sh71L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/generate_server9_bad_saltlen.py87L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/list-identifiers.sh54L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/list_internal_identifiers.py47L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/psa_collect_statuses.py128L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/run-metatests.sh89L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/run-test-suites.pl158L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/run_demos.py63L
-rw-r--r--subprojects/mbedtls/tests/scripts/scripts_path.py20L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/set_psa_test_dependencies.py284L
-rwxr-xr-xsubprojects/mbedtls/tests/scripts/test_config_script.py175L
-rw-r--r--subprojects/mbedtls/tests/src/certs.c480L
-rw-r--r--subprojects/mbedtls/tests/src/psa_test_wrappers.c1389L
-rw-r--r--subprojects/mbedtls/tests/src/test_helpers/ssl_helpers.c2676L
-rwxr-xr-xsubprojects/mbedtls/tests/ssl-opt.sh15003L
-rw-r--r--subprojects/mbedtls/tests/suites/helpers.function112L
-rw-r--r--subprojects/mbedtls/tests/suites/host_test.function790L
-rw-r--r--subprojects/mbedtls/tests/suites/main_test.function266L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_aes.cbc.data263L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_aes.cfb.data507L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_aes.ctr.data137L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_aes.ecb.data289L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_aes.function738L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_aes.ofb.data35L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_aes.rest.data23L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_aes.xts.data169L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_alignment.data119L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_alignment.function360L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_aria.data92L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_aria.function278L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_asn1parse.data637L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_asn1parse.function774L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_asn1write.data395L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_asn1write.function606L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_base64.data296L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_base64.function222L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_bignum.function1463L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_bignum.generated.data975L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_bignum.misc.data1828L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_bignum_core.function1358L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_bignum_core.generated.data33191L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_bignum_core.misc.data525L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_bignum_mod.function742L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_bignum_mod.generated.data6781L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_bignum_mod.misc.data370L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_bignum_mod_raw.data181L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_bignum_mod_raw.function865L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_bignum_mod_raw.generated.data9226L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_bignum_random.data340L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_bignum_random.function479L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_block_cipher.data255L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_block_cipher.function129L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_block_cipher.psa.data35L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_camellia.data204L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_camellia.function197L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ccm.data1763L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ccm.function908L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_chacha20.data26L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_chacha20.function75L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_chachapoly.data24L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_chachapoly.function164L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cipher.aes.data2271L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cipher.aria.data351L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cipher.camellia.data1115L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cipher.ccm.data863L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cipher.chacha20.data135L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cipher.chachapoly.data143L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cipher.des.data623L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cipher.function1283L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cipher.gcm.data4747L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cipher.misc.data5L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cipher.nist_kw.data278L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cipher.null.data95L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cipher.padding.data234L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cmac.data95L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_cmac.function301L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_common.data62L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_common.function86L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_config.crypto_combinations.data9L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_config.function14L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_config.mbedtls_boolean.data1715L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_config.psa_boolean.data707L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_config.psa_combinations.data9L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_config.tls_combinations.data9L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_constant_time.data866L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_constant_time.function499L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_constant_time_hmac.data15L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_constant_time_hmac.function159L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ctr_drbg.data1152L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ctr_drbg.function524L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_debug.data76L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_debug.function330L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_des.data251L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_des.function280L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_dhm.data124L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_dhm.function292L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ecdh.data118L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ecdh.function483L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ecdsa.data423L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ecdsa.function529L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ecjpake.data236L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ecjpake.function238L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ecp.data2273L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ecp.function1929L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ecp.generated.data919L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_entropy.data86L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_entropy.function567L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_error.data21L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_error.function21L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_gcm.aes128_de.data1407L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_gcm.aes128_en.data1407L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_gcm.aes192_de.data1351L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_gcm.aes192_en.data1351L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_gcm.aes256_de.data1351L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_gcm.aes256_en.data1351L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_gcm.camellia.data215L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_gcm.function743L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_gcm.misc.data14L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_hkdf.data98L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_hkdf.function158L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_hmac_drbg.function317L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_hmac_drbg.misc.data146L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_hmac_drbg.no_reseed.data1200L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_hmac_drbg.nopr.data1200L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_hmac_drbg.pr.data1200L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_lmots.data151L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_lmots.function246L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_lms.data276L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_lms.function198L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_md.data1261L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_md.function471L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_md.psa.data135L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_mdx.data51L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_mdx.function58L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_memory_buffer_alloc.data23L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_memory_buffer_alloc.function264L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_mps.data125L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_mps.function1164L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_net.data8L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_net.function137L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_nist_kw.data483L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_nist_kw.function303L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_oid.data243L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_oid.function170L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pem.data98L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pem.function92L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pk.data1674L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pk.function2701L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pkcs12.data71L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pkcs12.function181L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pkcs1_v15.data95L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pkcs1_v15.function352L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pkcs1_v21.data1292L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pkcs1_v21.function271L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pkcs5.data270L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pkcs5.function136L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pkcs7.data3257L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pkcs7.function171L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pkparse.data1220L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pkparse.function347L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pkwrite.data155L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_pkwrite.function244L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_platform.data15L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_platform.function136L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_platform_printf.data114L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_platform_printf.function89L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_platform_util.data47L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_platform_util.function61L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_poly1305.data39L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_poly1305.function85L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto.concurrent.data188L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto.data7686L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto.function10930L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto.pbkdf2.data16L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto.persistent.data39L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_attributes.data27L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_attributes.function132L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_driver_wrappers.data871L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_driver_wrappers.function3311L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_ecp.data82L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_ecp.function165L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_entropy.data45L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_entropy.function251L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_generate_key.function48L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_generate_key.generated.data415L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_hash.data670L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_hash.function148L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_init.data72L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_init.function431L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_low_hash.function209L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_low_hash.generated.data171L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_memory.data62L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_memory.function261L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_metadata.data464L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_metadata.function737L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_not_supported.function70L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_not_supported.generated.data1071L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_not_supported.misc.data11L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_op_fail.function407L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_op_fail.generated.data47113L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_op_fail.misc.data36L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_pake.data243L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_pake.function1202L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_persistent_key.data135L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_persistent_key.function340L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_se_driver_hal.data212L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_se_driver_hal.function1548L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_se_driver_hal_mocks.data59L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_se_driver_hal_mocks.function677L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_slot_management.data266L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_slot_management.function1185L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_storage_format.current.data11933L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_storage_format.function334L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_storage_format.misc.data17L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_storage_format.v0.data12335L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_util.data196L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_crypto_util.function91L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_its.data74L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_psa_its.function303L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_random.data55L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_random.function217L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_rsa.data836L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_rsa.function1517L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_shax.data2416L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_shax.function313L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ssl.data3526L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ssl.function6001L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ssl.records.data162L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ssl.tls-defrag.data215L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ssl_decrypt.function313L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_ssl_decrypt.misc.data399L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_test_helpers.data23L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_test_helpers.function40L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_timing.data8L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_timing.function57L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_version.data15L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_version.function73L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_x509parse.data3441L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_x509parse.function1749L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_x509write.data291L
-rw-r--r--subprojects/mbedtls/tests/suites/test_suite_x509write.function771L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/.gitignore16L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/aead_demo.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/benchmark.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/cert_app.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/cert_req.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/cert_write.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/cipher_aead_demo.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/crl_app.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/crypt_and_hash.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/crypto_examples.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/dh_client.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/dh_genprime.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/dh_server.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/dtls_client.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/dtls_server.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/ecdh_curve25519.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/ecdsa.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/gen_entropy.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/gen_key.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/gen_random_ctr_drbg.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/generic_sum.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/hello.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/hmac_demo.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/key_app.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/key_app_writer.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/key_ladder_demo.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/load_roots.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/mbedTLS.sln782L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/mbedTLS.vcxproj490L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/md_hmac_demo.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/metatest.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/mini_client.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/mpi_demo.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/pem2der.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/pk_decrypt.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/pk_encrypt.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/pk_sign.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/pk_verify.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/psa_constant_names.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/psa_hash.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/query_compile_time_config.vcxproj172L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/query_included_headers.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/req_app.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/rsa_decrypt.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/rsa_encrypt.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/rsa_genkey.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/rsa_sign.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/rsa_sign_pss.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/rsa_verify.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/rsa_verify_pss.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/selftest.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/ssl_client1.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/ssl_client2.vcxproj173L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/ssl_context_info.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/ssl_fork_server.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/ssl_mail_client.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/ssl_server.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/ssl_server2.vcxproj173L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/strerror.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/udp_proxy.vcxproj171L
-rw-r--r--subprojects/mbedtls/visualc/VS2017/zeroize.vcxproj171L
-rw-r--r--taler_wallet_core_lib.c361L
-rw-r--r--taler_wallet_core_lib.h189L
-rw-r--r--tart_module.c2184L
-rw-r--r--tart_module.h8L
-rw-r--r--tests/test_prelude.js27L
-rw-r--r--tests/test_sqlite3_error.js0B
-rw-r--r--tests/test_wallet_export.js29L
-rw-r--r--tests/test_wallet_import.js23L
-rw-r--r--wallet-client-example.c58L
-rw-r--r--xcode/FTalerWalletcore-Bridging-Header.h1L
-rw-r--r--xcode/FTalerWalletcore.h21L
-rw-r--r--xcode/FTalerWalletcore.m41L
-rw-r--r--xcode/TalerTest.zip10026B
-rw-r--r--xcode/module.modulemap4L