aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/pkcs11/p11_ecdh.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
* More uses of make_unique instead of unique_ptr(new ...)Jack Lloyd2021-04-041-2/+2
* Don't use shouting case for ASN1_{Type,Class} valuesJack Lloyd2021-01-131-1/+1
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-111-1/+1
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-201-1/+1
* Add Private_Key::public_keyJack Lloyd2020-11-281-0/+5
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Fix MSVC warnings in PKCS11Jack Lloyd2019-12-061-2/+3
* Deprecate DER_Encoder::get_contents_unlockedJack Lloyd2019-10-281-1/+1
* SoftHSM 2.5.0 compatibilityDaniel Neus2019-05-281-1/+1
* Add function to return the size of a key agreement outputJack Lloyd2018-08-121-0/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-4/+4
* 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
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+0
* Make pk_ops.h internalJack Lloyd2016-10-081-1/+1
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-27/+11
* 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/+151