summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-09-27Use .cloned() on iterators, instead of .map(|x| x.clone())clippy-bunchLars Wirzenius
2021-09-27Unpack value with if let instead of is_some/unwrapLars Wirzenius
2021-09-27Drop extra unused lifetime annotationLars Wirzenius
2021-09-27Drop unnecessary lifetime notationsLars Wirzenius
2021-09-27Expand TAB character into spacesLars Wirzenius
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
2021-08-27openpgp: Improve cert canonicalization.Justus Winter
2021-08-27openpgp: Improve tracing.Justus Winter
2021-08-27openpgp: Update NEWS.Justus Winter
2021-08-27autocrypt: Fix crash the autocrypt header parser.Nora Widdecke
2021-08-27ipc: Fix a crash in the sexp lexer.Justus Winter
2021-08-26ipc: Release 0.26.0.ipc/v0.26.0Justus Winter
2021-08-26ipc: Update documentation.Justus Winter
2021-08-26ipc: Move the types from the core module to the top-level.Justus Winter
2021-08-26ipc: Remove unused error type.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-08-16ci: Use rust 1.54.0 on 32-bit windows.Nora Widdecke