22 | | * [Openvpn-devel] [PATCH] [http://news.gmane.org/find-root.php?message_id=%3cCAHqXQkNN%5fbf9G%5fSRefYTCu8EiVQCAaCZ3G%2bK4ppoXGTcN%2b1g4Q%40mail.gmail.com%3e pkcs12-additional-cas option to load CA+intermediate certs from both PKCS#12 and a --ca PEM file] |
23 | | * Alternative: Make the code load CAs from both PKCS12 and --ca by default, but current default behaviour seems to be very intentional, might have a use case of someone needing to override PKSC12 CAs |
| 22 | * [PATCH] [http://news.gmane.org/find-root.php?message_id=%3cCAHqXQkNN%5fbf9G%5fSRefYTCu8EiVQCAaCZ3G%2bK4ppoXGTcN%2b1g4Q%40mail.gmail.com%3e pkcs12-additional-cas option to load CA+intermediate certs from both PKCS#12 and a --ca PEM file] |
| 23 | * Current code does not load trusted CAs or intermediate certs from PKCS12 if --ca is given |
| 24 | * Alternative to this patch: Make the code simply load CAs from both PKCS12 and --ca by default, but current default behaviour seems to be very intentional, might have a use case of someone needing to override PKSC12 CAs |