summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/stream.rs
AgeCommit message (Expand)Author
2023-12-05openpgp: Reject "v5" AEAD Encrypted Data Packets.Justus Winter
2023-09-21openpgp: Fix Encryptor's lifetime parameter.Neal H. Walfield
2023-09-20openpgp: Compute one hash per signer in the streaming Singer.Justus Winter
2023-08-24openpgp: Don't hardcode the AEADAlgorithm in the example.Justus Winter
2023-06-14openpgp: Deprecate `Packet::MDC` variant.Wiktor Kwapisiewicz
2023-06-06openpgp: Fix the cleartext signature framework.Justus Winter
2023-05-23openpgp: Improve test.Justus Winter
2023-05-22openpgp: Implement GCM mode.Justus Winter
2023-04-26openpgp: Generalize test.Justus Winter
2023-04-26openpgp: Fix test.Justus Winter
2023-03-01openpgp: Add high-level encryption and signing roundtrip tests.Justus Winter
2023-02-16openpgp: Enable test.Justus Winter
2022-12-21openpgp: Add tests for SKESK5::decrypt.Wiktor Kwapisiewicz
2022-12-12openpgp: Make hash_update_text more idomatic.Neal H. Walfield
2022-05-12openpgp: Rename `iv_size` to `nonce_size` leaving `iv_size`.Wiktor Kwapisiewicz
2022-02-22openpgp: Fix emitting multiple signatures.Justus Winter
2022-02-15openpgp: Skip test if algorithm is not supported.Justus Winter
2022-02-14openpgp: Refactor AEAD encryption and decryption.Justus Winter
2022-01-10openpgp: Generalize test.Justus Winter
2021-12-31openpgp: Add ability to restrict hash algorithms for signing.Wiktor Kwapisiewicz
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-09-30Allow ::new to not return SelfLars Wirzenius
2021-09-30Join nested if statements with logical and into one statementLars Wirzenius
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-28openpgp: Implement Encryptor::with_session_key.Justus Winter
2021-04-28openpgp: Fix documentation.Justus Winter
2021-04-28openpgp: Simplify code.Justus Winter
2021-04-20lint: Remove unnecessary trailing semicolons.Nora Widdecke
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-03-05openpgp: Do not recommend padding by default.Justus Winter
2021-02-24openpgp: Improve example.Justus Winter
2021-02-24openpgp: Fix links.Justus Winter
2021-02-24openpgp: Verify messages using the Cleartext Signature Framework.Justus Winter
2021-02-24openpgp: Sign messages using the Cleartext Signature Framework.Justus Winter
2021-02-10openpgp: Generalize streaming Signer modes.Justus Winter
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-08openpgp: Allow generic types in assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-12-07openpgp: Drop hash::Context in favor of a pub trait hash::Digest.Justus Winter
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-11-10openpgp: Use Padme as default padding policy.Wiktor Kwapisiewicz
2020-11-10openpgp: Make stream::Padder use the builder pattern.Wiktor Kwapisiewicz
2020-10-22openpgp: Improve documentation on how to encrypt for multiple certs.Justus Winter