summaryrefslogtreecommitdiffstats
path: root/autocrypt
AgeCommit message (Expand)Author
2020-12-16Release 1.0.0.v1.0.0Justus Winter
2020-12-15openpgp: Make ComponentAmalgamation return iterator for signatures.Wiktor Kwapisiewicz
2020-12-11Release 0.21.0.v0.21.0Justus Winter
2020-12-11Relax minimum dependencies.Nora Widdecke
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-11-28autocrypt: do not implement openpgp::serialize traitsAzul
2020-11-26openpgp: Add a lifetime to CertBuilder.Justus Winter
2020-10-14Release 0.20.0.v0.20.0Justus Winter
2020-10-14openpgp, autocrypt: Port to base64 0.13.Justus Winter
2020-10-12Allow to opt out of default features for sequoia-* dependenciesIgor Matuszewski
2020-10-07autocrypt, openpgp: Unpin base64.Nora Widdecke
2020-09-21autocrypt: Extract test data to files.Nora Widdecke
2020-08-21Release 0.19.0.v0.19.0Justus Winter
2020-08-05openpgp: Don't implement Default for the Bitflags types.Justus Winter
2020-07-31Release 0.18.0.v0.18.0Justus Winter
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-07-24openpgp: Improve PacketParserResult::as_ref, as_mut, and map.Justus Winter
2020-06-12Release 0.17.0.v0.17.0Justus Winter
2020-06-12Relax dependency on base64.Justus Winter
2020-05-18autocrypt: only export transport encrypt and sign subkeys on encode-senderRuben Pollan
2020-04-28openpgp: Convert `Cert::from_packet_pile` into `TryFrom`Wiktor Kwapisiewicz
2020-04-28openpgp: Rename Cert::revoked, etc. to revocation_statusNeal H. Walfield
2020-04-20openpgp: Add armor::Writer::with_headers.Justus Winter
2020-04-20openpgp: Don't finalize the PartialBodyFilter in Drop.Justus Winter
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-04-09openpgp: Remove convenience functions.Justus Winter
2020-04-08openpgp: Replace PacketParser::decrypted with PP::encrypted.Justus Winter
2020-04-08openpgp: Rename crypto::mpis to crypto::mpiIgor Matuszewski
2020-04-03Release 0.16.0.v0.16.0Justus Winter
2020-04-03openpgp: Unawkwardify the streaming encryptor.Justus Winter
2020-04-02openpgp: Drop Fingerprint::from_hex in favor of FromStr.Justus Winter
2020-03-27autocrypt: Add ability to parse Autocrypt-Gossip headers.Wiktor Kwapisiewicz
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-04Release 0.15.0.v0.15.0Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-03-01autocrypt: When creating an Autocrypt header, use valid data.Neal H. Walfield
2020-02-26openpgp: Don't unnecessarily use ComponentAmalgamation::bundle.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-20openpgp: Add the bundle method to the Amalgamation trait.Neal H. Walfield
2020-02-20openpgp: Rename the Amalgamation trait to ValidAmalgamation.Neal H. Walfield
2020-02-17openpgp: Reduce the number of explicit key conversions.Justus Winter
2020-02-14openpgp: Add an option to change the cipher suite used for subkeys.Neal H. Walfield
2020-02-07Release 0.14.0.v0.14.0Justus Winter
2020-02-07Bump base64 to 0.11.Justus Winter
2020-02-06autocrypt: New crate.Justus Winter