mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-31 16:56:35 +08:00
* development-restricted: Add missing credit for set_hostname issue Add changelog entry for TLS 1.2 Finished fix TLS1.2: Check for failures in Finished calculation ssl_session_reset: preserve HOSTNAME_SET flag Document the need to call mbedtls_ssl_set_hostname Improve documentation of mbedtls_ssl_set_hostname Changelog entries for requiring mbedls_ssl_set_hostname() in TLS clients Add a note about calling mbedtls_ssl_set_hostname to mbedtls_ssl_setup mbedtls_ssl_set_hostname tests: add tests with CA callback Call mbedtls_ssl_set_hostname in the generic endpoint setup in unit tests Require calling mbedtls_ssl_set_hostname() for security Create error code for mbedtls_ssl_set_hostname not called Keep track of whether mbedtls_ssl_set_hostname() has been called Access ssl->hostname through abstractions in certificate verification mbedtls_ssl_set_hostname tests: baseline Add a flags field to mbedtls_ssl_context Automate MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK dependency Make guards more consistent between X.509-has-certs and SSL-has-certs Fix Doxygen markup Make ticket_alpn field private Conflicts: programs/ssl/ssl_test_common_source.c |
||
|---|---|---|
| .. | ||
| 00README.md | ||
| 9126.txt | ||
| 9302.txt | ||
| 9684.txt | ||
| 9685.txt | ||
| 9690.txt | ||
| 9874.txt | ||
| 9892.txt | ||
| 9956.txt | ||
| 9964.txt | ||
| add-psa-iop-generate-key.txt | ||
| add-psa-iop-key-agreement.txt | ||
| add-psa-key-agreement.txt | ||
| asn1-missing-guard-in-rsa.txt | ||
| check-config.txt | ||
| configuration-split.txt | ||
| dynamic-keystore.txt | ||
| ecdsa-conversion-overflow.txt | ||
| error-unification.txt | ||
| fix_reporting_of_key_usage_issues.txt | ||
| fix_ubsan_mp_aead_gcm.txt | ||
| fix-aesni-asm-clobbers.txt | ||
| fix-clang-psa-build-without-dhm.txt | ||
| fix-compilation-when-memcpy-is-function-like-macro.txt | ||
| fix-compilation-with-djgpp.txt | ||
| fix-concurrently-loading-non-existent-keys.txt | ||
| fix-driver-schema-check.txt | ||
| fix-legacy-compression-issue.txt | ||
| fix-msvc-version-guard-format-zu.txt | ||
| fix-psa-cmac.txt | ||
| fix-redefination_warning_messages_for_GNU_SOURCE.txt | ||
| fix-rsa-performance-regression.txt | ||
| fix-secure-element-key-creation.txt | ||
| fix-server-mode-only-build.txt | ||
| fix-test-suite-pk-warnings.txt | ||
| mbedtls_psa_ecp_generate_key-no_public_key.txt | ||
| MBEDTLS_PSA_HMAC_DRBG_MD_TYPE.txt | ||
| mbedtls_psa_register_se_key.txt | ||
| mbedtls_psa_rsa_load_representation-memory_leak.txt | ||
| mbedtls_ssl_set_hostname.txt | ||
| pk-norsa-warning.txt | ||
| psa_cipher_decrypt-ccm_star-iv_length_enforcement.txt | ||
| psa_generate_key_custom.txt | ||
| psa_util_in_builds_without_psa.txt | ||
| psa_util-bits-0.txt | ||
| psa-always-on.txt | ||
| psa-crypto-config-always-on.txt | ||
| remove_RSA_key_exchange.txt | ||
| remove-crypto-alt-interface.txt | ||
| remove-via-padlock-support.txt | ||
| replace-close-with-mbedtls_net_close.txt | ||
| repo-split.txt | ||
| rm-ssl-conf-curves.txt | ||
| split-numeric-string-conversions-out-of-the-oid-module.txt | ||
| tls12-check-finished-calc.txt | ||
| tls13-cert-regressions.txt | ||
| tls13-middlebox-compat-disabled.txt | ||
| tls13-without-tickets.txt | ||
| tls-hs-defrag-in.txt | ||
| tls-key-exchange-rsa.txt | ||