aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/asn1
Commit message (Expand)AuthorAgeFilesLines
* Prevent encoding ASN1_String into non-UTF8 compatible character setsJack Lloyd2021-01-152-24/+25
* Decode ASN.1 TeletexStrings strings correctlyJack Lloyd2021-01-133-3/+11
* Don't use shouting case for ASN1_{Type,Class} valuesJack Lloyd2021-01-1310-198/+182
* Add some helpers for start_consJack Lloyd2021-01-132-8/+34
* Indentation fixesJack Lloyd2021-01-111-9/+9
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-1111-293/+313
* Use const time code to choose which ASN.1 string encoding to useJack Lloyd2020-12-231-29/+21
* Avoid magic constantsJack Lloyd2020-12-201-2/+2
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-2011-156/+193
* Fix placement of deprecated macroJack Lloyd2020-11-281-1/+2
* Remove several disused or rarely used exception typesJack Lloyd2020-11-111-2/+2
* Remove various deprecated functionsJack Lloyd2020-11-082-55/+0
* More calendar cleanupsJack Lloyd2020-11-081-8/+8
* Modify calendar interfaceJack Lloyd2020-11-081-1/+1
* Remove deprecated public member variablesJack Lloyd2020-11-065-101/+60
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-0610-62/+14
* Remove Tiger hash functionJack Lloyd2020-11-051-3/+1
* Merge X.509 header filesJack Lloyd2020-10-312-102/+0
* Merge some of the ASN.1 headersJack Lloyd2020-10-3113-343/+323
* replace c++20 deprecated std::is_pod with std::is_standard_layout && std::is_...Nuno Goncalves2020-10-231-1/+1
* Check that X.509 SignatureAlgorithm parameters are as expectedJack Lloyd2020-06-092-16/+17
* Deprecate DER_Encoder::get_contents_unlockedJack Lloyd2019-10-281-1/+8
* Add support for XMSS X.509 certificatesRené Korthaus2019-10-211-3/+5
* Walk back on deprecating theseJack Lloyd2019-09-061-2/+8
* Avoid spurious throw/catchJack Lloyd2019-08-161-5/+5
* FixJack Lloyd2019-08-051-2/+2
* FixesJack Lloyd2019-08-041-3/+3
* Remove unnecessary functionsJack Lloyd2019-08-043-25/+12
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-044-8/+20
* OID cleanupsJack Lloyd2019-08-042-79/+117
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-045-36/+69
* Update GOST to use 2012 OIDs/paramsJack Lloyd2019-08-031-5/+7
* Updates for GOST 2012 supportJack Lloyd2019-08-011-2/+27
* Change XMSS OIDs and feature macro nameJack Lloyd2019-06-231-3/+5
* Add reminder comments re enum classJack Lloyd2019-05-241-0/+1
* Increase ASN1_Time maximum allowed year to 3100Jack Lloyd2019-05-131-1/+2
* Fix X509_DN comparisonJack Lloyd2019-05-083-2/+5
* s/as_string/to_string/Jack Lloyd2019-03-014-7/+10
* Revamp BigInt encoding and decoding.Jack Lloyd2019-01-241-1/+1
* Fix some warnings from PVS-StudioJack Lloyd2019-01-171-1/+1
* Remove trailing whitespaceJack Lloyd2019-01-131-1/+1
* Make ctz and high_bit faster and const-time-ishJack Lloyd2018-12-221-1/+1
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-2/+0
* Add OIDs for SIV and OCB mode ciphersJack Lloyd2018-08-231-0/+26
* Add PBES2 as alias for PBE-PKCS5v20Jack Lloyd2018-08-231-1/+2
* Cleanup of BigInt encoding/decoding functionsJack Lloyd2018-08-141-1/+1
* Add path validation to FFIJack Lloyd2018-08-132-0/+9
* Add some final annotationsJack Lloyd2018-08-131-1/+1
* Combine SM2 key types for signatures and encryptionJack Lloyd2018-08-011-1/+2
* Add OID for HMAC with SHA-512/256Jack Lloyd2018-08-011-1/+3