Actions
Bug #689
closedDo not instantiate authority with incapable certificate.
Description
During development for #682 it turned out KCA::Authority can be instantiated with a certificate incapable of signing requests.
The problem was only discovered after libkca_ossl:7320ca22aab4506465e16dcdddf32d793f1106e3 dropped automagic creation of an authority certificate based on the supplied request subject in KCA::OSSL::Request::selfsign().
Not instantiating KCA::Authority with an unfitting certificate should be a last line of defense, callers should check prior to doing so.
Updated by Felix Tiede over 5 years ago
- Related to Task #682: Refactor authority.cpp added
Updated by Felix Tiede over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset kca|63957f509351fae44f5d00ed0a8c89c3f664865b.
Actions