aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/asn1/der_enc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make ctz and high_bit faster and const-time-ishJack Lloyd2018-12-221-1/+1
* Allow passing a writer function callback to DER_EncoderJack Lloyd2018-06-081-9/+9
* DER improvementsJack Lloyd2018-05-221-27/+58
* Cleanups and optimizations in DER_EncoderJack Lloyd2018-05-211-67/+63
* Simplify overloads in DER_EncoderJack Lloyd2017-12-191-33/+0
* Address some bool/int conversion warnings from SonarJack Lloyd2017-10-061-1/+1
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-1/+1
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Fix various MSVC warningsJack Lloyd2017-08-311-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-33/+33
* Add asserts to help out CoverityJack Lloyd2016-02-091-0/+2
* Mass-prefix member vars with m_René Korthaus2016-01-081-24/+24
* Internal header cleanupsJack Lloyd2015-09-191-1/+1
* lib/asn1: Convert &vec[0] to vec.data()Simon Warta2015-06-271-6/+6
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+410