spring-attic / spring-security-saml

SAML extension for the Spring Security project
Other
419 stars 482 forks source link

spring-projects/spring-security-saml#233 #461

Open chubbard opened 4 years ago

chubbard commented 4 years ago

Provide fixes to name verification of certs for trust engine when using TLSProtocolConfigurer and TLSProtocolSocketFactory which would always send a null in for trustedKey names. This caused the algorithm in BasicX509CredentialNameEvaluator to always reject any key over HTTPS regardless if that cert was imported into the keystore properly.