aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/pkcs11/p11_ecdsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add PK_Signer::signature_lengthJack Lloyd2018-08-101-0/+2
* Apply final annotations to the library alsoJack Lloyd2017-09-221-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-10/+10
* Add Private_Key::private_key_info()René Korthaus2016-12-051-2/+2
* Expose pk_ops.h as public interface againJack Lloyd2016-12-041-1/+1
* Pubkey cleanupsJack Lloyd2016-11-121-25/+0
* Fix PKCS11 test errorJack Lloyd2016-11-041-6/+2
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+0
* Make pk_ops.h internalJack Lloyd2016-10-081-1/+1
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-6/+5
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-6/+16
* use NULL_RNG to make clear that the RNG is not usedDaniel Neus2016-06-281-12/+2
* add PKCS#11 supportDaniel Neus2016-06-171-0/+239