<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Change SSL cipher suite in ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/change-ssl-cipher-suite-in-asa/m-p/2815475#M161232</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have an ASA 5525. I want to update the SSL cipher suite in that box to&amp;nbsp;&lt;SPAN&gt;ECDHE-ECDSA-AES128-GCM-SHA256.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I am running the code&amp;nbsp;asa904-37-smp-k8.bin in the box.&lt;/P&gt;
&lt;P&gt;Can you please help me how to update the cipher?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;CF&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 07:03:54 GMT</pubDate>
    <dc:creator>Cisco Freak</dc:creator>
    <dc:date>2019-03-12T07:03:54Z</dc:date>
    <item>
      <title>Change SSL cipher suite in ASA</title>
      <link>https://community.cisco.com/t5/network-security/change-ssl-cipher-suite-in-asa/m-p/2815475#M161232</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have an ASA 5525. I want to update the SSL cipher suite in that box to&amp;nbsp;&lt;SPAN&gt;ECDHE-ECDSA-AES128-GCM-SHA256.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I am running the code&amp;nbsp;asa904-37-smp-k8.bin in the box.&lt;/P&gt;
&lt;P&gt;Can you please help me how to update the cipher?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;CF&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:03:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/change-ssl-cipher-suite-in-asa/m-p/2815475#M161232</guid>
      <dc:creator>Cisco Freak</dc:creator>
      <dc:date>2019-03-12T07:03:54Z</dc:date>
    </item>
    <item>
      <title>You need to have the TLSv1.2</title>
      <link>https://community.cisco.com/t5/network-security/change-ssl-cipher-suite-in-asa/m-p/2815476#M161233</link>
      <description>&lt;P&gt;You need to have the TLSv1.2 support which was added in ASA software version 9.3(2).&lt;/P&gt;
