summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/builder.rs
AgeCommit message (Expand)Author
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
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-09-30Allow new() without default()Lars Wirzenius
2021-09-30Join nested if statements with logical and into one statementLars 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, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-07-16openpgp: Add missing ValidCert::revocation_keys.Justus Winter
2021-05-03openpgp: Make CertBuilder's binding signatures customizable.Justus Winter
2021-04-30openpgp: Rework signature creation.Justus Winter
2021-04-30openpgp: Reuse the signer.Justus Winter
2021-04-30openpgp: Drop features subpacket from subkey binding signatures.Justus Winter
2021-04-30openpgp: Simplify code.Justus Winter
2021-04-29openpgp: Simplify constructor.Justus Winter
2021-04-09Lint: Remove redundant clone().Nora Widdecke
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-02-04openpgp: Fix subkye->subkey typo.Wiktor Kwapisiewicz
2020-12-15openpgp: Make ComponentAmalgamation return iterator for signatures.Wiktor Kwapisiewicz
2020-12-14openpgp: Change general purpose keys to have a signing subkey.Justus Winter
2020-12-11openpgp: Remove ComponentAmalgamation::revocation_keys.Wiktor Kwapisiewicz
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Allow generic types in assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-12-01openpgp: take ownership of Features bitfieldAzul
2020-12-01openpgp: take ownership of KeyFlags bitfieldAzul
2020-12-01openpgp: Allow using `None` to indicate signer's key should be used as the `k...Wiktor Kwapisiewicz
2020-11-26openpgp: Don't derive Clone, Debug for CertBuilder.Justus Winter
2020-11-26openpgp: Remove unused lifetimes.Justus Winter
2020-11-26openpgp: Assert that CertBuilder is Send + Sync.Justus Winter
2020-11-26openpgp: Add a lifetime to CertBuilder.Justus Winter
2020-10-02openpgp: Rename Cert::merge_packets to Cert::insert_packets.Justus Winter
2020-09-25openpgp: Adjust default algorithm preferences.Justus Winter
2020-09-15openpgp: Backdate created certificates by a minute.Justus Winter
2020-08-19openpgp: Rename SubpacketArea::lookup to SubpacketArea::subpacket.Neal H. Walfield
2020-08-06openpgp: Fix formatting of vector and array literals in examples.Justus Winter
2020-08-05openpgp: Don't implement Default for the Bitflags types.Justus Winter
2020-08-03openpgp: Change CertBuilder to use a relative expiration time.Neal H. Walfield
2020-08-03openpgp: Add a getter to CertBuilder to return the creation time.Neal H. Walfield
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-07-15openpgp: Set the preferred algorithm subpackets correctly.Neal H. Walfield
2020-06-30openpgp: A direct key signature can be made by a third party.Neal H. Walfield
2020-06-29openpgp: Don't unnecessarily set signature subpackets.Neal H. Walfield
2020-06-19openpgp: Change how SignatureBuilder emits the sig's creation time.Neal H. Walfield