summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-12-11openpgp: Remove ComponentAmalgamation::revocation_keys.wiktor-k/issue-629-remove-ca-revocation-keysWiktor Kwapisiewicz
2020-12-11openpgp: Suggest StandardPolicy in NullPolicy docs.Wiktor Kwapisiewicz
2020-12-11openpgp: Add an example of building a custom policy.Wiktor Kwapisiewicz
2020-12-11openpgp: Add functions that only return valid signatures.Wiktor Kwapisiewicz
2020-12-11openpgp: Change Policy trait default to reject.Wiktor Kwapisiewicz
2020-12-11Relax minimum dependencies.Nora Widdecke
2020-12-11Correct minimal versions.Nora Widdecke
2020-12-11sq: Add switch to fall back to an expired encryption subkey.Justus Winter
2020-12-11openpgp: Fix example.Justus Winter
2020-12-11openpgp: Fix documentation.Justus Winter
2020-12-11sq: Allow cert-rings as recipients, reword key -> cert.Justus Winter
2020-12-11openpgp: Pass the hash algo's security reqs to Policy::signature.Neal H. Walfield
2020-12-11openpgp: Make Cert::CertParser Send and Sync.Azul
2020-12-10openpgp: Add remaining assert_send_and_sync! calls.Azul
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-12-09Add our bug tracker and security contact.Justus Winter
2020-12-09Fix address of mailing list.Justus Winter
2020-12-09sq: Display all known key flags when inspecting certs.Justus Winter
2020-12-09sq: Implement searching hkp servers by email address.Justus Winter
2020-12-09net: Implement searching for email addresses via hkp.Justus Winter
2020-12-09net: Add note.Justus Winter
2020-12-09net: Allow hkp queries by KeyHandle.Justus Winter
2020-12-09sq: Enable tokio's time driver.Justus Winter
2020-12-09buffered-reader: Assert that all types are Send and Sync.Justus Winter
2020-12-09buffered-reader: Don't explicitly storing the mapping.Justus Winter
2020-12-08openpgp: Tweak the assert_send_and_sync macro.Justus Winter
2020-12-08openpgp: Make cert::IntoIter Send + Sync.Justus Winter
2020-12-08openpgp: Make unnamed iterators Send + Sync.Justus Winter
2020-12-08openpgp: Allow dangling `,` in assert_send_and_sync! calls.Azul
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-08openpgp: Require Policies to be Send and Sync.Azul
2020-12-08openpgp: Allow generic types in assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-12-07openpgp: Include a random salt when creating signatures.Justus Winter
2020-12-07openpgp: Drop hash::Context in favor of a pub trait hash::Digest.Justus Winter
2020-12-07openpgp: Require Write for impl Digest.Justus Winter
2020-12-07openpgp: Add Digeset::algo.Justus Winter
2020-12-07openpgp: Make digest computation more robust.Justus Winter
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-12-07openpgp: Make Digest Send + Sync.Justus Winter
2020-12-07openpgp: Require Mode to be Send + Sync.Justus Winter
2020-12-04openpgp: Use pure Rust EAX implementation under CNG backendIgor Matuszewski
2020-12-04openpgp: Make Key::verify more low-level.Justus Winter
2020-12-04Revert "ci: Temporarily drop all Windows builders."Justus Winter
2020-12-04Bump version of sha1collisiondetection.Justus Winter
2020-12-04Fix toml fragment to use Sequoia, cosmetic improvements.Justus Winter
2020-12-01openpgp: take ownership of Features bitfieldAzul
2020-12-01openpgp: take ownership of KeyFlags bitfieldAzul