aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_hash_id.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-1/+1
|
* Don't use shouting case for ASN1_{Type,Class} valuesJack Lloyd2021-01-131-1/+1
| | | | | Leftover from it being an old style enum, and now that we have split them there is not any further compatability concern.
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-111-1/+1
| | | | This should improve type safety even more.
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-201-1/+1
|
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
| | | | | | | | | Now modules default to internal headers instead of defaulting to public; making a new public API should be a visible and intentional choice. Brings the public header count from over 300 to around 150. Also removes the deprecated tls_blocking interface
* Remove Tiger hash functionJack Lloyd2020-11-051-1/+0
|
* Merge some of the ASN.1 headersJack Lloyd2020-10-311-1/+1
| | | | | Deprecate asn1_str.h asn1_time.h asn1_oid.h and alg_id.h with all contents moved to existing asn1_obj.h
* Tag all tests with a categoryJack Lloyd2020-10-281-1/+1
|
* Deprecate DER_Encoder::get_contents_unlockedJack Lloyd2019-10-281-2/+2
| | | | | | | It's better to use the version taking the vector in the constructor as otherwise we store to locked memory then copy out at the end. Convert all library uses.
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-2/+1
|
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-1/+1
|
* Additional final annotationsJack Lloyd2017-10-151-1/+1
|
* Correct the SHA-3 PKCSv1.5 IDsJack Lloyd2017-10-051-0/+94
Thanks to @noloader for pointing me at draft-jivsov-openpgp-sha3-01 which has the correct values. Adds a test so this can't happen again.