Commit Graph

10 Commits

Author SHA1 Message Date
Navidem 291956b501
Set flags to use old pass manger (#7828)
* Set flags to use old pass manger

* nit

* Add comment to Dockerfile

* More informative comment

* nit
2022-06-09 19:39:25 +10:00
Guido Vranken baff7b0b8c
Re-enable MSAN and activate more CF operations (#7062)
* Re-enable MSAN and activate more CF operations

* [cryptofuzz] Create bearssl main_repo

* [cryptofuzz] Update
2022-01-26 06:43:41 -08:00
jonathanmetzman 806d1a0620
[Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)
These projects were tested and it was found that their use
of MSAN does not work on Ubuntu 20.04. Therefore their use of
MSAN is being disabled.

Related: #6180
2021-08-24 15:24:47 -07:00
Guido Vranken 9099eaa416
[relic] Enable elliptic curve point operations (#6021) 2021-07-10 17:57:57 +01:00
MarcoFalke e9c0158ffb
remove unused boost workaround (#5849) 2021-05-27 12:09:08 -07:00
Guido Vranken e9d47ca070
Update Boost download location in all projects (try 2) (#5705)
bintray is deprecated now
2021-05-03 19:26:18 -07:00
Guido Vranken d3a1cdda43
[relic] Activate AES encryption/decryption (#5587) 2021-04-07 16:21:39 +01:00
Guido Vranken 2e183b053c
[relic] Various improvements (#5500)
- Enable i386 fuzzing
- Enable more operations (Digest, HMAC, KDF_X963, ECC_ValidatePubkey)
- Scope the calc operations in order to spend less time trying to run calculations not supported by relic
- Compile Botan module in oracle mode: makes it more likely to find discrepancies
2021-03-25 07:02:38 -07:00
Guido Vranken c70f4de3fd
[relic] Build relic with dynamic allocator (#5115) 2021-02-04 10:10:08 -08:00
Guido Vranken e664f80b73
[relic] Add project relic (#4987) 2021-01-19 06:43:11 -08:00