aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/pkcs11
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Visual C++ 2013Jack Lloyd2018-10-016-6/+6
* Fix more MSVC warningsJack Lloyd2018-10-011-7/+31
* Fix more MSVC warningsJack Lloyd2018-10-013-16/+39
* Add RandomNumberGenerator::accepts_inputJack Lloyd2018-09-061-0/+3
* Add function to return the size of a key agreement outputJack Lloyd2018-08-121-0/+1
* Add functions to get size of PK ciphertext,plaintextJack Lloyd2018-08-101-0/+4
* Add PK_Signer::signature_lengthJack Lloyd2018-08-102-0/+4
* Add PointGFp::encode as replacement for EC2OSPJack Lloyd2018-03-102-2/+2
* Ensure exception types are exported from DLLJack Lloyd2018-03-061-2/+2
* Fix compliation problem in PKCS11Jack Lloyd2018-02-076-1/+6
* Use shared representation of EC_GroupJack Lloyd2018-01-311-5/+5
* Avoid empty methods, use =default or add a commentJack Lloyd2017-10-031-3/+0
* Remove protected m_handle data from PKCS11::ObjectJack Lloyd2017-10-023-6/+18
* More header cleanupsJack Lloyd2017-09-231-1/+0
* Apply final annotations to the library alsoJack Lloyd2017-09-228-14/+14
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* Header file cleanupsJack Lloyd2017-09-212-1/+1
* Clean up header includesJack Lloyd2017-09-217-12/+6
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-2012-24/+24
* Add API stability annotations.Jack Lloyd2017-09-1911-43/+43
* Fix warnings from clangs -Wdocumentation flagJack Lloyd2017-07-282-2/+2
* Content:Tomasz Frydrych2017-04-034-6/+4
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Enable PKCS11 module by default and remove --with-pkcs11 optionRené Korthaus2017-01-111-2/+0
* Add try/catch blocks in noexcept destructors that might throwJack Lloyd2017-01-063-8/+29
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-1816-145/+145
* Remove <source> block from info.txt filesJack Lloyd2016-12-081-15/+0
* Add Private_Key::private_key_info()René Korthaus2016-12-056-9/+9
* Add Public_Key::subject_public_key()René Korthaus2016-12-052-2/+2
* Expose pk_ops.h as public interface againJack Lloyd2016-12-043-4/+3
* Pubkey cleanupsJack Lloyd2016-11-125-66/+4
* Remove Key_Type typedefsJack Lloyd2016-11-081-4/+0
* Fix PKCS11 test errorJack Lloyd2016-11-042-7/+3
* Update PKCS11 code, no RNG requiredJack Lloyd2016-11-031-14/+1
* Remote unused macrosJack Lloyd2016-10-242-5/+1
* Initialize member variable in PKCS11_EC_PrivateKeyJack Lloyd2016-10-242-2/+2
* Merge GH #668: Remove Algo_Registry and associated global locksJack Lloyd2016-10-243-3/+0
|\
| * Remove Algo_RegistryJack Lloyd2016-10-213-3/+0
* | Fix invalid UTF-8 char in API doc [ci skip]René Korthaus2016-10-221-1/+1
|/
* Fix doxygen warnings [ci skip]René Korthaus2016-10-192-8/+7
* Improve pkcs11 doxygen [ci skip]René Korthaus2016-10-193-13/+49
* Make pk_ops.h internalJack Lloyd2016-10-083-4/+4
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-074-12/+8
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-078-51/+117
* RNG changes (GH #593)Jack Lloyd2016-08-241-2/+2
* Another PKCS #11 amalg fixJack Lloyd2016-08-231-1/+1
* Work around some amalgamation issues.Jack Lloyd2016-08-232-6/+4
* restore to original pkcs11.hDaniel Neus2016-08-121-4/+4
* Headers can be marked as external by using `<header:external>` in info.txt.Daniel Neus2016-08-122-2/+5
* include external PKCS#11 headers into botanDaniel Neus2016-07-265-1/+3208