summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2019-08-19openpgp: Do not print to stderr.Justus Winter
2019-08-19openpgp: Drop superfluous .into().Justus Winter
2019-08-19openpgp: Rename sigtype to typ, set_sigtype to set_typ.Justus Winter
2019-08-03openpgp: Add missing file.Neal H. Walfield
2019-08-03openpgp: Move low-level TPK Parser to a separate module.Neal H. Walfield
2019-08-03openpgp: Move KeyIter to a separate module.Neal H. Walfield
2019-08-03openpgp: Consolidate TPK component bindings into a generic struct.Neal H. Walfield
2019-08-02openpgp: Upgrade to base64 version 0.10.1.Neal H. Walfield
2019-08-02openpgp: Fix test.Neal H. Walfield
2019-08-02openpgp: Import cmp, not cmp::minNeal H. Walfield
2019-07-30openpgp: Optimize TPK validator.Neal H. Walfield
2019-07-19openpgp: Add features 'vendored' and 'vendored-nettle'.Justus Winter
2019-07-18openpgp: Typo.Justus Winter
2019-07-18openpgp: Move the TPK's fingerprint to the front.Justus Winter
2019-07-18openpgp: Fix exporting armored TPKs.Justus Winter
2019-07-18openpgp: Implement SerializeInto for the armor Encoder.Justus Winter
2019-07-18openpgp: Move the header generation to a new method.Justus Winter
2019-07-18openpgp: Avoid allocating a constant string.Justus Winter
2019-07-18openpgp: Move tpk::armor::Encoder to serialize, add constructor.Justus Winter
2019-07-17openpgp: Implement exporting as a serialization variant.Justus Winter
2019-07-17openpgp: Improve tracing in the TPK canonicalization.Justus Winter
2019-07-17openpgp: Fix error handling.Justus Winter
2019-07-17openpgp: Improve documentation.Justus Winter
2019-07-17openpgp: Improve documentation.Justus Winter
2019-07-16openpgp: Encrypt unencrypted secret keys in memory.Justus Winter
2019-07-16openpgp: Rework unencrypted secret key handling.Justus Winter
2019-07-15openpgp: Implement AsMut<[u8]> for SessionKey.Justus Winter
2019-07-15Make more variables immutable.Justus Winter
2019-07-15Switch to Rust 2018.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-08Release 0.9.0.v0.9.0Justus Winter
2019-07-08openpgp: Add a function that normalizes signatures.Justus Winter
2019-07-08openpgp: Fix std::hash::Hash for Signature4.Justus Winter
2019-07-05openpgp: Make CipherSuite::Cv25519 the default cipher suite.Justus Winter
2019-07-05openpgp: Ignore unhashed subpackets when comparing signatures.Justus Winter
2019-07-05openpgp: Rework PartialEq for Signature4.Justus Winter
2019-07-05openpgp: Fix PartialEq for SubpacketArea.Justus Winter
2019-07-05openpgp: Ignore Unicode whitespace when converting from hex.Justus Winter
2019-07-04openpgp: Fix ECDH over the NIST curves.Justus Winter
2019-07-02openpgp: New function crypto::random.Justus Winter
2019-07-02openpgp: Simplify SessionKey::new.Justus Winter
2019-07-02openpgp: Use the hash abstraction for hashing.Justus Winter
2019-07-02openpgp: Remove superfluous function.Justus Winter
2019-07-02openpgp: Introduce an abstraction for hash contexts.Justus Winter
2019-07-02openpgp: Make the crypto::hash module public, remove re-export.Justus Winter
2019-06-28openpgp: New functions returning the algo for keys.Justus Winter
2019-06-28openpgp: Fix documentation.Justus Winter
2019-06-28openpgp: Rework protection of mpis::SecretKey.Justus Winter
2019-06-28openpgp: Do not store the length of MPIs.Justus Winter
2019-06-28openpgp: Fix errors returned from MPI::decode_point().Justus Winter