aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/pkcs11/p11_rsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-16/+16
* Add Private_Key::private_key_info()René Korthaus2016-12-051-2/+2
* Expose pk_ops.h as public interface againJack Lloyd2016-12-041-2/+1
* Pubkey cleanupsJack Lloyd2016-11-121-20/+0
* Remove Key_Type typedefsJack Lloyd2016-11-081-4/+0
* Update PKCS11 code, no RNG requiredJack Lloyd2016-11-031-14/+1
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+0
* Make pk_ops.h internalJack Lloyd2016-10-081-2/+2
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-2/+1
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-14/+39
* reuse BigInt::encode_1363 instead of self written logicDaniel Neus2016-06-281-6/+1
* add PKCS#11 supportDaniel Neus2016-06-171-0/+382