summaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: Update distributed signature key.Werner Koch2016-12-201-0/+0
* typo: Fix a string in do_we_trust_pre.Werner Koch2016-12-191-1/+1
* Remove unused debug flags and add "dns" and "network".Werner Koch2016-12-192-3/+0
* gpg,sm: A few more option for --gpgconf-list.Werner Koch2016-12-161-0/+2
* g10: Use total days, not total messages to compute TOFU validityNeal H. Walfield2016-12-161-12/+12
* g10: Extend TOFU_STATS to emit <sign-days> and <encyrption-days>Neal H. Walfield2016-12-161-16/+63
* g10: On a TOFU conflict, write the conflicting keys to the status fdNeal H. Walfield2016-12-161-16/+36
* g10: Add missing space.Neal H. Walfield2016-12-161-1/+1
* g10: Avoid translating simple error messages.Justus Winter2016-12-151-15/+15
* g10: Rework the --quick-* interface.Justus Winter2016-12-151-7/+11
* g10: Rename 'card-edit' to 'edit-card'.Justus Winter2016-12-152-2/+3
* g10: Spell out --desig-revoke.Justus Winter2016-12-151-1/+2
* g10: Shorten unreasonably long option.Justus Winter2016-12-152-3/+3
* g10,sm: Spell out --passwd.Justus Winter2016-12-131-2/+3
* g10: Spell out --gen-revoke.Justus Winter2016-12-132-3/+6
* g10: Spell out --full-gen-key.Justus Winter2016-12-132-4/+5
* g10,sm: Spell out --gen-key.Justus Winter2016-12-131-4/+5
* g10,sm: Spell out --check-sigs.Justus Winter2016-12-131-1/+3
* g10,sm: Spell out --list-sigs.Justus Winter2016-12-131-1/+2
* g10: Hyphenate --clearsign.Justus Winter2016-12-131-5/+6
* g10: Spell out --recv-keys.Justus Winter2016-12-131-1/+2
* g10: Create expiring keys in quick key generation mode.Justus Winter2016-12-131-0/+2
* gpg: Fix memory leak in ecc key generation.Werner Koch2016-12-121-1/+2
* gpg: Do not use a fixed string for --gpgconf-list:default_pubkey_algo.Werner Koch2016-12-123-2/+20
* gpg: Fix algo string parsing of --quick-addkey.Werner Koch2016-12-122-10/+19
* g10: Create keys that expire in simple key generation mode.Justus Winter2016-12-091-1/+6
* g10: List compression algorithms using human-readable names.Justus Winter2016-12-091-0/+9
* g10: Fix memory leak.Justus Winter2016-12-091-0/+2
* Fix 2 compiler warnings.Werner Koch2016-12-081-1/+1
* gpg: Fix the fix out-of-bounds access.Werner Koch2016-12-081-2/+2
* g10: Fix out-of-bounds access.Justus Winter2016-12-081-1/+1
* gpg: Fix portability problem.Werner Koch2016-12-081-2/+9
* g10: Avoid a memory leak.Neal H. Walfield2016-12-061-0/+2
* g10: Remove dead code.Neal H. Walfield2016-12-062-22/+0
* gpg: New option --quick-set-expire.Werner Koch2016-12-054-26/+142
* gpg: Fix error code arg in ERRSIG status line.Werner Koch2016-12-031-1/+1
* gpg: New option --default-new-key-algo.Werner Koch2016-12-024-130/+393
* g10: Improve debugging output.Neal H. Walfield2016-12-021-6/+12
* g10: In the TOFU module, make strings easier to translate.Neal H. Walfield2016-12-011-187/+144
* gpg: Let only Dirmngr decide whether CERT is supported.Werner Koch2016-12-012-6/+0
* gpg: Make --decrypt with output '-&nnnn' work.Werner Koch2016-11-291-3/+19
* gpg,sm: Merge the two versions of check_special_filename.Werner Koch2016-11-292-2/+4
* g10: Fix memory leak.Justus Winter2016-11-291-4/+5
* Improve some comments.Neal H. Walfield2016-11-296-30/+51
* g10: Extend TOFU_STATS to always show the validityNeal H. Walfield2016-11-291-11/+19
* g10: Fix iteration over getkey results.Justus Winter2016-11-281-1/+1
* g10: Avoid gratuitously loading a keyblock when it is already availableNeal H. Walfield2016-11-2311-50/+108
* g10: Use es_fopen instead of open.Neal H. Walfield2016-11-221-11/+10
* g10: If the set of UTKs changes, invalidate any changed policies.Neal H. Walfield2016-11-223-0/+159
* g10: Fix memory leak.Justus Winter2016-11-221-2/+0