aboutsummaryrefslogtreecommitdiffstats
path: root/common/openpgp-oid.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-05gpg: Allow to create a Kyber key from keygrips.Werner Koch1-0/+1
2024-04-03common: Extend openpgp_oid_to_curve to return an abbreviated name.Werner Koch1-13/+38
2023-04-12gpg: Curvenames may now compared case insensitive.Werner Koch1-9/+12
2023-02-21gpg: Prepare to accept shorter OIDs for ed25519 and cv25519.Werner Koch1-6/+20
2022-09-09Revert "common: Add a default OpenPGP ECC mapping."Ingo Klöcker1-1/+0
2022-08-01common: Add a default OpenPGP ECC mapping.Werner Koch1-0/+1
2022-05-05scd:openpgp: Fix a segv for cards supporting unknown curves.Werner Koch1-2/+2
2021-03-22gpg: Support exporting Ed448 SSH key.NIIBE Yutaka1-0/+28
2021-03-15common: Fix the NBITS of Ed448in OIDTABLE.NIIBE Yutaka1-1/+1
2020-08-19Silence compiler warnings.NIIBE Yutaka1-1/+1
2020-06-24gpg,agent: Support Ed448 signing.NIIBE Yutaka1-0/+1
2020-06-23ecc: Use "cv448" to specify key using X448.NIIBE Yutaka1-8/+15
2020-06-09gpg: Add X448 support.NIIBE Yutaka1-0/+28
2020-05-07sm: Print the key types as standard key algorithm strings.Werner Koch1-3/+3
2020-02-11common: Extend the openpgp_curve_to_oid function.Werner Koch1-2/+10
2020-02-09common: Extend the new get_keyalgo_string functionWerner Koch1-5/+28
2020-02-09common: Remove duplicated call to a function.Werner Koch1-1/+0
2020-02-09common: New function get_keyalgo_string.Werner Koch1-0/+121
2020-02-09common: Add OpenPGP<->Gcrypt pubkey id mapping functions.Werner Koch1-0/+30
2019-01-29common: New helper functions for OpenPGP curve OIDs.Werner Koch1-33/+54
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-2/+2
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2016-12-02gpg: New option --default-new-key-algo.Werner Koch1-5/+11
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-24common: Fix openpgp_is_curve_supported.NIIBE Yutaka1-2/+2
2016-08-25common: Rename an odd named function.Werner Koch1-4/+4
2016-06-02common: New function openpgp_is_curve_supported.Werner Koch1-3/+30
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-08-07common: Change alias for Curve25519 to "cv25519".Werner Koch1-1/+1
2015-08-06Curve25519 support.NIIBE Yutaka1-0/+21
2015-08-06common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka1-4/+4
2015-07-08g10: Use canonical name for curve.NIIBE Yutaka1-3/+3
2015-03-15common: Make openpgp_oid_to_str more robust.Werner Koch1-2/+4
2015-03-10gpg: Add --list-gcrypt-config and "curve" item for --list-config.Werner Koch1-0/+38
2015-03-06doc: Some typo fixes.Werner Koch1-1/+1
2014-11-25Fix buffer overflow in openpgp_oid_to_str.Werner Koch1-0/+2
2014-09-02gpg: Fix export of NIST ECC keys.Werner Koch1-72/+60
2014-05-07gpg: Finish experimental support for Ed25519.Werner Koch1-3/+6
2014-04-08g10: EdDSA support.NIIBE Yutaka1-1/+1
2014-02-05gpg: Change format for the key size in --list-key and --edit-key.Werner Koch1-4/+3
2014-01-15Add secp256k1.NIIBE Yutaka1-0/+7
2013-12-05gpg: Change OID of Ed25519 and add Brainpool oids.Werner Koch1-6/+27
2013-11-15gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch1-0/+91
2012-04-20Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch1-5/+15
2011-02-12fixed --list-keys on Linux64 bitAndrey Jivsov1-2/+3
2011-01-31Move OpenPGP OID helpers to common/.Werner Koch1-0/+227