Commit Graph

13 Commits

Author SHA1 Message Date
Dave Rodgman 7f8fe932ca
Mbed TLS: update references to old Github org (#7487)
Replace references to ARMmbed organisation with the new
org, Mbed-TLS, following project migration. The new home
for Mbed TLS is:

https://github.com/Mbed-TLS

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2022-03-31 16:42:43 +00:00
DavidKorczynski 8b5428e158
mbedtls: fix build (#7101)
* mbedtls: fix build

* mbedtls: dont build tests
2022-01-06 23:18:13 +00:00
Gilles Peskine fbeee3fb02
Use the 2.x branch of Mbed TLS (#5636)
The default branch of https://github.com/ARMmbed/mbedtls is about to
change to point to the work on the next major release (3.0). We expect
frequent API changes during that time. Switch fuzzers to run on the
stable major version of Mbed TLS (2.x) during the transition period.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-04-22 08:34:41 -07:00
Abhishek Arya 1d5a2cd84e
Fill in main_repo for several projects. (#4816)
* Fill in main_repo for several projects.

* Add some go repos.
2020-12-09 21:52:40 -08:00
danh-arm 466b6eb6fe
Update Mbed TLS contact address and website (#4247)
Update the primary contact addresss and website in the Mbed TLS
project file.

Also update the Mbed TLS cc address in the bignum-fuzzer project
file.

Signed-off-by: Dan Handley <dan.handley@arm.com>
2020-08-04 07:20:00 -07:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
Catena cyber f49aaecdfc Use main repo for project MbedTLS (#2592)
* mbedtls ok

* Do not copy removed patch
2019-07-12 07:59:39 -07:00
Catena cyber e790ed5b5f Fixes path for mbedtls crypto library (#2464) 2019-05-27 00:53:55 -07:00
Catena cyber 6a1aa9ef0c Mbedtls needs recusive clone now (#2463) 2019-05-27 11:26:06 +10:00
jonathanmetzman 3049c50d48
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-05-01 11:09:55 -04:00
Catena cyber 1c0f84362b [Mbedtls] Use main repo and patch afterwards (#1793) 2018-09-05 09:22:02 -07:00
Catena cyber 27d4163998 MbedTLS integration (#1400)
* MbedTLS integration

* Using loop to compile fuzz targets

* More fuzz targets for mbedtls : DTLS

* Corpuses for client and server mbedtls

* Use corpuses from boringssl and openssl
2018-05-16 08:26:12 -07:00