summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2024-02-25openpgp: Handle header lines in the cleartext signature framework.Justus Winter
2024-02-25openpgp: Improve tracing.Justus Winter
2024-02-20openpgp: Release 1.19.0.openpgp/v1.19.0Justus Winter
2024-02-20openpgp: Add test making sure junk pseudo-packets have a map.Justus Winter
2024-02-20openpgp: Improve tracing.Justus Winter
2024-02-20openpgp: Add test for curve point representations.Justus Winter
2024-02-20openpgp: Fix serialized points on Weierstrass curves with OpenSSL.Justus Winter
2024-02-20openpgp: Test ECC key creation and operations.Justus Winter
2024-02-20openpgp: New function Curve::variants.Justus Winter
2024-02-20openpgp: Fix creating Brainpool keys with OpenSSL.Justus Winter
2024-02-20openpgp: Fix creating Brainpool keys with Botan.Justus Winter
2024-02-20openpgp: Fix building the tests with the fuzzing backend.Justus Winter
2024-02-13openpgp: Remove superfluous clamping.Justus Winter
2024-02-13openpgp: Refactor Key4::generate_ecc.Justus Winter
2024-02-13openpgp: Clamp the secret key in Key4::import_secret_cv25519.Justus Winter
2024-02-13openpgp: Fix markup.Justus Winter
2024-01-26openpgp: Release 1.18.0.openpgp/v1.18.0Neal H. Walfield
2024-01-26openpgp: Upgrade idna.Neal H. Walfield
2024-01-25openpgp: Implement Arbitrary for KeyHandle, add tests.Justus Winter
2024-01-25openpgp: Make KeyHandle::partial_cmp transitive.Justus Winter
2024-01-25openpgp: Improve deprecation note.Justus Winter
2024-01-25openpgp: Deprecate Cert::into_packets.Justus Winter
2024-01-25openpgp: Add Cert::into_packets2, TSK::into_packets.Justus Winter
2024-01-25openpgp: Factor out code adding a secret key stub.Justus Winter
2024-01-25openpgp: Make TSK optionally own the Cert.Justus Winter
2024-01-25openpgp: Tweak lifetime of filter function's argument.Justus Winter
2024-01-25openpgp: Reject short key IDs.Neal H. Walfield
2024-01-24openpgp: Improve example.Neal H. Walfield
2024-01-24openpgp: Improve documentation.Neal H. Walfield
2024-01-24openpgp: Use SubpacketAreas::issuers to get issuer subpackets.Neal H. Walfield
2024-01-24openpgp: Use KeyHandle::aliases to check for a fingerprint.Neal H. Walfield
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