{"id":809,"date":"2014-08-03T23:27:26","date_gmt":"2014-08-03T14:27:26","guid":{"rendered":"http:\/\/tech.akat.info\/?p=809"},"modified":"2014-09-16T01:12:23","modified_gmt":"2014-09-15T16:12:23","slug":"openssl%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89","status":"publish","type":"post","link":"https:\/\/tech.akat.info\/?p=809","title":{"rendered":"OpenSSL\u30b3\u30de\u30f3\u30c9"},"content":{"rendered":"<h2>openssl ciphers<\/h2>\n<p>OpenSSL \u304c\u4f7f\u3048\u308b\u6697\u53f7\u30b9\u30a4\u30fc\u30c8 (\u8a8d\u8a3c\u30fb\u9375\u4ea4\u63db\u30fb\u6697\u53f7\u5316\u30fbMAC \u306e\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u306e\u4e00\u5f0f) \u306e\u4e00\u89a7\u3092\u8868\u793a\u3057\u305f\u308a\u3001<br \/>\n\u305d\u306e\u3046\u3061\u6761\u4ef6\u3092\u6e80\u305f\u3059\u3082\u306e\u3092\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3059\u308b\u30b3\u30de\u30f3\u30c9<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\nroot@hostname:\/home\/shimizu# openssl ciphers cipherlist 'ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP' -v | cat\r\nECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AESGCM(256) Mac=AEAD\r\nECDHE-ECDSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH     Au=ECDSA Enc=AESGCM(256) Mac=AEAD\r\nECDHE-RSA-AES256-SHA384 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AES(256)  Mac=SHA384\r\nECDHE-ECDSA-AES256-SHA384 TLSv1.2 Kx=ECDH     Au=ECDSA Enc=AES(256)  Mac=SHA384\r\nDHE-DSS-AES256-GCM-SHA384 TLSv1.2 Kx=DH       Au=DSS  Enc=AESGCM(256) Mac=AEAD\r\nDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=DH       Au=RSA  Enc=AESGCM(256) Mac=AEAD\r\nDHE-RSA-AES256-SHA256   TLSv1.2 Kx=DH       Au=RSA  Enc=AES(256)  Mac=SHA256\r\nDHE-DSS-AES256-SHA256   TLSv1.2 Kx=DH       Au=DSS  Enc=AES(256)  Mac=SHA256\r\nECDH-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH\/RSA Au=ECDH Enc=AESGCM(256) Mac=AEAD\r\nECDH-ECDSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH\/ECDSA Au=ECDH Enc=AESGCM(256) Mac=AEAD\r\nECDH-RSA-AES256-SHA384  TLSv1.2 Kx=ECDH\/RSA Au=ECDH Enc=AES(256)  Mac=SHA384\r\nECDH-ECDSA-AES256-SHA384 TLSv1.2 Kx=ECDH\/ECDSA Au=ECDH Enc=AES(256)  Mac=SHA384\r\nAES256-GCM-SHA384       TLSv1.2 Kx=RSA      Au=RSA  Enc=AESGCM(256) Mac=AEAD\r\n...(\u4ee5\u4e0b\u7701)\r\n<\/pre>\n<p>\u5de6\u304b\u3089<\/p>\n<ul>\n<li>\u6697\u53f7\u30b9\u30a4\u30fc\u30c8\u306e\u540d\u524d\n<li>\u30d7\u30ed\u30c8\u30b3\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3<\/li>\n<li>\u9375\u4ea4\u63db\u306e\u65b9\u6cd5<\/li>\n<li>\u30b5\u30fc\u30d0\u8a8d\u8a3c\u306e\u65b9\u6cd5<\/li>\n<li>\u6697\u53f7\u5316\u306e\u65b9\u6cd5<\/li>\n<li>HMAC \u306e\u30cf\u30c3\u30b7\u30e5\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>openssl ciphers OpenSSL \u304c\u4f7f\u3048\u308b\u6697\u53f7\u30b9\u30a4\u30fc\u30c8 (\u8a8d\u8a3c\u30fb\u9375\u4ea4\u63db\u30fb\u6697\u53f7\u5316\u30fbMAC \u306e\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u306e\u4e00\u5f0f) \u306e\u4e00\u89a7\u3092\u8868\u793a\u3057\u305f\u308a\u3001 \u305d\u306e\u3046\u3061\u6761\u4ef6\u3092\u6e80\u305f\u3059\u3082\u306e\u3092\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3059\u308b\u30b3\u30de\u30f3\u30c9 root@hostn [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[8],"tags":[31],"_links":{"self":[{"href":"https:\/\/tech.akat.info\/index.php?rest_route=\/wp\/v2\/posts\/809"}],"collection":[{"href":"https:\/\/tech.akat.info\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tech.akat.info\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tech.akat.info\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tech.akat.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=809"}],"version-history":[{"count":1,"href":"https:\/\/tech.akat.info\/index.php?rest_route=\/wp\/v2\/posts\/809\/revisions"}],"predecessor-version":[{"id":810,"href":"https:\/\/tech.akat.info\/index.php?rest_route=\/wp\/v2\/posts\/809\/revisions\/810"}],"wp:attachment":[{"href":"https:\/\/tech.akat.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=809"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tech.akat.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=809"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tech.akat.info\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=809"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}