summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-14sq: Add 'key attest-certifications'.justus/1pa3pcJustus Winter
2021-01-14openpgp: Support attested key signatures in certs.Justus Winter
2021-01-14openpgp: Implement verification of attested key signatures.Justus Winter
2021-01-14openpgp: Implement hashing for Third-Party Confirmations.Justus Winter
2021-01-14openpgp: Simplify Cert::merge_public.Justus Winter
2021-01-12openpgp: Simplify certificate serialization.Justus Winter
2021-01-12openpgp: Add an accessor for all component signatures.Justus Winter
2021-01-12openpgp: Fix examples.Justus Winter
2021-01-11openpgp: Improve documentation.Justus Winter
2021-01-08openpgp: Add regex support.Neal H. Walfield
2021-01-06sq: Implement 'certring filter'.Justus Winter
2021-01-06sq: Generalize join to filter.Justus Winter
2021-01-06sq: Implement 'certring list'.Justus Winter
2021-01-06sq: Implement 'certring join'.Justus Winter
2021-01-06sq: Implement 'certring split'.Justus Winter
2021-01-05openpgp: Fix link.Justus Winter
2021-01-05openpgp: Make crypto backends responsible for IV.Nikhil Benesch
2021-01-05tool: Add merge signatures command.Nora Widdecke
2021-01-05tool: Fix grammar.Nora Widdecke
2021-01-04sop: Move to https://gitlab.com/sequoia-pgp/sequoia-sopJustus Winter
2020-12-22sq: Add --allow-broken-crypto to 'sq key adopt'.Neal H. Walfield
2020-12-22sq: Add test cases for sq key adopt.Neal H. Walfield
2020-12-22sq: Add command sq key adopt.Neal H. Walfield
2020-12-22openpgp: Improve debugging output.Neal H. Walfield
2020-12-22openpgp: Add KeyHandle::is_invalid.Neal H. Walfield
2020-12-22openpgp: Implement KeyHandle::to_hex.Neal H. Walfield
2020-12-22openpgp: Implement str::FromStr for KeyHandle.Neal H. Walfield
2020-12-22openpgp: Correctly handle keys where a primary key is also a subkey.Neal H. Walfield
2020-12-22Fix the all_commits CI job.Neal H. Walfield
2020-12-22openpgp: Implement TSK::armored.Neal H. Walfield
2020-12-22openpgp: Clean up documentation.Neal H. Walfield
2020-12-16Release 1.0.0.v1.0.0Justus Winter
2020-12-16openpgp: Bump sha1collisiondetection to 0.2.3.Justus Winter
2020-12-15Relax dependency lalrpop-util.HEADmasterNora Widdecke
2020-12-15openpgp: Use Feb. 1st instead of Jan. 1st as the cutoff day.Neal H. Walfield
2020-12-15openpgp: Extend StandardPolicy's hash policy API.Neal H. Walfield
2020-12-15openpgp: Use hash_algo_security for self signatures and revocations.Wiktor Kwapisiewicz
2020-12-15openpgp: Make ComponentAmalgamation return iterator for signatures.Wiktor Kwapisiewicz
2020-12-14openpgp: Simplify hash policies.Neal H. Walfield
2020-12-14openpgp: Add Duration::years.Neal H. Walfield
2020-12-14openpgp: Make Duration::seconds a const fn.Neal H. Walfield
2020-12-14openpgp: Change general purpose keys to have a signing subkey.Justus Winter
2020-12-14openpgp: Add custom logo and favicon to the documentation.Justus Winter
2020-12-14openpgp: Drop the doc-hack in favor of doc(inline).Justus Winter
2020-12-14openpgp: Typos.Justus Winter
2020-12-14openpgp: Fix crash in the packet parser.Justus Winter
2020-12-14buffered-reader: Change BufferedReader::dump to take a sink.Justus Winter
2020-12-11Release 0.21.0.v0.21.0Justus Winter
2020-12-11openpgp: Remove ComponentAmalgamation::revocation_keys.Wiktor Kwapisiewicz
2020-12-11openpgp: Standardize fn main() in doctests.Azul