This website uses cookies
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Consent Selection
Details
  • Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.
  • Preference cookies enable a website to remember information that changes the way the website behaves or looks, like your preferred language or the region that you are in.
    • We do not use cookies of this type.

  • Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
    • We do not use cookies of this type.

  • Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
    • We do not use cookies of this type.

  • Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
    • __emg_sidPending
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      __emg_vidPending
      Maximum Storage Duration: 1 yearType: HTTP Cookie
      nl-read-countPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
Cookie declaration last updated on 8/12/26 by Cookiebot
[#IABV2_TITLE#]
[#IABV2_BODY_INTRO#]
[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]
[#IABV2_BODY_PREFERENCE_INTRO#]
[#IABV2_BODY_PURPOSES_INTRO#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_BODY_FEATURES_INTRO#]
[#IABV2_BODY_FEATURES#]
[#IABV2_BODY_PARTNERS_INTRO#]
[#IABV2_BODY_PARTNERS#]
About
Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.
NewsLayer.com

Autenticación poscuántica mutua sobre IKEv2 – Serie IPsec, parte 8

La octava entrega de la serie sobre IPsec de Cisco Blogs se centra en la autenticación poscuántica mutua sobre IKEv2. El extracto identifica el tema y la ubicación de la serie, pero no proporciona más detalles técnicos.

Cisco Blogs

Publisher

Aug 24, 2026 at 7:43 PM UTC · Updated hace 8 horas · 7 min de lectura

Autenticación poscuántica mutua sobre IKEv2 – Serie IPsec, parte 8
Image via Cisco Blogs

Key Signal

6 fragments ML-DSA handshake limit

Last Updated

hace 8 horas

Puntos Clave

  • El artículo es la parte 8 de una serie enfocada en IPsec.
  • El tema principal es la autenticación poscuántica mutua sobre IKEv2.
  • El artículo está publicado en Cisco Blogs.

En la Parte 7 acuñamos certificados post-cuánticos y los pesamos. Pero los certificados guardados en una carpeta son solo la mitad de la diversión. Es hora de que hagan el trabajo para el que nacieron: demostrar la identidad. Levantaremos dos contenedores, cada uno con un certificado, y veremos cómo se demuestran quiénes son el uno al otro antes de que se establezca el túnel. Eso es autenticación mutua, sobre un intercambio IKEv2 real.

Y lo haremos dos veces, y la progresión es todo el punto:

  1. ECDSA Clásico (la postura real de hoy), en un strongSwan estable.
  2. ML-DSA Post-cuántico (la vanguardia), en una rama experimental.

Esta Parte utiliza el laboratorio authentication/: su propio pequeño stack, separado del de intercambio de claves. Solo se requiere Docker.


Clonar el repositorio

Obtén el repositorio y entra en el directorio de este laboratorio. Todos los comandos a continuación se ejecutan desde ipsec/authentication/:

git clone https://github.com/juliogomez/pqc.git
cd ipsec/pqc/authentication

Cómo funciona la confianza

Ambos pares confían en una pequeña Autoridad de Certificación que levantamos solo para el laboratorio. La CA firma dos certificados finales (uno por par), y cada par tiene el certificado de la CA preinstalado para que pueda verificar al otro lado. Durante el intercambio, cada par envía solo su propio certificado final; la CA ya es conocida por ambos. (Eso mantiene bajos los bytes transmitidos, lo cual importa mucho una vez que los certificados pasan a ser post-cuánticos, como mostró tan claramente la Parte 7). Un script auxiliar, gen-certs.sh, se encarga de toda la acuñación; tú solo le dices qué algoritmo usar.