Tagged Questions
1
vote
1answer
84 views
The request was aborted: Could not create SSL/TLS secure channel Exception
Let me explain my situation.
I created a self-signed certificate and installed it in the Trusted Root Certification Authorities section in MMC.
I then created two certificates using the self-signed ...
7
votes
1answer
245 views
How do i store Diffie-Hellman parameters in a X.509?
In there paper Authentication and authenticated key exchange Diffie, van Oorschot and Wiener recommend to insert the DH parameters into the certificate of Alice. As a result an attacker can not change ...
4
votes
2answers
151 views
TLS server key: possible to sign another TLS server key?
If I have a valid (verifiable) certificate C_K_s that links the server key K_s to "www.example.com", is it possible to :
use K_s to sign K_d, and let S_K_d be this signature
use K_d as the TLS ...
7
votes
1answer
149 views
distributing files to VPN partners
suppose i've created VPN certificates for a certain VPN-RoadWarrior-Client, expressed in the files VPN-RoadWarrior-Client.key and VPN-RoadWarrior-Client.crt*, however VPN-RoadWarrior-Client is ...