summaryrefslogtreecommitdiffstats
path: root/openpgp/src
AgeCommit message (Expand)Author
2020-02-26openpgp: Reorder code.Neal H. Walfield
2020-02-25openpgp: Drop XXX.Justus Winter
2020-02-24openpgp: Clarify field documentation.Justus Winter
2020-02-24openpgp: Improve protection of unencrypted key material.Justus Winter
2020-02-24openpgp: Return a more appropriate error.Justus Winter
2020-02-24openpgp: Drop XXX.Justus Winter
2020-02-24openpgp: Drop XXX.Justus Winter
2020-02-24openpgp: Open issue for XXX.Justus Winter
2020-02-24openpgp: De-optimize crypto::random.Justus Winter
2020-02-24openpgp: Test that StandardPolicy can be a global const.Justus Winter
2020-02-24openpgp: Check critical notations against good-list.Justus Winter
2020-02-24openpgp: Extend StandardPolicy to check critical subpackets.Justus Winter
2020-02-24openpgp: Add missing docs.Justus Winter
2020-02-24openpgp: Implement Display for SubpacketTag.Justus Winter
2020-02-24openpgp: Fix link in documentation.Justus Winter
2020-02-21openpgp: Change default hash algorithm to SHA512.Justus Winter
2020-02-21openpgp: Extend policy to check AEAD algorithms.Justus Winter
2020-02-21openpgp: Fix rendering of docs.Justus Winter
2020-02-21openpgp: Extend StandardPolicy to check for asymmetric algorithms.Justus Winter
2020-02-21openpgp: Remove bare implementations of serialized_len on MPIs.Justus Winter
2020-02-21openpgp: Mark enum Signature as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum Ciphertext as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum SecretKeyMaterial as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum PublicKey as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum DataFormat as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum ReasonForRevocation as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum SignatureType as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum HashAlgorithm as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum CompressionAlgorithm as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum AEADAlgorithm as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum SymmetricAlgorithm as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum Curve as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum PublicKeyAlgorithm as non-exhaustive.Justus Winter
2020-02-20openpgp: Fix lifetime.Neal H. Walfield
2020-02-20openpgp: Add the with_policy method to the Amalgamation trait.Neal H. Walfield
2020-02-20openpgp: Have ComponentAmalgamation deref to its bundle.Neal H. Walfield
2020-02-20openpgp: Add the bundle method to the Amalgamation trait.Neal H. Walfield
2020-02-20openpgp: Typo.Justus Winter
2020-02-20openpgp: Extend policy to check symmetric algorithms.Justus Winter
2020-02-20openpgp: Split the ValidAmalgamation trait.Neal H. Walfield
2020-02-20openpgp: Rename the Amalgamation trait to ValidAmalgamation.Neal H. Walfield
2020-02-20openpgp: Extend policy to check packets.Justus Winter
2020-02-20openpgp: Improve assert_match!.Justus Winter
2020-02-20openpgp: Improve debug formatting of the bitfield types.Justus Winter
2020-02-19openpgp: Add test.Justus Winter
2020-02-19openpgp: Improve tracing output.Justus Winter
2020-02-19openpgp: Improve test.Justus Winter
2020-02-19openpgp: Add test.Justus Winter
2020-02-19openpgp: Move RevocationStatus to module types.Justus Winter
2020-02-19openpgp: New type CertAmalgamation that fixes policy and time.Justus Winter