Skip to content

Update user certificate validation

Robin Barrucand requested to merge rba_pki_users into master

The extensions verification for users:

  • The keyUsage is expected to be filled with digitalSignature.
  • The extendedkeyUsage is not checked.
  • The CA flag is expected to be FALSE (UACTT use a CA as user for test case 001 with bench 1.04.11-01.00.500. This TC is added to the known bug list.)
Edited by Robin Barrucand

Merge request reports