websec Flashcards
How to we protect against TLS downgrade attack?
If a client had tried a higher TLS version before, it appends a signaling cipher suite value to the TLS 1.1 handshake. this value tells the server that the client supports a higher TLS version.
How can we make sure that a certificate is adhered to the CA guidelines? mention one solution.
Public logs like CT certificate transparency.
What is certificate transparency? and what are its problems?
make transparent who issued a certificate to whom. Problem that it is just a after the fact solution meaning that we can only know that a certificate isnt adhered to the guidlines but we can not do anything about it.
What are the parts of the certificate transparency? give short explanation for each
- Public ct logs - idk
- Log monitoring - continuously verify that entities are only added and not removed or edited.
3.public certificate auditing - perform inclusion checks of certificates.
What are the parts of the certificate transparency? give short explanation for each
- Public ct logs - idk
- Log monitoring - continuously verify that entities are only added and not removed or edited.
3.public certificate auditing - perform inclusion checks of certificates.