summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-01-12ci: Set flags in .cargo/config.toml, not in .gitlab-ci.yml.Neal H. Walfield
2022-01-12net: Fix link.Neal H. Walfield
2022-01-12buffered-reader, ipc: Fix documentation typo.Neal H. Walfield
2022-01-11openpgp: Add convenience Decryptor implementations for Box.Wiktor Kwapisiewicz
2022-01-10openpgp: Generalize test.Justus Winter
2022-01-10openpgp: Remove redundant cipher op parameter.Justus Winter
2022-01-10openpgp: Fix typo.Justus Winter
2022-01-10openpgp: Deduplicate code parsing fingerprints.Justus Winter
2022-01-10pks: Fix "capability" parameter not being appended.Wiktor Kwapisiewicz
2022-01-06openpgp: Generalize test to all curves.Justus Winter
2022-01-06openpgp: Improve documentation.Justus Winter
2022-01-06openpgp: Exhaustively handle curves in MPI::decode_point_common.Justus Winter
2022-01-06openpgp: Improve S2K::is_supported.Justus Winter
2022-01-03ipc: Fix crate documentation.Alexander Kjäll
2022-01-03sq: Add missing test vectors.Justus Winter
2022-01-03sq: Fix LICENSE.txt.Justus Winter
2021-12-31pks: Use appropriate Error objects instead of raw strings.Wiktor Kwapisiewicz
2021-12-31pks: Return correct acceptable hashes for the remote signer.Wiktor Kwapisiewicz
2021-12-31openpgp: Add ability to restrict hash algorithms for signing.Wiktor Kwapisiewicz
2021-12-29pks: Add support for SHA-384 hash algorithm.Wiktor Kwapisiewicz
2021-12-23openpgp: Release 1.7.0.openpgp/v1.7.0Justus Winter
2021-12-23buffered-reader: Release 1.1.2.buffered-reader/v1.1.2Justus Winter
2021-12-16Update and fix Dockerfile.Nora Widdecke
2021-12-16Readme: Fix libclang reference in shell.nix.Nora Widdecke
2021-12-13openpgp: Ensure rand:0.7 for rust-crypto.Nora Widdecke
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-12-13openpgp: Fix duration_round_up test.Nora Widdecke
2021-12-13net: Use Content-Type header to pass hash algorithmWiktor Kwapisiewicz
2021-12-10ipc: Reduce tokio features.Nora Widdecke
2021-12-10Remove the ffi crates.Justus Winter
2021-12-10ipc: Remove example that uses sequoia_store.Nora Widdecke
2021-12-10ffi: Update Makefile, remove another left-over from store removal.Hartmut Goebel
2021-12-10ffi: Update Makefile, remove rule remaining from store removal.Hartmut Goebel
2021-12-07fix: change how signed file is mangledLars Wirzenius
2021-12-07buffered-reader: Once EOF is hit, don't poll reader again.Justus Winter
2021-12-07buffered-reader: Add tracing.Justus Winter
2021-12-06autocrypt: Release 0.24.0.autocrypt/v0.24.0Justus Winter
2021-12-06ipc: Release 0.27.0.ipc/v0.27.0Justus Winter
2021-12-06net: Release 0.24.0.net/v0.24.0Justus Winter
2021-12-06net: Only enable hyper's server feature for tests.Justus Winter
2021-12-03openpgp: Derive Default.Nora Widdecke
2021-12-03openpgp: Use unused-must-use.Nora Widdecke
2021-12-02openpgp: Use unused-must-use.Nora Widdecke
2021-12-01Update tokio to 1.13.1.Nora Widdecke
2021-12-01ipc: Update to tokio 1.0.Nora Widdecke
2021-11-29openpgp: Remove unnecessary factors.Nora Widdecke
2021-11-29openpgp: Lint clippy::into_iter_on_ref.Nora Widdecke
2021-11-29openpgp: Statics have a 'static lifetime.Nora Widdecke
2021-11-29openpgp: Use next() instead of nth(0).Nora Widdecke
2021-11-29openpgp: Clearly return the Error.Nora Widdecke