mbedtls/tests/suites
Gilles Peskine 69971662bf CTR_DRBG: define a constant for the default entropy nonce length
The default entropy nonce length is either zero or nonzero depending
on the desired security strength and the entropy length.

The implementation calculates the actual entropy nonce length from the
actual entropy length, and therefore it doesn't need a constant that
indicates the default entropy nonce length. A portable application may
be interested in this constant, however. And our test code could
definitely use it.

Define a constant MBEDTLS_CTR_DRBG_ENTROPY_NONCE_LEN and use it in
test code. Previously, test_suite_ctr_drbg had knowledge about the
default entropy nonce length built in and test_suite_psa_crypto_init
failed. Now both use MBEDTLS_CTR_DRBG_ENTROPY_NONCE_LEN.

This change means that the test ctr_drbg_entropy_usage no longer
validates that the default entropy nonce length is sensible. So add a
new test that checks that the default entropy length and the default
entropy nonce length are sufficient to ensure the expected security
strength.
2019-10-23 19:47:05 +02:00
..
helpers.function New test helper macro ASSERT_ALLOC_WEAK 2019-09-11 15:46:45 +02:00
host_test.function Report step number when a test case fails 2019-09-11 15:46:44 +02:00
main_test.function Add TEST_ASSUME macro to allow skipping tests at runtime 2019-07-05 13:39:09 +01:00
target_test.function Merge pull request #75 from gilles-peskine-arm/asn1-tests-without-x509 2019-10-04 12:30:01 +01:00
test_suite_aes.cbc.data
test_suite_aes.cfb.data
test_suite_aes.ecb.data
test_suite_aes.function
test_suite_aes.ofb.data
test_suite_aes.rest.data
test_suite_aes.xts.data
test_suite_arc4.data
test_suite_arc4.function
test_suite_aria.data aria: Remove duplicate test cases 2019-09-20 15:58:27 +02:00
test_suite_aria.function
test_suite_asn1parse.data ASN1 tests: more INTEGER test cases 2019-10-10 19:25:39 +02:00
test_suite_asn1parse.function ASN1 tests: Match negative INTEGERs with the actual library behavior 2019-10-10 19:21:12 +02:00
test_suite_asn1write.data Test mbedtls_asn1_store_named_data 2019-09-11 15:46:45 +02:00
test_suite_asn1write.function Test mbedtls_asn1_store_named_data 2019-09-11 15:46:45 +02:00
test_suite_base64.data
test_suite_base64.function
test_suite_blowfish.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_blowfish.function
test_suite_camellia.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_camellia.function
test_suite_ccm.data
test_suite_ccm.function
test_suite_chacha20.data
test_suite_chacha20.function
test_suite_chachapoly.data
test_suite_chachapoly.function
test_suite_cipher.aes.data Add negative tests for empty buffer decoding for certain ciphers 2019-07-29 17:46:29 +02:00
test_suite_cipher.arc4.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_cipher.aria.data Add negative tests for empty buffer decoding for certain ciphers 2019-07-29 17:46:29 +02:00
test_suite_cipher.blowfish.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_cipher.camellia.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_cipher.ccm.data
test_suite_cipher.chacha20.data test: Remove redundant 0-byte decryption test 2019-06-07 12:57:33 +01:00
test_suite_cipher.chachapoly.data Add negative tests for empty buffer decoding for certain ciphers 2019-07-29 17:46:29 +02:00
test_suite_cipher.des.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_cipher.function Merge pull request #166 from k-stachowiak/IOTCRYPT-440-add-missing-dec_empty_buf-tests 2019-09-04 10:18:11 +01:00
test_suite_cipher.gcm.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_cipher.misc.data
test_suite_cipher.nist_kw.data Test data: replace "::" by ":" 2019-09-20 16:01:59 +02:00
test_suite_cipher.null.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_cipher.padding.data
test_suite_cmac.data
test_suite_cmac.function
test_suite_ctr_drbg.data CTR_DRBG: define a constant for the default entropy nonce length 2019-10-23 19:47:05 +02:00
test_suite_ctr_drbg.function CTR_DRBG: define a constant for the default entropy nonce length 2019-10-23 19:47:05 +02:00
test_suite_des.data
test_suite_des.function
test_suite_dhm.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_dhm.function
test_suite_ecdh.data ECDH: Add test vectors for Curve25519 2019-02-22 15:42:03 +00:00
test_suite_ecdh.function Add mbedtls_ecp_read_key 2019-02-22 15:39:03 +00:00
test_suite_ecdsa.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_ecdsa.function Make tests use the new deterministic ECDSA function 2019-09-05 11:18:58 +01:00
test_suite_ecjpake.data Add a test for mlaformed ECJPAKE context 2019-07-08 14:34:27 +02:00
test_suite_ecjpake.function Add a test for mlaformed ECJPAKE context 2019-07-08 14:34:27 +02:00
test_suite_ecp.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_ecp.function Add test for ECP multiplication 2019-04-30 14:53:49 +01:00
test_suite_entropy.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_entropy.function Merge pull request #144 from gilles-peskine-arm/oss-fuzz-fix-build-crypto 2019-08-14 15:30:18 +02:00
test_suite_error.data
test_suite_error.function
test_suite_gcm.aes128_de.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_gcm.aes128_en.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_gcm.aes192_de.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_gcm.aes192_en.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_gcm.aes256_de.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_gcm.aes256_en.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_gcm.camellia.data
test_suite_gcm.function
test_suite_gcm.misc.data
test_suite_hkdf.data
test_suite_hkdf.function
test_suite_hmac_drbg.function HMAC_DRBG entropy usage: test the exact amount of consumed entropy 2019-10-23 19:46:56 +02:00
test_suite_hmac_drbg.misc.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_hmac_drbg.no_reseed.data
test_suite_hmac_drbg.nopr.data
test_suite_hmac_drbg.pr.data
test_suite_md.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_md.function
test_suite_mdx.data
test_suite_mdx.function
test_suite_memory_buffer_alloc.data
test_suite_memory_buffer_alloc.function
test_suite_mpi.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_mpi.function Merge remote-tracking branch 'origin/pr/2405' into development 2019-04-05 14:08:49 +01:00
test_suite_nist_kw.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_nist_kw.function Don't call memset after calloc 2019-07-19 17:08:48 +02:00
test_suite_oid.data Add a test of the OID->MD map functions 2019-05-06 12:16:18 -04:00
test_suite_oid.function Test the return value in the OID->X.509 map functions 2019-05-06 12:16:32 -04:00
test_suite_pem.data
test_suite_pem.function
test_suite_pk.data
test_suite_pk.function Reduce stack usage of test_suite_pk 2019-09-24 11:21:21 +03:00
test_suite_pkcs1_v15.data Fix test data missing some fake-random input 2019-02-19 18:33:57 +01:00
test_suite_pkcs1_v15.function Reduce stack usage of test_suite_pkcs1_v15 2019-09-24 11:22:51 +03:00
test_suite_pkcs1_v21.data pkcs1_v21: Fix copypasta in test case 2019-09-20 15:58:54 +02:00
test_suite_pkcs1_v21.function Reduce stack usage of test_suite_pkcs1_v21 2019-09-24 11:22:04 +03:00
test_suite_pkcs5.data
test_suite_pkcs5.function
test_suite_pkparse.data
test_suite_pkparse.function
test_suite_pkwrite.data
test_suite_pkwrite.function
test_suite_poly1305.data
test_suite_poly1305.function
test_suite_psa_crypto_entropy.data
test_suite_psa_crypto_entropy.function Rename psa_helpers.function to psa_crypto_helpers.h 2019-06-20 12:40:56 +02:00
test_suite_psa_crypto_hash.data
test_suite_psa_crypto_hash.function Rename psa_helpers.function to psa_crypto_helpers.h 2019-06-20 12:40:56 +02:00
test_suite_psa_crypto_init.data CTR_DRBG: define a constant for the default entropy nonce length 2019-10-23 19:47:05 +02:00
test_suite_psa_crypto_init.function CTR_DRBG: define a constant for the default entropy nonce length 2019-10-23 19:47:05 +02:00
test_suite_psa_crypto_metadata.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_psa_crypto_metadata.function New macro to get the bit size of an elliptic curve 2019-05-21 17:06:03 +02:00
test_suite_psa_crypto_persistent_key.data Merge pull request #270 from gilles-peskine-arm/test_outcome_file-crypto-fix 2019-09-24 15:54:54 +02:00
test_suite_psa_crypto_persistent_key.function Switch storage functions over to psa_core_key_attributes_t 2019-07-31 14:15:27 +02:00
test_suite_psa_crypto_se_driver_hal_mocks.data SE driver: call the p_init method during psa_crypto_init() 2019-10-01 15:22:29 +02:00
test_suite_psa_crypto_se_driver_hal_mocks.function SE driver: call the p_init method during psa_crypto_init() 2019-10-01 15:22:29 +02:00
test_suite_psa_crypto_se_driver_hal.data SE support: Use a transaction when registering a key 2019-10-01 14:18:35 +02:00
test_suite_psa_crypto_se_driver_hal.function Test that SE driver persistent data is saved correctly 2019-10-01 16:56:27 +02:00
test_suite_psa_crypto_slot_management.data Consolidate invalid-handle tests 2019-10-11 11:44:48 +02:00
test_suite_psa_crypto_slot_management.function Consolidate invalid-handle tests 2019-10-11 11:44:48 +02:00
test_suite_psa_crypto.data Consolidate invalid-handle tests 2019-10-11 11:44:48 +02:00
test_suite_psa_crypto.function Consolidate invalid-handle tests 2019-10-11 11:44:48 +02:00
test_suite_psa_its.data Fix copypasta in test data 2019-03-15 11:37:09 +01:00
test_suite_psa_its.function Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 2019-07-31 17:47:49 +02:00
test_suite_rsa.data Reduce stack usage of test_suite_rsa 2019-09-24 11:21:36 +03:00
test_suite_rsa.function Reduce stack usage of test_suite_rsa 2019-09-24 11:21:36 +03:00
test_suite_shax.data
test_suite_shax.function
test_suite_timing.data
test_suite_timing.function
test_suite_version.data Update library version to 2.17.0 2019-03-19 16:12:55 +00:00
test_suite_version.function
test_suite_xtea.data
test_suite_xtea.function