aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/bearssl
Commit message (Expand)AuthorAgeFilesLines
* Add PointGFp::encode as replacement for EC2OSPJack Lloyd2018-03-101-2/+2
* Accept SHA-1, SHA1, or SHA-160 equallyJack Lloyd2017-10-131-1/+1
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-0/+4
* Avoid new/delete in BearSSL ECDSA codeJack Lloyd2017-09-221-17/+10
* Apply final annotations to the library alsoJack Lloyd2017-09-223-4/+4
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* BearSSL: replace more NULLs with nullptrPatrick Wildt2017-07-101-4/+4
* BearSSL: implement PR feedback and compare ECGroup OID namePatrick Wildt2017-07-053-12/+29
* BearSSL: move includes into extern "C"Patrick Wildt2017-07-052-3/+8
* BearSSL: Support for ECDSAPatrick Wildt2017-07-052-0/+206
* BearSSL: Initial support and hash testsPatrick Wildt2017-07-053-0/+164