Minos Galanakis 3cfe12bf11 Bump version
./scripts/bump_version.sh --version 3.6.6

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
2026-03-26 21:48:57 +00:00
..
aes.h Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only 2023-11-23 10:31:26 +08:00
aria.h Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only 2023-11-23 10:31:26 +08:00
asn1.h pem: do not parse ASN1 data after decryption (removes ASN1 dependency) 2024-02-16 15:26:12 +01:00
asn1write.h include: fix guard in asn1write.h 2026-02-16 14:03:48 +01:00
base64.h Header updates 2023-11-03 12:21:36 +00:00
bignum.h Make mbedtls_mpi_gcd() more consistent 2025-08-13 09:01:45 +02:00
block_cipher.h block_cipher: remove psa_key_type from mbedtls_block_cipher_context_t 2023-12-15 16:10:52 +01:00
build_info.h Bump version 2026-03-26 21:48:57 +00:00
camellia.h Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only 2023-11-23 10:31:26 +08:00
ccm.h tests: use new CCM/GCM capability macros in tests 2023-12-20 09:54:18 +01:00
chacha20.h Header updates 2023-11-03 12:21:36 +00:00
chachapoly.h Header updates 2023-11-03 12:21:36 +00:00
check_config.h check_config: prevent fully dynamic and static key stores to be enabled simultaneously 2024-10-22 13:31:19 +02:00
cipher.h Minor documentation improvements 2025-08-25 16:48:42 +02:00
cmac.h Header updates 2023-11-03 12:21:36 +00:00
compat-2.x.h Header updates 2023-11-03 12:21:36 +00:00
config_adjust_legacy_crypto.h Match macro definition order with order in mbedtls_entropy_init 2026-03-15 19:52:16 +01:00
config_adjust_legacy_from_psa.h crypto_config.h: Don't list mechanisms that are not implemented 2024-12-24 20:03:29 +01:00
config_adjust_psa_from_legacy.h Tweak wording 2024-05-29 09:33:04 +02:00
config_adjust_psa_superset_legacy.h crypto_config.h: Don't list mechanisms that are not implemented 2024-12-24 20:03:29 +01:00
config_adjust_ssl.h Fix some typo for include folder 2024-07-12 11:38:53 +03:00
config_adjust_x509.h Fix some typo for include folder 2024-07-12 11:38:53 +03:00
config_psa.h config_psa: do not update legacy symbols in client-only PSA build 2024-06-21 13:40:16 +02:00
constant_time.h Header updates 2023-11-03 12:21:36 +00:00
ctr_drbg.h DRBG: make reseed_counter not be off by 1 2026-03-04 17:54:56 +01:00
debug.h Fix format specifiers for ANSI stdio 2025-05-15 17:02:47 +01:00
des.h Header updates 2023-11-03 12:21:36 +00:00
dhm.h Reference mbedtls_f_rng_t in public documentation 2025-05-16 14:19:38 +02:00
ecdh.h Fix a build failure that occurs in environments using Code Page 950 2025-08-07 13:04:45 +08:00
ecdsa.h Fix ECDSA documentation: blinding is no longer optional 2025-05-16 15:00:09 +02:00
ecjpake.h Reference mbedtls_f_rng_t in public documentation 2025-05-16 14:19:38 +02:00
ecp.h Reference mbedtls_f_rng_t in public documentation 2025-05-16 14:19:38 +02:00
entropy.h fix PR9302 backporting issues 2024-10-22 13:31:19 +02:00
error.h Create error code for mbedtls_ssl_set_hostname not called 2025-02-13 21:24:01 +01:00
gcm.h Fix documentation for GCM decryption functions 2024-11-13 19:27:31 +00:00
hkdf.h Header updates 2023-11-03 12:21:36 +00:00
hmac_drbg.h Header updates 2023-11-03 12:21:36 +00:00
lms.h Reference mbedtls_f_rng_t in public documentation 2025-05-16 14:19:38 +02:00
mbedtls_config.h Update a statement about the default value (now /dev/random) 2026-03-16 14:02:47 +01:00
md5.h Header updates 2023-11-03 12:21:36 +00:00
md.h Header updates 2023-11-03 12:21:36 +00:00
memory_buffer_alloc.h Header updates 2023-11-03 12:21:36 +00:00
net_sockets.h mbedtls_net_send API description typo fix 2025-03-13 10:32:27 +01:00
nist_kw.h Header updates 2023-11-03 12:21:36 +00:00
oid.h Merge remote-tracking branch 'upstream/development' into pkcs5_aes_new 2024-02-08 14:26:29 +00:00
pem.h pem: fix valid data length returned by mbedtls_pem_read_buffer() 2024-02-09 06:42:18 +01:00
pk.h Merge pull request #10068 from gilles-peskine-arm/pk-0e-prototype-3.6 2026-03-09 13:57:34 +00:00
pkcs5.h pkcs[5/12]: add CIPHER_C for [en/de]crypting functions 2023-12-21 16:39:04 +01:00
pkcs7.h x509: move internal functions declarations to a private header 2024-01-19 09:07:35 +01:00
pkcs12.h pkcs[5/12]: add CIPHER_C for [en/de]crypting functions 2023-12-21 16:39:04 +01:00
platform_time.h Header updates 2023-11-03 12:21:36 +00:00
platform_util.h Name and document the type of random generator callbacks 2025-05-16 14:12:15 +02:00
platform.h Fix Doxygen warning in realfull config 2026-03-11 12:21:18 +01:00
poly1305.h Header updates 2023-11-03 12:21:36 +00:00
private_access.h Header updates 2023-11-03 12:21:36 +00:00
psa_util.h Document errors for mbedtls_ecdsa_raw_to_der and mbedtls_ecdsa_der_to_raw 2024-10-28 10:09:18 +01:00
ripemd160.h Header updates 2023-11-03 12:21:36 +00:00
rsa.h Reference mbedtls_f_rng_t in public documentation 2025-05-16 14:19:38 +02:00
sha1.h Header updates 2023-11-03 12:21:36 +00:00
sha3.h Header updates 2023-11-03 12:21:36 +00:00
sha256.h Header updates 2023-11-03 12:21:36 +00:00
sha512.h Header updates 2023-11-03 12:21:36 +00:00
ssl_cache.h Header updates 2023-11-03 12:21:36 +00:00
ssl_ciphersuites.h ssl: Added session getter for ciphersuite_id. 2024-03-04 15:57:41 +00:00
ssl_cookie.h Reference mbedtls_f_rng_t in public documentation 2025-05-16 14:19:38 +02:00
ssl_ticket.h Note functions that store the RNG callback in a context 2025-05-16 14:24:50 +02:00
ssl.h Reduce duplication between save/load documentations 2026-03-26 13:18:10 +01:00
threading.h Improve documentation of mutex primitives 2025-09-07 14:42:54 +02:00
timing.h Header updates 2023-11-03 12:21:36 +00:00
version.h Header updates 2023-11-03 12:21:36 +00:00
x509_crl.h Header updates 2023-11-03 12:21:36 +00:00
x509_crt.h Reference mbedtls_f_rng_t in public documentation 2025-05-16 14:19:38 +02:00
x509_csr.h Reference mbedtls_f_rng_t in public documentation 2025-05-16 14:19:38 +02:00
x509.h Fix undocumented free() in x509_string_to_names() 2025-05-05 16:44:18 +02:00