cursive is an OpenStack library for validating digital signatures, primarily used in Glance and other OpenStack services to verify image signatures. Version 0.2.3 implements OpenStack-specific signature validation. It has a low release cadence, with no recent major updates.
pip install cursiveNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic signature validation using cursive. Requires a key manager for production.
Install castellan: pip install castellan
Use CursiveSignatureVerifier class for forward compatibility.
Ensure the certificate argument includes the complete chain (leaf and intermediates) if needed.