summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-02-12openpgp: Add optional cipher argument to PKESK3::decrypt.Justus Winter
2020-02-12openpgp: Add optional plaintext length to Decryptor::decrypt.Justus Winter
2020-02-12openpgp: Use constant from nettle 6.Justus Winter
2020-02-12openpgp: Update to nettle 6.Justus Winter
2020-02-12openpgp: Don't unnecessarily reimplement Amalgamation::with_policy.Neal H. Walfield
2020-02-11openpgp: Enable weak hash algorithms.Justus Winter
2020-02-11openpgp: Use absolute expiration time in cert.Justus Winter
2020-02-11sq: Don't round-down validity periods.Justus Winter
2020-02-11openpgp: Use absolute expiration time in cert builder.Justus Winter
2020-02-11openpgp: New function to normalize SystemTime.Justus Winter
2020-02-11openpgp: Add getter for absolute expiration times in Amalgamation.Justus Winter
2020-02-11openpgp: Provide functions to get and set absolute expiration times.Justus Winter
2020-02-11openpgp: Clarify validity periods of zero.Justus Winter
2020-02-11openpgp: Call 'expiration time' a 'validity period'.Justus Winter
2020-02-11openpgp: Provide ValidKeyAmalgamation conversion in marker trait.Justus Winter
2020-02-11openpgp: Provide all possible conversions between KeyAmalgamations.Justus Winter
2020-02-11openpgp: Simplify bundle conversions in key amalgamations.Justus Winter
2020-02-11openpgp: Provide bundle conversion functions in marker traits.Justus Winter
2020-02-11openpgp: Simplify key conversions in key amalgamations.Justus Winter
2020-02-11openpgp: Provide key conversion functions in marker traits.Justus Winter
2020-02-10openpgp: Consider sensitive designated revokers when exporting sigs.Justus Winter
2020-02-10openpgp: New function Signature4::exportable.Justus Winter
2020-02-10openpgp: Allow for more than one designated revoker.Justus Winter
2020-02-10openpgp: New type RevocationKey.Justus Winter
2020-02-10openpgp: Drop SubpacketValue::len in favor of serialized_len.Justus Winter
2020-02-10openpgp: Provide a getter for the StandardPolicy's reference time.Neal H. Walfield
2020-02-10openpgp: Extend StandardPolicy to consider hash algorithms.Neal H. Walfield
2020-02-10openpgp: Add Timestamp::MAX.Neal H. Walfield
2020-02-09openpgp: Mark constructor as `const fn`.Neal H. Walfield
2020-02-09openpgp: Tidy up code.Neal H. Walfield
2020-02-09openpgp: Check the user's policy before returning a revocation.Neal H. Walfield
2020-02-09openpgp: Add new error, PolicyViolation.Neal H. Walfield
2020-02-09openpgp: Provide some convenient constants.Neal H. Walfield
2020-02-07Release 0.14.0.v0.14.0Justus Winter
2020-02-07Bump base64 to 0.11.Justus Winter
2020-02-07Pin dependencies to keep our MSRV stable.Justus Winter
2020-02-07openpgp: Conclude this patch series.Justus Winter
2020-02-07openpgp: Add trait cert::Preferences.Justus Winter
2020-02-07openpgp: Implement Amalgamation for ValidPrimaryKeyAmalgamation.Justus Winter
2020-02-07openpgp: Expose ValidPrimaryKeyAmalgamation.Justus Winter
2020-02-07openpgp: Add and use Amalgamation::map.Justus Winter
2020-02-07openpgp: Add reference.Justus Winter
2020-02-07openpgp: Add Amalgamation::revocation_key.Justus Winter
2020-02-07openpgp: Move ValidKeyAmalgamation::key_expiration_time.Justus Winter
2020-02-07openpgp: Move key flags methods to trait Amalgamation.Justus Winter
2020-02-07openpgp: Rename CertBuilder::set_expiration.Justus Winter
2020-02-07openpgp: Rename Cert::set_expiry to set_expiration_time.Justus Winter
2020-02-07openpgp: Fix documentation.Justus Winter
2020-02-07openpgp: Add test.Neal H. Walfield
2020-02-06autocrypt: New crate.Justus Winter