summaryrefslogtreecommitdiffstats
path: root/openpgp/src/constants.rs
AgeCommit message (Expand)Author
2019-04-24openpgp: Make {PublicKey,Curve}::bits() return Option<usize>.Justus Winter
2019-04-24openpgp: Make {PublicKey,Curve}::bits() return key lengths.Justus Winter
2019-04-09openpgp: New predicates for algorithm support.Justus Winter
2019-04-05openpgp: Typo.Justus Winter
2019-04-04openpgp: Typo.Justus Winter
2019-01-09openpgp: implement PublicKey::bits() and Curve::bits()Kai Michaelis
2018-10-15openpgp: Fix and update links to RFC4880bis.Justus Winter
2018-10-10openpgp: Add a new module dealing with AEAD primitives.Justus Winter
2018-10-09openpgp: Add a type for AEAD algorithms.Justus Winter
2018-09-10openpgp: Add predicates for public key algorithm capabilities.Justus Winter
2018-08-24openpgp: Typo.Justus Winter
2018-08-24openpgp: Make struct Literal opaque, add getters and setters.Justus Winter
2018-08-20openpgp: Make all constants hashable.Justus Winter
2018-07-22openpgp: Mark old public key algorithms as deprecated.Justus Winter
2018-07-11openpgp: Fix spelling mistake in identifier.Neal H. Walfield
2018-07-10openpgp: Add and use a type for the literal data packet's format.Justus Winter
2018-07-09openpgp: Add and use a type specifying reasons for revocations.Justus Winter
2018-07-09openpgp: Drop obsolete comments.Justus Winter
2018-06-20Make sure there is always a whitespace after every comma.Justus Winter
2018-06-20openpgp: Improve whitespace, minor comment editing.Neal H. Walfield
2018-06-19openpgp: make missing docs a warning.Kai Michaelis
2018-06-16openpgp: Fix some typos and whitespace issues.Neal H. Walfield
2018-06-11openpgp: Implement the Camellia ciphers.Justus Winter
2018-06-11openpgp: Fix reference.Justus Winter
2018-06-11openpgp: Do not re-export *Algorithm in the root.Justus Winter
2018-06-11openpgp: Add Curve::Unknown(..) to deal with unknown Curves.Justus Winter
2018-06-08openpgp: Add and use an enum for identifying Curves.Justus Winter
2018-06-08openpgp: Add comment for ECDH and ECDSA.Justus Winter
2018-06-08openpgp: improve secret key handling.Kai Michaelis
2018-05-17openpgp: Rename SymmetricAlgo to SymmetricAlgorithm.Neal H. Walfield
2018-05-17openpgp: Move SymmetricAlgo from its module to the constants module.Neal H. Walfield
2018-05-17openpgp: Rename HashAlgo to HashAlgorithm.Neal H. Walfield
2018-05-17openpgp: Move HashAlgo from the hash module to the constants module.Neal H. Walfield
2018-05-07openpgp: Implement 'From', not 'Into'.Justus Winter
2018-05-07openpgp: Add and use 'SignatureType'.Justus Winter
2018-04-27openpgp: Document PK and compression algo enumsKai Michaelis
2018-04-23openpgp: Enums for various alogrithmsKai Michaelis