&lt;P&gt;You can check the available cipher types on your ASA with :&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;show ssl ciphers all&lt;/PRE&gt;
&lt;P&gt;Once you have the right software level, you can specify the ciphers that are accepted with the "ssl cipher" configuration command as described in the command reference:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa-command-reference/S/cmdref3/s16.html#pgfId-1724385&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 17:36:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/change-ssl-cipher-suite-in-asa/m-p/2815476#M161233</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2015-12-21T17:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: You need to have the TLSv1.2</title>
      <link>https://community.cisco.com/t5/network-security/change-ssl-cipher-suite-in-asa/m-p/4313048#M1079561</link>
      <description>&lt;P&gt;hi marvin,&lt;/P&gt;&lt;P&gt;hope your well and staying safe!&lt;/P&gt;&lt;P&gt;just a question regarding ASA ciphers. our cyber team requires running TLSv1.2, therefore disable TLSv1 and TLSv1.1.&lt;/P&gt;&lt;P&gt;we run RA VPN. is this just a straight forward change? i.e. enable '&lt;FONT color="#000000"&gt;ssl cipher tlsv1.2'?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;will this have any effect on other ASA cert (SSH, self sign cert/ASDM, etc)?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;will this 'drop' RA VPN connections?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciscoasa# show ssl ciphers all&lt;BR /&gt;These are the ciphers for the given cipher level; not all ciphers&lt;BR /&gt;are supported by all versions of SSL/TLS.&lt;BR /&gt;These names can be used to create a custom cipher list&lt;BR /&gt;ECDHE-ECDSA-AES256-GCM-SHA384 (tlsv1.2)&lt;BR /&gt;ECDHE-RSA-AES256-GCM-SHA384 (tlsv1.2)&lt;BR /&gt;DHE-RSA-AES256-GCM-SHA384 (tlsv1.2)&lt;BR /&gt;AES256-GCM-SHA384 (tlsv1.2)&lt;BR /&gt;ECDHE-ECDSA-AES256-SHA384 (tlsv1.2)&lt;BR /&gt;ECDHE-RSA-AES256-SHA384 (tlsv1.2)&lt;BR /&gt;DHE-RSA-AES256-SHA256 (tlsv1.2)&lt;BR /&gt;AES256-SHA256 (tlsv1.2)&lt;BR /&gt;ECDHE-ECDSA-AES128-GCM-SHA256 (tlsv1.2)&lt;BR /&gt;ECDHE-RSA-AES128-GCM-SHA256 (tlsv1.2)&lt;BR /&gt;DHE-RSA-AES128-GCM-SHA256 (tlsv1.2)&lt;BR /&gt;AES128-GCM-SHA256 (tlsv1.2)&lt;BR /&gt;ECDHE-ECDSA-AES128-SHA256 (tlsv1.2)&lt;BR /&gt;ECDHE-RSA-AES128-SHA256 (tlsv1.2)&lt;BR /&gt;DHE-RSA-AES128-SHA256 (tlsv1.2)&lt;BR /&gt;AES128-SHA256 (tlsv1.2)&lt;BR /&gt;DHE-RSA-AES256-SHA (tlsv1, tlsv1.1, dtlsv1, tlsv1.2)&lt;BR /&gt;AES256-SHA (tlsv1, tlsv1.1, dtlsv1, tlsv1.2)&lt;BR /&gt;DHE-RSA-AES128-SHA (tlsv1, tlsv1.1, dtlsv1, tlsv1.2)&lt;BR /&gt;AES128-SHA (tlsv1, tlsv1.1, dtlsv1, tlsv1.2)&lt;BR /&gt;DES-CBC3-SHA (tlsv1, tlsv1.1, dtlsv1, tlsv1.2)&lt;BR /&gt;RC4-SHA (tlsv1)&lt;BR /&gt;RC4-MD5 (tlsv1)&lt;BR /&gt;DES-CBC-SHA (tlsv1)&lt;BR /&gt;NULL-SHA (tlsv1)&lt;/P&gt;&lt;P&gt;ciscoasa# show ssl&lt;BR /&gt;Accept connections using SSLv3 or greater and negotiate to TLSv1 or greater&lt;BR /&gt;Start connections using TLSv1 and negotiate to TLSv1 or greater&lt;BR /&gt;SSL DH Group: group2 (1024-bit modulus)&lt;BR /&gt;SSL ECDH Group: group19 (256-bit EC)&lt;/P&gt;&lt;P&gt;SSL trust-points:&lt;BR /&gt;Self-signed (RSA 2048 bits RSA-SHA256) certificate available&lt;BR /&gt;Self-signed (EC 256 bits ecdsa-with-SHA256) certificate available&lt;BR /&gt;Certificate authentication is not enabled&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ciscoasa# conf t&lt;BR /&gt;ciscoasa(config)# ssl ?&lt;/P&gt;&lt;P&gt;configure mode commands/options:&lt;BR /&gt;certificate-authentication Enable client certificate authentication&lt;BR /&gt;cipher This is the ciphers to be used with SSL.&lt;BR /&gt;client-version The SSL/TLS protocol version to use when acting&lt;BR /&gt;as a client&lt;BR /&gt;dh-group This is the DH group to be used used with SSL.&lt;BR /&gt;ecdh-group This is the ECDH group to be used used with SSL.&lt;BR /&gt;encryption This is the encryption method(s) used with ssl.&lt;BR /&gt;The ordering of the algorithms specifies the&lt;BR /&gt;preference. DEPRECATED, use 'ssl cipher' instead.&lt;BR /&gt;server-version The minimum SSL/TLS protocol version to use when&lt;BR /&gt;acting as a server&lt;BR /&gt;trust-point Configure the ssl certificate trustpoint&lt;BR /&gt;ciscoasa(config)# ssl cipher ?&lt;/P&gt;&lt;P&gt;configure mode commands/options:&lt;BR /&gt;default Specify the set of ciphers for outbound connections&lt;BR /&gt;dtlsv1 Specify the ciphers for DTLSv1 inbound connections&lt;BR /&gt;tlsv1 Specify the ciphers for TLSv1 inbound connections&lt;BR /&gt;tlsv1.1 Specify the ciphers for TLSv1.1 inbound connections&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;tlsv1.2 Specify the ciphers for TLSv1.2 inbound connections&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;ciscoasa(config)# ssl cipher tlsv1.2&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 12:37:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/change-ssl-cipher-suite-in-asa/m-p/4313048#M1079561</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2021-03-24T12:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Change SSL cipher suite in ASA</title>
      <link>https://community.cisco.com/t5/network-security/change-ssl-cipher-suite-in-asa/m-p/4313725#M1079587</link>
      <description>&lt;P&gt;Johnlloyd,&lt;/P&gt;
&lt;P&gt;Your clients should already be negotiating to the strongest mutually-supported ciphersuite. You can check them with "show vpn-session-db detail anyconnect"&lt;/P&gt;
&lt;P&gt;Other than that, it is just a matter of removing the tls1 and tls1.1 support along with making sure tls1.2 support is in place.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 10:53:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/change-ssl-cipher-suite-in-asa/m-p/4313725#M1079587</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2021-03-25T10:53:57Z</dc:date>
    </item>
  </channel>
</rss>

