Commit Graph

  • beddfdcd7f Use standard terminology to describe the personalization string Gilles Peskine 2019-10-01 18:39:45 +02:00
  • 57553fa2f0 Do note that xxx_drbg_random functions reseed with PR enabled Gilles Peskine 2019-10-01 18:31:28 +02:00
  • 20a3846725 Consistently use \c NULL and \c 0 Gilles Peskine 2019-10-01 18:30:02 +02:00
  • 9e2543bd4f Also mention HMAC_DRBG in the changelog entry Gilles Peskine 2019-09-30 15:25:18 +02:00
  • ccb38381e8 HMAC_DRBG: improve the documentation of the entropy length Gilles Peskine 2019-09-30 15:20:52 +02:00
  • 4bfe4540f3 HMAC_DRBG documentation improvements clarifications Gilles Peskine 2019-09-30 15:01:15 +02:00
  • f17079d960 More CTR_DRBG documentation improvements and clarifications Gilles Peskine 2019-09-30 15:01:02 +02:00
  • 34693b5dd6 Add a test component with malloc(0) returning NULL Gilles Peskine 2019-09-17 19:04:38 +02:00
  • 99d76f8805 Add a calloc self-test Gilles Peskine 2019-09-17 18:18:58 +02:00
  • c32f74cf8e Fix wording Gilles Peskine 2019-09-26 14:54:42 +02:00
  • 03642fa026 Remove warning that the previous expanded discussion has obsoleted Gilles Peskine 2019-09-26 14:53:44 +02:00
  • 2d83fe1383 CTR_DRBG: improve the discussion of entropy length vs strength Gilles Peskine 2019-09-25 20:22:40 +02:00
  • bb2b8da7d7 CTR_DRBG: Finish an unfinished paragraph Gilles Peskine 2019-09-25 20:22:24 +02:00
  • ca28583e95 CTR_DRBG documentation: add changelog entry Gilles Peskine 2019-09-24 14:52:32 +02:00
  • e3dc5942c5 CTR_DRBG: Document the security strength and SP 800-90A compliance Gilles Peskine 2019-09-24 14:48:53 +02:00
  • c1c9292d2f CTR_DRBG: Document the maximum size of some parameters Gilles Peskine 2019-09-24 14:48:30 +02:00
  • da5ccce88e CTR_DRBG documentation clarifications Gilles Peskine 2019-09-24 14:40:40 +02:00
  • 7ae6ed4435 Keep SSL context const when hw accel is disabled Manuel Pégourié-Gonnard 2020-03-13 11:28:19 +01:00
  • 181bad9eaa Merge pull request #3097 from piotr-now/splitting_app_data Jaeden Amero 2020-03-13 12:27:32 +04:00
  • 438bf3b667 App data with 1/n-1 splitting in test suite Piotr Nowicki 2020-03-10 12:59:10 +01:00
  • c31f970a46 Merge pull request #3075 from AndrzejKurek/variable-buffer-size mbedtls-2.22.0d0 Jaeden Amero 2020-03-10 21:46:35 +04:00
  • eb7428cc33 Merge remote-tracking branch 'public/pr/3093' into baremetal Simon Butcher 2020-03-10 15:17:39 +00:00
  • daac4e4bdb Merge pull request #3091 from sbutcher-arm/output-env-pylint-mbedtls-2.7 Jaeden Amero 2020-03-10 17:28:37 +04:00
  • 302f57a8c2 Merge pull request #3090 from sbutcher-arm/output-env-pylint-mbedtls-2.16 Jaeden Amero 2020-03-10 17:28:34 +04:00
  • 0bf6236be5 Merge pull request #3086 from sbutcher-arm/output-env-pylint Jaeden Amero 2020-03-10 17:28:29 +04:00
  • 260b31d3e0 Don't use the PSA specification as Mbed TLS documentation Gilles Peskine 2020-03-09 19:37:46 +01:00
  • f6917cc26b config.py is Python, not Perl Gilles Peskine 2020-03-09 19:32:10 +01:00
  • 67698704e7 Add a note about supported compilers Gilles Peskine 2020-03-09 19:30:08 +01:00
  • cf63f59432 Improve the description of programs/ Gilles Peskine 2020-03-09 19:24:18 +01:00
  • b05d89dced Move the lone paragraph under "Configurations" to "Configuration" Gilles Peskine 2020-03-09 19:23:51 +01:00
  • a10cbda609 Adapt the "Documentation" section from Mbed Crypto Gilles Peskine 2020-03-09 19:21:51 +01:00
  • ed3aa130e3 Remove references to Mbed Crypto Gilles Peskine 2020-03-09 19:20:47 +01:00
  • 8b13d26eaa Add a note about PSA crypto being less mature Gilles Peskine 2020-03-09 19:18:15 +01:00
  • da5abbf899 Add a discussion of the PSA Crypto API Gilles Peskine 2020-03-09 18:51:37 +01:00
  • f0658b18dc Add detection for zlib headers to all.sh Manuel Pégourié-Gonnard 2020-01-24 10:17:20 +01:00
  • ae48d86cb1 Fix bug in record decompression Manuel Pégourié-Gonnard 2020-01-03 12:18:49 +01:00
  • 079864ef54 Add test for record compression in ssl-opt.sh Manuel Pégourié-Gonnard 2020-01-02 11:58:00 +01:00
  • df59bfc9d6 Add all.sh components with ZLIB enabled Manuel Pégourié-Gonnard 2020-01-02 11:45:12 +01:00
  • e4d4b1f3d3 Add changelog entry for the zlib support fix Gilles Peskine 2020-01-22 19:18:35 +01:00
  • 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 -08:00
  • 55727c33eb Merge pull request #3088 from AndrzejKurek/ssl-mocks-coverity Jaeden Amero 2020-03-09 19:14:47 +04:00
  • 656412e0da Merge pull request #3092 from AndrzejKurek/uninitialized-queue-fixes Jaeden Amero 2020-03-09 16:07:21 +04:00
  • 89bdc580ca test_suite_ssl: check for errors during queue setup Andrzej Kurek 2020-03-09 06:29:43 -04:00
  • 8eb64e6895 Fix output_env.sh for varying pylint3 output Simon Butcher 2020-03-06 14:50:49 +00:00
  • 8277041108 Add Python, Perl and Pylint to output_env.sh Simon Butcher 2020-03-05 15:18:53 +00:00
  • bae7328b32 Fix output_env.sh for varying pylint3 output Simon Butcher 2020-03-06 14:50:49 +00:00
  • 85c4c865db Add Python, Perl and Pylint to output_env.sh Simon Butcher 2020-03-05 15:18:53 +00:00
  • 9693ea2490 Fix output_env.sh for varying pylint3 output Simon Butcher 2020-03-06 14:50:49 +00:00
  • 6910122469 Add Python, Perl and Pylint to output_env.sh Simon Butcher 2020-03-05 15:18:53 +00:00
  • 45916ba916 test_suite_ssl: fix coverity issues with uninitialized members Andrzej Kurek 2020-03-05 14:46:22 -05:00
  • 3756128a65 Merge pull request #3084 from sbutcher-arm/output_env-enhancements-2.7 Manuel Pégourié-Gonnard 2020-03-05 10:04:19 +01:00
  • 874a64ece9 Merge pull request #3083 from sbutcher-arm/output_env-enhancements-2.16 Manuel Pégourié-Gonnard 2020-03-05 10:04:12 +01:00
  • 9a9d7ba42b Merge pull request #3072 from ARMmbed/output_env-enhancements Manuel Pégourié-Gonnard 2020-03-05 10:04:04 +01:00
  • ba8a065230 Merge pull request #3082 from mpg/all-sh-config-py-dev Gilles Peskine 2020-03-04 19:01:29 +01:00
  • 32d90b3919 Revert "Remove unused test data files" Gilles Peskine 2020-02-26 18:25:14 +01:00
  • 302e43f122 Revert "scripts: Remove unneeded scripts" Gilles Peskine 2020-02-26 18:25:13 +01:00
  • 9bf54fa22c Revert "doxygen: Update for Mbed Crypto" Gilles Peskine 2020-02-26 18:25:13 +01:00
  • 84a63fad5b Revert "tests: Update generator with Mbed Crypto comments" Gilles Peskine 2020-02-26 18:25:12 +01:00
  • db7d5f024d Revert "config: Remove explicit ciphersuite lists" Gilles Peskine 2020-02-26 18:25:11 +01:00
  • 40f17dc803 Revert "Remove certs.h" Gilles Peskine 2020-02-26 18:25:08 +01:00
  • 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 +01:00
  • 0afa2a1b65 Add I/O buffer resizing in handshake init and free Andrzej Kurek 2020-03-03 10:39:58 -05:00
  • d40e603afc Make minor fixes to output_env.sh after review Simon Butcher 2020-02-27 12:58:27 +00:00
  • 870ee827ac Enhance the output_env.sh script Simon Butcher 2020-02-26 15:29:40 +00:00
  • 679d2de36b Make minor fixes to output_env.sh after review Simon Butcher 2020-02-27 12:58:27 +00:00
  • 3104eec4cf Enhance the output_env.sh script Simon Butcher 2020-02-26 15:29:40 +00:00
  • 195a8f7299 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> archive/dev/buffer-resizing Piotr Nowicki 2019-11-26 16:32:40 +01:00
  • 9d86720c33 Add I/O buffer resizing in handshake init and free Andrzej Kurek 2020-03-03 10:39:58 -05:00
  • 59e584949d Merge pull request #3067 from gilles-peskine-arm/fuzz_pubkey-rsa_export Gilles Peskine 2020-03-04 11:23:14 +01:00
  • 3d5f05b9fb Merge pull request #376 from gilles-peskine-arm/paths-mergeability-crypto Gilles Peskine 2020-03-04 11:19:59 +01:00
  • 68192fcd3a Fix remaining occurrences of config.pl in all.sh Manuel Pégourié-Gonnard 2020-03-04 10:34:47 +01:00
  • 49f8e3157c Fix warning with gcc7/maximum allocation exceeded Simon Butcher 2020-03-03 15:51:50 +00:00
  • aad82f9bbb Add variable buffer length tests to all.sh Darryl Green 2019-12-02 10:53:11 +00:00
  • b33cc7688e Add I/O buffer length fields to mbedtls_ssl_context Darryl Green 2019-11-28 14:29:44 +00:00
  • 033c42a90b Fix I/O buffer sizes when MBEDTLS_SSL_DTLS_CONNECTION_ID is enabled Andrzej Kurek 2020-03-03 05:57:59 -05:00
  • 22348c78ee Merge pull request #3063 from danh-arm/dh/drop-cla-2.16 danh-arm 2020-03-03 15:40:18 +00:00
  • aaf9c10f26 Merge pull request #3062 from danh-arm/dh/drop-cla-2.7 danh-arm 2020-03-03 15:40:04 +00:00
  • 67d31c4f5b Merge pull request #3051 from danh-arm/dh/drop-cla danh-arm 2020-03-03 15:39:26 +00:00
  • 9ae579e7b9 Merge pull request #369 from danh-arm/dh/drop-cla Gilles Peskine 2020-03-03 12:28:13 +01:00
  • 3f402bca58 Merge pull request #3061 from mpg/skip-close-notify-2.7 Manuel Pégourié-Gonnard 2020-03-03 12:12:13 +01:00
  • d7c2737f40 Merge pull request #3060 from mpg/skip-close-notify-2.16 Manuel Pégourié-Gonnard 2020-03-03 12:11:56 +01:00
  • f03c13c046 Merge pull request #3050 from mpg/skip-close-notify-dev Manuel Pégourié-Gonnard 2020-03-03 12:11:48 +01:00
  • aa719e78ce Align some timeouts with the 2.16 branch in ssl-opt.sh Manuel Pégourié-Gonnard 2020-03-03 10:08:15 +01:00
  • 5e261e958c Fix possible close_notify/ClientHello confusion Manuel Pégourié-Gonnard 2020-02-17 11:04:33 +01:00
  • 26e4fdc6cd Move MEMORY_BUFFER_ALLOC components to align the order with mbedtls Gilles Peskine 2020-03-02 21:15:04 +01:00
  • a225b24f85 Add project description to README.md Dan Handley 2020-02-19 09:34:20 +00:00
  • 52de9b03e2 Drop requirement for a CLA Dan Handley 2020-02-18 17:58:20 +00:00
  • 21e9a4c3b6 Add project description to README.md Dan Handley 2020-02-19 09:34:20 +00:00
  • 0b54a46cda Minor formatting fixes to CONTRIBUTING.md Dan Handley 2020-02-18 18:00:05 +00:00
  • 69feadc782 Drop requirement for a CLA Dan Handley 2020-02-18 17:58:20 +00:00
  • 335fcede35 Merge pull request #3074 from AndrzejKurek/dtls-handshake-fragmentation Jaeden Amero 2020-02-28 13:25:53 +04:00
  • 7bfeb66d1a Make minor fixes to output_env.sh after review Simon Butcher 2020-02-27 12:58:27 +00:00
  • bde7ee88a6 Add DTLS handshake fragmentation test Piotr Nowicki 2020-02-21 10:59:50 +01:00
  • 5f80040729 Merge pull request #3069 from AndrzejKurek/handshake-tests-refactor Jaeden Amero 2020-02-27 15:26:48 +04:00
  • 07d5a47bd8 Enhance the output_env.sh script Simon Butcher 2020-02-26 15:29:40 +00:00
  • 8a6ff15079 test_suite_ssl refactoring: provide default options structure for tests Andrzej Kurek 2020-02-26 09:10:14 -05:00
  • 316da1f86e test_suite_ssl refactoring: merge renegotiation test into handshake Andrzej Kurek 2020-02-26 09:03:47 -05:00
  • 9e9efdc277 test_suite_ssl refactoring: merge tls & dtls application data tests Andrzej Kurek 2020-02-26 05:25:23 -05:00
  • ae463e6505 Move EXTRA_GENERATED mentions to a separate line Gilles Peskine 2020-02-26 14:44:40 +01:00
  • d362d0bf86 Tweak spacing in Visual Studio files Gilles Peskine 2020-02-26 14:32:42 +01:00