aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* regexp: Update UnicodeData.txt.gniibe/regexpNIIBE Yutaka2020-04-031-61/+2240
* regexp: Add copyright information.NIIBE Yutaka2020-04-033-1/+124
* regexp: Add comment of changes.NIIBE Yutaka2020-02-141-0/+5
* regexp: Tweak generation of _unicode_mapping.c.NIIBE Yutaka2020-02-132-5/+3
* regexp: Add rules to generate _unicode_mapping.c.NIIBE Yutaka2020-02-133-269/+54
* regexp: More removal from unused utf8 functions.NIIBE Yutaka2020-02-133-369/+1
* regexp: Also don't need title map.NIIBE Yutaka2020-02-131-6/+0
* regexp: Don't need width calc for regexp.NIIBE Yutaka2020-02-133-2513/+0
* regexp: Check if ->pmatch != NULL.NIIBE Yutaka2020-02-122-9/+13
* regexp: Fix use of regexp in g10/trustdb.c.NIIBE Yutaka2020-02-122-26/+2
* regexp: A little fix for jimregexp.c.NIIBE Yutaka2020-02-121-0/+4
* regexp: Use regexp/libregexp.a by gpg frontend.NIIBE Yutaka2020-02-125-70/+10
* regexp: Add regexp/Makefile.am.NIIBE Yutaka2020-02-121-0/+28
* regexp: Add UTF-8 support.NIIBE Yutaka2020-02-123-0/+34603
* regexp: Remove including Jim Tcl headers.NIIBE Yutaka2020-02-122-4/+0
* regexp: Add regexp module from Jim Tcl.NIIBE Yutaka2020-02-125-0/+2465
* gpg: Improve key creation direct from the card.Werner Koch2020-02-113-26/+122
* scd:openpgp: Send a KEY-TIME status with READKEYWerner Koch2020-02-112-1/+39
* card: First code to actually create openpgp keys.Werner Koch2020-02-112-17/+3
* scd:openpgp: Optional allow for lowercase keyrefs.Werner Koch2020-02-111-10/+10
* scd:openpgp: Allow auto-changing of the key attributes in genkey.Werner Koch2020-02-112-47/+181
* common: Extend the openpgp_curve_to_oid function.Werner Koch2020-02-119-16/+27
* doc: Improve the warning section of the gpg man page.Werner Koch2020-02-101-10/+16
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-1032-18/+41
* gpg: Make really sure that --verify-files always returns an error.Werner Koch2020-02-101-5/+13
* card: Remove command "key-attr" and hack on "generate".Werner Koch2020-02-103-398/+203
* scd:openpgp: Let the genkey function also accept a full keyref.Werner Koch2020-02-092-4/+13
* common: Extend the new get_keyalgo_string functionWerner Koch2020-02-092-5/+29
* common: Remove duplicated call to a function.Werner Koch2020-02-091-1/+0
* common: New function get_keyalgo_string.Werner Koch2020-02-094-3/+198
* common: Add OpenPGP<->Gcrypt pubkey id mapping functions.Werner Koch2020-02-095-21/+41
* card: Support brainpool curves in the generate command.Werner Koch2020-02-091-11/+26
* sm: New option --issuer-der for the listkey commands.Werner Koch2020-02-031-7/+73
* card: Add new OpenPGP card vendor.Werner Koch2020-01-282-0/+2
* dirmngr: Fix building w/o LDAP supportWerner Koch2020-01-211-0/+6
* gpg: Fix printing of keyring name (regression in master)Werner Koch2020-01-211-1/+1
* card: Add new OpenPGP card vendorWerner Koch2020-01-212-0/+2
* build: Require libgpg-error 1.37Werner Koch2020-01-212-2/+2
* tools: Let watchgnupg determine the socket name via gpgconf.Werner Koch2020-01-202-26/+159
* gpgconf,w32: Print a warning for a suspicious homedir.Werner Koch2020-01-172-0/+17
* gpg: Prefer card key on use in multiple subkeys situation.NIIBE Yutaka2020-01-172-42/+80
* gpg: Prepare enhancement of agent_probe_secret_key.NIIBE Yutaka2020-01-178-26/+32
* card: Allow switching of cards and applications.Werner Koch2020-01-163-24/+193
* scd: New commands SWITCHCARD and SWITCHAPP.Werner Koch2020-01-163-13/+262
* scd:piv: Remove debug code from a recent commit.Werner Koch2020-01-161-2/+1
* gpg: Print better debug info in case of broken sig subpackets.Werner Koch2020-01-161-1/+4
* gpg: Use "SCD KEYINFO" to get available card keys.NIIBE Yutaka2020-01-161-80/+29
* gpg: Add agent_scd_keyinfo to retrieve available card keys.NIIBE Yutaka2020-01-162-1/+178
* gpg: default-key: Simply don't limit by capability.NIIBE Yutaka2020-01-161-5/+0
* gpg: Cert only key should be usable with --default-key.NIIBE Yutaka2020-01-151-1/+2