Meeting called to order by Ira McDonald at 1pm US Eastern. Minutes taken by Ira McDonald.
Attendees
Agenda
- Discussion - OP Micro-Conference at 10am-2pm US EDT on Friday 28 August 2020 - Discussions and presentations - We successfully did our second OpenPrinting microconference! - There is a complete recording on YouTube (same links as for the live broadcast during the conference). But note that this one is created automatically by the video conference system, and edited version will get posted later. - We talked about the following topics (links to the slides in PDF format): - Introduction - Aveek Basu - Printer Applications - A new way to print in Linux - Michael Sweet - 3D Printing - Michael Sweet - IPP Scan (or virtual MF device) server (Scanner Application) - Alexander Pevzner - Designing and Packaging Printer and Scanner Drivers - Till Kamppeter - IPP Standards Landscape - Ira McDonald - IPP Fax Out - A new reality - Aveek Basu - 20 Years on Printing with Free Software - Till Kamppeter - The video conferencing system and the live broadcast worked very well, having around 40 listeners in our virtual room and up to 17 listeners on YouTube. Thanks again to the great work of the Linux Plumbers organizers! - We hope we will be able to meet in person again in 2021!
- Discussion - Joint PWG/OP Summit Virtual F2F (PWG Host) - 18-20 August 2020 - Ira to attend - Ira invited Aveek and Till to present on GSoC/GSoD status - 11:30am EDT on Tuesday 18 August 2020
- Progress report - Excellent content and rapid maintenance - OP News - https://openprinting.github.io/news/ - new comment section added recently - OP Driverless Printing - https://openprinting.github.io/driverless/ - Linux Foundation Mentorship Program - https://people.communitybridge.org - We need to go through the new OP website now and look for things which are still missing or need improving. Please report any issue here: - https://github.com/OpenPrinting/openprinting.github.io/issues
- Progress report - See Driverless Scanning below.
- Progress report - See IPP over USB above.
- Progress report - On the Printer Apllications side Sambhav Dusad, GSoC 2020 student, has started to work on creating a Gutenprint Printer Application. As Gutenprint provides all printer capability through its library (PPD files are auto-generated), this will be the first larger-scope native Printer Application. - We also have already the following filter functions in cups-filters: pstops, pdftops, pdftopdf, ghostscript (replaces gstoraster, gstopdf, gstopxl), pclmtoraster, rastertopdf (replaces rastertopdf amd rastertopcl), rastertops, and filterChain - Special thanks go to Vikrant Malik and Jai Luthra for their work on the filter functions. - On the printing-architecture mailing list at OpenPrinting, we had a discussion about whether CUPS is still needed with Printer Applications and IPP devices in place: - Will IPP printer devices and Printer Applications obsolete the cupsd? - Note that, for participating in these discussions, you have to subscribe to the printing-architecture mailing list.
- Progress report - The Main Inclusion Requests (MIR) to get ipp-usb and sane-airscan into Ubuntu Main have passed the general checks of the Ubuntu MIR team and are waiting for the reviews of the Ubuntu security team. - Alexander Pevzner is continuing to take user reports and make the packages working with as many devices as possible. - IPP Scan support is currently added to sane-airscan as a LFMP project.
- Progress report - The CUPS Snap project is currently waiting for the snapd project to add the needed API extensions. - The Pull Request for the implementation of the new “cups” and “cups-control” interfaces got merged into snapd. - The pull request for adding the API functionality so that a Snap can check whether a client Snap plugs the needed interfaces is still in the works.
- CUPS Summary (Till) - Current CUPS release is still v2.3.3 on 24 April 2020 (Apple) - Security fixes - Due to dormant upstream development we have discussed to create a (temporary) fork on OpenPrinting for bug fixes and distribution patches and Michael Sweet has done it now. - CUPS Filters Summary (Till) - Current release is v1.28.2 on 10 September 2020. - On the way towards 2.0.0 we have converted many filters to filter functions, having now pstops, pdftops, pdftopdf, ghostscript (replaces gstoraster, gstopdf, gstopxl), pclmtoraster, rastertopdf (replaces rastertopdf amd rastertopcl), rastertops, and filterChain - filterChain() is a special filter function which takes an array of filter functions as a parameter and passes the input data to all these filter functions subsequently, allowing for conversions for which there is no single filter function available. - Special thanks go to Vikrant Malik and Jai Luthra for their work on the filter functions. - To allow further releases of cups-filters during the transition from 1.x to 2.x, Till has created a 1.x branch into which Till cherry-picks all the bug fixes and some smaller feature additions. This branch is especially the source for the current cups-filters packages in Debian and Ubuntu. - Here, Till has especially added the driverless fax support and the IPP/IPPS support in the driverless utility, from Nidhi Jain’s LFMP project (see above). Also many bug fixes, especially crashes and memory leaks of cups-browsed, are included here. - CUPS Filters release v1.28.2 on 10 September 2020 - Bug fix release to mainly fix cups-browsed not shutting down and the driverless utility being slow when listing available printers/faxes - CUPS Filters release v1.28.1 on 26 August 2020 - Bug fix release to fix several bugs in the new IPP Fax Out support by the "driverless" utility and also to fix some minor issues - CUPS Filters release v1.28.0 on 25 August 2020 - Feature release (probably the last one before 2.0.0) which adds IPP Fax Out support, IPPS support, and a command line option to reveal satndard IPP URIs to the “driverless” utility, added log file size limitation and command line options to control what happens to generated queues on shutdown to cups-browsed, fixed several bugs when printing PostScript input files, several bugs and memory leaks in cups-browsed, crashes on the presence of certain fonts, and many more fixes. - CUPS Filters release v2.0.0 planned changes - libcupsfilters, gstoraster, gstopdf, gstopxl: Moved core functionality of gstoraster into the ghostscript() filter function. - braille: Support new liblouis tables not containing a display name (Pull request #303). - libcupsfilters: Added filterChain() filter function to run several filter functions in a chain. - libcupsfilters, pdftopdf: Moved core functionality of pdftopdf into the pdftopdf() filter function (Pull request #301). - Build system: Let ./configure not error out when there is more than one DejaVuSans.ttf test font candidate (Issue #300). - cups-browsed: Crash when a remote printer set as default gets removed, due to missing variable in printf() call (Issue #299). - COPYING: Fixed several typos - libcupsfilters: Fixed typo in log message of get_printer_attributes functions. - cups-browsed: Fixed typos in configuration file and man page - libcupsfilters: Let the PPD generator not suffix page size names with ".Borderless" if all page sizes would get this suffix, for example for printers which generally print borderless. - driverless, driverless-fax, libcupsfilters: Added IPP Fax Out support. Now printer setup tools list an additional fax "driver". A fax queue is created by selecting this driver. Jobs have to be sent with "-o phone=12345" to supply the destination phone number (Pull request #280, #293, #296, #302, #304, #305, #306, Issue #298). - libfontembed: Silenced warning with gcc 10.x (Pull request #287). - libcupsfilters, rastertopdf, rastertopclm: Moved core functionality of rastertopdf into the rastertopdf() filter function (Pull request #288, #289). - cups-browsed: Added ./configure options --enable-saving-created-queues and --with-remote-cups-local-queue-naming (Pull request: #253, #285). - libcupsfilters, pclmtoraster: Moved core functionality of pclmtoraster into the pclmtoraster() filter function (Pull request #275). - libcupsfilters, rastertops: Moved core functionality of rastertops into the rastertops() filter function (Pull request #282, #290). - cups-browsed: Fixed several memory leaks, mainly from the code to merge printer IPP attributes for clusters (Pull request #281, #283). - libcupsfilters: Started adding functions to read out IPP attributes from the job and check them against the IPP attributes (capabilities) of the printer: ippAttrEnumValForPrinter(), ippAttrIntValForPrinter() - CUPS Filters release v1.28.2 on 10 September 2020 (Till) - driverless: Free allocated memory, use MAX_OUTPUT_LEN (Pull request #304). - driverless: driverless: Make the two ippfind tasks (for IPP and IPPS) run in parallel (Pull request #302, #305, #306). - braille: Support new liblouis tables not containing a display name (Pull request #303). - Build system: Let ./configure not error out when there is more than one DejaVuSans.ttf test font candidate (Issue #300). - cups-browsed: Crash when a remote printer set as default gets removed, due to missing variable in printf() call (Issue #299). - libcupsfilters: Removed all signal handling and global variables from get_printer_attributes() and ippfind_based_uri_converter(). This is overkill for these quick operations and causes problems when shutting down cups-browsed (Issue #298). - CUPS Filters release v1.28.1 on 26 August 2020 (Till) - COPYING: Fixed several typos - libcupsfilters: Fixed typo in log message of get_printer_attributes functions. - cups-browsed: Fixed typos in configuration file and man page - libcupsfilters: Let the PPD generator not suffix page size names with ".Borderless" if all page sizes would get this suffix, for example for printers which generally print borderless. - libcupsfilters: Added "faxPrefix" option for generated IPP Fax Out PPDs, so that this option also appears in print dialogs. - driverless: List addresses for local services correctly when using "--std-ipp-uris" (with "localhost" hostname). - driverless: Make calls of the ippfind utility somewhat faster, setting the timeout of ippfind to automatic. - libcupsfilters: Resolve DNS-SD-based URIs for local services correctly (using hostname "localhost"). - libcupsfilters: In get_printer_attributes() functions do not try to convert URIs which are not DNS-SD-based (Issue #294). - libcupsfilters: In get_printer_attributes() functions also support URIs with "dnssd://..." scheme. - libcupsfilters: Moved signal handling back into main function of the get_printer_attributes() variants, it got moved out accidentally. - driverless: For generating a PPD, independent whether via "driverless URI" or "driverless cat URI", always allow CUPS driver URIs (prefixed with "driverless: " or "driverless-fax:") and pure IPP URIs. - driverless: Accept clean IPP URIs also for 'driverless cat ...' (Issue #295, Pull request #296). - driverless-fax: Do not use fixed path for call of driverless itself (Pull request #293). - CUPS Filters release v1.28.0 on 25 August 2020 (Till) - driverless, driverless-fax, libcupsfilters: Added IPP Fax Out support. Now printer setup tools list an additional fax "driver". A fax queue is created by selecting this driver. Jobs have to be sent with "-o phone=12345" to supply the destination phone number (Pull request #280). - libfontembed: Silenced warning with gcc 10.x (Pull request #287). - cups-browsed: Added ./configure options --enable-saving-created-queues and --with-remote-cups-local-queue-naming (Pull request: #253, #285). - cups-browsed: Fixed several memory leaks, mainly from the code to merge printer IPP attributes for clusters (Pull request #281, #283). - driverless: Added "--std-ipp-uris" command line option to show listed URIs in standard hostname-based form (not the CUPS DNS-SD-service-name-based form). Only for manual call of the utility, for debugging purposes (Pull request #277). - libfontembed: Removed assert() calls which cause crashes when unsupported emoji fonts are installed (Issue #254, Pull request #276). - driverless: Added support for IPPS (use "ipps://..." URIs if possible, Issue #251, Pull request #270, #273). - gstoraster, gstopdf: When converting PostScript to PDF use the "pdfwrite" output device with "-dPDFSETTINGS=/default" instead of with "-dPDFSETTINGS=/printer". This reproduces bitmaps in the PostScript file with their original image quality (Issue #272). - cups-browsed: Limit log file size and add backup file for previous log entries. Introduced the configuration option DebugLogFileSize in cups-browsed.conf to set the actual limit in kilobytes or 0 to get the old behavior of an unlimited size for the log file (Issue #260, Pull request #267). - gstoraster, gstopdf: Do not apply margins when output format is PDF, as then we convert an incoming PostScript file to PDF (pre-pdftopdf) and do not prepare the pages for the printer (post-pdftopdf, Issue #250). - cups-browsed: Do not write any log messages directly to stderr, there were some concerning timeouts on queue creation (Issue #260). - Build system: Fix cross-compilation without DejaVu test font in configure.ac (Issue #262, Pull request #263). - libcupsfilters: Respect the fact that PPD keywords are case-sensitive when adding "*cupsManualCopies: True" in PPD file (Issue #242). - libcupsfilters: Older versions of libcups (< 2.3.1) had the enum name for fold-accordion finishings mistyped. Added a workaround. - cups-browsed: Remove left-over local queues from the previous session more quickly when CUPS legacy browsing is turned on. - cups-browsed: Left-over local queues from the previous session for which the corresponding remote printer did not appear again did not get removed as they were considered externally overwritten. - gstoraster, gstopdf: Add option "-dDoNumCopies" to Ghostscript command line if we are outputting PDF (called via gstopdf wrapper) and the number of copies supplied to CUPS is 1 (4th command line argument). In this case we convert incoming PostScript to PDF and need to respect embedded PostScript commands to implement the number of copies (Issue #255, CUPS Issue #5796, OpenSUSE bug #1173345). - imagetoraster: Potential null dereference fix (when no valid PPD is supplied, Pull request #256). - cups-browsed: Call cupsGetNamedDest() only if "OnlyUnsupportedByCUPS No" - Sample PPDs: Corrected ColorModel default for Generic PWG Raster PPD to Color (Pull request #247). - cups-browsed: Mark the temp queue as cups-browsed-generated during setting printer-is-shared (Pull request #246). - cups-browsed: Remove mentions of README and AUTHORS files in the man page (Pull request #244). - pclmtoraster: Added new filter to extract Raster data from raster-only PDF files, here for the special case of PCLm files (Pull request #243, #257). - Sample PPDs: In Generic-PDF_Printer-PDF.ppd add option to switch between color and grayscale printing (Pull request #237).
- GSoC 2020 Status - Coding has ended and the final evaluations are completed - The completed projects were officially announced by Google on 09/08/20. - For the Linux Foundation, we got 15 student slots in the beginning and, after 1 student dropped out after the first month, we had 14 students reaching the final evaluations. - 1 student failed and the other 13 passed. - For OpenPrinting, we started with 7 students, 1 being the one who quit after one month, and 1 failed in the final evaluations, leaving 5 who completed the program successfully. - Here are the OP projects (submitted work product links are above): (1) Extract raster data from PDFs for direct printing Student: Vikrant Malik Mentors: Sahil Arora, Till Kamppeter PASSED (2) General Printer Application SDK Student: Jai Luthra Mentors: Michael Sweet, Till Kamppeter PASSED Jai has principally worked on PAPPL, but has also done an HP PCL sample Printer Application. In the end, he has also worked on converting filters of cups-filters into filter functions. (3) Linux GUI application to admin MF devices using IPP System Service Student: Lakshay Bandlish Mentor: Michael Sweet PASSED (4) Make Printer Applications Configurable Student: Sambhav Dusad Mentor: Michael Sweet PASSED Sambhav has also started to create a Gutenprint Printer Application. (5) Speed/Scaling Optimisation of cups-browsed Student: Mohit Mohan Mentors: Deepak Patankar, Till Kamppeter PASSED (6) Common Print Dialog Backends (CPDB) Qt ImplementationPermalink Student: Priydarshi Singh Mentor: Dongxu Li FAILED (final evaluation) We are looking into finishing up CPDB after GSoC. (7) IPP Scan (or virtual MF device) server (Scanner Application)Permalink Student: Aakash Lahoti Mentors: Michael Sweet, Alexander Pevzner WITHDRAWN (shortly after first evaluation) We have replaced this project by a 2-student LFMP project (see below). - GSoC 2020 Timeline (*updated by Google) - DONE - 14 January - Mentoring organization applications submissions start - DONE - 5 February - Mentoring organization application submissions end - DONE - 5-19 February - Google program administrators review organization applications - DONE - 20 February - List of accepted mentoring organizations published - DONE - 20 February to 16 March - Potential student participants discuss ideas w/ mentors - DONE - 16 March - Student application submissions start - DONE - 31 March - Student application submissions end - DONE - 21 April* - Student slot requests due from Org Admins - DONE - 30 April* - Student Project selections due from Org Admins - DONE - 4 May* - Accepted student projects announced - DONE - 1 June* - Coding officially begins! - DONE - 29 June* - Mentors and students can begin submitting Phase 1 evaluations - DONE - 3 July* - Phase 1 Evaluation deadline - DONE - 27 July* - Mentors and students can begin submitting Phase 2 evaluations - DONE - 31 July* - Phase 2 Evaluation deadline - DONE - 24-31 August* - Final week: Students submit their final work and mentor evaluations - DONE - 31 August to 7 September* - Mentors submit final student evaluations - DONE - 8 September* - Final results of Google Summer of Code 2020 announced
- GSoD 2020 Status - Our OpenPrinting project - Tutorial and Design Guidelines for Printer/Scanner drivers in Printer Applications got accepted! - Piyush Goyal will write for us in the next three months (September 14 - December 5). - In total, we had 5 projects accepted for the Linux Foundation. - GSoD 2020 Timeline - DONE - 11 May 2020 – Accepted mentoring organizations announced - DONE - 9 July 2020 – Technical writer applications deadline - DONE - 16 August 2020 – Accepted technical writer projects announced - 14 September 2020 – Doc development officially begins - 30 November to 5 December 2020 – Final week for standard length - 6 January 2021 – GSoD 2020 standard length results announced - 1-8 March 2021 – Final week for long-running projects - 15 March 2021 – GSoD 2020 long-running results announced
- Project status - In our first LFMP project Dipanshu Verma, working on retro-fitting proprietary classic printer drivers into Printer Applications, had to withdraw, as his college suddenly re-established the classes after the pandemic interruption. In the first months he did several tests of installing closed-source drivers into a chroot, see his work on GitHub. - Nidhi Jain has successfully expanded the driverless tool of cups-filters (which allowed setting up driverless printers with classic printer setup tools) to also work for IPP Fax Out queues, allowing to use the Fax send facility of most modern multi-function printers easily, as devices supporting AirPrint usually support also IPP Fax Out. The functionality is fully working in cups-filters from version 1.28.2 on and will also be included in Ubuntu 20.10 (Groovy Gorilla). - In the printer setup tool you find your printer under the discovered network printers (also if it is connected via USB, as IPP-over-USB is used then). Select this entry and when it comes to select the driver, select the entry with "Fax, driverless". If you want to fax print the document to this queue and in the print dialog (GTK/GNOME or LibreOffice) select "Custom" in the "Phone Number" option and enter the destination fax number. Parameters like sender info on the fax, default prefixes, repetition of failure, ... you configure with the device's web admin interface. - Nidhi was supposed to add fax support to the Common Print Dialog Backends (CPDB) now, but as development did not make it far enough to do so, and due to the withdrawal of Dipanshu, we have asked Nidhi to carry on on retro-fitting classic printer drivers into Printer Applications. Update: Nidhi agreed and will now work on retro-fitting classic printer drivers. - As a replacement for our incomplete GSoC project on IPP Scan, we are running our second LFMP project. Here we have selected our students now and they have started working in the beginning of September 2020: (1) Expand PAPPL for scan support, Scanner Applications (IPP Scan as a server) Student: Abhik Chakraborty (2) Expand sane-airscan to support IPP Scan (IPP Scan as a client) Student: Rishabh Arya - Abhik will be primarily mentored by Michael Sweet and Rishabh by Alexander Pevzner.
- PWG Virtual F2F - 10-12 November 2020 - Ira to attend - http://www.pwg.org/chair/meeting-info/meetings.html - PWG Virtual F2F - 18-20 August 2020 - Ira, Till attended - https://www.pwg.org/chair/meeting-info/august-2020-virtual.html - *moved* one week earlier due to conflict w/ ISO TC22/SC32/WG12 Virtual F2F - Status of AMSC and ISO liaisons w/ PWG (Paul Tykodi) - http://ftp.pwg.org/pub/pwg/general/sc/pwg-sc-call-minutes-20200727.htm - http://ftp.pwg.org/pub/pwg/general/sc/pwg-sc-call-minutes-20200810.htm - http://ftp.pwg.org/pub/pwg/general/sc/pwg-sc-call-minutes-20200824.htm - see PWG Steering Committee minutes from 07/27/20, 08/10/20, 08/24/20 - PWG Hardcopy Device Security Guidelines v1.0 - Interim draft - https://ftp.pwg.org/pub/pwg/ids/wd/wd-idshcdsec10-20200120-rev.pdf - for a Best Practice - PWG F2F review on 6 February 2020 - PWG/OP Summit Virtual F2F status slides on 7 May 2020 - PWG Virtual F2F status slides on 19 August 2020 - Schedule - next Interim draft in Q3/Q4 2020 - Schedule - Prototype draft in Q4 2020 / Q1 2021 - IPP Everywhere v1.0 Printer Self-Cert Tools Update 5 (Mike) - https://www.pwg.org/archives/ipp/2020/020590.html - IPP WG Last Call started 17 June 2020 open-ended, now closed - PWG Virtual F2F status on 18 August 2020 - v1.0 Tools approved - Final IPP Everywhere v1.0 Self-Cert Tools on 18 August 2020 - IPP Everywhere v1.1 Printer Self-Certification Tools Update 1 (Mike) - https://www.pwg.org/archives/ipp/2020/020590.html - IPP WG Last Call started 17 June 2020 open-ended - PWG Virtual F2F status on 18 August 2020 - v.1 Tools under testing - Schedule - Final IPP Everywhere v1.1 Self-Cert Tools in Q3/Q4 2020 - IPP Driverless Printing Extensions v2.0 (Smith) - Interim draft - https://ftp.pwg.org/pub/pwg/ipp/wd-ippnodriver20-20200204-rev.pdf - for a Candidate Standard - major update of PWG 5100.13-2012 - PWG review at PWG Virtual F2F on 19 August 2020 - Smith reported on print-quality-col topic - Schedule - Prototype draft in Q2 2021 - IPP Production Printing Ext v2.0 (Mike) - Prototype draft - https://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippppx20-20200429-rev.pdf - for a Candidate Standard - major update of PWG 5100.3-2001 - PWG review at PWG Virtual F2F on 20 August 2020 - Schedule - Stable draft in Q4 2020 / Q1 2021 - IPP Enterprise Printing Extensions v2.0 (Smith) - Interim draft - https://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippepx20-20200826-rev.pdf - for a Candidate Standard - major update of PWG 5100.11-2010 - PWG review at PWG Virtual F2F on 08/19/20 - IPP WG review on 08/27/20 - Schedule - Prototype draft Q3/Q4 2020 - Job Accounting for IPP v1.0 (Mike) - Stable draft - https://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippaccounting10-20200827-rev.pdf - for a Best Practice - PWG review at PWG Virtual F2F on 18 August 2020 - Mike to issue Stable draft and start two-week IPP WG Last Call - Schedule - Stable draft in Q3 2020 - IPP Encrypted Jobs and Documents (Mike/Smith) - Prototype draft - https://ftp.pwg.org/pub/pwg/ipp/wd/wd-ipptrustnoone10-20200218-rev.pdf - for a Candidate Standard - PWG review at PWG Virtual F2F on 19 August 2020 - Smith reported at PWG F2F that HP is prototyping - Schedule - Stable draft in Q4 2020 / Q1 2021
- ISO TC22/SC32/WG12 Bi-Weekly - 15 September 2020 - Ira to attend - Road Vehicles Software Update (ISO 24089) - https://www.sae.org/works/committeeHome.do?comtID=TC22SC32WG12US (USTAG) - US NIST PNT Virtual Workshop - 15-16 September 2020 - Ira to attend - Profile on Responsible Use of Positioning, Navigation, and Timing - https://csrc.nist.gov/Events/2020/nist-profile-on-responsible-use-of-pnt-services - IEEE 1609 Virtual F2F - 22-23 September 2020 - Ira to attend - https://www.standards.its.dot.gov/Factsheets/Factsheet/80 - ISO TC22/SC32/WG12 Bi-Weekly - 29 September 2020 - Ira to attend - Road Vehicles Software Update (ISO 24089) - https://www.sae.org/works/committeeHome.do?comtID=TC22SC32WG12US (USTAG) - IEEE 1609 Virtual F2F - 6 October 2020 - Ira to attend - https://www.standards.its.dot.gov/Factsheets/Factsheet/80 - 3GPP SA3#100bis Virtual F2F - 12-16 October 2020 - Ira to monitor - https://www.3gpp.org/specifications-groups/sa-plenary/sa3-security - TCG Members Meeting Virtual F2F - 12-16 October 2020 - Ira to attend - https://trustedcomputinggroup.org/ - ISO TC22/SC32/WG12 Bi-Weekly - 13 October 2020 - Ira to attend - Road Vehicles Software Update (ISO 24089) - https://www.sae.org/works/committeeHome.do?comtID=TC22SC32WG12US (USTAG) - ISO TC22/SC32/WG12 Bi-Weekly - 27 October 2020 - Ira to attend - Road Vehicles Software Update (ISO 24089) - https://www.sae.org/works/committeeHome.do?comtID=TC22SC32WG12US (USTAG) - US NIST MPTS Virtual Workshop - 2-4 November 2020 - Ira to attend - Multi-Party Threshold Schemes (for digital signatures and encryption) - https://csrc.nist.gov/events/2020/MPTS2020 - 3GPP SA3#101 Virtual F2F - 9-20 November 2020 - Ira to monitor - https://www.3gpp.org/specifications-groups/sa-plenary/sa3-security - PWG Virtual F2F - 10-12 November 2020 - Ira to attend - http://www.pwg.org/chair/meeting-info/meetings.html - ISO TC22/SC32/WG12 Bi-Weekly - 10 November 2020 - Ira to attend - Road Vehicles Software Update (ISO 24089) - https://www.sae.org/works/committeeHome.do?comtID=TC22SC32WG12US (USTAG) - IETF 109 Virtual F2F - 16-20 November 2020 - Ira to attend - https://www.ietf.org/how/meetings/109/ - ISO TC22/SC32/WG12 Bi-Weekly - 24 November 2020 - Ira to attend - Road Vehicles Software Update (ISO 24089) - https://www.sae.org/works/committeeHome.do?comtID=TC22SC32WG12US (USTAG) - ISO TC22/SC32/WG12 Virtual F2F - 6-10 December 2020 - Ira to attend - Road Vehicles Software Update (ISO 24089) - https://www.sae.org/works/committeeHome.do?comtID=TC22SC32WG12US (USTAG)
Open Action Items
Next OP US/Europe/Brazil/India Conference Calls
- Tuesday 20 October 2020, Daytime - Bluejeans.com web conference to be announced - Note - IEEE 1609 Virtual F2F - 6 October 2020 - Note - TCG Virtual F2F - 12-16 October 2020 - Note - ISO TC22/SC32/WG12 Bi-Weekly - 13 October 2020 - Note - EU Summer Time ends 25 October 2020 - Note - US Daylight Time ends 1 November 2020 - US 10am in San Francisco - US PDT (Pacific Daylight Time) 11am in Colorado - US MDT (Mountain Daylight Time) 12am in Chicago - US CDT (Central Daylight Time) 1pm in New York - US EDT (Eastern Daylight Time) - Europe 7pm in Berlin - CEST (Central Europe Summer Time) - Brazil 2pm in Belo Horizonte - BRT (Brasilia Time) - India 10:30pm in New Delhi - IST (India Standard Time)
- Tuesday 3 November 2020, Daytime - Bluejeans.com web conference to be announced - Note - EU Summer Time ends 25 October 2020 - Note - US Daylight Time ends 1 November 2020 - Note - US NIST MPTS Virtual Workshop - 2-4 November 2020 - Note - PWG Virtual F2F - 10-12 November 2020 - Note - ISO TC22/SC32/WG12 Bi-Weekly - 10 November 2020 - Note - IETF 109 Virtual F2F - 16-20 November 2020 - Note - ISO TC22/SC32/WG12 Bi-Weekly - 24 November 2020 - US 10am in San Francisco - US PST (Pacific Standard Time) 11am in Colorado - US MST (Mountain Standard Time) 12am in Chicago - US CST (Central Standard Time) 1pm in New York - US EST (Eastern Standard Time) - Europe 7pm in Berlin - CET (Central Europe Time) - Brazil 3pm in Belo Horizonte - BRT (Brasilia Time) - India 11:30pm in New Delhi - IST (India Standard Time)
- Tuesday 1 December 2020, Daytime - Bluejeans.com web conference to be announced - Note - ISO TC22/SC32/WG12 Virtual F2F - 6-10 December 2020 - US 10am in San Francisco - US PST (Pacific Standard Time) 11am in Colorado - US MST (Mountain Standard Time) 12am in Chicago - US CST (Central Standard Time) 1pm in New York - US EST (Eastern Standard Time) - Europe 7pm in Berlin - CET (Central Europe Time) - Brazil 3pm in Belo Horizonte - BRT (Brasilia Time) - India 11:30pm in New Delhi - IST (India Standard Time)