aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/bearssl/bearssl_ec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove BearSSL providerJack Lloyd2019-07-051-206/+0
* Add PK_Signer::signature_lengthJack Lloyd2018-08-101-2/+6
* Add PointGFp::encode as replacement for EC2OSPJack Lloyd2018-03-101-2/+2
* Avoid new/delete in BearSSL ECDSA codeJack Lloyd2017-09-221-17/+10
* Apply final annotations to the library alsoJack Lloyd2017-09-221-2/+2
* BearSSL: replace more NULLs with nullptrPatrick Wildt2017-07-101-4/+4
* BearSSL: implement PR feedback and compare ECGroup OID namePatrick Wildt2017-07-051-12/+27
* BearSSL: move includes into extern "C"Patrick Wildt2017-07-051-2/+4
* BearSSL: Support for ECDSAPatrick Wildt2017-07-051-0/+192