Tagged Questions
0
votes
1answer
49 views
How I can tell alias of the wanted key-entry to SSLSocket before connecting?
I have two certificate/key pairs in a java keystore. Aliases of those key-entries are "foo" and "bar".
My TLS client (java program) uses the keystore. TLS client authentication is done during ...
0
votes
1answer
198 views
Any way of creating an Client Certificate programmatically for SSL Client-Auth without BouncyCastle?
I'm writing a server application that identifies it's clients by SSL-Client-Auth. Every Client should create it's own KeyPair and Certificate to connect to this server. Any unknown client (identified ...