<?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 Re: RADSEC in FIPS Mode in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/radsec-in-fips-mode/m-p/5028467#M587777</link>
    <description>&lt;P&gt;This space is intended for questions related to Cisco NAC platforms, like ISE.&lt;/P&gt;
&lt;P&gt;Is this the switch offering the cipher or the RADIUS server (Cisco ISE)? If it's the switch, your question would likely be better posted to the &lt;A href="https://community.cisco.com/t5/switching/bd-p/6016-discussions-lan-switching-routing" target="_blank" rel="noopener"&gt;Switching&lt;/A&gt; Community space.&lt;/P&gt;
&lt;P&gt;It would also be important to include the exact model of the switch and any other relevant details on your setup.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Feb 2024 00:36:45 GMT</pubDate>
    <dc:creator>Greg Gibbs</dc:creator>
    <dc:date>2024-02-29T00:36:45Z</dc:date>
    <item>
      <title>RADSEC in FIPS Mode</title>
      <link>https://community.cisco.com/t5/network-access-control/radsec-in-fips-mode/m-p/5019058#M587375</link>
      <description>&lt;P&gt;We are running a switch in FIPS mode with RADSEC configured.&amp;nbsp; When the&amp;nbsp;RADSEC client on the switch attempts to establish a connection to the RADIUS server over 2083/tcp, it offers only TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV as cipher suites.&amp;nbsp; This is not expected behavoir as FIPS mode should disable SHA1 and ends up failing the TLS connection with "no shared cipher".&amp;nbsp; The switch has Cisco IOS XE Version 17.13.01 installed.&lt;/P&gt;&lt;P&gt;Has anyone has seen this behavior? Why would it offer a cipher with a SHA1 hash if it is in FIPS mode?&amp;nbsp; Is there a way to configure FIPS validated ciphers for the RADSEC client?&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;RADSEC ClientHello&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;EM&gt;Header:&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;Version = TLS 1.0 (0x301)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;Content Type = Handshake (22)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;Length = 103&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;ClientHello, Length=99&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;client_version=0x303 (TLS 1.2)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;Random:&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;random_bytes (len=28): 503D6BA9AED31898AFBACDDE8A4AA6F6B737FD8BBD95C4D82D9E1588&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;session_id (len=0): &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;cipher_suites (len=4)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;{0x00, 0x2F} TLS_RSA_WITH_AES_128_CBC_SHA&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;{0x00, 0xFF} TLS_EMPTY_RENEGOTIATION_INFO_SCSV&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;compression_methods (len=1)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;No Compression (0x00)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;extensions, length = 54&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;extension_type=session_ticket(35), length=0&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;extension_type=encrypt_then_mac(22), length=0&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;extension_type=extended_master_secret(23), length=0&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;extension_type=signature_algorithms(13), length=38&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;ecdsa_secp256r1_sha256 (0x0403)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;ecdsa_secp384r1_sha384 (0x0503)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;ecdsa_secp521r1_sha512 (0x0603)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;ed25519 (0x0807)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;ed448 (0x0808)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;rsa_pss_pss_sha256 (0x0809)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;rsa_pss_pss_sha384 (0x080a)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;rsa_pss_pss_sha512 (0x080b)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;rsa_pss_rsae_sha256 (0x0804)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;rsa_pss_rsae_sha384 (0x0805)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;rsa_pss_rsae_sha512 (0x0806)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;rsa_pkcs1_sha256 (0x0401)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;rsa_pkcs1_sha384 (0x0501)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;rsa_pkcs1_sha512 (0x0601)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;ecdsa_sha224 (0x0303)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;ecdsa_sha1 (0x0203)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;rsa_pkcs1_sha224 (0x0301)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;EM&gt;rsa_pkcs1_sha1 (0x0201)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 00:57:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radsec-in-fips-mode/m-p/5019058#M587375</guid>
      <dc:creator>stevej3295</dc:creator>
      <dc:date>2024-02-16T00:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: RADSEC in FIPS Mode</title>
      <link>https://community.cisco.com/t5/network-access-control/radsec-in-fips-mode/m-p/5028396#M587772</link>
      <description>&lt;P&gt;I've never had a customer ask about this and I have never seen this implemented in the wild. Which possibly means that there are not many eyes on this, and when things don't work as expected, then it will be up to pioneers, such as yourself, *smiley face* to report that to TAC.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 23:36:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radsec-in-fips-mode/m-p/5028396#M587772</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2024-02-28T23:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: RADSEC in FIPS Mode</title>
      <link>https://community.cisco.com/t5/network-access-control/radsec-in-fips-mode/m-p/5028467#M587777</link>
      <description>&lt;P&gt;This space is intended for questions related to Cisco NAC platforms, like ISE.&lt;/P&gt;
&lt;P&gt;Is this the switch offering the cipher or the RADIUS server (Cisco ISE)? If it's the switch, your question would likely be better posted to the &lt;A href="https://community.cisco.com/t5/switching/bd-p/6016-discussions-lan-switching-routing" target="_blank" rel="noopener"&gt;Switching&lt;/A&gt; Community space.&lt;/P&gt;
&lt;P&gt;It would also be important to include the exact model of the switch and any other relevant details on your setup.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 00:36:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radsec-in-fips-mode/m-p/5028467#M587777</guid>
      <dc:creator>Greg Gibbs</dc:creator>
      <dc:date>2024-02-29T00:36:45Z</dc:date>
    </item>
  </channel>
</rss>

