#[no_mangle]
pub unsafe extern "C" fn rnp_import_signatures(
    ctx: *mut RnpContext,
    input: *mut RnpInput,
    _flags: u32,
    results: *mut *mut c_char
) -> RnpResult
Expand description

Import detached signatures by adding them to the cert or key that issued them.

Warning: We assume that signatures are first-party signatures (see sequoia#692)! WARNING: We do not handle third-party revocations!

Does not import anything in case of any faulty input.