aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-30Merge pull request #711 from ARMmbed/mbedtls-2.16.7r0-prv2.16.7mbedtls-2.16.7Janos Follath
2020-06-26Update ChangeLog headerJanos Follath
2020-06-26Bump version to Mbed TLS 2.16.7Janos Follath
2020-06-26Assemble ChangeLogJanos Follath
2020-06-25Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.7r0Janos Follath
2020-06-23Merge pull request #3446 from mpg/use-all-sh-checks-for-pre-push-2.16Gilles Peskine
2020-06-23all.sh: clean up some uses of "local" variablesManuel Pégourié-Gonnard
2020-06-23Use all.sh in pre-push hookManuel Pégourié-Gonnard
2020-06-23Make check_generate_test_code more -q friendlyManuel Pégourié-Gonnard
2020-06-23Add a --quiet option to all.shManuel Pégourié-Gonnard
2020-06-23Merge pull request #704 from mpg/l13-hw-starts-finish-2.16-restrictedManuel Pégourié-Gonnard
2020-06-22Merge pull request #701 from mpg/ecp-mul-null-rng-2.16-restrictedJanos Follath
2020-06-22Merge pull request #3442 from mpg/make-coverage-script-deterministic-2.16Gilles Peskine
2020-06-22Adjust comments about SEED synchronisationManuel Pégourié-Gonnard
2020-06-22Make basic-build-test.sh deterministicManuel Pégourié-Gonnard
2020-06-22Test multi-block output of the hash-based KDFManuel Pégourié-Gonnard
2020-06-18Merge pull request #3357 from bensze01/license-2.16Janos Follath
2020-06-18Remove SHA-1 as a fallback optionManuel Pégourié-Gonnard
2020-06-18Revert "Allow inclusion of entropy.h when it's disabled"Manuel Pégourié-Gonnard
2020-06-18Use starts/finish around Lucky 13 dummy compressionsManuel Pégourié-Gonnard
2020-06-17Improve comment justifying a hard-coded limitationManuel Pégourié-Gonnard
2020-06-17Zeroize temporary stack bufferManuel Pégourié-Gonnard
2020-06-17Update dependencies documentationManuel Pégourié-Gonnard
2020-06-17Allow inclusion of entropy.h when it's disabledManuel Pégourié-Gonnard
2020-06-17Fix potential memory overread in seed functionsManuel Pégourié-Gonnard
2020-06-16Add fall-back to hash-based KDF for internal ECP DRBGManuel Pégourié-Gonnard
2020-06-16Fix typo in a commentManuel Pégourié-Gonnard
2020-06-16Avoid superflous randomization with restartableManuel Pégourié-Gonnard
2020-06-16Use HMAC_DRBG by default for ECP internal DRBGManuel Pégourié-Gonnard
2020-06-16Skip redundant checks for NULL f_rngManuel Pégourié-Gonnard
2020-06-16Add Security ChangeLog entry for lack of blindingManuel Pégourié-Gonnard
2020-06-16Update documentation about optional f_rng parameterManuel Pégourié-Gonnard
2020-06-16Add support for RESTARTABLE with internal RNGManuel Pégourié-Gonnard
2020-06-16Move internal drbg init to specific mul functionsManuel Pégourié-Gonnard
2020-06-16Implement use of internal DRBG for ecp_mul()Manuel Pégourié-Gonnard
2020-06-16Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNGManuel Pégourié-Gonnard
2020-06-15Update LICENSE and README.md to reflect licensingBence Szépkúti
2020-06-15Update license headers to Apache-2.0 OR GPL-2.0-or-laterBence Szépkúti
2020-06-15Add Apache-2.0 headers to all scriptsBence Szépkúti
2020-06-15Add copyright dates to all scriptsBence Szépkúti
2020-06-15Merge pull request #3418 from ronald-cron-arm/ssl_write_client_hello-2.16Manuel Pégourié-Gonnard
2020-06-12Align with check-like function return value conventionRonald Cron
2020-06-12ssl_client: Align line breaking with MBEDTLS_SSL_DEBUG_*Ronald Cron
2020-06-12Use defines to check alpn ext list validityRonald Cron
2020-06-12Return error in case of bad user configurationsHanno Becker
2020-06-12Add error condition for bad user configurationsHanno Becker
2020-06-11Uniformize bounds checks using new macroHanno Becker
2020-06-11Add macro for bounds checkingHanno Becker
2020-06-11Remove unnecessary MBEDTLS_ECP_C preprocessor conditionRonald Cron
2020-06-11Shorten lines in library/ssl_cli.c to at most 80 charactersHanno Becker