aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ecc-sos,gpg: More fixes for SOS.gniibe/sosNIIBE Yutaka2020-06-044-5/+44
* Fix previous commit.NIIBE Yutaka2020-06-041-1/+1
* ecc-sos,gpg: Use sexp_extract_param_sos to get MPI.NIIBE Yutaka2020-06-044-16/+10
* ecc-sos: Apply SOS also to ECDSA.NIIBE Yutaka2020-06-043-5/+12
* ecc-sos: Fix handling cleartext secret key from agent.NIIBE Yutaka2020-06-041-7/+52
* ecc-sos, agent: More fixes for fixup of ECC private key.NIIBE Yutaka2020-06-044-19/+27
* ecc-sos,agent: Fix sexp parsing of private key.NIIBE Yutaka2020-06-031-5/+8
* ecc-sos, agent: Add fixing up private key part for leading zero.NIIBE Yutaka2020-06-035-10/+128
* Revert "ecc-sos: Add special leading zero octet removal."NIIBE Yutaka2020-06-011-41/+9
* ecc-sos: SOS as Strange Octet String.NIIBE Yutaka2020-05-271-14/+9
* ecc-sos: Add special leading zero octet removal.NIIBE Yutaka2020-05-271-9/+41
* ecc-sos: Fix SOS handling and revert change of cvt protocol.NIIBE Yutaka2020-05-261-15/+25
* ecc-sos: Unsigned integer for SSH, more.NIIBE Yutaka2020-05-261-1/+1
* ecc-sos: Use unsigned integer format for SSH.NIIBE Yutaka2020-05-261-3/+1
* ecc-sos: When reading private key, it's unsigned.NIIBE Yutaka2020-05-261-1/+1
* agent: SSH clean up.NIIBE Yutaka2020-05-261-30/+9
* ecc-sos: Backport master change for ECDH.NIIBE Yutaka2020-05-253-298/+368
* Revert "ecc-sos: Fix SOS handling in do_unprotect."NIIBE Yutaka2020-05-251-10/+9
* ecc-sos: Fix SOS handling in do_unprotect.NIIBE Yutaka2020-05-201-9/+10
* ecc-sos: Avoid using gcry_mpi_print and gcry_mpi_scan.NIIBE Yutaka2020-05-205-49/+79
* ecc-sos: Fix ECDH.NIIBE Yutaka2020-05-201-8/+2
* agent: Don't use gcry_mpi_scan when not needed.NIIBE Yutaka2020-05-191-13/+3
* ecc-sos: Fix exporting secret key for SOS.NIIBE Yutaka2020-05-191-7/+7
* ecc-sos: Fix gpg-agent for SOS handling.NIIBE Yutaka2020-05-181-25/+63
* ecc-sos: gpg-agent access ECC public key as opaque string.NIIBE Yutaka2020-05-141-6/+7
* ecc-sos: Use opaque for key from agent.NIIBE Yutaka2020-05-141-1/+1
* ecc-sos: Compatible mode for SOS.NIIBE Yutaka2020-05-141-6/+27
* ecc-sos: No need to expose sos_write.NIIBE Yutaka2020-05-142-12/+8
* ecc-sos: Clean up use of mpi_get_opaque.NIIBE Yutaka2020-05-121-2/+2
* ecc-sos: Remove zero-octet removal on write.NIIBE Yutaka2020-05-082-18/+0
* ecc-sos: Fix gpg_mpi_write for opaque bit string.NIIBE Yutaka2020-05-041-0/+1
* ecc-sos: Fix reading SEXP from agent.NIIBE Yutaka2020-05-041-1/+1
* ecc-sos: Fix parsing key for EdDSA/ECDH.NIIBE Yutaka2020-05-041-1/+5
* ecc-sos: public key is MPI with the prefix 0x40.NIIBE Yutaka2020-05-045-11/+5
* sos: don't change NBITS.NIIBE Yutaka2020-05-041-2/+0
* sos: Fix fingerprint computation.NIIBE Yutaka2020-05-044-9/+14
* agent: Fix converting to OpenPGP.NIIBE Yutaka2020-05-041-2/+5
* Fix exporting key for ECC.NIIBE Yutaka2020-05-041-2/+2
* gpg: Fix for the condition calling gpg_sos_write.NIIBE Yutaka2020-05-041-4/+20
* gpg: Use opaque MPI for shared point.NIIBE Yutaka2020-05-041-7/+1
* gpg: Implement the fix-up of zero for SOS.NIIBE Yutaka2020-05-041-0/+23
* gpg: Use opaque MPI for ECDH.NIIBE Yutaka2020-05-042-24/+4
* gpg: Use GCRYMPI_FLAG_USER2 for SOS, and hash_public_key with that.NIIBE Yutaka2020-05-042-3/+13
* Add sos_read.NIIBE Yutaka2020-05-042-10/+98
* gpg: Use opaque byte MPI interface for ECC key.NIIBE Yutaka2020-05-041-1/+1
* gpg: Introduce SOS (Simply Octet String) support.NIIBE Yutaka2020-05-042-6/+59
* sm: Add support to export ECC private keys.Werner Koch2020-04-274-211/+559
* common: Add an easy to use DER builder.Werner Koch2020-04-244-120/+416
* sm: Minor debug output format changes.Werner Koch2020-04-233-3/+3
* sm: Support decryption of ECDH data.Werner Koch2020-04-231-37/+365