Commit graph

  • 3be2fa44e1 mpi_lt_mpi_ct test: hardcode base 16 Janos Follath 2019-10-14 09:21:49 +0100
  • 3480947667 Document ct_lt_mpi_uint Janos Follath 2019-10-14 09:09:32 +0100
  • afa5342452 mpi_lt_mpi_ct: make use of unsigned consistent Janos Follath 2019-10-14 09:01:15 +0100
  • a830377142 ct_lt_mpi_uint: make use of biL Janos Follath 2019-10-14 08:59:14 +0100
  • 8faf1d627b Change mbedtls_mpi_cmp_mpi_ct to check less than Janos Follath 2019-10-11 14:21:53 +0100
  • 81c9fe5f2c mbedtls_mpi_cmp_mpi_ct: remove multiplications Janos Follath 2019-10-11 10:43:40 +0100
  • fd9797b595 Remove excess vertical space Janos Follath 2019-10-11 10:22:37 +0100
  • 78ed22b404 Remove declaration after statement Janos Follath 2019-09-23 09:19:14 +0100
  • fc2a826ab4 Fix side channel vulnerability in ECDSA Janos Follath 2019-09-16 14:27:39 +0100
  • 7ce3a25316 Add tests to constant time mpi comparison Janos Follath 2019-09-11 16:07:14 +0100
  • c514ce474a Add new, constant time mpi comparison Janos Follath 2019-09-05 14:47:19 +0100
  • a5e2d86c3f Note that mbedtls_ctr_drbg_seed() must not be called twice Gilles Peskine 2019-10-28 17:33:07 +0100
  • 216040d46f Fix CTR_DRBG benchmark Gilles Peskine 2019-10-28 17:28:46 +0100
  • d69ae8c21d Add ChangeLog entry Janos Follath 2019-10-25 08:53:01 +0100
  • 6bd8c0ae2a ECDSA: Fix side channel vulnerability Janos Follath 2019-10-17 10:18:51 +0100
  • bb3d55665e Changelog entry for xxx_drbg_set_entropy_len before xxx_drbg_seed Gilles Peskine 2019-10-18 16:40:10 +0200
  • 20dbfb9938 CTR_DRBG: support set_entropy_len() before seed() Gilles Peskine 2019-10-04 12:15:55 +0200
  • f0bf757f9c CTR_DRBG: Don't use functions before they're defined Gilles Peskine 2019-10-02 20:31:54 +0200
  • 1d2a9e88c3 HMAC_DRBG: support set_entropy_len() before seed() Gilles Peskine 2019-10-04 11:47:35 +0200
  • 6e2cb64a97 'make test' must fail if Asan fails Gilles Peskine 2019-10-21 19:08:07 +0200
  • 6eec4ab323 Asan make builds: avoid sanitizer recovery Gilles Peskine 2019-10-21 19:06:33 +0200
  • b3e54396fa Use UBsan in addition to Asan with 'make test' Gilles Peskine 2019-10-21 20:09:22 +0200
  • 3ccb7f18e0 Unify ASan options in make builds Gilles Peskine 2019-10-21 17:11:33 +0200
  • 6b5e60c26c config.pl full: exclude MBEDTLS_CTR_DRBG_USE_128_BIT_KEY Gilles Peskine 2019-10-07 15:57:50 +0200
  • d41a95e223 mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding Gilles Peskine 2019-10-04 11:52:22 +0200
  • 5fc111fe69 mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding Gilles Peskine 2019-10-03 14:22:04 +0200
  • 4c57b20247 mbedtls_ctr_drbg_seed: correct maximum for len Gilles Peskine 2019-10-03 15:13:08 +0200
  • 5953660a6a Add a note about CTR_DRBG security strength to config.h Gilles Peskine 2019-10-03 14:21:39 +0200
  • e1dc2de900 Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section Gilles Peskine 2019-10-03 14:21:14 +0200
  • 6e36d0b33c CTR_DRBG: more consistent formatting and wording Gilles Peskine 2019-10-03 14:20:46 +0200
  • 9640403fa0 CTR_DRBG documentation: further wording improvements Gilles Peskine 2019-10-02 19:02:13 +0200
  • 7b674eac64 CTR_DRBG: Improve the explanation of security strength Gilles Peskine 2019-10-02 19:01:31 +0200
  • 7df4b7b3b6 CTR_DRBG: make it easier to understand the security strength Gilles Peskine 2019-10-02 18:23:38 +0200
  • 56f628ca26 HMAC_DRBG: note that the initial seeding grabs entropy for the nonce Gilles Peskine 2019-10-01 18:41:12 +0200
  • beddfdcd7f Use standard terminology to describe the personalization string Gilles Peskine 2019-10-01 18:39:45 +0200
  • 57553fa2f0 Do note that xxx_drbg_random functions reseed with PR enabled Gilles Peskine 2019-10-01 18:31:28 +0200
  • 20a3846725 Consistently use \c NULL and \c 0 Gilles Peskine 2019-10-01 18:30:02 +0200
  • 9e2543bd4f Also mention HMAC_DRBG in the changelog entry Gilles Peskine 2019-09-30 15:25:18 +0200
  • ccb38381e8 HMAC_DRBG: improve the documentation of the entropy length Gilles Peskine 2019-09-30 15:20:52 +0200
  • 4bfe4540f3 HMAC_DRBG documentation improvements clarifications Gilles Peskine 2019-09-30 15:01:15 +0200
  • f17079d960 More CTR_DRBG documentation improvements and clarifications Gilles Peskine 2019-09-30 15:01:02 +0200
  • 34693b5dd6 Add a test component with malloc(0) returning NULL Gilles Peskine 2019-09-17 19:04:38 +0200
  • 99d76f8805 Add a calloc self-test Gilles Peskine 2019-09-17 18:18:58 +0200
  • c32f74cf8e Fix wording Gilles Peskine 2019-09-26 14:54:42 +0200
  • 03642fa026 Remove warning that the previous expanded discussion has obsoleted Gilles Peskine 2019-09-26 14:53:44 +0200
  • 2d83fe1383 CTR_DRBG: improve the discussion of entropy length vs strength Gilles Peskine 2019-09-25 20:22:40 +0200
  • bb2b8da7d7 CTR_DRBG: Finish an unfinished paragraph Gilles Peskine 2019-09-25 20:22:24 +0200
  • ca28583e95 CTR_DRBG documentation: add changelog entry Gilles Peskine 2019-09-24 14:52:32 +0200
  • e3dc5942c5 CTR_DRBG: Document the security strength and SP 800-90A compliance Gilles Peskine 2019-09-24 14:48:53 +0200
  • c1c9292d2f CTR_DRBG: Document the maximum size of some parameters Gilles Peskine 2019-09-24 14:48:30 +0200
  • da5ccce88e CTR_DRBG documentation clarifications Gilles Peskine 2019-09-24 14:40:40 +0200
  • 7ae6ed4435 Keep SSL context const when hw accel is disabled Manuel Pégourié-Gonnard 2020-03-13 11:28:19 +0100
  • 181bad9eaa
    Merge pull request #3097 from piotr-now/splitting_app_data Jaeden Amero 2020-03-13 12:27:32 +0400
  • 438bf3b667 App data with 1/n-1 splitting in test suite Piotr Nowicki 2020-03-10 12:59:10 +0100
  • c31f970a46
    Merge pull request #3075 from AndrzejKurek/variable-buffer-size mbedtls-2.22.0d0 Jaeden Amero 2020-03-10 21:46:35 +0400
  • eb7428cc33 Merge remote-tracking branch 'public/pr/3093' into baremetal Simon Butcher 2020-03-10 15:17:39 +0000
  • daac4e4bdb
    Merge pull request #3091 from sbutcher-arm/output-env-pylint-mbedtls-2.7 Jaeden Amero 2020-03-10 17:28:37 +0400
  • 302f57a8c2
    Merge pull request #3090 from sbutcher-arm/output-env-pylint-mbedtls-2.16 Jaeden Amero 2020-03-10 17:28:34 +0400
  • 0bf6236be5
    Merge pull request #3086 from sbutcher-arm/output-env-pylint Jaeden Amero 2020-03-10 17:28:29 +0400
  • 260b31d3e0 Don't use the PSA specification as Mbed TLS documentation Gilles Peskine 2020-03-09 19:37:46 +0100
  • f6917cc26b config.py is Python, not Perl Gilles Peskine 2020-03-09 19:32:10 +0100
  • 67698704e7 Add a note about supported compilers Gilles Peskine 2020-03-09 19:30:08 +0100
  • cf63f59432 Improve the description of programs/ Gilles Peskine 2020-03-09 19:24:18 +0100
  • b05d89dced Move the lone paragraph under "Configurations" to "Configuration" Gilles Peskine 2020-03-09 19:23:51 +0100
  • a10cbda609 Adapt the "Documentation" section from Mbed Crypto Gilles Peskine 2020-03-09 19:21:51 +0100
  • ed3aa130e3 Remove references to Mbed Crypto Gilles Peskine 2020-03-09 19:20:47 +0100
  • 8b13d26eaa Add a note about PSA crypto being less mature Gilles Peskine 2020-03-09 19:18:15 +0100
  • da5abbf899 Add a discussion of the PSA Crypto API Gilles Peskine 2020-03-09 18:51:37 +0100
  • f0658b18dc Add detection for zlib headers to all.sh Manuel Pégourié-Gonnard 2020-01-24 10:17:20 +0100
  • ae48d86cb1 Fix bug in record decompression Manuel Pégourié-Gonnard 2020-01-03 12:18:49 +0100
  • 079864ef54 Add test for record compression in ssl-opt.sh Manuel Pégourié-Gonnard 2020-01-02 11:58:00 +0100
  • df59bfc9d6 Add all.sh components with ZLIB enabled Manuel Pégourié-Gonnard 2020-01-02 11:45:12 +0100
  • e4d4b1f3d3 Add changelog entry for the zlib support fix Gilles Peskine 2020-01-22 19:18:35 +0100
  • 92af9a9792 Fixes definition error when the deprecated MBEDTLS_ZLIB_SUPPORT and ENABLE_ZLIB_SUPPORT macro are defined/enabled for zlib support in mbedtls jiblime 2019-12-18 21:40:01 -0800
  • 55727c33eb
    Merge pull request #3088 from AndrzejKurek/ssl-mocks-coverity Jaeden Amero 2020-03-09 19:14:47 +0400
  • 656412e0da
    Merge pull request #3092 from AndrzejKurek/uninitialized-queue-fixes Jaeden Amero 2020-03-09 16:07:21 +0400
  • 89bdc580ca
    test_suite_ssl: check for errors during queue setup Andrzej Kurek 2020-03-09 06:29:43 -0400
  • 8eb64e6895 Fix output_env.sh for varying pylint3 output Simon Butcher 2020-03-06 14:50:49 +0000
  • 8277041108 Add Python, Perl and Pylint to output_env.sh Simon Butcher 2020-03-05 15:18:53 +0000
  • bae7328b32 Fix output_env.sh for varying pylint3 output Simon Butcher 2020-03-06 14:50:49 +0000
  • 85c4c865db Add Python, Perl and Pylint to output_env.sh Simon Butcher 2020-03-05 15:18:53 +0000
  • 9693ea2490 Fix output_env.sh for varying pylint3 output Simon Butcher 2020-03-06 14:50:49 +0000
  • 6910122469 Add Python, Perl and Pylint to output_env.sh Simon Butcher 2020-03-05 15:18:53 +0000
  • 45916ba916
    test_suite_ssl: fix coverity issues with uninitialized members Andrzej Kurek 2020-03-05 14:46:22 -0500
  • 3756128a65
    Merge pull request #3084 from sbutcher-arm/output_env-enhancements-2.7 Manuel Pégourié-Gonnard 2020-03-05 10:04:19 +0100
  • 874a64ece9
    Merge pull request #3083 from sbutcher-arm/output_env-enhancements-2.16 Manuel Pégourié-Gonnard 2020-03-05 10:04:12 +0100
  • 9a9d7ba42b
    Merge pull request #3072 from ARMmbed/output_env-enhancements Manuel Pégourié-Gonnard 2020-03-05 10:04:04 +0100
  • ba8a065230
    Merge pull request #3082 from mpg/all-sh-config-py-dev Gilles Peskine 2020-03-04 19:01:29 +0100
  • 32d90b3919 Revert "Remove unused test data files" Gilles Peskine 2020-02-26 18:25:14 +0100
  • 302e43f122 Revert "scripts: Remove unneeded scripts" Gilles Peskine 2020-02-26 18:25:13 +0100
  • 9bf54fa22c Revert "doxygen: Update for Mbed Crypto" Gilles Peskine 2020-02-26 18:25:13 +0100
  • 84a63fad5b Revert "tests: Update generator with Mbed Crypto comments" Gilles Peskine 2020-02-26 18:25:12 +0100
  • db7d5f024d Revert "config: Remove explicit ciphersuite lists" Gilles Peskine 2020-02-26 18:25:11 +0100
  • 40f17dc803 Revert "Remove certs.h" Gilles Peskine 2020-02-26 18:25:08 +0100
  • 0937ed29b9
    Add an acceptance test for memory usage after handshake Signed-off-by: Piotr Nowicki <piotr.nowicki@arm.com> Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com> Piotr Nowicki 2019-11-26 16:32:40 +0100
  • 0afa2a1b65
    Add I/O buffer resizing in handshake init and free Andrzej Kurek 2020-03-03 10:39:58 -0500
  • d40e603afc Make minor fixes to output_env.sh after review Simon Butcher 2020-02-27 12:58:27 +0000
  • 870ee827ac Enhance the output_env.sh script Simon Butcher 2020-02-26 15:29:40 +0000
  • 679d2de36b Make minor fixes to output_env.sh after review Simon Butcher 2020-02-27 12:58:27 +0000
  • 3104eec4cf Enhance the output_env.sh script Simon Butcher 2020-02-26 15:29:40 +0000