summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-11-01sq: Use NotationData's critical field.nora/767Nora Widdecke
2021-11-01openpgp: Add critical field to NotationData.Nora Widdecke
2021-10-28net, openpgp: Fix private documentation.Nora Widdecke
2021-10-28ci: Use stable compiler for doc job.Nora Widdecke
2021-10-27sq: add scaffolding for an integration/acceptance test suiteLars Wirzenius
2021-10-25ffi, net, sq: Update to tokio 1.0.Nora Widdecke
2021-10-25openpgp: Fix trailing semicolon in macro warning.Nora Widdecke
2021-10-25openpgp: Add notation setters to RevocationBuilders.Nora Widdecke
2021-10-18openpgp: Release 1.5.0.openpgp/v1.5.0Justus Winter
2021-10-18buffered-reader: Release 1.1.0.buffered-reader/v1.1.0Justus Winter
2021-10-18Relicense to LGPL 2.0 or later.Neal H. Walfield
2021-10-15sq: When merging keyrings, produce output in a reproducible orderLars Wirzenius
2021-10-14Add clippy to CILars Wirzenius
2021-10-14Allow clippy::unnecessary_lazy_evaluationsLars Wirzenius
2021-10-11openpgp: Fix link.Nora Widdecke
2021-10-11openpgp: Fix links to SignatureBuilder.Nora Widdecke
2021-10-11Update dependency tracing to 0.1.29.Nora Widdecke
2021-10-11openpgp: Correct link.Nora Widdecke
2021-10-11openpgp: Use fragment syntax.Nora Widdecke
2021-10-11net: Correct link.Nora Widdecke
2021-10-11openpgp: Correct links.Nora Widdecke
2021-10-11openpgp: Fix links.Nora Widdecke
2021-10-11ci: Use correct keyword for expressing job DAG.Nora Widdecke
2021-10-11ci: Test building documentation in CI.Nora Widdecke
2021-10-11Update dependency zeroize_derive to 1.1.1.Nora Widdecke
2021-10-07Update dependency crossbeam-deque to 0.8.1.Nora Widdecke
2021-10-06openpgp: Remove dependency unicode-normalization.Nora Widdecke
2021-10-05openpgp: Release 1.4.0.openpgp/v1.4.0Justus Winter
2021-10-05doc: Update release checklist.Justus Winter
2021-10-05openpgp: Fix crash in the CNG backend.Justus Winter
2021-10-05sq: Don't panic if reading the password fails.Neal H. Walfield
2021-10-05Fix typos.Neal H. Walfield
2021-10-05openpgp: Implement ECDH and ECDSA over NistP256 with RustCrypto.Justus Winter
2021-10-05openpgp: Add a RustCrypto backend.Nikhil Benesch
2021-09-30openpgp: Add features to opt-in to experimental crypto backends.Justus Winter
2021-09-30openpgp: Use new padding methods in the CNG backend.Justus Winter
2021-09-30openpgp: Simplify code.Justus Winter
2021-09-30Annotate function to allow if_let_some_resultLars Wirzenius
2021-09-30Revert "Simplify tests for OK"Lars Wirzenius
2021-09-30Annotate functions where single_match is OKLars Wirzenius
2021-09-30Annotate functions where clippy::redundant_pattern_matching is OKLars Wirzenius
2021-09-30Use strip_{prefix,suffix} for code that's easier to followLars Wirzenius
2021-09-30Use match for tri-state conditionLars Wirzenius
2021-09-30Allow a pointer-to-pointer transmutationLars Wirzenius
2021-09-30Tell clippy loops that never loop are OKLars Wirzenius
2021-09-30Allow complex types without namesLars Wirzenius
2021-09-30Allow up to ten arguments to functionsLars Wirzenius
2021-09-30Allow short single-character argument and variable namesLars Wirzenius
2021-09-30Allow enum variants up to 512 bytesLars Wirzenius
2021-09-30Allow if conditions that use complex codeLars Wirzenius