mbedtls/include/mbedtls
Manuel Pégourié-Gonnard 58d2383ef4 Remove mbedtls_psa_tls_psa_ec_to_ecpoint()
Initially this function was doing something because the output format of
psa_export_public() didn't match the ECPoint format that TLS wants.

Then it became a no-op then the output format of psa_export_public()
changed, but it made sense to still keep the function in case the format
changed again. Now that the PSA Crypto API has reached 1.0 status, this
is unlikely to happen, so the no-op function is no longer useful.

Removing it de-clutters the code a bit; while at it we can remove a
temporary stack buffer (that was up to 133 bytes).

It's OK to remove this function even if it was declared in a public
header, as there's a warning at the top of the file saying it's not part
of the public API.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2022-02-03 11:08:14 +01:00
..
aes.h Remove mode param from AES-CTR docs 2021-10-22 22:05:04 +02:00
aria.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
asn1.h doxygen: move addtogroup closures to include more elements 2021-12-30 12:33:31 +01:00
asn1write.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
base64.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
bignum.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
build_info.h Force usage of MBEDTLS_PK_WRITE_C when PK_C and USE_PSA_CRYPTO is used 2022-01-19 12:34:30 -05:00
camellia.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
ccm.h Remove invalid comments in CCM API 2021-10-27 11:25:08 +02:00
chacha20.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
chachapoly.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
check_config.h Merge pull request #5438 from SebastianBoe/check_config 2022-01-22 00:52:07 +01:00
cipher.h Document return value for IV size getter on NULL 2021-11-28 14:13:43 +01:00
cmac.h Reword documentation of CMAC operations 2021-12-06 18:58:02 +00:00
compat-2.x.h Code review fixes 2021-06-18 12:59:38 +02:00
config_psa.h psa: Fix some dependencies in config_psa.h 2021-12-06 07:50:27 +01: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 Move msvc compatible fix to common.h 2021-09-27 16:25:05 +08:00
des.h Change DES and AES functions to MBEDTLS_CHECK_RETURN_TYPICAL 2021-09-27 19:15:56 +02:00
dhm.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
ecdh.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
ecdsa.h Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 2021-06-29 09:43:17 +02:00
ecjpake.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
ecp.h doxygen: fix missing asterisk in ecp.h 2022-01-24 10:48:10 -05: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 Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
mbedtls_config.h Merge pull request #5457 from AndrzejKurek/key-id-encodes-owner-psa-fixes-follow-up 2022-01-25 17:02:35 +01:00
md.h Catch failures of md_hmac operations 2021-12-11 15:00:57 +01:00
md5.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
memory_buffer_alloc.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
net_sockets.h mbedtls_net_context: make fd public on Unix/POSIX platforms 2021-08-31 22:54:27 +02:00
nist_kw.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
oid.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
pem.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
pk.h Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO 2022-01-03 12:53:24 +01:00
pkcs5.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
pkcs12.h Documentation fixes 2021-11-30 15:37:49 +00:00
platform.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
platform_time.h doxygen: remove empty platform_time configuration section 2021-12-30 12:34:00 +01:00
platform_util.h fix build fail with MBEDTLS_DEPRECATED 2021-10-20 23:33:15 +01:00
poly1305.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
private_access.h Introduce MBEDTLS_PRIVATE macro. 2021-05-21 18:07:06 +02:00
psa_util.h Remove mbedtls_psa_tls_psa_ec_to_ecpoint() 2022-02-03 11:08:14 +01:00
ripemd160.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
rsa.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
sha1.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
sha256.h Add return info to sha256 docs 2021-10-22 22:05:10 +02:00
sha512.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
ssl.h Add hello retry request in client side 2022-01-26 10:50:06 +00:00
ssl_cache.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
ssl_ciphersuites.h Add accessors for ciphersuite info 2022-01-13 00:05:48 -05:00
ssl_cookie.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
ssl_ticket.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
threading.h Move MBEDTLS_ERR_xxx Doxygen comments before the definition 2021-08-02 22:51:03 +02:00
timing.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
version.h Correct documentation references to Mbed TLS 2021-06-28 10:37:19 +01:00
x509.h doxygen: move addtogroup closures to include more elements 2021-12-30 12:33:31 +01:00
x509_crl.h Add missing asterisk to doxygen closures 2021-12-28 16:22:52 +01:00
x509_crt.h doxygen: move addtogroup closures to include more elements 2021-12-30 12:33:31 +01:00
x509_csr.h doxygen: move addtogroup closures to include more elements 2021-12-30 12:33:31 +01:00