Home GnuPG

Weekly Standup
ActivePublic

Hosted by werner on Aug 8 2022, 10:00 AM - 10:30 AM.

Recurring Event

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

Event Timeline

Short escape to a mountain side.
Not sure the possibility of network connection on 9th

Last week:

  • Summer Scute experiment more: T6002
    • Remove access to "SCD READCERT"
    • Support ECC, for classic curves
      • I didn't use libksba, because it's only OID which we need to parse from certificate.
      • Found that NSS only supports NIST curves (and 25519), not Brainpool
  • Fix Python binding bugs for gpgme
    • T5825: the reporter is right, original code was simply wrong to restore the callback.
    • T6060: At the exception handling of Python, the object for GPGME may be accessed after the release of GPGME reference.

This week:

  • ECC support of Scute can be backported as an independent feature support and a task (factoring out from multiple card/token support).
  • It would be possible to push a patch supporting Brainpool to NSS package in Debian.
    • ... but upstream seems to have no interest
  • bug fixes