Commit graph

  • 2d8f069472 Do note that xxx_drbg_random functions reseed with PR enabled Gilles Peskine 2019-10-01 18:31:28 +0200
  • 10f16ac74a Consistently use \c NULL and \c 0 Gilles Peskine 2019-10-01 18:30:02 +0200
  • 3457b5e05e HMAC_DRBG: improve the documentation of the entropy length Gilles Peskine 2019-09-30 15:20:52 +0200
  • 74efcd2b71 HMAC_DRBG documentation improvements clarifications Gilles Peskine 2019-09-30 15:01:15 +0200
  • ec51dd12fa More CTR_DRBG documentation improvements and clarifications Gilles Peskine 2019-09-30 15:01:02 +0200
  • 6fdf0b3a47 CTR_DRBG: improve the discussion of entropy length vs strength Gilles Peskine 2019-09-25 20:22:40 +0200
  • 223deea86b CTR_DRBG: Document the security strength and SP 800-90A compliance Gilles Peskine 2019-09-24 14:48:53 +0200
  • 944bc587e8 CTR_DRBG: Document the maximum size of some parameters Gilles Peskine 2019-09-24 14:48:30 +0200
  • 707ceb88f0 Replaced mbedtls_ssl_safer_memcmp with mbedtls_platform_memcmp Teppo Järvelin 2019-10-04 07:49:39 +0300
  • 650343cdcd Changed mbedtls_platform_memcmp to memcmp for places that don't have critical data and are under baremetal Teppo Järvelin 2019-10-03 15:36:59 +0300
  • 6b2a779323
    Merge pull request #286 from athoelke/at-version Gilles Peskine 2019-10-03 16:07:08 +0200
  • e4209c0e62
    Merge pull request #278 from RonEld/fix_on_target_test_issues Jaeden Amero 2019-10-03 14:10:05 +0100
  • 406d25878c Add a note about CTR_DRBG security strength to config.h Gilles Peskine 2019-10-03 14:31:22 +0200
  • f0b3dcb14b CTR_DRBG: more consistent formatting and wording Gilles Peskine 2019-10-03 14:28:17 +0200
  • 39a9d40f84 Update documentation for the RNG-function Jarno Lamsa 2019-10-03 13:36:06 +0300
  • 436d18dcaa Prevent a 0-modulus Jarno Lamsa 2019-10-03 11:46:30 +0300
  • e29e8a49b8 Use MBEDTLS_ENTROPY_HARDWARE_ALT Jarno Lamsa 2019-10-03 11:06:35 +0300
  • 61f412eb58 Changed every memcmp to SCA equivalent mbedtls_platform_memcmp Teppo Järvelin 2019-10-03 12:25:22 +0300
  • 51f65e4b86 Standardize prototypes of platform_memcpy/memset Manuel Pégourié-Gonnard 2019-10-02 16:01:14 +0200
  • 08875d441e CTR_DRBG documentation clarifications Gilles Peskine 2019-09-24 14:40:40 +0200
  • e3d8cf1966 CTR_DRBG documentation: further wording improvements Gilles Peskine 2019-10-02 19:02:13 +0200
  • 74692aeb8c Merge remote-tracking branch 'origin/pr/2488' into development Jaeden Amero 2019-10-02 18:01:57 +0100
  • 230b87a1ea Merge remote-tracking branch 'origin/pr/2843' into development Jaeden Amero 2019-10-02 18:01:32 +0100
  • 596fdfd6cf CTR_DRBG: Improve the explanation of security strength Gilles Peskine 2019-10-02 19:01:31 +0200
  • b9cfe58180 DRBG documentation: Relate f_entropy arguments to the entropy module Gilles Peskine 2019-10-02 19:00:57 +0200
  • b9fc0798d2 Merge remote-tracking branch 'origin/pr/2864' into mbedtls-2.16 Jaeden Amero 2019-10-02 18:00:31 +0100
  • 97edf5e1e2 Add ChangeLog entry for the DRBG documentation improvements Gilles Peskine 2019-10-02 19:00:29 +0200
  • 5cc748e58f Merge remote-tracking branch 'origin/pr/2866' into mbedtls-2.7 Jaeden Amero 2019-10-02 18:00:13 +0100
  • d89173066c HMAC_DRBG documentation improvements Gilles Peskine 2019-10-02 19:00:06 +0200
  • da5930654e Merge remote-tracking branch 'origin/pr/2578' into mbedtls-2.16 Jaeden Amero 2019-10-02 17:59:28 +0100
  • b0328ba8a3 Merge remote-tracking branch 'origin/pr/2323' into mbedtls-2.16 Jaeden Amero 2019-10-02 17:57:37 +0100
  • 2fc6cf5da7 Merge remote-tracking branch 'origin/pr/2704' into mbedtls-2.7 Jaeden Amero 2019-10-02 17:56:38 +0100
  • eb99c1028f CTR_DRBG: explain the security strength and the entropy input length Gilles Peskine 2019-10-02 18:56:17 +0200
  • 25e1945321 CTR_DRBG documentation improvements Gilles Peskine 2019-10-02 18:54:20 +0200
  • 8cec70a8c4 CTR_DRBG: make it easier to understand the security strength Gilles Peskine 2019-10-02 18:23:38 +0200
  • 0ab4092e2d Reduce stack usage of test_suite_pkcs1_v15 Ron Eldor 2018-11-25 15:54:52 +0200
  • dd4277f70d Reduce stack usage of test_suite_pkcs1_v21 Ron Eldor 2018-11-22 15:49:49 +0200
  • b3d3973264 Reduce stack usage of test_suite_rsa Ron Eldor 2018-11-22 15:47:51 +0200
  • 6827d1c588 Reduce stack usage of test_suite_pk Ron Eldor 2018-11-21 13:44:31 +0200
  • a1e5054d91 Fix issues in CI Jarno Lamsa 2019-10-02 12:44:36 +0300
  • 02b372b7b2 Fix defgroup syntax for API version section Andrew Thoelke 2019-10-02 09:32:21 +0100
  • 77a0e07f80 Add return value doxygen Jarno Lamsa 2019-10-02 08:39:32 +0300
  • 7cb902737b Use bitwise comparison in memcmp Jarno Lamsa 2019-10-02 08:32:51 +0300
  • 32db938463 Fix buffer initalisation Jarno Lamsa 2019-10-02 08:25:57 +0300
  • f5ebe2a7ce Make RNG exclude the given maximum value Jarno Lamsa 2019-10-02 08:23:11 +0300
  • 0ff7109b7c Fix style issues Jarno Lamsa 2019-10-02 08:18:29 +0300
  • 340d6099a0 HMAC_DRBG: note that the initial seeding grabs entropy for the nonce Gilles Peskine 2019-10-01 18:41:12 +0200
  • 9fb4518728 Use standard terminology to describe the personalization string Gilles Peskine 2019-10-01 18:39:45 +0200
  • 3f9c973452 Do note that xxx_drbg_random functions reseed with PR enabled Gilles Peskine 2019-10-01 18:31:28 +0200
  • 759c91d66a Consistently use \c NULL and \c 0 Gilles Peskine 2019-10-01 18:30:02 +0200
  • e1ee8f157c Test that SE driver persistent data is saved correctly Gilles Peskine 2019-10-01 16:56:27 +0200
  • d5536d8a5b SE driver: Fix loading of persistent data Gilles Peskine 2019-10-01 16:55:29 +0200
  • c84c70a83c SE driver: save the persistent data after calling p_init Gilles Peskine 2019-10-01 15:41:42 +0200
  • d9348f218e SE driver: call the p_init method during psa_crypto_init() Gilles Peskine 2019-10-01 15:22:29 +0200
  • 5aee8cab2a Update query_config Jarno Lamsa 2019-10-01 16:10:03 +0300
  • f65e9de57b Change rng-function return-type Jarno Lamsa 2019-10-01 16:09:35 +0300
  • 7d28155b30 Add doxygen for the platform-functions Jarno Lamsa 2019-10-01 15:56:17 +0300
  • a19673222b Change the rng-function name Jarno Lamsa 2019-10-01 15:31:08 +0300
  • 5ec3a30edb SE driver: validate_slot_number: support changing persistent data Gilles Peskine 2019-10-01 14:27:23 +0200
  • 21d6a201ee Add missing typecast for memset Jarno Lamsa 2019-10-01 15:20:13 +0300
  • 3efcebbc5e SE support: Use a transaction when registering a key Gilles Peskine 2019-10-01 14:18:35 +0200
  • d82e559a48 Add a config flag for the global RNG Jarno Lamsa 2019-10-01 14:54:41 +0300
  • 7334462278 Make hyperlink a hyperlink in every markdown flavor Gilles Peskine 2019-10-01 10:36:10 +0200
  • 006c1b5f4e Prefer initializing ret to error values Gilles Peskine 2019-09-30 17:29:54 +0200
  • 7edad28036 Fixed possibly undefined variable warnings by initializing variables to 0. Benjamin Kier 2019-05-30 14:49:17 -0400
  • a990c49caf
    Merge pull request #269 from adrianlshaw/version Gilles Peskine 2019-09-30 15:59:21 +0200
  • 9a562d471e
    Merge pull request #277 from jack-fortanix/faster-pbkdf2 Gilles Peskine 2019-09-30 15:53:49 +0200
  • 6735363f80 Also mention HMAC_DRBG in the changelog entry Gilles Peskine 2019-09-30 15:25:18 +0200
  • 0b5e804c09 HMAC_DRBG: improve the documentation of the entropy length Gilles Peskine 2019-09-30 15:20:52 +0200
  • db6f41402c HMAC_DRBG documentation improvements clarifications Gilles Peskine 2019-09-30 15:01:15 +0200
  • 0bf49eb85b More CTR_DRBG documentation improvements and clarifications Gilles Peskine 2019-09-30 15:01:02 +0200
  • 0981a5d7ab Add a test component with malloc(0) returning NULL Gilles Peskine 2019-09-17 19:04:38 +0200
  • ea5d3571b0 Add a calloc self-test Gilles Peskine 2019-09-17 18:18:58 +0200
  • c6b098655e Add a test component with malloc(0) returning NULL Gilles Peskine 2019-09-17 19:04:38 +0200
  • 7430d23358 Add a calloc self-test Gilles Peskine 2019-09-17 18:18:58 +0200
  • d19867293d Harmonize static function compiler flags Arto Kinnunen 2019-09-24 12:10:19 +0300
  • 0736325d80 Add FI/SCA compliant versions of mem-functions Jarno Lamsa 2019-09-27 16:20:11 +0300
  • 013ba71c2b Update the crypto submodule to be the same as development Gilles Peskine 2019-09-27 20:33:33 +0200
  • e94bc87ebe Document test case descriptions Gilles Peskine 2019-09-27 20:22:41 +0200
  • 717cd76e8a Restore MBEDTLS_TEST_OUTCOME_FILE after test_default_out_of_box Gilles Peskine 2019-09-27 20:21:11 +0200
  • 1c668136af Parse HelloVerifyRequest buffer overread: add changelog entry Gilles Peskine 2019-09-27 14:07:00 +0200
  • b64bf0638f Parse HelloVerifyRequest: avoid buffer overread at the start Gilles Peskine 2019-09-27 14:02:44 +0200
  • b51130dd5c Parse HelloVerifyRequest: avoid buffer overread on the cookie Gilles Peskine 2019-09-27 14:00:36 +0200
  • cfbeb76dd2 ssl-opt.sh: Adjust authentication test flags 2 Arto Kinnunen 2019-09-27 13:43:05 +0300
  • 13db25fbe9 ssl-opt.sh: Fix requires_config_value_exactly Arto Kinnunen 2019-09-27 13:06:25 +0300
  • bdcca14076 Merge remote-tracking branch 'upstream-public/pr/2858' into development Gilles Peskine 2019-09-27 11:08:51 +0200
  • c457ab1c2b ssl-opt.sh: Adjust authentication test flags Arto Kinnunen 2019-09-27 12:00:51 +0300
  • 89af51ff39 Resolve #2801 - remove repetitive assignment to ssl->in_msg (the first value was never used) irwir 2019-09-26 21:04:56 +0300
  • 734f0cf65e Resolve #2800 - move declaration to avoid unused variable warning in case MBEDTLS_SSL_PROTO_DTLS was undefined irwir 2019-09-26 21:03:24 +0300
  • 40883e91a6 Resolve #2717 - remove erroneous sizeof (the operator was applied to constant integer number) irwir 2019-09-21 17:55:33 +0300
  • a1e980695b ssl-opt.sh: Modify test sets based on config value 2 Arto Kinnunen 2019-09-26 19:35:16 +0300
  • 3f1190d15b sslopt.sh: Modify test sets based on config value Arto Kinnunen 2019-09-26 17:18:57 +0300
  • 2a7030429b Update crypto submodule to support EAP-TLS key derivation Gilles Peskine 2019-09-23 18:21:36 +0200
  • 37b5c831b4
    Merge pull request #276 from gilles-peskine-arm/psa-key_derivation-relax_inputs Gilles Peskine 2019-09-26 15:29:34 +0200
  • 4284becde9 Fix wording Gilles Peskine 2019-09-26 14:54:42 +0200
  • 761f88818e Remove warning that the previous expanded discussion has obsoleted Gilles Peskine 2019-09-26 14:53:44 +0200
  • aef8678c7f Revert spacing in programs/makefile APPS Arto Kinnunen 2019-09-26 14:54:11 +0300
  • bbc1c699fc Fix potential resource leak in sslserver2 example k-stachowiak 2019-09-26 13:36:54 +0200
  • 20935ebd34 Fix buffer size in an AES example k-stachowiak 2019-09-26 11:22:02 +0200
  • 7821352483 ssl-opt.sh: use query_config to read flag value Arto Kinnunen 2019-09-26 11:06:39 +0300