Home GnuPG

Weekly Standup
ActivePublic

Hosted by werner on Dec 14 2020, 11:00 AM - 11:30 AM.

Recurring Event

Event Series
This event is an instance of E422: Weekly Standup, and repeats every week.

Event Timeline

Last week:

This week:

  • Lower priority of T4563: gpg-agent fails to sign request of PKISSH
    • because it is the bug of PKISSH, basically,
      • it is occurred when remote machine is OpenSSH and PKISSH client wrongly considers handling of SSH_AGENT_RFC6187_OPAQUE_ECDSA_SIGNATURE is needed for different signature format (not OpenSSH, but DER).
      • it is wrong because OpenSSH (or ssh-agent emulation of gpg-agent) never supports SSH_AGENT_RFC6187_OPAQUE_ECDSA_SIGNATURE flag and signature in DER format.
      • it is also wrong that it is PKISSH which supports SSH_AGENT_RFC6187_OPAQUE_ECDSA_SIGNATURE flag and signature in DER format, but actually not used by its server implementation.
  • libgcrypt
  • Gnuk in 2022
    • Curve448 support

Last week:

  • Active Directory work

This week:

  • Fix LDAP bugs lingering for 20 years or so.
  • Finish global options for 2.2
aheinecke added a subscriber: aheinecke.

Last week:

  • Refactored GpgOL's attachment and e-mail encryption handling
    • Works well, but draft encryption is very broken and I don't know yet how to fix it.

This week:

  • Some documentation work.
  • Looking at the onboarding experience for new users. / Newcertificatewizard.
  • More GpgOL. Fix draft encryption and make the encryption code more explicit.
    • It's currently too event driven, and the states are inconsistent.