mbedtls/programs/ssl
Gilles Peskine f00f152444 Add output size parameter to signature functions
The functions mbedtls_pk_sign(), mbedtls_pk_sign_restartable(),
mbedtls_ecdsa_write_signature() and mbedtls_ecdsa_write_signature_restartable()
now take an extra parameter indicating the size of the output buffer for the
signature.

No change to RSA because for RSA, the output size is trivial to calculate.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-06-25 00:46:22 +02:00
..
CMakeLists.txt Remove PKCS#11 library wrapper. 2021-04-21 11:05:00 +02:00
dtls_client.c Fix MBEDTLS_PRIVATE wrapping in tests and sample programs. 2021-05-27 15:53:27 +02:00
dtls_server.c Use a proper DRBG in programs 2021-06-17 09:40:15 +02:00
mini_client.c Fix MBEDTLS_PRIVATE wrapping in tests and sample programs. 2021-05-27 15:53:27 +02:00
ssl_client1.c Fix MBEDTLS_PRIVATE wrapping in tests and sample programs. 2021-05-27 15:53:27 +02:00
ssl_client2.c Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export 2021-06-22 18:52:37 +02:00
ssl_context_info.c Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext 2021-06-22 11:53:10 +02:00
ssl_fork_server.c Add RNG params to private key parsing 2021-06-17 09:38:38 +02:00
ssl_mail_client.c Add RNG params to private key parsing 2021-06-17 09:38:38 +02:00
ssl_pthread_server.c Add RNG params to private key parsing 2021-06-17 09:38:38 +02:00
ssl_server2.c Add output size parameter to signature functions 2021-06-25 00:46:22 +02:00
ssl_server.c Add RNG params to private key parsing 2021-06-17 09:38:38 +02:00
ssl_test_common_source.c Fix return type of example key export callbacks 2021-06-21 09:33:02 +01:00
ssl_test_lib.c Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs 2021-05-21 18:10:44 +02:00
ssl_test_lib.h Merge remote-tracking branch 'origin/development' into development_new 2021-04-07 16:31:09 +01:00