Commit Graph

  • 237ab35b4a Wrong preproccessor condition fix Ron Eldor 2017-01-09 19:27:59 +02:00
  • 537e2e9bb3 fix for issue 1118: check if iv is zero in gcm. Ron Eldor 2016-12-16 16:15:56 +02:00
  • 3422ddfa4c Remove mutexes from ECP hardware acceleration Janos Follath 2017-06-22 10:02:07 +01:00
  • fdd11b2531 Improve MBEDTLS_NO_UDBL_DIVISION description Andres Amaya Garcia 2017-07-21 10:56:22 +01:00
  • c327aa1542 Remove MBEDTLS_TYPE_UDBL tests from all.sh Andres Amaya Garcia 2017-07-21 10:50:25 +01:00
  • de2e70431f Remove MBEDTLS_TYPE_UDBL option Andres Amaya Garcia 2017-07-20 17:33:09 +01:00
  • 6fb65864a2 Fix no 64-bit division test in all.sh Andres Amaya Garcia 2017-07-20 13:27:35 +01:00
  • 33264d7a96 Add tests for 64 and 32-bit int types compilation Andres Amaya Garcia 2017-07-20 13:21:34 +01:00
  • 713c6fdd4e Fix check_config.h #error directive Andres Amaya Garcia 2017-07-20 13:21:15 +01:00
  • bebc5f69f8 Fix typo in check_config.h Andres Amaya Garcia 2017-07-20 12:11:19 +01:00
  • 710f54182f Checked names Gilles Peskine 2017-06-15 18:01:54 +02:00
  • 9a9adcd6aa MBEDTLS_NO_INT64_DIVISION -> MBEDTLS_NO_UDBL_DIVISION Gilles Peskine 2017-06-08 15:19:20 +02:00
  • 6ee7dad896 Allow forcing 64-bit integer type Andres Amaya Garcia 2017-07-20 11:49:32 +01:00
  • dd29c2f2c3 Add all.sh test to force 32-bit compilation Andres Amaya Garcia 2017-05-04 11:35:51 +01:00
  • 05d9535c90 Enable 64-bit compilation with ARM Compiler 6 Andres Amaya Garcia 2017-05-04 11:05:55 +01:00
  • c0da47dd1e Fix platform setup/teardown feature and comments Simon Butcher 2017-07-21 23:48:55 +01:00
  • 2d0aa8be97 Fix MD selftest to use correct type and expose ret Andres Amaya Garcia 2017-07-21 14:57:26 +01:00
  • aa464ef23a Fix indentation and add goto cleanup; stmt Andres Amaya Garcia 2017-07-21 14:21:53 +01:00
  • 745bcf454f Fix typos Janos Follath 2017-07-21 14:04:31 +01:00
  • be4f75c12f Add additional comments to platform setup/teardown functions Simon Butcher 2017-07-21 02:08:00 +02:00
  • 8d65f95901 Correct order of sections in the ChangeLog Simon Butcher 2017-07-21 01:48:17 +02:00
  • e1b2f6bd33 Check return code of mbedtls_mpi_fill_random Ron Eldor 2017-01-12 14:50:50 +02:00
  • 45778acf85 Resource leak fix on windows platform Ron Eldor 2017-01-09 15:09:16 +02:00
  • 8c50e72a0a Wrong preproccessor condition fix Ron Eldor 2017-01-09 19:27:59 +02:00
  • 49406c8978 fix for issue 1118: check if iv is zero in gcm. Ron Eldor 2016-12-16 16:15:56 +02:00
  • 1d74c41a49 Remove mutexes from ECP hardware acceleration Janos Follath 2017-06-22 10:02:07 +01:00
  • f92e5d5dbc Fix typo in ChangeLog and update macro name Andres Amaya Garcia 2017-07-18 10:24:26 +01:00
  • 9da69514ec Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT Andres Amaya Garcia 2017-07-18 10:23:04 +01:00
  • 9d80a36336 Improve documentation for mbedtls_platform_context Andres Amaya Garcia 2017-07-12 11:32:40 +01:00
  • 849811c9cc Modify ChangeLog according to API changes Andres Amaya Garcia 2017-07-12 11:27:05 +01:00
  • 82d7314c43 Remove internal functions from setup API Andres Amaya Garcia 2017-07-12 11:25:17 +01:00
  • ab8b624fd5 Add ChangeLog entry for platform setup and teardown Andres Amaya Garcia 2017-07-07 13:19:13 +01:00
  • 122d899296 Add library setup and teardown APIs Andres Amaya Garcia 2017-07-07 13:03:23 +01:00
  • b2b063ff35 Add comment in entropy.c Andres Amaya Garcia 2017-07-20 16:45:24 +01:00
  • 3395250f5f Fix use of uninitialised ret ssl_tls.c Andres Amaya Garcia 2017-07-20 16:29:16 +01:00
  • 42e5e1084e Add goto cleanup; for consistency md.c Andres Amaya Garcia 2017-07-20 16:27:03 +01:00
  • 46f5a3e9b4 Check return codes from MD in ssl code Andres Amaya Garcia 2017-07-20 16:17:51 +01:00
  • 8798a10ff0 Update ChangeLog entry as ssl_tls.c needs fixing Andres Amaya Garcia 2017-07-20 14:46:23 +01:00
  • c5c7d76bf5 Add goto exit; stmt in rsa.c for consistency Andres Amaya Garcia 2017-07-20 14:42:16 +01:00
  • 0963e6cfac Fix possible memory leak in <MD>_ext() Andres Amaya Garcia 2017-07-20 14:34:08 +01:00
  • 94682d1d7d Fix use of unitialized ret in rsa.c Andres Amaya Garcia 2017-07-20 14:26:37 +01:00
  • 6a3f30514a Ensure MD self_test ret codes are not hidden Andres Amaya Garcia 2017-07-20 14:18:54 +01:00
  • a21247ead7 Remove unwanted whitespace in MD comments Andres Amaya Garcia 2017-07-20 14:01:08 +01:00
  • 75c0c814e4 Update Changelog for API/ABI fixes to revert interface Simon Butcher 2017-07-20 12:33:41 +02:00
  • 1a28b01b5e Make minor changes to documentation Hanno Becker 2017-07-20 09:50:59 +01:00
  • 489b985fae Export mbedtls_aes_(en/de)crypt to retain for API compatibility Hanno Becker 2017-06-26 12:46:56 +01:00
  • 649dcab175 Clarify documentation for alternative AES implementations Hanno Becker 2017-06-26 12:46:19 +01:00
  • 0a38f1ac28 Undo API change from SHA1 deprecation Hanno Becker 2017-06-26 11:25:37 +01:00
  • 544039ac59 Undo API change Hanno Becker 2017-06-20 14:31:29 +01:00
  • 57501ef056 Backport 1.3: Check rc of mbedtls_mpi_fill_random Ron Eldor 2017-01-12 14:50:50 +02:00
  • a886ce3c88 Backport 2.1: Check rc of mbedtls_mpi_fill_random Ron Eldor 2017-01-12 14:50:50 +02:00
  • 7875b24287 Check return code of mbedtls_mpi_fill_random Ron Eldor 2017-01-12 14:50:50 +02:00
  • 454da1fa6f Backport 1.3: Resource leak fix on windows Ron Eldor 2017-01-09 15:09:16 +02:00
  • 0fb3e0afb9 Backport: Resource leak fix on windows platform Ron Eldor 2017-01-09 15:09:16 +02:00
  • eba5dabc61 Resource leak fix on windows platform Ron Eldor 2017-01-09 15:09:16 +02:00
  • 7771824235 Backport 1.3: Wrong preproccessor condition fix Ron Eldor 2017-01-09 19:27:59 +02:00
  • ee709f4d13 Backport 2.1: Wrong preproccessor condition fix Ron Eldor 2017-01-09 19:27:59 +02:00
  • 85bdcf8c16 Wrong preproccessor condition fix Ron Eldor 2017-01-09 19:27:59 +02:00
  • 4f1e64ed4b Backport 1.3: check if iv is zero in gcm. Ron Eldor 2016-12-16 16:15:56 +02:00
  • 5ff277ee1e Backport 2.1: check if iv is zero in gcm. Ron Eldor 2017-07-20 00:30:44 +02:00
  • e1b92fee55 fix for issue 1118: check if iv is zero in gcm. Ron Eldor 2016-12-16 16:15:56 +02:00
  • 1d260545fc Minor: Fix typo in program comments Ron Eldor 2017-06-20 15:23:23 +03:00
  • a905bdc999 Minor: Fix typo in program comments Ron Eldor 2017-06-20 15:23:23 +03:00
  • ee5a0ca3bb Minor: Fix typos in program comments Ron Eldor 2017-06-20 15:23:23 +03:00
  • 6f45598d32 Add ChangeLog entry for config-no-entropy.h change Andres Amaya Garcia 2017-06-26 12:57:44 +01:00
  • 8c1b0be111 Enable MBEDTLS_AES_ROM_TABLES in config-no-entropy Andres Amaya Garcia 2017-06-23 13:05:44 +01:00
  • a9e775efe4 Remove mutexes from ECP hardware acceleration Janos Follath 2017-06-22 10:02:07 +01:00
  • 573bb96416 Improve documentation of PKCS1 decryption functions Simon Butcher 2017-07-19 01:58:47 +01:00
  • cea8b53680 Improve documentation of PKCS1 decryption functions Hanno Becker 2017-05-04 11:27:39 +01:00
  • 248ae6dbb8 Improve documentation of PKCS1 decryption functions Hanno Becker 2017-05-04 11:27:39 +01:00
  • 5c91270653 Fix Makefile find regular expression Andres Amaya Garcia 2017-07-13 09:29:30 +01:00
  • e507c82084 Fix typo and bracketing in macro args Andres Amaya Garcia 2017-07-12 14:04:40 +01:00
  • 246b1634ff Zeroize buf if mbedtls_base64_decode() fails Andres Amaya Garcia 2017-07-07 10:46:51 +01:00
  • 11d2db1701 Improve ChangeLog entry Andres Amaya Garcia 2017-07-06 17:17:43 +01:00
  • bab1edc721 Zeroize tmp buffer in entropy_update() Andres Amaya Garcia 2017-07-05 15:45:47 +01:00
  • 55a5235ea1 Add ChangeLog entry for buf zeroize Andres Amaya Garcia 2017-07-05 15:40:17 +01:00
  • 2d829fb4b3 Zeroize buf if mbedtls_base64_decode() fails Andres Amaya Garcia 2017-07-12 11:01:32 +01:00
  • 1bfa46a456 Zeroize tmp buffer in entropy_update() Andres Amaya Garcia 2017-07-12 11:00:02 +01:00
  • af134da17e Add ChangeLog entry for buf zeroize Andres Amaya Garcia 2017-07-12 10:59:05 +01:00
  • c0dc5b5d3b Zeroize tmp buf in ctr_drbg_write_seed_file() Andres Amaya Garcia 2017-07-12 10:56:39 +01:00
  • f4660aaf4c Zeroize heap buf on failure in pem.c Andres Amaya Garcia 2017-07-12 10:54:06 +01:00
  • a0ae1db2f7 Zeroize buffers in various modules Andres Amaya Garcia 2017-07-12 10:51:22 +01:00
  • c381444c7f Zeroize tmp buf in mbedtls_mpi_fill_random() Andres Amaya Garcia 2017-07-12 10:44:50 +01:00
  • dd471788d8 Zeroize tmp bufs in ctr_drbg.c functions Andres Amaya Garcia 2017-07-12 10:43:11 +01:00
  • ff13995812 Zeroize return buf on failure in pkparse.c Andres Amaya Garcia 2017-07-12 10:38:12 +01:00
  • beb42837ac Zeroize tmp bufs in hmac_drbg.c functions Andres Amaya Garcia 2017-07-12 10:36:30 +01:00
  • fa6fa6850e Zeroize tmp bufs in entropy.c functions Andres Amaya Garcia 2017-07-12 10:32:27 +01:00
  • f148312db4 Zeroize tmp buf on fail in load_file() dhm.c Andres Amaya Garcia 2017-07-12 10:21:30 +01:00
  • 3d23146f62 Set len var to 0 when buf is freed in ssl_tls.c Andres Amaya Garcia 2017-07-05 14:25:21 +01:00
  • c17cc44ed9 Zeroize tmp buf in ctr_drbg_write_seed_file() Andres Amaya Garcia 2017-06-27 16:57:26 +01:00
  • 4f02a7bd6a Zeroize heap buf on failure in pem.c Andres Amaya Garcia 2017-06-26 11:44:54 +01:00
  • 1b7d6f8c03 Zeroize old psk buf when changing value in ssl_tls Andres Amaya Garcia 2017-06-26 11:35:17 +01:00
  • 64f0e09316 Zeroize tmp buf in mbedtls_mpi_fill_random() Andres Amaya Garcia 2017-06-26 11:20:02 +01:00
  • e0a727ec4e Zeroize tmp bufs in ctr_drbg.c functions Andres Amaya Garcia 2017-06-26 10:56:58 +01:00
  • e7c839bf02 Zeroize return buf on failure in pkparse.c Andres Amaya Garcia 2017-06-26 10:36:20 +01:00
  • f113161192 Zeroize tmp bufs in hmac_drbg.c functions Andres Amaya Garcia 2017-06-26 10:22:24 +01:00
  • 81284add2e Zeroize tmp bufs in entropy.c functions Andres Amaya Garcia 2017-06-26 09:58:59 +01:00
  • 2390c2ad9e Zeroize tmp buf in mbedtls_md_file() md.c Andres Amaya Garcia 2017-06-23 16:30:31 +01:00
  • ea0fad4327 Zeroize tmp buf on fail in load_file() dhm.c Andres Amaya Garcia 2017-06-23 16:23:21 +01:00
  • 83ebf78404 Add test for AES_ROM_TABLES and AES_FEWER_TABLES to all.sh Hanno Becker 2017-07-07 12:29:15 +01:00