Commit Graph

  • 92d46f0246 Zeroize buf if mbedtls_base64_decode() fails Andres Amaya Garcia 2017-07-07 10:46:51 +01:00
  • b194a283a9 dh_server: Fixed expected number of bytes received from client when receiving public value. Martijn de Milliano 2017-07-06 23:55:59 +02:00
  • d48ba2b336 Improve ChangeLog entry Andres Amaya Garcia 2017-07-06 17:17:43 +01:00
  • 760c9b91d7 Update doc of return value of verify() Manuel Pégourié-Gonnard 2017-07-06 15:00:32 +02:00
  • 5be13d8fd1 Make test script more portable Manuel Pégourié-Gonnard 2017-07-06 14:31:54 +02:00
  • 97818fb2dc Fix project Makefiles to work in Windows Andres Amaya Garcia 2017-07-06 13:09:26 +01:00
  • 9107b5fdd3 Improve comments Manuel Pégourié-Gonnard 2017-07-06 12:16:25 +02:00
  • ee98109af5 Add ChangeLog entry for the security issue Manuel Pégourié-Gonnard 2017-06-26 11:30:01 +02:00
  • 81bb6b6acf Add SSL tests for long cert chains Manuel Pégourié-Gonnard 2017-06-26 10:45:33 +02:00
  • 31458a1878 Only return VERIFY_FAILED from a single point Manuel Pégourié-Gonnard 2017-06-26 10:11:49 +02:00
  • d15795acd5 Improve behaviour on fatal errors Manuel Pégourié-Gonnard 2017-06-22 12:19:27 +02:00
  • 1beb048316 Add test for limit on intermediate certificates Manuel Pégourié-Gonnard 2017-06-05 13:49:44 +02:00
  • ead11ca1d6 Remove malloc references in mbedtls/scripts Andres Amaya Garcia 2017-07-06 10:34:12 +01:00
  • fe9483184f Remove malloc references in mbedtls/scripts Andres Amaya Garcia 2017-07-06 10:34:12 +01:00
  • 6512193eff Zeroize tmp buffer in entropy_update() Andres Amaya Garcia 2017-07-05 15:45:47 +01:00
  • 364051ff57 Add ChangeLog entry for buf zeroize Andres Amaya Garcia 2017-07-05 15:40:17 +01:00
  • bbafd34ebb Set len var to 0 when buf is freed in ssl_tls.c Andres Amaya Garcia 2017-07-05 14:25:21 +01:00
  • af0b31d76f Correctly set buf size in entropy_update_nv_seed() Andres Amaya Garcia 2017-07-05 14:23:54 +01:00
  • f01a644aac Add ChangeLog entry Andres Amaya Garcia 2017-07-03 16:00:59 +01:00
  • 7a005e2fa4 Remove invalid doxygen docs from deprecated func Andres Amaya Garcia 2017-07-03 14:42:34 +01:00
  • 276ebb650e Add stdlib.h include to hello.c sample Andres Amaya Garcia 2017-07-03 11:16:57 +01:00
  • 1a607a1b9a Change ssl_tls to use new MD API and check ret code Andres Amaya Garcia 2017-06-29 17:09:42 +01:00
  • 95869c4934 Do not start md accumulator in mbedtls_entropy_init Andres Amaya Garcia 2017-06-29 16:31:44 +01:00
  • a7559cb7ba Fix entropy module to work with hw accelerator Andres Amaya Garcia 2017-06-29 16:12:31 +01:00
  • 207cea57f9 Change entropy to use new MD API and check ret code Andres Amaya Garcia 2017-06-29 13:28:13 +01:00
  • 8d08c4489e Change pem to use new MD API and check ret code Andres Amaya Garcia 2017-06-29 11:16:38 +01:00
  • 0dd4fa0f45 Fix functions in MD layer to check return codes Andres Amaya Garcia 2017-06-28 14:16:07 +01:00
  • 5f872df26a Change func ptrs to have ret val in MD layer Andres Amaya Garcia 2017-06-28 14:12:44 +01:00
  • 1ff60f437f Change examples to use the new MD API and check ret code Andres Amaya Garcia 2017-06-28 13:26:36 +01:00
  • d21d625e1f Change ssl_srv to new MD API and check return code Andres Amaya Garcia 2017-06-28 12:49:17 +01:00
  • f0e521e9f1 Change ssl_cli to new MD API and check return code Andres Amaya Garcia 2017-06-28 12:11:42 +01:00
  • 698089e07e Change RSA to use new MD API and check return code Andres Amaya Garcia 2017-06-28 11:46:46 +01:00
  • 8d8204fc6f Change x509write_crt to use new MD API ret code Andres Amaya Garcia 2017-06-28 11:07:30 +01:00
  • b71b630730 Change test suites to use new MD API with ret code Andres Amaya Garcia 2017-06-28 10:51:17 +01:00
  • cccfe08530 Rename md process functions with _internal_ Andres Amaya Garcia 2017-06-28 10:36:39 +01:00
  • 614c689e05 Add int return values to SHA-512 function calls Andres Amaya Garcia 2017-05-02 12:07:26 +01:00
  • 72a7f53064 Add int return values to SHA-256 function calls Andres Amaya Garcia 2017-05-02 11:38:47 +01:00
  • b1a8bf9725 Add int return values to RIPEMD-160 function calls Andres Amaya Garcia 2017-05-02 10:59:46 +01:00
  • 2cfd7a982c Add int return values to MD5 function calls Andres Amaya Garcia 2017-05-02 10:19:27 +01:00
  • bee0635b15 Add int return values to MD4 function calls Andres Amaya Garcia 2017-04-28 17:00:30 +01:00
  • 1d85213602 Add int return values to MD2 function calls Andres Amaya Garcia 2017-04-28 16:21:40 +01:00
  • 034ea7e754 Add int return values to SHA1 function calls Andres Amaya Garcia 2017-04-28 15:14:50 +01:00
  • 4e2c07c6e1 Zeroize tmp buf in ctr_drbg_write_seed_file() Andres Amaya Garcia 2017-06-27 16:57:26 +01:00
  • 79ae065117 Add ChangeLog entry for IAR compilation warnings Andres Amaya Garcia 2017-06-27 16:17:54 +01:00
  • 53c77cccc9 Initialise pointers to avoid IAR compiler warnings Andres Amaya Garcia 2017-06-27 16:15:06 +01:00
  • b2ee6b432e Prevent bounds check bypass through overflow in PSK identity parsing Hanno Becker 2017-06-26 13:52:14 +01:00
  • c26741f8ca Prevent bounds check bypass through overflow in PSK identity parsing Hanno Becker 2017-06-26 13:52:14 +01:00
  • 83c9f495ff Prevent bounds check bypass through overflow in PSK identity parsing Hanno Becker 2017-06-26 13:52:14 +01:00
  • d1cf6d68cc Prevent clever optimization to prematurely quit loop in safe memcmp Hanno Becker 2017-06-26 13:42:44 +01:00
  • f2e16336d5 Prevent clever optimization to prematurely quit loop in safe memcmp Hanno Becker 2017-06-26 13:26:58 +01:00
  • 59e6963a37 Prevent clever optimization to prematurely quit loop in safe memcmp Hanno Becker 2017-06-26 13:26:58 +01:00
  • 03d70504ca Zeroize heap buf on failure in pem.c Andres Amaya Garcia 2017-06-26 11:44:54 +01:00
  • a00498819f Zeroize old psk buf when changing value in ssl_tls Andres Amaya Garcia 2017-06-26 11:35:17 +01:00
  • 7351e12410 Zeroize tmp buf in mbedtls_mpi_fill_random() Andres Amaya Garcia 2017-06-26 11:20:02 +01:00
  • 79a2e7ef06 Zeroize return buf on failure in platform.c Andres Amaya Garcia 2017-06-26 11:10:22 +01:00
  • 13f41e1c20 Zeroize tmp bufs in ctr_drbg.c functions Andres Amaya Garcia 2017-06-26 10:56:58 +01:00
  • 1f2666f9ec Zeroize return buf on failure in pkparse.c Andres Amaya Garcia 2017-06-26 10:36:20 +01:00
  • 3fee7593a9 Zeroize tmp bufs in hmac_drbg.c functions Andres Amaya Garcia 2017-06-26 10:22:24 +01:00
  • 1adcd95a25 Zeroize tmp bufs in entropy.c functions Andres Amaya Garcia 2017-06-26 09:58:59 +01:00
  • f3612483cc Support verbose output of the test suites Ron Eldor 2017-06-25 11:24:18 +03:00
  • eb132b655c Zeroize tmp buf in mbedtls_md_file() md.c Andres Amaya Garcia 2017-06-23 16:30:31 +01:00
  • bdbca7b383 Zeroize tmp buf on fail in load_file() dhm.c Andres Amaya Garcia 2017-06-23 16:23:21 +01:00
  • 8a2855ee3c Update the version number to 1.3.20 mbedtls-1.3.20 Simon Butcher 2017-06-20 23:46:46 +01:00
  • fbb9837ad5 Update the version number to 2.1.8 mbedtls-2.1.8 Simon Butcher 2017-06-20 23:31:06 +01:00
  • f2a597fa3d Update the version number to 2.5.1 mbedtls-2.5.1 archive/mbedtls-2.5.2 archive/mbedtls-2.5 Simon Butcher 2017-06-20 23:08:10 +01:00
  • 499391a02d Undo API change Hanno Becker 2017-06-20 14:31:29 +01:00
  • 08a5c18773 Be less specific about memory usage predictions Hanno Becker 2017-06-19 16:33:58 +01:00
  • ad049a973c Replace #if(n)def by #if (!)defined Hanno Becker 2017-06-19 16:31:54 +01:00
  • 3aab1a8796 Improve Changelog Janos Follath 2017-06-16 14:28:37 +01:00
  • 3fb1cc37a6 Improve Changelog Janos Follath 2017-06-16 14:04:08 +01:00
  • 5a1c0e7162 Improve Changelog Janos Follath 2017-06-16 09:00:07 +01:00
  • d3e7e7d83f Add comment for skipped AES-192 test condition Andres Amaya Garcia 2017-06-15 16:17:46 +01:00
  • 2a078da134 Run AES-GCM-192 selftest if available only Andres Amaya Garcia 2017-06-15 11:30:51 +01:00
  • 58f98c23d5 Run AES-192 selftest if available only Andres Amaya Garcia 2017-06-14 16:19:42 +01:00
  • fd48739461 Add AES feature unavailable error code Andres Amaya Garcia 2017-06-14 16:19:12 +01:00
  • 9f4e670b14 Correct documentation for RSA_FORCE_BLINDING option Hanno Becker 2017-06-12 10:23:19 +01:00
  • 371f31c281 Adapt ChangeLog Hanno Becker 2017-06-07 15:56:54 +01:00
  • 177d3cf7bb Rename and document new configuration option for packing AES tables Hanno Becker 2017-06-07 15:52:48 +01:00
  • 7880cb40f4 Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted Manuel Pégourié-Gonnard 2017-06-09 17:41:46 +02:00
  • bff031608f Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted Manuel Pégourié-Gonnard 2017-06-09 17:41:34 +02:00
  • 90651914a9 Merge branch 'development' into development-restricted Manuel Pégourié-Gonnard 2017-06-09 17:41:08 +02:00
  • 45d269555b Merge remote-tracking branch 'hanno/remove_format_qualifier' into development Manuel Pégourié-Gonnard 2017-06-09 17:40:13 +02:00
  • 8fea6b205a Merge remote-tracking branch 'hanno/remove_format_qualifier_backport-1.3' into mbedtls-1.3 Manuel Pégourié-Gonnard 2017-06-09 17:39:51 +02:00
  • d690189977 Merge remote-tracking branch 'hanno/remove_format_qualifier_backport-2.1' into mbedtls-2.1 Manuel Pégourié-Gonnard 2017-06-09 17:39:14 +02:00
  • 569a4f4573 Remove %zu format string from ssl_client2 and ssl_server2 Hanno Becker 2017-06-09 16:26:04 +01:00
  • 46a1629c5f Remove %zu format string from ssl_client2 and ssl_server2 Hanno Becker 2017-06-09 16:13:22 +01:00
  • 8651a43e95 Remove %zu format string from ssl_client2 and ssl_server2 Hanno Becker 2017-06-09 16:13:22 +01:00
  • b870179c3c Merge remote-tracking branch 'restricted/iotssl-1398_backport-1.3' into mbedtls-1.3-restricted Manuel Pégourié-Gonnard 2017-06-09 17:06:43 +02:00
  • 249c30c7c5 Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted Manuel Pégourié-Gonnard 2017-06-09 16:52:44 +02:00
  • cc608e86b5 Add entry to ChangeLog Hanno Becker 2017-06-09 15:39:30 +01:00
  • 5745778333 Don't parse or write extensions in SSLv3 Hanno Becker 2017-06-09 15:30:29 +01:00
  • 89930b354c Merge remote-tracking branch 'restricted/iotssl-1398_backport-2.1' into mbedtls-2.1-restricted Manuel Pégourié-Gonnard 2017-06-09 15:06:31 +02:00
  • 4a42f3c405 Merge remote-tracking branch 'restricted/iotssl-1398' into development-restricted Manuel Pégourié-Gonnard 2017-06-09 15:02:40 +02:00
  • 6d61e9751b Improve ChangeLog description of X509 MD5 changes Manuel Pégourié-Gonnard 2017-06-09 14:52:09 +02:00
  • 7d810939b5 Merge remote-tracking branch 'restricted/1205' into mbedtls-1.3-restricted Manuel Pégourié-Gonnard 2017-06-09 14:49:04 +02:00
  • 67df3e62e7 Merge near-duplicate ChangeLog entries Manuel Pégourié-Gonnard 2017-06-09 14:46:27 +02:00
  • 43df7e6bb7 Merge near-duplicate ChangeLog entries Manuel Pégourié-Gonnard 2017-06-09 14:45:51 +02:00
  • a8e5a4730d Merge near-duplicate ChangeLog entries Manuel Pégourié-Gonnard 2017-06-09 14:45:14 +02:00
  • b624b85b04 Adapt ChangeLog Hanno Becker 2017-05-12 09:00:08 +01:00
  • 06811ced27 Put configuration options for RSA blinding and verification to work. Hanno Becker 2017-05-03 15:10:34 +01:00