summaryrefslogtreecommitdiffstats
path: root/openpgp/src
AgeCommit message (Expand)Author
2024-01-24openpgp: Add UserID::from_static_bytes, which is constant.Neal H. Walfield
2024-01-23openpgp: Avoid unnecessary heap allocations when creating UserIDs.Neal H. Walfield
2024-01-23openpgp: Fix comparing SKESK5 objects.Justus Winter
2024-01-23Fix example.Justus Winter
2024-01-23openpgp: Only export a certificate if it is exportable.Neal H. Walfield
2024-01-23openpgp: Add Cert::exportable.Neal H. Walfield
2024-01-23openpgp: Add a method to CertBuilder to make non-exportable certs.Neal H. Walfield
2024-01-23openpgp: Fix the documentation for Key4::import_public_ed25519.Neal H. Walfield
2024-01-23openpgp: Fix the documentation for Key4::import_secret_ed25519.RyanSquared
2024-01-22openpgp: Add Parse::from_buffered_reader.Justus Winter
2024-01-22openpgp: Rename every from_buffered_reader to from_cookie_reader.Justus Winter
2024-01-22openpgp: Simplify Parse implementations by using the macro.Justus Winter
2024-01-18openpgp: Serialize TSKs without secrets with appropriate label.Justus Winter
2024-01-18openpgp: Improve test.Justus Winter
2024-01-13openpgp: Fix Key conversions.Neal H. Walfield
2024-01-12openpgp: Wrap bare email addresses in angle brackets.Neal H. Walfield
2024-01-12openpgp: Simplify validating third-party revocations.Neal H. Walfield
2024-01-12openpgp: Simplify validating third-party certifications.Neal H. Walfield
2024-01-12openpgp: Simplify working with third-party certifications.Neal H. Walfield
2023-12-21openpgp: Make VerificationError implement std::error::ErrorRyanSquared
2023-12-05openpgp: Preserve more information when cloning packet::Unknown.Justus Winter
2023-12-05openpgp: Do not return stringy errors.Justus Winter
2023-12-05openpgp: Reject "v5" Signatures Packets.Justus Winter
2023-12-05openpgp: Reject "v5" AEAD Encrypted Data Packets.Justus Winter
2023-11-15openpgp: Implement downcasting of Key types aliasing with packets.Justus Winter
2023-11-15openpgp: Add Key<P, R> conversion for mutable references.Justus Winter
2023-11-14openpgp: Improve tracing.Justus Winter
2023-11-14openpgp: Add new test.Justus Winter
2023-11-14openpgp: Impl TryFrom<&Signature> for OnePassSig.Justus Winter
2023-11-03openpgp: Remove redundant call.Justus Winter
2023-10-26openpgp: Upgrade lalrpopPeter Michael Green
2023-10-26openpgp: Drop generic-array direct dependencyNeal H. Walfield
2023-10-24openpgp: Upgrade regex-syntax.Neal H. Walfield
2023-10-13openpgp: Improve documentation.Neal H. Walfield
2023-10-11openpgp: Add non-allocating accessors for parsed User ID components.Justus Winter
2023-10-10openpgp: Use OnceCell to cache the parsed user id.Justus Winter
2023-10-10openpgp: Add a null crypto backend for fuzzing.Justus Winter
2023-10-10openpgp: Drop assertion that does not hold.Justus Winter
2023-10-06openpgp: Use CertBuilder::new() in doc tests to count reliably.David Runge
2023-10-06openpgp: Add encrypted_secret filter for ValidKeyAmalgamationIter.David Runge
2023-10-06openpgp: Add encrypted_secret filter for KeyAmalgamationIter.David Runge
2023-10-02openpgp: Test that v3 revocation signatures are honored.Justus Winter
2023-10-02openpgp: Only add issuer fingerprint information to v4 and up sigs.Justus Winter
2023-10-02openpgp: Update comment.Justus Winter
2023-10-02openpgp: Avoid clone.Justus Winter
2023-09-29openpgp: Change the hex parsing to accept odd number of nibbles.Justus Winter
2023-09-27openpgp: Fix SignatureBuilder::signature_expiration_time.Justus Winter
2023-09-27openpgp: Only mark creation time as overwritten once it really is.Justus Winter
2023-09-27openpgp: Impl Eq for Regex, RegexSet, add accessors for the raw REs.Justus Winter
2023-09-26openpgp: Zero the stack after using RustCrypto's block ciphers.Justus Winter