aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-08-19Update copyright notices to use Linux Foundation guidanceBence Szépkúti21-63/+21
2020-07-07Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macrosManuel Pégourié-Gonnard1-6/+6
2020-07-03Merge pull request #3454 from gilles-peskine-arm/include-common-h-developmentManuel Pégourié-Gonnard3-11/+12
2020-07-02Rename DH Family Macros According to PSA SpecPaul Elliott1-3/+3
2020-07-02Rename ECC Family Macros According to PSA SpecPaul Elliott1-3/+3
2020-07-02Include common.h instead of config.h in library source filesGilles Peskine2-10/+2
2020-07-02Include the library directory for the sake of 3rdpartyGilles Peskine1-1/+10
2020-07-01Merge tag 'mbedtls-2.23.0' into merge-2.23.0-release-to-developmentJanos Follath1-0/+1
2020-06-26programs: Link to tests common codeRonald Cron1-0/+7
2020-06-25Merge branch 'development-restricted' into mbedtls-2.23.0r0Janos Follath1-0/+1
2020-06-15Add Apache-2.0 headers to all scriptsBence Szépkúti15-12/+207
2020-06-15Add missing copyright dates to scripts and sourcesBence Szépkúti10-0/+39
2020-06-09Merge pull request #3333 from irwir/fix_vcxproj2danh-arm2-25/+7
2020-06-08Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNGManuel Pégourié-Gonnard1-0/+1
2020-06-02Merge pull request #3367 from hug-dev/psa-constants-in-build-dirGilles Peskine1-2/+10
2020-05-29Add usage info of generate_psa_constants scriptHugues de Valon1-1/+6
2020-05-28Generate PSA constant names in CMake build dirHugues de Valon1-1/+4
2020-05-28Merge pull request #3350 from gilles-peskine-arm/error-include-asn1-developmentGilles Peskine1-2/+19
2020-05-25Add output of `python3` versionRonald Cron1-0/+3
2020-05-25Add output of make and cmake versionsRonald Cron1-0/+7
2020-05-25Do include asn1.h in error.cGilles Peskine1-1/+0
2020-05-25Check that all necessary headers are included in error.cGilles Peskine1-1/+19
2020-05-21Remove definitions and settings that are never used or duplicate MSVCirwir2-25/+7
2020-05-04Merge pull request #3190 from gilles-peskine-arm/config-full-clarify-developmentGilles Peskine1-56/+114
2020-05-04Merge pull request #3218 from gilles-peskine-arm/travis-rationalizeGilles Peskine1-0/+20
2020-05-04Merge pull request #3219 from aggarg/err_optimizationGilles Peskine2-6/+3
2020-04-28Merge pull request #2853 from irwir/fix_vcxprojManuel Pégourié-Gonnard1-1/+0
2020-04-26Add a simple build script for Windows with Visual StudioGilles Peskine1-0/+20
2020-04-22Align with coding styleGaurav Aggarwal2-3/+3
2020-04-22Fix GCC format-signedness warningsKenneth Soerensen1-2/+2
2020-04-21Remove error_description variable from strerr functionsGaurav Aggarwal2-6/+3
2020-04-21Merge pull request #3176 from aggarg/developmentGilles Peskine2-29/+72
2020-04-20Address review commentsGaurav Aggarwal1-4/+18
2020-04-20Make no_deprecated naming more consistentGilles Peskine1-3/+3
2020-04-20List MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT in is_seamless_altGilles Peskine1-6/+5
2020-04-20Minor improvements to the description of full and baremetalGilles Peskine1-5/+5
2020-04-20Clarify that EXCLUDE_FROM_FULL has exceptions from is_seamless_altGilles Peskine1-0/+3
2020-04-20Improve the description of EXCLUDED_FROM_FULLGilles Peskine1-10/+11
2020-04-20Enable SSLv3 in the full configGilles Peskine1-2/+0
2020-04-20New config: full_non_deprecatedGilles Peskine1-0/+26
2020-04-20Turn off DEPRECATED_WARNING in full and baremetalGilles Peskine1-1/+1
2020-04-20Enable MBEDTLS_PSA_CRYPTO_SE_C in config fullGilles Peskine1-1/+0
2020-04-20Merge pull request #3120 from gilles-peskine-arm/check-windows-filesGilles Peskine5-39/+40
2020-04-20Merge remote-tracking branch 'upstream/development' into fix_vcxprojirwir2-4/+9
2020-04-20Merge remote-tracking branch 'upstream/development' into fix_vcxprojirwir16-436/+1567
2020-04-20Merge pull request #3118 from gilles-peskine-arm/pylint-up-to-2.4-developmentGilles Peskine2-4/+9
2020-04-19Finalize fixing the issue #1430.irwir1-1/+0
2020-04-14Enable X509_ALLOW_EXTENSIONS_NON_V3 in config full and fix testsGilles Peskine1-1/+0
2020-04-14Document and fix the MBEDTLS_xxx_ALT logic for the full configGilles Peskine1-7/+17
2020-04-14Document the full and baremetal configurationsGilles Peskine1-44/+63