summaryrefslogtreecommitdiffstats
path: root/common/openpgp-oid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "common: Add a default OpenPGP ECC mapping."Ingo Klöcker2022-09-091-1/+0
* common: Add a default OpenPGP ECC mapping.Werner Koch2022-08-011-0/+1
* scd:openpgp: Fix a segv for cards supporting unknown curves.Werner Koch2022-05-051-2/+2
* gpg: Support exporting Ed448 SSH key.NIIBE Yutaka2021-03-221-0/+28
* common: Fix the NBITS of Ed448in OIDTABLE.NIIBE Yutaka2021-03-151-1/+1
* Silence compiler warnings.NIIBE Yutaka2020-08-191-1/+1
* gpg,agent: Support Ed448 signing.NIIBE Yutaka2020-06-241-0/+1
* ecc: Use "cv448" to specify key using X448.NIIBE Yutaka2020-06-231-8/+15
* gpg: Add X448 support.NIIBE Yutaka2020-06-091-0/+28
* sm: Print the key types as standard key algorithm strings.Werner Koch2020-05-071-3/+3
* common: Extend the openpgp_curve_to_oid function.Werner Koch2020-02-111-2/+10
* common: Extend the new get_keyalgo_string functionWerner Koch2020-02-101-5/+28
* common: Remove duplicated call to a function.Werner Koch2020-02-091-1/+0
* common: New function get_keyalgo_string.Werner Koch2020-02-091-0/+121
* common: Add OpenPGP<->Gcrypt pubkey id mapping functions.Werner Koch2020-02-091-0/+30
* common: New helper functions for OpenPGP curve OIDs.Werner Koch2019-01-291-33/+54
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-2/+2
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* gpg: New option --default-new-key-algo.Werner Koch2016-12-021-5/+11
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* common: Fix openpgp_is_curve_supported.NIIBE Yutaka2016-10-241-2/+2
* common: Rename an odd named function.Werner Koch2016-08-251-4/+4
* common: New function openpgp_is_curve_supported.Werner Koch2016-06-021-3/+30
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* common: Change alias for Curve25519 to "cv25519".Werner Koch2015-08-071-1/+1
* Curve25519 support.NIIBE Yutaka2015-08-061-0/+21
* common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka2015-08-061-4/+4
* g10: Use canonical name for curve.NIIBE Yutaka2015-07-081-3/+3
* common: Make openpgp_oid_to_str more robust.Werner Koch2015-03-151-2/+4
* gpg: Add --list-gcrypt-config and "curve" item for --list-config.Werner Koch2015-03-101-0/+38
* doc: Some typo fixes.Werner Koch2015-03-061-1/+1
* Fix buffer overflow in openpgp_oid_to_str.Werner Koch2014-11-251-0/+2
* gpg: Fix export of NIST ECC keys.Werner Koch2014-09-021-72/+60
* gpg: Finish experimental support for Ed25519.Werner Koch2014-05-071-3/+6
* g10: EdDSA support.NIIBE Yutaka2014-04-081-1/+1
* gpg: Change format for the key size in --list-key and --edit-key.Werner Koch2014-02-051-4/+3
* Add secp256k1.NIIBE Yutaka2014-01-151-0/+7
* gpg: Change OID of Ed25519 and add Brainpool oids.Werner Koch2013-12-051-6/+27
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-151-0/+91
* Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch2012-04-201-5/+15
* fixed --list-keys on Linux64 bitAndrey Jivsov2011-02-121-2/+3
* Move OpenPGP OID helpers to common/.Werner Koch2011-01-311-0/+227