aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/pkcs11/p11_ecc_key.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use C++17's concat namespace featureJack Lloyd2022-02-061-4/+1
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-1/+1
* Don't use shouting case for ASN1_{Type,Class} valuesJack Lloyd2021-01-131-2/+2
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-111-2/+2
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-201-2/+2
* Convert EC_Group_Encoding to enum classJack Lloyd2020-12-151-3/+3
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Fix MSVC warnings in PKCS11Jack Lloyd2019-12-061-1/+2
* Remove tab charactersJack Lloyd2019-04-101-1/+1
* Add PointGFp::encode as replacement for EC2OSPJack Lloyd2018-03-101-1/+1
* Fix compliation problem in PKCS11Jack Lloyd2018-02-071-0/+1
* Use shared representation of EC_GroupJack Lloyd2018-01-311-5/+5
* Remove protected m_handle data from PKCS11::ObjectJack Lloyd2017-10-021-3/+5
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-11/+11
* Add Public_Key::subject_public_key()René Korthaus2016-12-051-1/+1
* Pubkey cleanupsJack Lloyd2016-11-121-7/+2
* Initialize member variable in PKCS11_EC_PrivateKeyJack Lloyd2016-10-241-1/+1
* fix some warnings and one compile errorDaniel Neus2016-06-281-1/+1
* add PKCS#11 supportDaniel Neus2016-06-171-0/+137