mbedtls/include/mbedtls
Gilles Peskine fcee740b83 Automatically enable PK_PARSE for RSA in PSA
PSA crypto currently needs MBEDTLS_PK_PARSE_C to parse RSA keys to do almost
anything with them (import, get attributes, export public from private, any
cryptographic operations). Force it on, for symmetry with what we're doing
for MBEDTLS_PK_WRITE_C. Fixes #6409.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-10-11 21:15:24 +02:00
..
aes.h Specify unit for rk_offset in AES context 2022-06-29 16:17:50 +01:00
aria.h Fix spelling and typographical errors found by cspell 2022-05-26 11:51:00 +01:00
asn1.h Fix additional misspellings found by codespell 2022-05-11 21:25:54 +01:00
asn1write.h Fix a/an typos in doxygen and other comments 2022-07-28 05:50:56 +01:00
base64.h
bignum.h Be explicit about constant time bignum functions that must take a 0 or 1 condition value 2022-08-18 14:09:18 +01:00
build_info.h Automatically enable PK_PARSE for RSA in PSA 2022-10-11 21:15:24 +02:00
camellia.h Fix spelling and typographical errors found by cspell 2022-05-26 11:51:00 +01:00
ccm.h Remove invalid comments in CCM API 2021-10-27 11:25:08 +02:00
chacha20.h
chachapoly.h Fix spelling and typographical errors found by cspell 2022-05-26 11:51:00 +01:00
check_config.h Fix two typos 2022-09-19 11:55:00 +02:00
cipher.h Merge pull request #5813 from mprse/deprecate_mbedtls_cipher_setup_psa 2022-05-31 10:56:52 +02:00
cmac.h Reword documentation of CMAC operations 2021-12-06 18:58:02 +00:00
compat-2.x.h
config_psa.h Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 2022-09-28 09:47:32 +02:00
constant_time.h Fix documentation and comments 2021-11-03 16:13:32 +01:00
ctr_drbg.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
debug.h Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00
des.h
dhm.h
ecdh.h
ecdsa.h
ecjpake.h Fix typo in mbedtls_ecjpake_write_shared_key() comment 2022-09-08 14:57:55 +02:00
ecp.h Fix minor typos 2022-08-22 16:05:58 +02:00
entropy.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
error.h Change error code for MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL. 2021-10-22 10:33:32 +02:00
gcm.h Change error code for MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL. 2021-10-22 10:33:32 +02:00
hkdf.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
hmac_drbg.h Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00
legacy_or_psa.h Fix some typos, improve wording & formatting 2022-09-16 12:03:52 +02:00
mbedtls_config.h Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets 2022-09-23 15:48:33 +01:00
md.h Fix a/an typos in doxygen and other comments 2022-07-28 05:50:56 +01:00
md5.h
memory_buffer_alloc.h Merge pull request #5381 from mpg/benchmark-ecc-heap 2022-04-22 16:43:11 +02:00
net_sockets.h
nist_kw.h
oid.h oid.h: remove MBEDTLS_MD_C guard 2022-08-19 10:15:56 +02:00
pem.h Add accessor to get buf from mbedtls_pem_context 2022-02-08 14:53:46 -05:00
pk.h Save code size by calling get_type only once 2022-06-23 09:43:39 +02:00
pkcs5.h Add missing MD dependency for pkcs5_pbkdf2_hmac 2022-09-02 04:07:15 -04:00
pkcs12.h Documentation fixes 2021-11-30 15:37:49 +00:00
platform.h Fix Doxygen documentation attached to non-existent elements 2022-06-30 19:32:02 +02:00
platform_time.h doxygen: remove empty platform_time configuration section 2021-12-30 12:34:00 +01:00
platform_util.h Fix spelling and typographical errors found by cspell 2022-05-26 11:51:00 +01:00
poly1305.h
private_access.h Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00
psa_util.h Migrate from old inline to new actual function. 2022-07-18 21:28:38 +02:00
ripemd160.h Fix a/an typos in doxygen and other comments 2022-07-28 05:50:56 +01:00
rsa.h Fix a/an typos in doxygen and other comments 2022-07-28 05:50:56 +01:00
sha1.h
sha256.h Add return info to sha256 docs 2021-10-22 22:05:10 +02:00
sha512.h
ssl.h Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets 2022-09-23 15:48:33 +01:00
ssl_cache.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
ssl_ciphersuites.h Rename mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX in mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX() 2022-06-28 18:12:17 +02:00
ssl_cookie.h Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00
ssl_ticket.h Respect MBEDTLS_HAVE_TIME in ssl_ticket 2022-08-17 14:20:36 +01:00
threading.h
timing.h Add accessor for timing final delay 2022-03-21 15:26:19 +00:00
version.h
x509.h Inline mbedtls_x509_dn_get_next() in x509.h 2022-06-27 14:20:07 -04:00
x509_crl.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
x509_crt.h Fix typo 2022-10-06 11:23:49 +02:00
x509_csr.h Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00