Activity log for bug #1828215

Date Who What changed Old value New value Message
2019-05-08 11:55:05 Dimitri John Ledkov bug added bug
2019-05-08 11:56:30 Dimitri John Ledkov nominated for series Ubuntu Eoan
2019-05-08 11:56:30 Dimitri John Ledkov bug task added openssl (Ubuntu Eoan)
2019-05-08 11:56:30 Dimitri John Ledkov nominated for series Ubuntu Bionic
2019-05-08 11:56:30 Dimitri John Ledkov bug task added openssl (Ubuntu Bionic)
2019-05-08 11:56:30 Dimitri John Ledkov nominated for series Ubuntu Disco
2019-05-08 11:56:30 Dimitri John Ledkov bug task added openssl (Ubuntu Disco)
2019-05-08 11:56:30 Dimitri John Ledkov nominated for series Ubuntu Cosmic
2019-05-08 11:56:30 Dimitri John Ledkov bug task added openssl (Ubuntu Cosmic)
2019-05-08 11:56:39 Dimitri John Ledkov bug watch added https://github.com/openssl/openssl/issues/8055
2019-05-08 11:56:39 Dimitri John Ledkov bug task added openssl
2019-05-08 11:59:08 Dimitri John Ledkov bug added subscriber Tim Wegener
2019-05-08 12:28:18 Launchpad Janitor openssl (Ubuntu): status New Confirmed
2019-05-08 12:28:18 Launchpad Janitor openssl (Ubuntu Bionic): status New Confirmed
2019-05-08 12:28:18 Launchpad Janitor openssl (Ubuntu Cosmic): status New Confirmed
2019-05-08 12:28:18 Launchpad Janitor openssl (Ubuntu Disco): status New Confirmed
2019-05-08 13:31:33 Bug Watch Updater openssl: status Unknown Fix Released
2019-05-14 01:37:53 Mathew Hodson tags regression-release
2019-05-24 00:29:47 Mathew Hodson openssl (Ubuntu Bionic): importance Undecided High
2019-05-24 00:29:50 Mathew Hodson openssl (Ubuntu Cosmic): importance Undecided High
2019-05-24 00:29:53 Mathew Hodson openssl (Ubuntu Disco): importance Undecided High
2019-05-24 00:29:57 Mathew Hodson openssl (Ubuntu Eoan): importance Undecided High
2019-06-10 17:23:08 Dimitri John Ledkov openssl (Ubuntu Eoan): status Confirmed Fix Committed
2019-06-11 23:16:29 Dimitri John Ledkov attachment added disco.debdiff https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1828215/+attachment/5270241/+files/disco.debdiff
2019-06-11 23:16:44 Dimitri John Ledkov attachment added cosmic.debdiff https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1828215/+attachment/5270242/+files/cosmic.debdiff
2019-06-11 23:16:57 Dimitri John Ledkov attachment added bionic.debdiff https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1828215/+attachment/5270243/+files/bionic.debdiff
2019-06-12 00:20:27 Ubuntu Foundations Team Bug Bot tags regression-release patch regression-release
2019-06-12 17:09:21 Dimitri John Ledkov description [Impact] * openssl command line utility option parsing has regressed in 1.1.0i+ and produces binary output, where text output is expected, breaking applications that parse that. [Test Case] * OPENSSL_ENABLE_MD5_VERIFY=1 openssl ca -config test.openssl.cnf -passin stdin -batch -spkac input_file -startdate 190121130654Z Currently produces binary goop. Should produce PEM format Base64 encoded certificate data in a block surrounded with BEGIN/END certificate. [Regression Potential] * This is a regression in cosmic and up, and impeding regression in bionic with the upcoming 1.1.1 SRU. A bugfix exists upstream. [Other Info] * Originally reported https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1797386/comments/39 [Impact]  * openssl command line utility option parsing has regressed in 1.1.0i+ and produces binary output, where text output is expected, breaking applications that parse that. [Test Case] Setup CA: $ apt install openssl $ mkdir -p demoCA/private demoCA/newcerts $ touch demoCA/index.txt $ echo 01 > demoCA/serial $ openssl req -new -x509 -days 365 -newkey rsa:4096 -keyout demoCA/private/cakey.pem -out demoCA/cacert.pem # Use password test # Accept defaults for all other settings $ openssl req -new -days 365 -newkey rsa:4096 -keyout demoCA/sslkey.pem -out demoCA/sslcert.pem Generate regular request / key: # Use password test # Set common name to: example.com # Accept defaults for all other settings Generate spkac request: $ openssl spkac -key demoCA/sslkey.pem -out demoCA/sslcert.spkac $ cat <<EOF >>demoCA/sslcert.spkac countryName=AU stateOrProvinceName=Some-State organizationName=Internet Widgits Pty Ltd commonName=example.com EOF Sign spkac request: $ echo test | openssl ca -passin stdin -batch -spkac demoCA/sslcert.spkac -startdate 190121130654Z Expected: pure text output Unexpected: binary output for the signed cert  Currently produces binary goop.  Should produce PEM format Base64 encoded certificate data in a block surrounded  with BEGIN/END certificate. [Regression Potential]  * This is a regression in cosmic and up, and impeding regression in bionic with the upcoming 1.1.1 SRU. A bugfix exists upstream. [Other Info]  * Originally reported https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1797386/comments/39
2019-06-12 17:12:50 Steve Langasek openssl (Ubuntu Bionic): status Confirmed Fix Committed
2019-06-12 17:12:53 Steve Langasek bug added subscriber Ubuntu Stable Release Updates Team
2019-06-12 17:12:56 Steve Langasek bug added subscriber SRU Verification
2019-06-12 17:13:00 Steve Langasek tags patch regression-release patch regression-release verification-needed verification-needed-bionic
2019-06-12 18:25:21 Dimitri John Ledkov tags patch regression-release verification-needed verification-needed-bionic patch regression-release verification-done verification-done-bionic
2019-06-12 19:35:38 Steve Langasek openssl (Ubuntu Cosmic): status Confirmed Fix Committed
2019-06-12 19:35:44 Steve Langasek tags patch regression-release verification-done verification-done-bionic patch regression-release verification-done-bionic verification-needed verification-needed-cosmic
2019-06-12 19:40:03 Steve Langasek openssl (Ubuntu Disco): status Confirmed Fix Committed
2019-06-12 19:40:09 Steve Langasek tags patch regression-release verification-done-bionic verification-needed verification-needed-cosmic patch regression-release verification-done-bionic verification-needed verification-needed-cosmic verification-needed-disco
2019-06-13 14:11:34 Dimitri John Ledkov tags patch regression-release verification-done-bionic verification-needed verification-needed-cosmic verification-needed-disco patch regression-release verification-done-bionic verification-done-cosmic verification-needed verification-needed-disco
2019-06-13 14:14:32 Dimitri John Ledkov tags patch regression-release verification-done-bionic verification-done-cosmic verification-needed verification-needed-disco patch regression-release verification-done verification-done-bionic verification-done-cosmic verification-done-disco
2019-06-13 17:27:10 Marc Deslauriers cve linked 2019-1543
2019-06-14 02:05:12 Launchpad Janitor openssl (Ubuntu Bionic): status Fix Committed Fix Released
2019-06-14 02:05:25 Steve Langasek removed subscriber Ubuntu Stable Release Updates Team
2019-06-19 16:47:03 Launchpad Janitor openssl (Ubuntu Eoan): status Fix Committed Fix Released
2019-09-30 08:14:58 Launchpad Janitor openssl (Ubuntu Disco): status Fix Committed Fix Released
2020-02-02 01:31:03 Mathew Hodson openssl (Ubuntu Cosmic): status Fix Committed Won't Fix
2020-02-02 01:33:55 Mathew Hodson tags patch regression-release verification-done verification-done-bionic verification-done-cosmic verification-done-disco patch regression-release verification-done-bionic verification-done-cosmic verification-done-disco