mbedtls/include/mbedtls
Gilles Peskine 637c049349 Move mbedtls_ecp_modulus_type out of the public headers
This is an internal detail of the ECC arithmetic implementation, only
exposed for the sake of the unit tests

Mbed TLS 3.4.0 was released with the type mbedtls_ecp_modulus_type defined
in a public header, but without Doxygen documentation, and without any
public function or data structure using it. So removing it is not an API
break.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-06-15 19:07:41 +02:00
..
aes.h aes.h: rewrite comment for aes round key buf 2023-05-10 10:06:14 +08:00
aria.h Switch to the new code style 2023-01-11 14:50:10 +01:00
asn1.h Switch to the new code style 2023-01-11 14:50:10 +01:00
asn1write.h Read and write X25519 and X448 private keys 2023-05-04 13:01:47 +02:00
base64.h Switch to the new code style 2023-01-11 14:50:10 +01:00
bignum.h bignum: Updated documentation for mbedtls_mpi_shift_l() 2023-05-16 17:16:26 +01:00
build_info.h Merge pull request #7451 from yanrayw/7376_aes_128bit_only 2023-06-15 10:35:32 +01:00
camellia.h Switch to the new code style 2023-01-11 14:50:10 +01:00
ccm.h Switch to the new code style 2023-01-11 14:50:10 +01:00
chacha20.h Switch to the new code style 2023-01-11 14:50:10 +01:00
chachapoly.h Switch to the new code style 2023-01-11 14:50:10 +01:00
check_config.h Auto-enable CTR_DRBG_USE_128_BIT_KEY with AES_ONLY_128_BIT_KEY_LENGTH 2023-05-05 16:23:31 +08:00
cipher.h Additional warnings in cipher.h 2023-02-02 13:44:31 +00:00
cmac.h Switch to the new code style 2023-01-11 14:50:10 +01:00
compat-2.x.h Code review fixes 2021-06-18 12:59:38 +02:00
config_psa.h Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation 2023-06-01 10:05:34 +02:00
constant_time.h Switch to the new code style 2023-01-11 14:50:10 +01:00
ctr_drbg.h Fix entropy-related feature macros 2023-03-24 10:43:40 +01:00
debug.h Add std PRI macro for printing milliseconds 2023-02-07 16:14:40 +08:00
des.h Improve warnings for DES/3DES 2023-02-02 10:47:58 +00:00
dhm.h Switch to the new code style 2023-01-11 14:50:10 +01:00
ecdh.h Switch to the new code style 2023-01-11 14:50:10 +01:00
ecdsa.h ecdsa: fix -missing-prototypes warning when MBEDTLS_ECDSA_SIGN_ALT is defined 2023-04-17 12:53:00 +05:30
ecjpake.h Optimize code (pake role type, freeing buffers) 2023-04-25 14:30:34 +02:00
ecp.h Move mbedtls_ecp_modulus_type out of the public headers 2023-06-15 19:07:41 +02:00
entropy.h Use MD-light in entropy.c 2023-03-24 10:43:40 +01:00
error.h Merge branch 'development' into sha3 2023-02-07 19:55:31 +01:00
gcm.h Switch to the new code style 2023-01-11 14:50:10 +01:00
hkdf.h Switch to the new code style 2023-01-11 14:50:10 +01:00
hmac_drbg.h Switch to the new code style 2023-01-11 14:50:10 +01:00
lms.h Switch to the new code style 2023-01-11 14:50:10 +01:00
mbedtls_config.h Merge pull request #7451 from yanrayw/7376_aes_128bit_only 2023-06-15 10:35:32 +01:00
md.h Fix typo in MBEDTLS_MD_CAN macros 2023-06-11 16:04:29 +01:00
md5.h Switch to the new code style 2023-01-11 14:50:10 +01:00
memory_buffer_alloc.h Switch to the new code style 2023-01-11 14:50:10 +01:00
net_sockets.h Switch to the new code style 2023-01-11 14:50:10 +01:00
nist_kw.h Switch to the new code style 2023-01-11 14:50:10 +01:00
oid.h Merge pull request #7106 from davidhorstmann-arm/parse-oid-from-string 2023-06-06 20:57:17 +02:00
pem.h Switch to the new code style 2023-01-11 14:50:10 +01:00
pk.h pk: improve description for the new priv_id field 2023-05-23 18:39:54 +02:00
pkcs5.h Switch to the new code style 2023-01-11 14:50:10 +01:00
pkcs7.h Update include/mbedtls/pkcs7.h 2023-03-14 07:13:50 +00:00
pkcs12.h Switch to the new code style 2023-01-11 14:50:10 +01:00
platform.h mbedtls/platform.h: Avoid potential macro redefinition warnings. 2023-05-19 10:50:06 -04:00
platform_time.h Add std PRI macro for printing milliseconds 2023-02-07 16:14:40 +08:00
platform_util.h Switch to the new code style 2023-01-11 14:50:10 +01:00
poly1305.h Switch to the new code style 2023-01-11 14:50:10 +01:00
private_access.h Switch to the new code style 2023-01-11 14:50:10 +01:00
psa_util.h Remove mbedtls_psa_translate_md(). 2023-06-06 10:33:54 +02:00
ripemd160.h Switch to the new code style 2023-01-11 14:50:10 +01:00
rsa.h rsa.c: rename getter function of hash_id 2023-03-17 18:57:42 +08:00
sha1.h Switch to the new code style 2023-01-11 14:50:10 +01:00
sha3.h Remove reference to SHAKE 2023-06-07 17:08:29 +01:00
sha256.h Switch to the new code style 2023-01-11 14:50:10 +01:00
sha512.h Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl.h solve disparities for ECP_LIGHT between ref/accel 2023-04-11 11:33:50 +02:00
ssl_cache.h ssh_cache: Add back description of other errors for cache getter 2023-04-11 09:19:08 +08:00
ssl_ciphersuites.h Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_cookie.h Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_ticket.h Switch to the new code style 2023-01-11 14:50:10 +01:00
threading.h Switch to the new code style 2023-01-11 14:50:10 +01:00
timing.h Fix cast alignment warning in timing.c 2023-03-31 15:50:54 +01:00
version.h Switch to the new code style 2023-01-11 14:50:10 +01:00
x509.h Merge pull request #7530 from AndrzejKurek/misc-subjectaltname-fixes 2023-06-05 15:38:53 +02:00
x509_crl.h Document the need to call psa_crypto_init() with USE_PSA_CRYPTO 2023-03-01 20:10:29 +01:00
x509_crt.h Merge pull request #7575 from AndrzejKurek/URI-SAN-verification 2023-06-05 16:46:47 +02:00
x509_csr.h Merge pull request #7530 from AndrzejKurek/misc-subjectaltname-fixes 2023-06-05 15:38:53 +02:00