ronb
Posts: 12
Joined: Fri Sep 14, 2012 10:07 pm

New Openssl 1.0.1j to work-around POODLE issue

Sun Oct 26, 2014 6:05 am

Any word on whether a Raspberry Pi Raspbian version of openssl 1.0.1j will be available soon?
I believe this version contains a work-around for the POODLE issue.

fruitoftheloom
Posts: 23336
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: New Openssl 1.0.1j to work-around POODLE issue

Sun Oct 26, 2014 6:15 am

ronb wrote:Any word on whether a Raspberry Pi Raspbian version of openssl 1.0.1j will be available soon?
I believe this version contains a work-around for the POODLE issue.
Yes an openSSL update has been rolled out for Raspbian Wheezy

Code: Select all

sudo apt-get update
sudo apt-get dist-upgrade
openssl 1.0.1e-2+rvt+deb7u13
libssl 1.0.1e-2+rvt+deb7u13
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

ronb
Posts: 12
Joined: Fri Sep 14, 2012 10:07 pm

Re: New Openssl 1.0.1j to work-around POODLE issue

Wed Oct 29, 2014 2:47 am

Thanks for the info. I did the update/upgrade, but openssl reports the same version as before the upgrade.

Code: Select all

openssl version
OpenSSL 1.0.1e 11 Feb 2013
But then a dpkg-query gives:

Code: Select all

libssl1.0.0:armhf       1.0.1e-2+rvt+deb7u13
openssl 1.0.1e-2+rvt+deb7u13
So I guess I have the right version even though the openssl version command give the same as before...

User avatar
rpdom
Posts: 17170
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: New Openssl 1.0.1j to work-around POODLE issue

Wed Oct 29, 2014 10:56 am

You do have the right version.

If you check the start of /usr/share/doc/openssl/changelog.Debian.gz you will see

Code: Select all

openssl (1.0.1e-2+deb7u13) wheezy-security; urgency=medium

  * Fixes CVE-2014-3513
  * Fixes CVE-2014-3567
  * Add Fallback SCSV support to mitigate CVE-2014-3566
  * Fixes CVE-2014-3568

 -- Kurt Roeckx <kurt@roeckx.be>  Wed, 15 Oct 2014 19:45:25 +0200
CVE-2014-3566 is the ID of the POODLE vulnerability and adding Fallback SCSV support is one way of stopping it being an issue.

ronb
Posts: 12
Joined: Fri Sep 14, 2012 10:07 pm

Re: New Openssl 1.0.1j to work-around POODLE issue

Wed Oct 29, 2014 3:49 pm

Thanks!

Ron

Return to “General discussion”