Tool/software:
I have a setup with the cc3135 configured for enterprise security using PEAP-MSCHAPv2, and I am testing the server authentication feature. I have two root CA certificates with different keys but the same issuer and subject. One of them was used to sign the RADIUS server certificate, and the other was not. I confirmed this using the openssl verify
command.
The issue is that authentication succeeds with both certificates. On the other hand, when I generated a fake root CA certificate with the same DN and CN using OpenSSL, authentication failed.
My questions are:
-
How can authentication succeed with two different root CA certificates?
-
What exactly is verified during server certificate authentication?
Using SP 4.4.1.4_3.1.0.5_3.1.0.19