Commit Graph

  • 56c72480ca Add ChangeLog entry for redundant mutex initialization optimizations Andres Amaya Garcia 2018-03-21 15:14:31 +00:00
  • 768bbaf0c1 Add ChangeLog entry for redundant mutex initialization optimizations Andres Amaya Garcia 2018-03-21 15:05:12 +00:00
  • d49ab3ee60 Add ChangeLog entry. Gilles Peskine 2018-03-21 17:03:44 +01:00
  • 0a91973e4b Do not define and initialize global mutexes on configurations that do not use them. Gergely Budai 2017-08-23 14:23:58 +02:00
  • 3d72b5d688 Add end guard comment Paul Bakker 2016-05-10 16:17:27 +01:00
  • 4e4be7cf62 Optimize unnecessary zeorizing in mbedtls_mpi_copy Gilles Peskine 2018-03-21 16:29:03 +01:00
  • d641260987 Fix single threaded builds Embedthis Software 2015-09-10 11:45:13 -07:00
  • 70ad839725 Clarify the behavior of bignum resize and copy functions Gilles Peskine 2018-03-21 16:28:41 +01:00
  • 8190678c01 Do not define and initialize global mutexes on configurations that do not use them. Gergely Budai 2017-08-23 14:23:58 +02:00
  • 13f7fb372e Do not define and initialize global mutexes on configurations that do not use them. Gergely Budai 2017-08-23 14:23:58 +02:00
  • 1e7059fedd Adding requested changes Kevin Luty 2018-03-21 10:01:38 -05:00
  • 27e8a120b2 Assign NULL after freeing psk and psk_identity Azim Khan 2018-03-21 14:24:11 +00:00
  • 316b162ac3 Separate psk and psk_identity buffers free junyeonLEE 2017-12-20 16:29:30 +09:00
  • 0114ffc76b all.sh: Verify out-of-tree testing with CMake Gilles Peskine 2018-03-21 12:17:20 +01:00
  • a71d64c74f all.sh: fix cleanup happening during an out-of-tree build Gilles Peskine 2018-03-21 12:16:57 +01:00
  • 31b07e2833 all.sh: be more conservative when cleaning up CMake artefacts Gilles Peskine 2018-03-21 12:15:06 +01:00
  • 8405257035 Support out-of-tree testing with CMake Gilles Peskine 2018-03-21 12:12:47 +01:00
  • 09d787f2fc Add ChangeLog entry for dylib builds using Makefile Andres Amaya Garcia 2018-03-21 11:24:32 +00:00
  • e00964d9a7 Fix dylib linking Mitsuhiro Nakamura 2018-02-20 11:58:19 +09:00
  • d90d0dcaf1 Add ChangeLog entry for dylib builds using Makefile Andres Amaya Garcia 2018-03-21 11:19:47 +00:00
  • 1e3c00090a Fix dylib linking Mitsuhiro Nakamura 2018-02-20 11:58:19 +09:00
  • aebcfbb034 all.sh: Verify out-of-tree testing with CMake Gilles Peskine 2018-03-21 12:17:20 +01:00
  • 00de2fd3dd all.sh: fix cleanup happening during an out-of-tree build Gilles Peskine 2018-03-21 12:16:57 +01:00
  • 8e0e16032d Add ChangeLog entry for dylib builds using Makefile Andres Amaya Garcia 2018-03-21 11:15:08 +00:00
  • 341ea25724 all.sh: be more conservative when cleaning up CMake artefacts Gilles Peskine 2018-03-21 12:15:06 +01:00
  • cd0265ec85 Support out-of-tree testing with CMake Gilles Peskine 2018-03-21 12:12:47 +01:00
  • 5ff2ee51e9 Fix dylib linking Mitsuhiro Nakamura 2018-02-20 11:58:19 +09:00
  • 37c88db612 all.sh: support armcc path options for compatibility with later Mbed TLS Gilles Peskine 2018-03-21 11:44:52 +01:00
  • 32d9293dcf all.sh: add --no-yotta for compatibility with later Mbed TLS Gilles Peskine 2018-03-21 10:14:05 +01:00
  • 3879f00c46 Add OCSP resp test for future revocation time Andres Amaya Garcia 2018-03-21 09:44:41 +00:00
  • 243bb4ce65 all.sh: add opposites to all boolean options Gilles Peskine 2018-03-21 08:40:26 +01:00
  • 7efa8cf456 all.sh: option parsing: reduce vertical spread Gilles Peskine 2018-03-21 10:04:49 +01:00
  • 19ceb7104c all.sh: add opposites to all boolean options Gilles Peskine 2018-03-21 08:40:26 +01:00
  • 54933e95bd all.sh: option parsing: reduce vertical spread Gilles Peskine 2018-03-21 08:39:32 +01:00
  • 53038ebecc all.sh: with --no-armcc, don't call armcc from output_env.sh Gilles Peskine 2018-03-21 08:35:07 +01:00
  • 38d8165865 all.sh: add opposites to all boolean options Gilles Peskine 2018-03-21 08:40:26 +01:00
  • 8a244c90a8 all.sh: option parsing: reduce vertical spread Gilles Peskine 2018-03-21 08:39:32 +01:00
  • 262329603d all.sh: with --no-armcc, don't call armcc from output_env.sh Gilles Peskine 2018-03-21 08:35:07 +01:00
  • bb7f08c7ff Fix out-of-date docs for MBEDTLS_X509_OCSP_PARSE_C Andres Amaya Garcia 2018-03-20 19:33:06 +00:00
  • 87e1f2604c Add dependencies to test_suite_x509parse_ocsp.data Andres Amaya Garcia 2018-03-20 19:30:59 +00:00
  • 926a14b0dc Fix unused warnings in OCSP issuer checks when x509 ext absent Andres Amaya Garcia 2018-03-20 19:30:18 +00:00
  • 21701305ce Robustness fix in mbedtls_ssl_derive_keys Gilles Peskine 2018-03-19 19:06:08 +01:00
  • 25d34a4403 Integrate contributed implementation into Mbed TLS archive/reduced-snprintf-for-trusted-firmware Krzysztof Stachowiak 2018-03-20 16:17:51 +01:00
  • c0b13f7f0c Update change log Krzysztof Stachowiak 2018-03-20 14:10:15 +01:00
  • bc231cc9b0 Add a missing buffer size check Krzysztof Stachowiak 2018-03-20 14:09:53 +01:00
  • bc145f7978 Correct buffer size check Krzysztof Stachowiak 2018-03-20 11:19:50 +01:00
  • b23b04d177 pkcs11: zeroize buffer earlier on failure archive/feature-opaque-keys-RSA Andrzej Kurek 2018-03-20 05:02:29 -04:00
  • 823734b96c Robustness fix in mbedtls_ssl_derive_keys Gilles Peskine 2018-03-19 19:06:08 +01:00
  • ea7dbbe0de Replace MBEDTLS_EINTR by IS_EINTR Gilles Peskine 2018-03-15 23:25:21 +01:00
  • b11af86daf Avoid wraparound on in_left mohammad1603 2018-03-19 07:18:13 -07:00
  • 89c12ecfb5 Avoid wraparound on in_left mohammad1603 2018-03-19 07:15:50 -07:00
  • c9f4d6d448 Correct error.c Hanno Becker 2018-03-19 09:23:13 +00:00
  • 9ae1fba869 Update version to 2.7.2 mbedtls-2.7.2 Jaeden Amero 2018-03-16 16:30:17 +00:00
  • 1c986a9859 Update version to 2.1.11 mbedtls-2.1.11 Jaeden Amero 2018-03-16 16:29:30 +00:00
  • 8be0e6db41 Update version to 2.8.0 mbedtls-2.8.0 Jaeden Amero 2018-03-16 16:25:12 +00:00
  • 001427b6c3 Add clarity to use of the rsa_internal.h interface Simon Butcher 2018-03-16 15:42:54 +00:00
  • a4cbfa3ea2 Add clarity to use of the rsa_internal.h interface Simon Butcher 2018-03-16 15:42:54 +00:00
  • c502d3c9f4 Add OCSP response issuer verification tests Andres Amaya Garcia 2018-03-15 22:44:21 +00:00
  • 75d24d8e35 Fail when ExtendedKeyUsage extension not present Andres Amaya Garcia 2018-03-15 21:52:46 +00:00
  • 9830d19bf8 Add test with unknown, good and revoked responses Andres Amaya Garcia 2018-03-15 19:08:20 +00:00
  • ef52796537 Fix missing return statement ssl_server2 idling Hanno Becker 2018-03-15 15:49:24 +00:00
  • 7f44963f45 Merge remote-tracking branch 'upstream-public/pr/1455' into mbedtls-2.1-restricted-proposed mbedtls-2.1.11-rc1 Jaeden Amero 2018-03-15 15:24:47 +00:00
  • 329e4d572b Addres review comments Ron Eldor 2017-09-10 17:03:50 +03:00
  • f71ce5229e Add log and fix stle issues Ron Eldor 2017-09-05 16:09:53 +03:00
  • 82712a9c97 Write correct number of ciphersuites in log Ron Eldor 2017-08-28 13:55:55 +03:00
  • c9908f010a Merge remote-tracking branch 'upstream-public/pr/1064' into mbedtls-2.7-restricted-proposed mbedtls-2.7.2-rc1 Jaeden Amero 2018-03-15 14:58:24 +00:00
  • 80e06d77d9 Use WSAEINTR instead of EINTR on Windows Hanno Becker 2018-03-15 14:41:55 +00:00
  • e0b1a73c56 Merge remote-tracking branch 'upstream-restricted/pr/464' into mbedtls-2.7-restricted-proposed Jaeden Amero 2018-03-14 18:33:01 +00:00
  • 73923e1575 Merge remote-tracking branch 'upstream-restricted/pr/459' into mbedtls-2.7-restricted-proposed Jaeden Amero 2018-03-14 18:15:31 +00:00
  • 8a032e6051 Merge branch 'mbedtls-2.7-proposed' into mbedtls-2.7-restricted-proposed Jaeden Amero 2018-03-14 18:01:54 +00:00
  • 32ae73b289 Merge remote-tracking branch 'upstream-public/pr/1448' into mbedtls-2.7-proposed Jaeden Amero 2018-03-14 17:59:59 +00:00
  • 100273ddfb Merge remote-tracking branch 'upstream-public/pr/1449' into mbedtls-2.7-proposed Jaeden Amero 2018-03-14 17:58:00 +00:00
  • a6f430f577 Fix current directory check Darryl Green 2018-03-15 10:12:06 +00:00
  • 9b2b66ebd2 Minor style corrections Hanno Becker 2018-03-15 12:21:15 +00:00
  • 9ac640326b Don't exit mbedtls_net_poll on interruption of select Hanno Becker 2018-03-15 12:19:31 +00:00
  • adfa64f0c4 Abort idle-loop in ssl_server2 if sockets gets invalid Hanno Becker 2018-03-15 11:35:07 +00:00
  • 8d83218b70 Increase UDP record packing time in ssl-opt.sh Hanno Becker 2018-03-15 10:14:19 +00:00
  • 7b6582b631 Kill server and proxy via SIGQUIT in ssl-opt.sh Hanno Becker 2018-03-15 09:37:27 +00:00
  • e1c916ca5e Merge remote-tracking branch 'upstream-public/pr/1451' into mbedtls-2.7-proposed Jaeden Amero 2018-03-14 17:50:01 +00:00
  • 79a5e72719 Merge remote-tracking branch 'upstream-restricted/pr/463' into development-restricted-proposed mbedtls-2.8.0-rc1 Jaeden Amero 2018-03-14 18:29:50 +00:00
  • 24b2d6fb6d Merge remote-tracking branch 'upstream-restricted/pr/459' into development-restricted-proposed Jaeden Amero 2018-03-14 18:13:47 +00:00
  • 8e4ff12909 Merge branch 'development-proposed' into development-restricted-proposed Jaeden Amero 2018-03-14 18:02:57 +00:00
  • ce183d994c Merge remote-tracking branch 'upstream-public/pr/1448' into development-proposed Jaeden Amero 2018-03-14 17:59:07 +00:00
  • d1fedc55d7 Merge remote-tracking branch 'upstream-public/pr/1440' into development-proposed Jaeden Amero 2018-03-14 17:51:58 +00:00
  • 95ad522ecc Merge remote-tracking branch 'upstream-public/pr/1439' into development-proposed Jaeden Amero 2018-03-14 17:34:02 +00:00
  • 64293777eb Merge remote-tracking branch 'upstream-public/pr/1423' into development-proposed Jaeden Amero 2018-03-14 17:24:44 +00:00
  • a53d9abfe8 Merge remote-tracking branch 'upstream-public/pr/1051' into development-proposed Jaeden Amero 2018-03-14 17:22:25 +00:00
  • 23f503f12d Merge remote-tracking branch 'upstream-restricted/pr/465' into mbedtls-2.1-restricted-proposed Jaeden Amero 2018-03-14 18:32:21 +00:00
  • 5e50ff8f44 Merge remote-tracking branch 'upstream-restricted/pr/395' into mbedtls-2.1-restricted-proposed Jaeden Amero 2018-03-14 18:16:29 +00:00
  • 10a1a60966 Merge branch 'mbedtls-2.1-proposed' into mbedtls-2.1-restricted-proposed Jaeden Amero 2018-03-14 18:03:41 +00:00
  • 0980d9a3ae Merge remote-tracking branch 'upstream-public/pr/1450' into mbedtls-2.1-proposed Jaeden Amero 2018-03-14 17:53:27 +00:00
  • 4e3629590f Merge remote-tracking branch 'upstream-public/pr/1452' into mbedtls-2.1-proposed Jaeden Amero 2018-03-14 17:38:21 +00:00
  • d3cec99377 Update change log Krzysztof Stachowiak 2018-03-14 11:52:22 +01:00
  • c86b880411 Prevent arithmetic overflow on bounds check Krzysztof Stachowiak 2018-03-14 11:50:54 +01:00
  • ce0d3ca128 Add bounds check before signature length read Krzysztof Stachowiak 2018-03-14 11:50:18 +01:00
  • a7a8332402 Update change log Krzysztof Stachowiak 2018-03-14 11:33:28 +01:00
  • 0e0afacbc5 Prevent arithmetic overflow on bounds check Krzysztof Stachowiak 2018-03-14 11:31:53 +01:00
  • 7040553a02 Add bounds check before length read Krzysztof Stachowiak 2018-03-14 11:31:13 +01:00
  • a566dc4d45 fixup previous commit: add forgotten file Manuel Pégourié-Gonnard 2018-03-14 14:08:57 +01:00
  • c3901d4cd3 fixup previous commit: add forgotten file Manuel Pégourié-Gonnard 2018-03-14 14:08:57 +01:00