LoginSignup
17
17

More than 5 years have passed since last update.

(CentOS5,6)OpenSSL CCSインジェクションyumでの確認方法

Last updated at Posted at 2014-06-06

CentOS5.xの場合

$# yum info openssl
省略
Version    : 0.9.8e
Name        : openssl
Arch        : x86_64
Release    : 27.el5_10.3

27.el5_10.3であれば対応済み

CentOS6.xの場合

$# yum info openssl
省略
Name        : openssl
Arch        : x86_64
Version     : 1.0.1e
Release     : 16.el6_5.14

16.el6_5.14であれば対応済み

未対応の場合

$yum update openssl -y

OpenSSLを使っているサービスの再起動

安全のためにリブートしましょう

$reboot
17
17
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
17
17