Codebase list pgpdump / 3b31c3a
Merge pull request #19 from ppentchev/roam-typos Fix some typographical errors. Kazu Yamamoto authored 7 years ago GitHub committed 7 years ago
2 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
2525
2626 0.26 2007/09/06
2727
28 * Catching upto ID 22.
28 * Catching up to ID 22.
2929
3030 0.25 2006/10/02
3131
32 * Catching upto ID 18
32 * Catching up to ID 18
3333 - Adding SHA224.
3434
3535 0.24 2004/12/24
166166 1970, UTC)
167167 * Fixed key and signature expiration time calculations
168168 (expiration time == seconds since creation time)
169 * Added capability to read from stdin when no file is specifed on the
169 * Added capability to read from stdin when no file is specified on the
170170 commandline
171171 * Implemented missing subpackets
172172 - revocation_key
277277 printf("No reason specified");
278278 break;
279279 case 1:
280 printf("Key is superceded");
280 printf("Key is superseded");
281281 break;
282282 case 2:
283283 printf("Key material has been compromised");