summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-12-28openpgp: Fix formatting.Justus Winter
2018-12-28ffi: Add tests.Justus Winter
2018-12-28ffi: Add sq_signature_to_packet.Justus Winter
2018-12-28ffi: Add sq_tpk_merge_packets.Justus Winter
2018-12-28ffi: Document ownership and borrow semantics.Justus Winter
2018-12-27ffi: Do not consume the given TPK.Justus Winter
2018-12-27ffi: Fix function prototype and formatting.Justus Winter
2018-12-27ffi: Add sq_signature_free.Justus Winter
2018-12-27openpgp: Add tests.Justus Winter
2018-12-27openpgp: Avoid copying packets.Justus Winter
2018-12-27openpgp: Implement encrypting secret keys.Justus Winter
2018-12-27openpgp: Formatting.Justus Winter
2018-12-27openpgp: Implement serialize_chksumd for SecretKey.Justus Winter
2018-12-27openpgp: Time-constant eq for Passwords, SessionKeys.Justus Winter
2018-12-24openpgp: When merging TPKs, keep the primary key's secret bit.Neal H. Walfield
2018-12-24openpgp: When deduping subkeys, merge public and private versions.Neal H. Walfield
2018-12-24openpgp: Add a function to compare the public bits of two KeysNeal H. Walfield
2018-12-24openpgp: Change set_secret to return the old secret.Neal H. Walfield
2018-12-19openpgp: Make primary_key_binding use Signer.Justus Winter
2018-12-19openpgp: Make sign_userid_binding use Signer.Justus Winter
2018-12-19openpgp: Make sign_subkey_binding use Signer.Justus Winter
2018-12-19openpgp: Make sign_user_attribute_binding use Signer.Justus Winter
2018-12-19openpgp: Make signature::Builder::sign_hash use Signer.Justus Winter
2018-12-19openpgp: Introduce trait Signer.Justus Winter
2018-12-19openpgp: Formatting.Justus Winter
2018-12-18Release 0.3.0.v0.3.0Justus Winter
2018-12-18tool: Move the signing code to a new module.Justus Winter
2018-12-18tool: Always display prefix of literal data.Justus Winter
2018-12-17openpgp: Improve error message.Neal H. Walfield
2018-12-17openpgp: Update version of time crate.Neal H. Walfield
2018-12-17ffi: Fix sq_binding_delete's signature.Neal H. Walfield
2018-12-17ffi: Add support to sq_verify for verifying detached signatures.Neal H. Walfield
2018-12-17ffi: Add a function to return the value of a TPK's primary user idNeal H. Walfield
2018-12-17ffi: Add a function to return a UserID Binding's self signature.Neal H. Walfield
2018-12-17ffi: Add function to query a Key's the public key algo.Neal H. Walfield
2018-12-17ffi: Add a function to get the tag of a packet in a PacketParserResultNeal H. Walfield
2018-12-17ffi: Wrap TPK::from_packet_parser.Neal H. Walfield
2018-12-17ffi: Wrap Key's alive and expired methods.Neal H. Walfield
2018-12-17ffi: Wrap TPK's alive and expired methods.Neal H. Walfield
2018-12-17openpgp: Add methods to check whether a TPK is alive.Neal H. Walfield
2018-12-17ffi: Wrap Signature's alive and expired methods.Neal H. Walfield
2018-12-17ffi: Export getters for signature key flags.Neal H. Walfield
2018-12-17openpgp: Change KeyIter to also return the RevocationStatus.Neal H. Walfield
2018-12-17ffi: Avoid inline function.Justus Winter
2018-12-14openpgp: make SecureKey (Partial)Eq and (Partial)Ord time-constant.Kai Michaelis
2018-12-14openpgp: extend secure_eq to secure_cmp.Kai Michaelis
2018-12-14openpgp: impl 3rd party uid certifications.Kai Michaelis
2018-12-14openpgp: Add roundtrip tests for packages.Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-14openpgp: Fix handling of empty encrypted session keys.Justus Winter