Re: SSL questions
From: Punkroy (PunkroyREMOVETHIS@DrQue.net)
Date: 02/27/03
- Next message: Teleki Tibor: "Re: How random is dev/random?Also Keypress random generator"
- Previous message: Bob Mathews: "Re: CRC questions."
- In reply to: Jason: "Re: SSL questions"
- Next in thread: David Wagner: "Re: SSL questions"
- Reply: David Wagner: "Re: SSL questions"
- Reply: David Wagner: "Re: SSL questions"
- Reply: Michael Amling: "Re: SSL questions"
- Reply: Henrick Hellström: "Re: SSL questions"
- Reply: Anne & Lynn Wheeler: "Re: SSL questions"
- Reply: Anne & Lynn Wheeler: "Re: SSL questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: PunkroyREMOVETHIS@DrQue.net (Punkroy) Date: 27 Feb 2003 09:04:00 -0800
The question of compromised certificate
> > And my last question, which I just want to verify; if my server
> > certificate is compromised, is it possible to reconstruct encrypted
> > sessions? That is, if you have the private key from the server's
> > certificate, can you go back and decipher encrypted sessions? I know
> > this sounds like a question were the answer should obviously be "no",
> > but unless it's stated as such, you just can't help but to wonder.
> [...]
>
> Sorry, if your private key is compromised, you lose. Any transactions
> for which all the network traffic was captured by an eavesdropper can
> be decrypted by someone with knowledge of your private key. Think of
> it this way - the attacker knows all the information you (the server)
> knew about the session when the session was set up, so he can do all
> the things that your server did - in particular, generating the
> symmetric keys used to encrypt and decrypt all the messages.
>
So that I am clear in what many seem to be saying: If anyone
compromises the server certificate, all communications that used that
certificate CAN be decoded. Is that correct?
If so, am I the only one who feel that is a rather large open door
for all those e-commerce sites. A disgruntled employ gets access to
the server certificate and could decrypt any session that certificate
was used for?
Okay, but the certificate still has a password on the private key,
right? But I've read server certificate can be stored without the
private key encrypted. In the setup I did, I read about this option
so you didn't have to enter a password when the webserver first
started. Anyone have an idea of how many admins don't encrypt the
certificate private key?
For some reason, I had always thought the certificate was used only
for authentication and that both the server and client would generate
a temporary key set used to encrypt traffic only for that session.
After the session was complete, the key sets were discarded and the
data they sent back can not be decrypted by anyone-- including the
original sender and receiver (less bruteforce attack on session key,
factoring public key, ect). If that is not the case, why? I thought
about the possibility of speed being an issue-- but the client has to
generate a keyset. True, the server might be doing hundreds of
connections at once, but is the trade off really worth the risk? Is
there a system like the one I've outlined above already in SSL? If
so, please give me a link-- that is what I am interested in using.
Since I am on the subject of server certificates, I might as well
ask this question as well: Does the root authority who signs a server
certificate ever get the private key? It seems this question should
also be a "no" answer, but after learning more about certificates from
this thread, I'm not sure I trust anything done by SSL.
That you all, this has been a very informative post thus far!
Punkroy -:(
Oi!
Me--> http://DrQue.net/Punkroy/
- Next message: Teleki Tibor: "Re: How random is dev/random?Also Keypress random generator"
- Previous message: Bob Mathews: "Re: CRC questions."
- In reply to: Jason: "Re: SSL questions"
- Next in thread: David Wagner: "Re: SSL questions"
- Reply: David Wagner: "Re: SSL questions"
- Reply: David Wagner: "Re: SSL questions"
- Reply: Michael Amling: "Re: SSL questions"
- Reply: Henrick Hellström: "Re: SSL questions"
- Reply: Anne & Lynn Wheeler: "Re: SSL questions"
- Reply: Anne & Lynn Wheeler: "Re: SSL questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|