Week 9 & 10: Digital Certificates Flashcards
How is Man in Middle attack prevented with Diffie-Hellman?
Bob sends signature and certificate along with g^b.
What is the point of a digital signature?
Verifies authenticity of message with public key
What is the difference between a digital signature and a MAC tag?
MAC tag is generated using a symmetric key, so it can be regenerated if key is known.
A digital signature is generated using a private key and can be verified with another public key.
What is the point of the digital certificate?
Verifies the identity of the sender by using a third party.
What does a digital certificate validate specifically?
- domain validation
- organization validation
- extended validation
When can a certificate be revoked?
- If expired
- If company is hacked
- If CA is hacked
- If business name is changed
- If company goes out of business
What are the methods to check if certificate is revoked?
- Download CRL (Certificate Revocation List) and go through it manually
- OCSP - Real time look up by contacting CA and asking it
- OCSP Stapling - Receive latest time stamped OCSP from server