Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang-tidy readability-container-size-empty warnings | Jack Lloyd | 2022-02-06 | 1 | -1/+1 |
* | Don't use shouting case for ASN1_{Type,Class} values | Jack Lloyd | 2021-01-13 | 1 | -6/+6 |
* | Split ASN1 tags enum class into 2 enum classes | sledgehammer_999 | 2021-01-11 | 1 | -6/+6 |
* | Convert ASN1_Tag to an enum class | Jack Lloyd | 2020-12-20 | 1 | -8/+8 |
* | Add a 'none' OS target for bare metal builds. | Jack Lloyd | 2020-03-14 | 1 | -1/+1 |
* | Reduce usage of oids.h with the addition of some helpers on OID | Jack Lloyd | 2019-08-04 | 1 | -2/+2 |
* | Deprecate and replace OIDS::lookup | Jack Lloyd | 2019-08-04 | 1 | -4/+4 |
* | s/as_string/to_string/ | Jack Lloyd | 2019-03-01 | 1 | -1/+1 |
* | Split CLI utils.cpp into more parts | Jack Lloyd | 2019-02-28 | 1 | -4/+10 |
* | Fixes for minimized builds | Jack Lloyd | 2019-02-16 | 1 | -0/+1 |
* | Tighten up error checking in pk_decrypt | Jack Lloyd | 2018-07-13 | 1 | -16/+26 |
* | Add pk_encrypt/pk_decrypt commands | Jack Lloyd | 2018-07-04 | 1 | -0/+212 |