[CONJ-356] secure connection : use KeyStore private key and associate public keys certificates only Created: 2016-09-29 Updated: 2016-10-03 Resolved: 2016-10-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | None |
| Fix Version/s: | 1.5.3 |
| Type: | Task | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
trustStore and keyStore are used in context of setting up SSL connection in Java application between client and server. Driver can use 2 differents keyStore files :
The "keyStore" file can list :
Using "clientCertificateKeyStoreUrl" option, the keystore will be used by driver to get private keys and associate certificate chains. Depending on java KeyManager implementation, TrustedCertificate from keyStore can be used or not. |