aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/tpm
Commit message (Expand)AuthorAgeFilesLines
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-0/+1
* Add typecast_copyJack Lloyd2018-11-171-2/+2
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-171-1/+1
* Move UUID to utils, test it, and fix bugs.Jack Lloyd2018-09-302-106/+1
* Add RandomNumberGenerator::accepts_inputJack Lloyd2018-09-061-0/+2
* Add PK_Signer::signature_lengthJack Lloyd2018-08-102-3/+9
* Ensure exception types are exported from DLLJack Lloyd2018-03-061-1/+1
* Avoid empty methods, use =default or add a commentJack Lloyd2017-10-031-2/+0
* Apply final annotations to the library alsoJack Lloyd2017-09-223-6/+7
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-202-4/+4
* Add API stability annotations.Jack Lloyd2017-09-191-3/+3
* Add basic test for TPM UUID classJack Lloyd2017-06-041-3/+3
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-10/+10
* Fix TPM private_key_bits() exception messageRené Korthaus2016-12-051-1/+1
* Add Private_Key::private_key_info()René Korthaus2016-12-052-2/+2
* Add Public_Key::subject_public_key()René Korthaus2016-12-052-2/+2
* Expose pk_ops.h as public interface againJack Lloyd2016-12-041-1/+1
* Pubkey cleanupsJack Lloyd2016-11-122-3/+3
* Make pk_ops.h internalJack Lloyd2016-10-081-1/+1
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-2/+2
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-072-15/+13
* Add Stateful_RNGJack Lloyd2016-07-171-2/+3
* Switch to HMAC_DRBG for all RNG generation.Jack Lloyd2016-07-171-14/+7
* Trivial warning fixesJack Lloyd2016-03-092-17/+23
* add missing include guardsDaniel Neus2016-02-192-0/+10
* Add TPM v1.2 support (RSA keygen/signing, RNG)Jack Lloyd2015-12-194-0/+754