Bug 1497154 - recipient certificate status should not be checked for signing usage since that only concerns the sender certificate. r=mkmelin

This commit is contained in:
Chris Gaudry 2018-10-09 13:58:38 +03:00
Родитель a4a90ef98d
Коммит 8ed71bbbe2
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -260,7 +260,6 @@ const certificateUsageEmailRecipient = 0x0020;
// A map from the name of a certificate usage to the value of the usage.
const certificateUsages = {
certificateUsageEmailSigner,
certificateUsageEmailRecipient,
};