summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert
AgeCommit message (Expand)Author
2022-10-07openpgp: make effect of the code more obvious to readers.Heiko Schaefer
2022-09-06openpgp: Fix typos spotted by codespell.Wiktor Kwapisiewicz
2022-06-14openpgp: Add a subkey builder.Neal H. Walfield
2022-06-08openpgp: New error condition, UnsupportedCert2.Justus Winter
2022-06-08openpgp: Accept unknown packets in production rules.Justus Winter
2022-05-12openpgp: Improve tracing.Justus Winter
2022-05-11openpgp: Fix comments.Justus Winter
2022-05-11openpgp: Update comment.Justus Winter
2022-05-11openpgp: Fix typo.Justus Winter
2022-03-11openpgp: Improve documentation.Justus Winter
2022-03-01openpgp: Improve documentation regarding certificate expiry.Justus Winter
2022-02-28openpgp: Fix primary key flags handling.Justus Winter
2022-02-25openpgp: Improve documentation.Justus Winter
2022-02-25openpgp: Improve error messages regarding expiration.Justus Winter
2021-12-03openpgp: Derive Default.Nora Widdecke
2021-11-29openpgp: Use functional update syntax.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-11-29openpgp: Allow *Bundle enum variant names.Nora Widdecke
2021-11-26opnepgp: Fix typo.Nora Widdecke
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-10-25openpgp: Add notation setters to RevocationBuilders.Nora Widdecke
2021-10-11openpgp: Fix links.Nora Widdecke
2021-10-05Fix typos.Neal H. Walfield
2021-09-30Allow if conditions that use complex codeLars Wirzenius
2021-09-30Avoid casting a usize to isize in the argument to pointer::offsetLars Wirzenius
2021-09-30Tell clippy it's OK not to implement traitsLars Wirzenius
2021-09-30Allow new() without default()Lars Wirzenius
2021-09-30Return a value without first assigning it to a variableLars Wirzenius
2021-09-30Join nested if statements with logical and into one statementLars Wirzenius
2021-09-30Replace .filter_map with just .filter when possibleLars Wirzenius
2021-09-30Use Result::map or ::map_err instead of ::and_thenLars Wirzenius
2021-09-30Avoid naming field setting it from variable of the same nameLars Wirzenius
2021-09-30Drop unnecessary conversions with .into() to the same typeLars Wirzenius
2021-09-30Use the now-idiomatic option? syntaxLars Wirzenius
2021-09-30Use std::mem::take instead of std::mem::replace, for clarityLars Wirzenius
2021-09-30Drop extra unused lifetime annotationLars Wirzenius
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-09-16openpgp: Skip tests if a required algorithm is not supported.Justus Winter
2021-09-16openpgp: New function CipherSuite::is_supported.Justus Winter
2021-09-16openpgp: Avoid generating RSA keys longer than 2k in tests.Justus Winter
2021-08-27ffi, readme: Remove mention of sequoia_core.Nora Widdecke
2021-08-27openpgp: Correct links.Nora Widdecke
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-07-16openpgp: Add missing ValidAmalgamation::revocation_keys.Justus Winter
2021-07-16openpgp: Add missing ValidCert::revocation_keys.Justus Winter
2021-07-09openpgp: Fix CertParser::reset.Nora Widdecke
2021-07-08cert: support policy_uri subpacketEli Flanagan
2021-05-20openpgp: Fix CertParser to return errors in the right order.Neal H. Walfield
2021-05-12openpgp: Implement TryFrom<SignatureBuilder> for more types.Wiktor Kwapisiewicz