aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss
Commit message (Expand)AuthorAgeFilesLines
* More clang-tidy fixesJack Lloyd2022-02-102-2/+2
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-063-4/+4
* Fix some Clang warningsJack Lloyd2022-01-271-2/+2
* Fix a couple of trivial typos alloverPeter Meerwald-Stadler2021-10-012-8/+8
* Avoid clone in xmss_hashJack Lloyd2021-04-071-1/+1
* Don't use shouting case for ASN1_{Type,Class} valuesJack Lloyd2021-01-132-4/+4
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-112-4/+4
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-202-4/+4
* Merge GH #2520 Add Private_Key::public_keyJack Lloyd2020-11-283-0/+13
|\
| * Add Private_Key::public_keyJack Lloyd2020-11-283-0/+13
* | Make scan_name.h, cpuid.h and http_util.h internalJack Lloyd2020-11-281-1/+1
|/
* Add -Wshorten-64-to-32 for ClangJack Lloyd2020-11-081-2/+2
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-0614-137/+7
* More header mergingJack Lloyd2020-11-0314-771/+769
* Add missing includeJack Lloyd2020-11-013-0/+3
* More cleanup of XMSS headersJack Lloyd2020-11-018-518/+480
* Add missing includeJack Lloyd2020-10-311-0/+1
* Make several XMSS implementation headers internalJack Lloyd2020-10-3119-88/+112
* Merge some of the ASN.1 headersJack Lloyd2020-10-314-7/+4
* Resolve Doxygen warningsJack Lloyd2020-10-281-0/+2
* fix "string is not a member of std" error on windows compilation without threadsIbrahim Soliman Mohamed Soliman2020-08-241-0/+2
* Fix cppcheck findingsRené Fischer2020-06-051-1/+1
* fix leaf index size in comment for XMSS_Signature::bytes()Philippe Lieser2020-05-201-2/+2
* Avoid UbSan false positive in GCCJack Lloyd2020-04-0610-125/+95
* Build and link the tests and cli on baremetal as wellJack Lloyd2020-03-151-0/+4
* Fix MSVC warnings in XMSSJack Lloyd2019-12-066-19/+20
* Add -Werror mode for CI buildJack Lloyd2019-12-032-15/+17
* Fix unreachable codeJack Lloyd2019-11-251-1/+0
* Add missing certificatesRené Korthaus2019-10-232-0/+2
* Add support for XMSS X.509 certificatesRené Korthaus2019-10-215-25/+74
* Deprecate many publically available headersJack Lloyd2019-09-066-1/+13
* Add Private_Key::stateful_operation and use it in cli signerJack Lloyd2019-07-301-0/+2
* Fix various MSVC warningsJack Lloyd2019-06-291-1/+1
* Change XMSS OIDs and feature macro nameJack Lloyd2019-06-231-1/+1
* Use qualified-id for XMSS key size checkMatthias Gierlings2019-06-212-2/+2
* Fix param names to match RFCJack Lloyd2019-05-131-24/+24
* Fix param namesJack Lloyd2019-05-101-23/+23
* Serialize XMSS leaf index as four bytesMatthias Gierlings2019-05-063-10/+6
* Updates copyright noticesMatthias Gierlings2019-05-0611-11/+11
* Updates references to XMSS the standard documentMatthias Gierlings2019-05-0611-47/+37
* Updates XMSS parameters corresponding to RFC 8391Matthias Gierlings2019-05-064-92/+92
* Remove unnecessary cmath includesJack Lloyd2019-03-262-6/+9
* Remove previous runtime testing for thread countersJack Lloyd2019-03-262-132/+0
* Use the global thread pool for XMSS signaturesJack Lloyd2019-03-261-34/+37
* Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-185-12/+9
* Fix some warnings from PVS-StudioJack Lloyd2019-01-172-5/+5
* Silence MSVC warningsJack Lloyd2018-12-042-3/+3
* Make exceptions easier to translate to error codesJack Lloyd2018-11-232-4/+2
* Implements correct XMSS signature size calculationMatthias Gierlings2018-08-241-2/+4
* Add PK_Signer::signature_lengthJack Lloyd2018-08-102-0/+8