Consider the following statements regarding Public Key Infrastructure (PKI) and digital signature mechanisms:
1. A digital signature ensures non-repudiation and data integrity, but it does not inherently provide message confidentiality.
2. The Online Certificate Status Protocol (OCSP) allows real-time verification of a digital certificate's revocation status without requiring the download of complete Certificate Revocation Lists (CRLs).
3. In asymmetric cryptography, a sender encrypts a message with their own private key to ensure confidentiality for the intended recipient.
Which of the statements given above is/are correct?
- 1 and 2 onlyAnswer
- B1 and 3 only
- C2 and 3 only
- D1, 2 and 3
Answer
The statements asserting that digital signatures provide non-repudiation and integrity without inherent confidentiality (Statement 1) and that OCSP enables real-time certificate status verification compared to CRLs (Statement 2) are correct. The statement regarding private key encryption for confidentiality (Statement 3) is incorrect.
Statements 1 and 2 are accurate. A digital signature verifies origin and prevents tampering but does not hide the content from third parties. OCSP provides live, real-time revocation checks per certificate, improving on CRL download overhead. Statement 3 is wrong because recipient confidentiality requires encryption using the recipient's public key.
Step-by-Step Solution
Key Concept
Public Key Infrastructure, Asymmetric Cryptography Key Usage, and Certificate Revocation Protocols