Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a 'none' OS target for bare metal builds. | Jack Lloyd | 2020-03-14 | 1 | -1/+1 |
| | | | | GH #2303 | ||||
* | 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 |
| | | | | | A few older APIs use as_string where everywhere else uses to_string. Add to_string's where missing, and deprecate X::as_string. | ||||
* | Split CLI utils.cpp into more parts | Jack Lloyd | 2019-02-28 | 1 | -4/+10 |
| | | | | | | Add base58 encoding/decoding CLI Use decrypt_or_random in pk_decrypt | ||||
* | Fixes for minimized builds | Jack Lloyd | 2019-02-16 | 1 | -0/+1 |
| | | | | Various configurations would fail build or test, fix that. | ||||
* | 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 |