mbedtls/include/mbedtls
Valerio Setti 954ef4bbd5 psa_util: improve convert_raw_to_der_single_int()
Allow the function to support DER buffers than what it is nominally
required by the provided coordinates. In other words let's ignore
padding zeros in the raw number.

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
2024-02-05 12:06:46 +01:00
..
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 asn1: use the new symbol to guard dependencies of ECDSA conversion functions 2024-01-24 16:26:35 +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 update headers 2023-11-02 19:47:20 +00:00
bignum.h update headers 2023-11-02 19:47:20 +00: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 Merge remote-tracking branch 'origin/development' into msft-aarch64 2023-11-30 09:34:41 +00: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 update headers 2023-11-02 19:47:20 +00:00
chachapoly.h update headers 2023-11-02 19:47:20 +00:00
check_config.h Revert "check_config: add check for PSA builtin unauthenticated ciphers" 2024-01-08 16:57:18 +01:00
cipher.h [cipher.h] Arithmetic overflow in binary left shift operation (MBEDTLS_KEY_BITLEN_SHIFT) 2023-11-18 11:07:37 +01:00
cmac.h update headers 2023-11-02 19:47:20 +00:00
compat-2.x.h update headers 2023-11-02 19:47:20 +00:00
config_adjust_legacy_crypto.h adjust_legacy_crypto: add parenthesis to improve clarity 2024-01-26 14:53:28 +01:00
config_adjust_legacy_from_psa.h adjust_legacy_from_psa: relax condition for legacy block cipher auto-enabling 2024-01-02 17:21:01 +01:00
config_adjust_psa_from_legacy.h adjust_psa_from_legacy: add required CIPHER_C dependencies 2023-11-28 11:45:38 +01:00
config_adjust_psa_superset_legacy.h update headers 2023-11-02 19:47:20 +00:00
config_adjust_ssl.h Add MBEDTLS_SSL_RECORD_SIZE_LIMIT to config_adjust_ssl.h 2024-01-10 16:17:28 +00:00
config_adjust_x509.h update headers 2023-11-02 19:47:20 +00:00
config_psa.h update headers 2023-11-02 19:47:20 +00:00
constant_time.h update headers 2023-11-02 19:47:20 +00:00
ctr_drbg.h ctr_drbg: add alternative PSA implementation when AES_C is not defined 2023-12-04 11:04:41 +01:00
debug.h fix/work around dependency issues when !MBEDTLS_ECP_C 2023-12-20 13:09:27 +02:00
des.h update headers 2023-11-02 19:47:20 +00:00
dhm.h update headers 2023-11-02 19:47:20 +00:00
ecdh.h update headers 2023-11-02 19:47:20 +00:00
ecdsa.h update headers 2023-11-02 19:47:20 +00:00
ecjpake.h update headers 2023-11-02 19:47:20 +00:00
ecp.h Make input parameter const 2024-01-02 17:56:54 +01:00
entropy.h update headers 2023-11-02 19:47:20 +00:00
error.h update headers 2023-11-02 19:47:20 +00:00
gcm.h ccm/gcm: use BLOCK_CIPHER whenever possible 2023-12-14 18:08:14 +01:00
hkdf.h update headers 2023-11-02 19:47:20 +00:00
hmac_drbg.h update headers 2023-11-02 19:47:20 +00:00
lms.h update headers 2023-11-02 19:47:20 +00:00
mbedtls_config.h mbedtls_config: update documentation for CIPHER_C and CRYPTO_C 2024-01-09 07:23:33 +01:00
md.h update headers 2023-11-02 19:47:20 +00:00
md5.h update headers 2023-11-02 19:47:20 +00:00
memory_buffer_alloc.h update headers 2023-11-02 19:47:20 +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 update headers 2023-11-02 19:47:20 +00:00
oid.h oid/pkparse: add missing guards for PKCS[5/12] functions when !CIPHER_C 2023-12-29 16:35:58 +01:00
pem.h update headers 2023-11-02 19:47:20 +00:00
pk.h pk: remove last references to MBEDTLS_PSA_CRYPTO_C 2023-12-20 12:59:57 +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 update headers 2023-11-02 19:47:20 +00:00
pkcs12.h pkcs[5/12]: add CIPHER_C for [en/de]crypting functions 2023-12-21 16:39:04 +01:00
platform.h update headers 2023-11-02 19:47:20 +00:00
platform_time.h update headers 2023-11-02 19:47:20 +00:00
platform_util.h update headers 2023-11-02 19:47:20 +00:00
poly1305.h update headers 2023-11-02 19:47:20 +00:00
private_access.h update headers 2023-11-02 19:47:20 +00:00
psa_util.h psa_util: improve convert_raw_to_der_single_int() 2024-02-05 12:06:46 +01:00
ripemd160.h update headers 2023-11-02 19:47:20 +00:00
rsa.h rsa: minor comment/guard improvements 2023-12-20 12:59:57 +02:00
sha1.h update headers 2023-11-02 19:47:20 +00:00
sha3.h update headers 2023-11-02 19:47:20 +00:00
sha256.h update headers 2023-11-02 19:47:20 +00:00
sha512.h update headers 2023-11-02 19:47:20 +00:00
ssl.h Merge pull request #8554 from yanrayw/issue/8221/fix-tls-suiteB-profile 2024-01-12 14:34:28 +00:00
ssl_cache.h update headers 2023-11-02 19:47:20 +00:00
ssl_ciphersuites.h update headers 2023-11-02 19:47:20 +00:00
ssl_cookie.h update headers 2023-11-02 19:47:20 +00:00
ssl_ticket.h update headers 2023-11-02 19:47:20 +00:00
threading.h Move key_slot_mutex to threading.h 2024-01-19 12:59:28 +00:00
timing.h update headers 2023-11-02 19:47:20 +00:00
version.h update headers 2023-11-02 19:47:20 +00:00
x509.h update headers 2023-11-02 19:47:20 +00:00
x509_crl.h update headers 2023-11-02 19:47:20 +00:00
x509_crt.h update headers 2023-11-02 19:47:20 +00:00
x509_csr.h Merge pull request #8378 from mschulz-at-hilscher/fixes/issue-8377 2023-11-08 18:07:04 +00:00