Open simon3z opened 9 years ago
At the moment the _get_rpms(self) method contains:
_get_rpms(self)
def _get_rpms(self): ... ts.setVSFlags((rpm._RPMVSF_NOSIGNATURES|rpm._RPMVSF_NODIGESTS)) ...
@baude I think we should plan to support verification of signatures and digests. Is there a technical limitation that is preventing us to enable it at the moment?
At the moment the
_get_rpms(self)
method contains:@baude I think we should plan to support verification of signatures and digests. Is there a technical limitation that is preventing us to enable it at the moment?