Commit graph

  • 5478bc79ae Fix typo in ChangeLog and update macro name Andres Amaya Garcia 2017-07-18 10:24:26 +0100
  • 59c202618e Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT Andres Amaya Garcia 2017-07-18 10:23:04 +0100
  • 3d3aadc736 Improve documentation for mbedtls_platform_context Andres Amaya Garcia 2017-07-12 11:32:40 +0100
  • 24f3641617 Modify ChangeLog according to API changes Andres Amaya Garcia 2017-07-12 11:27:05 +0100
  • d24f5feb59 Remove internal functions from setup API Andres Amaya Garcia 2017-07-12 11:25:17 +0100
  • 2187e03817 Add ChangeLog entry for platform setup and teardown Andres Amaya Garcia 2017-07-07 13:19:13 +0100
  • d9e7ada52a Add library setup and teardown APIs Andres Amaya Garcia 2017-07-07 13:03:23 +0100
  • ab67043178 Update Changelog for API/ABI fixes to revert interface Simon Butcher 2017-07-20 12:33:41 +0200
  • 2de930fdec Make minor changes to documentation Hanno Becker 2017-07-20 09:50:59 +0100
  • 09b30789e5 Export mbedtls_aes_(en/de)crypt to retain for API compatibility Hanno Becker 2017-06-26 12:46:56 +0100
  • a5723f454a Clarify documentation for alternative AES implementations Hanno Becker 2017-06-26 12:46:19 +0100
  • 59df56e9b6 Undo API change from SHA1 deprecation Hanno Becker 2017-06-26 11:25:37 +0100
  • ff1b846b67 Undo API change Hanno Becker 2017-06-20 14:31:29 +0100
  • ca6ff5884d Check return code of mbedtls_mpi_fill_random Ron Eldor 2017-01-12 14:50:50 +0200
  • 36d904218b Resource leak fix on windows platform Ron Eldor 2017-01-09 15:09:16 +0200
  • 6314068d42 Wrong preproccessor condition fix Ron Eldor 2017-01-09 19:27:59 +0200
  • e2efaeaafc fix for issue 1118: check if iv is zero in gcm. Ron Eldor 2016-12-16 16:15:56 +0200
  • 53c2e47a1b Minor: Fix typos in program comments Ron Eldor 2017-06-20 15:23:23 +0300
  • d0e15d7ebe Add ChangeLog entry for config-no-entropy.h change Andres Amaya Garcia 2017-06-26 12:57:44 +0100
  • 7501f052ba Enable MBEDTLS_AES_ROM_TABLES in config-no-entropy Andres Amaya Garcia 2017-06-23 13:05:44 +0100
  • 78b1473ff3 Remove mutexes from ECP hardware acceleration Janos Follath 2017-06-22 10:02:07 +0100
  • 49c80f72df Improve documentation of PKCS1 decryption functions Hanno Becker 2017-05-04 11:27:39 +0100
  • c94aeb5be9 Add CRT DER tests with incorrect version Simon Butcher 2017-07-27 12:27:00 +0100
  • c31d691b87 Add CRL DER tests with incorrect version Simon Butcher 2017-07-27 12:18:25 +0100
  • bb43aa90c3 Add CSR DER tests with incorrect version Simon Butcher 2017-07-27 12:13:19 +0100
  • 3df4e4e1d0 Prevent signed integer overflow in CSR parsing Andres AG 2017-03-01 14:59:02 +0000
  • 47f3059780 Fix potential integer overflow parsing DER CRT Andres AG 2017-03-09 16:46:14 +0000
  • 26124be17a Fix potential integer overflow parsing DER CRL Andres AG 2017-03-01 15:14:30 +0000
  • ad6cf99d6d Add CRT DER tests with incorrect version Andres AG 2017-03-09 15:29:07 +0000
  • 9674a628e5 Add CRL DER tests with incorrect version Andres AG 2017-03-07 11:11:12 +0000
  • 7ebf632b3e Add CSR DER tests with incorrect version Andres AG 2017-03-07 10:57:34 +0000
  • b322be507b Prevent signed integer overflow in CSR parsing Andres AG 2017-02-17 13:54:43 +0000
  • 1f06d9bac7 Fix potential integer overflow parsing DER CRT Andres AG 2017-03-09 16:16:11 +0000
  • 0ff660e0a6 Fix potential integer overflow parsing DER CRL Andres AG 2017-02-10 14:39:58 +0000
  • ab0a8042f4 Fix merge errors in ChangeLog Simon Butcher 2017-07-26 17:25:55 +0100
  • 642ea1f399 Prevent signed integer overflow in CSR parsing Andres AG 2017-02-17 13:54:43 +0000
  • 487b7a9efc Fix potential integer overflow parsing DER CRT Andres AG 2017-03-09 16:16:11 +0000
  • 3b1422e55e Check threshold for MBEDTLS_X509_MAX_INTERMEDIATE_CA in X509 tests Hanno Becker 2017-07-26 13:38:02 +0100
  • e908c3de67 Improve Readme for long test certificate chains Hanno Becker 2017-07-26 13:36:48 +0100
  • a6bca9f19e Check value of MBEDTLS_X509_MAX_INTERMEDIATE_CA in ssl-opt.sh Hanno Becker 2017-07-26 13:35:11 +0100
  • eacc616a9c Add CRT DER tests with incorrect version Andres AG 2017-03-09 15:29:07 +0000
  • 2a9fd0e5c7 Add CRL DER tests with incorrect version Andres AG 2017-03-07 11:11:12 +0000
  • ae7b1c4aed Add CSR DER tests with incorrect version Andres AG 2017-03-07 10:57:34 +0000
  • 853c46c8d3 Fix potential integer overflow parsing DER CRL Andres AG 2017-02-10 14:39:58 +0000
  • 01a0e07e9d Correct indentation and labelling in ChangeLog Hanno Becker 2017-07-26 11:49:40 +0100
  • 4d90d56dfe Move the git scripts to correct path Ron Eldor 2017-07-24 15:52:18 +0300
  • 47deec488f Move flag indicating presence of strong entropy to test code Hanno Becker 2017-07-24 12:27:09 +0100
  • ee16553d8e Update after @sbutcher-arm comments Ron Eldor 2017-07-23 15:25:32 +0300
  • 9508923e9a Fix slash direction for linux path Ron Eldor 2017-07-20 18:24:43 +0300
  • 84f986c0e0 Add note for the git_hoos README file Ron Eldor 2017-07-20 11:25:14 +0300
  • fcb7491a49 Pre push hook script Ron Eldor 2016-12-15 14:42:37 +0200
  • 3aa712dff7 Minor typo fixes in the github template files Simon Butcher 2017-07-24 14:19:02 +0200
  • 779d9f6886 Update after Simon's comment Ron Eldor 2017-07-24 13:28:48 +0300
  • b3136be542 github templates Ron Eldor 2017-06-21 14:57:25 +0300
  • c6deafc0d4 Omit RSA key generation test if no strong entropy is present Hanno Becker 2017-07-23 14:06:42 +0100
  • 51aaa99473 Fixes test for MBEDTLS_NO_UDBL_DIVISION Simon Butcher 2017-07-23 13:42:36 +0200
  • f058f34b5a Support negative dependencies in test cases Hanno Becker 2017-07-23 10:24:22 +0100
  • 75efa79201 Adapt generic test suite file to coding standard Hanno Becker 2017-07-23 10:23:43 +0100
  • 910f662cd7 Increase readability of verbose test suite output Hanno Becker 2017-07-23 10:23:24 +0100
  • 1b841cc9bf Correct typo in entropy test suite data Hanno Becker 2017-07-23 10:22:45 +0100
  • 7e8e57c6d1 Initialize RSA context in RSA test suite before first potentially failing operation Hanno Becker 2017-07-23 10:19:29 +0100
  • de1586799d Added missing credit to Changelog and format fixes Simon Butcher 2017-07-22 11:49:55 +0200
  • e6ec1d2d44 Check return code of mbedtls_mpi_fill_random Ron Eldor 2017-01-12 14:50:50 +0200
  • 8a26de6d99 Resource leak fix on windows platform Ron Eldor 2017-01-09 15:09:16 +0200
  • 237ab35b4a Wrong preproccessor condition fix Ron Eldor 2017-01-09 19:27:59 +0200
  • 537e2e9bb3 fix for issue 1118: check if iv is zero in gcm. Ron Eldor 2016-12-16 16:15:56 +0200
  • 3422ddfa4c Remove mutexes from ECP hardware acceleration Janos Follath 2017-06-22 10:02:07 +0100
  • fdd11b2531 Improve MBEDTLS_NO_UDBL_DIVISION description Andres Amaya Garcia 2017-07-21 10:56:22 +0100
  • c327aa1542 Remove MBEDTLS_TYPE_UDBL tests from all.sh Andres Amaya Garcia 2017-07-21 10:50:25 +0100
  • de2e70431f Remove MBEDTLS_TYPE_UDBL option Andres Amaya Garcia 2017-07-20 17:33:09 +0100
  • 6fb65864a2 Fix no 64-bit division test in all.sh Andres Amaya Garcia 2017-07-20 13:27:35 +0100
  • 33264d7a96 Add tests for 64 and 32-bit int types compilation Andres Amaya Garcia 2017-07-20 13:21:34 +0100
  • 713c6fdd4e Fix check_config.h #error directive Andres Amaya Garcia 2017-07-20 13:21:15 +0100
  • bebc5f69f8 Fix typo in check_config.h Andres Amaya Garcia 2017-07-20 12:11:19 +0100
  • 710f54182f Checked names Gilles Peskine 2017-06-15 18:01:54 +0200
  • 9a9adcd6aa MBEDTLS_NO_INT64_DIVISION -> MBEDTLS_NO_UDBL_DIVISION Gilles Peskine 2017-06-08 15:19:20 +0200
  • 6ee7dad896 Allow forcing 64-bit integer type Andres Amaya Garcia 2017-07-20 11:49:32 +0100
  • dd29c2f2c3 Add all.sh test to force 32-bit compilation Andres Amaya Garcia 2017-05-04 11:35:51 +0100
  • 05d9535c90 Enable 64-bit compilation with ARM Compiler 6 Andres Amaya Garcia 2017-05-04 11:05:55 +0100
  • c0da47dd1e Fix platform setup/teardown feature and comments Simon Butcher 2017-07-21 23:48:55 +0100
  • 2d0aa8be97 Fix MD selftest to use correct type and expose ret Andres Amaya Garcia 2017-07-21 14:57:26 +0100
  • aa464ef23a Fix indentation and add goto cleanup; stmt Andres Amaya Garcia 2017-07-21 14:21:53 +0100
  • 745bcf454f Fix typos Janos Follath 2017-07-21 14:04:31 +0100
  • be4f75c12f Add additional comments to platform setup/teardown functions Simon Butcher 2017-07-21 02:08:00 +0200
  • 8d65f95901 Correct order of sections in the ChangeLog Simon Butcher 2017-07-21 01:48:17 +0200
  • e1b2f6bd33 Check return code of mbedtls_mpi_fill_random Ron Eldor 2017-01-12 14:50:50 +0200
  • 45778acf85 Resource leak fix on windows platform Ron Eldor 2017-01-09 15:09:16 +0200
  • 8c50e72a0a Wrong preproccessor condition fix Ron Eldor 2017-01-09 19:27:59 +0200
  • 49406c8978 fix for issue 1118: check if iv is zero in gcm. Ron Eldor 2016-12-16 16:15:56 +0200
  • 1d74c41a49 Remove mutexes from ECP hardware acceleration Janos Follath 2017-06-22 10:02:07 +0100
  • f92e5d5dbc Fix typo in ChangeLog and update macro name Andres Amaya Garcia 2017-07-18 10:24:26 +0100
  • 9da69514ec Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT Andres Amaya Garcia 2017-07-18 10:23:04 +0100
  • 9d80a36336 Improve documentation for mbedtls_platform_context Andres Amaya Garcia 2017-07-12 11:32:40 +0100
  • 849811c9cc Modify ChangeLog according to API changes Andres Amaya Garcia 2017-07-12 11:27:05 +0100
  • 82d7314c43 Remove internal functions from setup API Andres Amaya Garcia 2017-07-12 11:25:17 +0100
  • ab8b624fd5 Add ChangeLog entry for platform setup and teardown Andres Amaya Garcia 2017-07-07 13:19:13 +0100
  • 122d899296 Add library setup and teardown APIs Andres Amaya Garcia 2017-07-07 13:03:23 +0100
  • b2b063ff35 Add comment in entropy.c Andres Amaya Garcia 2017-07-20 16:45:24 +0100
  • 3395250f5f Fix use of uninitialised ret ssl_tls.c Andres Amaya Garcia 2017-07-20 16:29:16 +0100
  • 42e5e1084e Add goto cleanup; for consistency md.c Andres Amaya Garcia 2017-07-20 16:27:03 +0100