| .. |
|
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
|
asn1: use the new symbol to guard dependencies of ECDSA conversion functions
|
2024-01-24 16:26:35 +01:00 |
|
base64.h
|
Header updates
|
2023-11-03 12:21:36 +00:00 |
|
bignum.h
|
Make mbedtls_mpi_exp_mod_unsafe internal
|
2024-08-22 13:00:12 +01: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 to 3.6.2
|
2024-10-14 11:04:31 +02: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
|
lib: remove NULL pointer checks performed with MBEDTLS_INTERNAL_VALIDATE[_RET]
|
2024-01-29 12:00:15 +01: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
|
Remove MBEDTLS_PSA_UTIL_HAVE_ECDSA so that functions are only enabled when PSA enabled
|
2024-08-09 13:49:38 +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
|
Fix copypasta
|
2024-07-18 19:03:02 +02:00 |
|
debug.h
|
debug: move internal functions declarations to an internal header file
|
2024-01-18 15:30:46 +01:00 |
|
des.h
|
Header updates
|
2023-11-03 12:21:36 +00:00 |
|
dhm.h
|
Header updates
|
2023-11-03 12:21:36 +00:00 |
|
ecdh.h
|
Fix some typo for include folder
|
2024-07-12 11:38:53 +03:00 |
|
ecdsa.h
|
Header updates
|
2023-11-03 12:21:36 +00:00 |
|
ecjpake.h
|
Header updates
|
2023-11-03 12:21:36 +00:00 |
|
ecp.h
|
Fix some typo for include folder
|
2024-07-12 11:38:53 +03:00 |
|
entropy.h
|
fix PR9302 backporting issues
|
2024-10-22 13:31:19 +02:00 |
|
error.h
|
Header updates
|
2023-11-03 12:21:36 +00: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
|
Header updates
|
2023-11-03 12:21:36 +00:00 |
|
mbedtls_config.h
|
Documentation: fix some nits
|
2024-10-22 13:31:19 +02: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
|
Avoid use of ip_len as it clashes with a macro in AIX system headers
|
2023-12-08 21:51:15 +00: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
|
pk: fix documentation of mbedtls_pk_setup_opaque()
|
2024-04-04 09:42:01 +02: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
|
platform_util: remove declarations of MBEDTLS_INTERNAL_VALIDATE[_RET]()
|
2024-01-29 10:19:52 +01:00 |
|
platform.h
|
Header updates
|
2023-11-03 12:21:36 +00: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
|
New function mbedtls_rsa_get_bitlen()
|
2024-02-12 11:23:05 +01: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
|
Header updates
|
2023-11-03 12:21:36 +00:00 |
|
ssl_ticket.h
|
tls13: srv: Fail connection if ticket lifetime exceed 7 days
|
2024-03-10 17:42:43 +01:00 |
|
ssl.h
|
State globally that the limitations don't apply to DTLS
|
2025-03-12 10:55:47 +01:00 |
|
threading.h
|
Update references to test helpers
|
2024-11-14 14:19:40 +00: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
|
x509: Reworded documentation bits.
|
2024-03-05 11:05:51 +00:00 |
|
x509_csr.h
|
Merge pull request #8378 from mschulz-at-hilscher/fixes/issue-8377
|
2023-11-08 18:07:04 +00:00 |
|
x509.h
|
Un-unrestore mbedtls_x509_string_to_names()
|
2024-02-26 13:59:43 +00:00 |