summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-09-30Drop unnecessary clone on a value that implements CopyLars Wirzenius
2021-09-30Use a clearer and shorter += or /= operationLars Wirzenius
2021-09-30Drop extra unused lifetime annotationLars Wirzenius
2021-09-30Drop unnecessary lifetime notationsLars Wirzenius
2021-09-30Expand TAB into spacesLars Wirzenius
2021-09-29openpgp: Add RSA verification test vectors from FIPS 186-3.Justus Winter
2021-09-29openpgp: Add DSA test vectors from FIPS 186-3.Justus Winter
2021-09-29openpgp: Pad the DSA public key to the size of the modulus.Justus Winter
2021-09-29openpgp: Fix typo.Justus Winter
2021-09-29openpgp: Use new padding methods in the CNG backend.Justus Winter
2021-09-29openpgp: Avoid secret-dependent time difference.Justus Winter
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-23openpgp-ffi-macros: Avoid creating unused borrows.Nora Widdecke
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-09-20comment out msrv field in clippy.tomlLars 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-ffi: Avoid creating unused borrows.Justus Winter
2021-09-15ipc: Avoid creating unused borrows.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-30net: Implement Update Manifests.Justus Winter
2021-08-30net: Enable rand's getrandom feature for rand::rngs::OsRng.Justus Winter
2021-08-27openpgp: Fix grammar and typesetting.Justus Winter
2021-08-27ci: Fix scheduled builds.Nora Widdecke
2021-08-27ffi, readme: Remove mention of sequoia_core.Nora Widdecke
2021-08-27ffi, openpgp-ffi, ffi-macros: Correct links.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