Searched refs:encoded (Results 1 – 7 of 7) sorted by relevance
/mbedtls-development/docs/architecture/ |
A D | mbed-crypto-storage-specification.md | 49 All integers are encoded in little-endian order in 8-bit bytes. 181 All integers are encoded in little-endian order in 8-bit bytes. 240 All integers are encoded in little-endian order in 8-bit bytes except where otherwise indicated. 262 All integers are encoded in platform endianness. 299 All integers are encoded in little-endian order in 8-bit bytes except where otherwise indicated.
|
/mbedtls-development/library/ |
A D | rsa.c | 2338 unsigned char *encoded = NULL, *encoded_expected = NULL; in mbedtls_rsa_rsassa_pkcs1_v15_verify() local 2352 if( ( encoded = mbedtls_calloc( 1, sig_len ) ) == NULL || in mbedtls_rsa_rsassa_pkcs1_v15_verify() 2367 ret = mbedtls_rsa_public( ctx, sig, encoded ); in mbedtls_rsa_rsassa_pkcs1_v15_verify() 2375 if( ( ret = mbedtls_safer_memcmp( encoded, encoded_expected, in mbedtls_rsa_rsassa_pkcs1_v15_verify() 2384 if( encoded != NULL ) in mbedtls_rsa_rsassa_pkcs1_v15_verify() 2386 mbedtls_platform_zeroize( encoded, sig_len ); in mbedtls_rsa_rsassa_pkcs1_v15_verify() 2387 mbedtls_free( encoded ); in mbedtls_rsa_rsassa_pkcs1_v15_verify()
|
/mbedtls-development/tests/data_files/ |
A D | Readme-x509.txt | 28 - enco-ca-prstr.pem: has its CN encoded as a printable string, but child cert 29 enco-cert-utf8str.pem has its issuer's CN encoded as a UTF-8 string.
|
/mbedtls-development/tests/suites/ |
A D | test_suite_cipher.function | 445 /* decode the previously encoded string */ 690 /* decode the previously encoded string */
|
A D | test_suite_psa_crypto.data | 3762 PSA verify hash: ECDSA SECP256R1, wrong signature size (correct but ASN1-encoded) 4010 PSA verify message: ECDSA SECP256R1, wrong signature size (correct but ASN1-encoded)
|
/mbedtls-development/ |
A D | ChangeLog | 202 * Remove the following deprecated functions and constants of hex-encoded 1223 * Add DER-encoded test CRTs to library/certs.c, allowing 1261 This previously limited the maximum size of DER encoded certificates 1395 which allows copy-less parsing of DER encoded X.509 CRTs, 1445 extensions in CSRs and CRTs that caused these bitstrings to not be encoded 1990 * Fix parsing of PKCS#8 encoded Elliptic Curve keys. Previously Mbed TLS was 2093 * Add support for public keys encoded in PKCS#1 format. #1122 2393 encoded X.509 CRLs. The overflow could enable maliciously constructed CRLs 2401 encoded X.509 certificates. The overflow could enable maliciously 3904 PEM-encoded certificates has been fixed (found by Jack Lloyd) [all …]
|
/mbedtls-development/docs/ |
A D | 3.0-migration-guide.md | 152 ### Deprecated hex-encoded primes were removed from DHM
|
Completed in 35 milliseconds