summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2021-09-29openpgp: Use the new padding methods in the CNG backend.Justus Winter
2021-09-28openpgp: Use the new padding methods in the Nettle backend.Justus Winter
2021-09-28openpgp: Add methods for padding and truncating MPI values.Justus Winter
2021-09-28openpgp: Add two functions for padding and truncating values.Justus Winter
2021-09-28openpgp: Add ECDSA test vectors from FIPS 186-4.Justus Winter
2021-09-28openpgp: Skip test vectors if we don't support the curve.Justus Winter
2021-09-28openpgp: Add example that prints the supported algorithms.Justus Winter
2021-09-28openpgp: Improve tests.Justus Winter
2021-09-28openpgp: Add comment, also test OCB.Justus Winter
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-09-16openpgp: Don't assert that the NIST curves are supported.Justus Winter
2021-09-16openpgp: Sanity-check selected cryptographic backends.Justus Winter
2021-09-16openpgp: Make list of supported algorithms backend-dependent.Justus Winter
2021-09-16openpgp: Fix documentation.Justus Winter
2021-09-16openpgp: Skip tests if a required algorithm is not supported.Justus Winter
2021-09-16openpgp: New function CipherSuite::is_supported.Justus Winter
2021-09-16openpgp: Avoid generating RSA keys longer than 2k in tests.Justus Winter
2021-09-15openpgp: Avoid creating unused borrows.Justus Winter
2021-09-08openpgp: Don't assume that we only use Ed25519 for EdDSA.Justus Winter
2021-09-08openpgp: Avoid magic constant.Justus Winter
2021-09-08openpgp: Avoid catchall.Justus Winter
2021-09-08openpgp: Constrain AEAD chunk sizes.Justus Winter
2021-08-30openpgp: New encryption test vectors that don't use compression.Justus Winter
2021-08-27openpgp: Fix grammar and typesetting.Justus Winter
2021-08-27ffi, readme: Remove mention of sequoia_core.Nora Widdecke
2021-08-27openpgp: Correct links.Nora Widdecke
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-08-27openpgp: Add links.Nora Widdecke
2021-08-27openpgp: Fix links in documentation.Nora Widdecke
2021-08-27openpgp: De-duplicate cert components before checking signatures.Justus Winter
2021-08-27openpgp: Improve cert canonicalization.Justus Winter
2021-08-27openpgp: Improve tracing.Justus Winter
2021-08-27openpgp: Update NEWS.Justus Winter
2021-08-19openpgp: Fix NEWS.Justus Winter
2021-08-19openpgp: Implement PartialEq for TSK.Justus Winter
2021-08-18openpgp: Simplify TSK's filter mechanism.Justus Winter
2021-08-17openpgp: Hint at how to encrypt and decrypt keys in a cert.Justus Winter
2021-08-17openpgp: Improve example so that it encrypts every key.Justus Winter
2021-08-17openpgp: Word secret in 'secret key material' was duplicated.Alexander Kjäll
2021-07-16openpgp: Fix and improve documentation.Justus Winter
2021-07-16openpgp: Add missing ValidAmalgamation::revocation_keys.Justus Winter
2021-07-16openpgp: Add missing ValidCert::revocation_keys.Justus Winter
2021-07-09openpgp: Fix CertParser::reset.Nora Widdecke
2021-07-08cert: support policy_uri subpacketEli Flanagan
2021-06-28openpgp: Fix classification of unknown public key algorithms.Justus Winter
2021-06-28openpgp: Fix example.Justus Winter
2021-06-07openpgp: Release 1.3.0.openpgp/v1.3.0Justus Winter
2021-06-07openpgp: Drop workaround now that we depend on nettle 7.0.2.Justus Winter
2021-06-07openpgp: Add tests for crashes in Nettle, see CVE-2021-3580.Justus Winter