summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
941-rfe-future-proofing-against-newly-added-algorithmsopenpgp: Explicitly drop the Box.Justus Winter18 months
add-cast-checkopenpgp: Add check for CAST5.Wiktor Kwapisiewicz15 months
add-oidsopenpgp: Expose `HashAlgorithm::oid()` on all crypto backends.Wiktor Kwapisiewicz20 months
add-sq-dane-getsq: Expose `dane get` command.Wiktor Kwapisiewicz20 months
azul/as_ref_bitfieldsopenpgp: take ownership of Features bitfieldAzul3 years
azul/ci-cacheci: try using gitlab cache mechanismAzul3 years
azul/ci-investigate-cargo-targetci: List cargo target dirs before every run.Azul3 years
azul/fix-pytestsffi: Move NetworkPolicy into net for python.Azul3 years
azul/precompileci: Use make test instead of cargo test.Nora Widdecke3 years
azul/seal-aead-traitopenpgp: seal Aead trait.Azul3 years
azul/seal-amalgamation-traitsopenpgp: seal traits in cert::amalgamationAzul3 years
azul/seal-hash-traitopenpgp: seal crypto::hash::Hash traitAzul3 years
azul/seal-key-traitsopenpgp: seal KeyRole and KeyPartsAzul3 years
azul/seal-serialize-traitsopenpgp: seal the serialize traits.Azul3 years
azul/sendable-traitopenpgp: Ensure public types are Send and Sync.Azul3 years
azul/test-ci-cacheci: test caching mechanismAzul3 years
azul/test-failing-pytestmake: Pass on exit codes in test task so it can fail.Azul3 years
azul/untested-commitsci: Only test commits once in all_commits.Azul3 years
buffered-reader-1.0.2buffered-reader: Release v1.0.2.Neal H. Walfield11 months
capitol/document-flakyness-in-mutate_eq_discriminatesfix lines deleted by mistakeAlexander Kjäll4 months
capitol/fix-bench-compilation-errorFix a compilation error when running 'cargo bench --no-default-features --fea...Alexander Kjäll10 months
capitol/fix-lalrpop-looking-outside-of-build-dirupdate gpg policy to include key with extended lifeAlexander Kjäll7 weeks
capitol/increase-version-of-sequoia-openpgpsequoia-ipc uses openpgp::crypto::ecdh::decrypt_unwrap2 that was introduced i...Alexander Kjäll5 months
capitol/upgrade-criterion-to-0.5upgrade criterion from 0.4 to 0.5Alexander Kjäll7 months
capitol/use-dep-syntax-in-featuresuse the dep: syntax then specifying dependencies, to avoid creating features ...Alexander Kjäll4 months
clippy-bunchUse .cloned() on iterators, instead of .map(|x| x.clone())Lars Wirzenius3 years
coding-conventionsdoc: Add sections about workflowjuga5 years
crypto-refreshxxx debugging testJustus Winter6 weeks
crypto-refresh-argon2openpgp: Implement S2K::Argon2.Justus Winter6 months
crypto-refresh-baseopenpgp: Implement v6 key IDs.Justus Winter11 months
crypto-refresh-fix-hashingopenpgp: Implement Default for AEADAlgorithm.Justus Winter8 months
crypto-refresh-gcmopenpgp: Implement GCM mode.Justus Winter12 months
crypto-refresh-hkdfopenpgp: Add key derivation function.Justus Winter6 months
crypto-refresh-keyhandlesopenpgp: Implement v6 key IDs.Justus Winter13 months
crypto-refresh-seip-v2fix hashing inline-signed and detached v6 signatures.Justus Winter6 months
crypto-refresh-sha3openpgp: Implement SHA3.Justus Winter6 months
crypto-refresh-signatures-and-keysopenpgp: Implement the v6 cleartext signature framework.Justus Winter6 months
crypto-refresh-subpacketsopenpgp: Update references to new subpackets.Justus Winter6 months
crypto-refresh-x25519make api publicJustus Winter10 months
deny-missing-docsci: Deny missing or broken documentation.Wiktor Kwapisiewicz2 years
devan/arm64-ciCI: apply arm64 job dependency graphDevan Carpenter3 years
direct-minimal-versions-checkci: Add minimal versions check.Wiktor Kwapisiewicz8 months
dvn/ci/hardware-testingCI: use equinix windows test tags and imagesDevan Carpenter13 months
dvn/kvm-ciCI: use aufs docker storage driverDevan Carpenter15 months
dvn/moldmold: use correct triple for cargoDevan Carpenter10 months
dvn0/common-ci-includesCI: don't run tests separately anymoreDevan Carpenter3 months
dvn0/concise-cici: add fuzzing jobDevan Carpenter6 days
dvn0/test-jampottry more gcc stuffDevan Carpenter5 months
dvzrv/encrypted_secret_for_itersopenpgp: Use CertBuilder::new() in doc tests to count reliably.David Runge7 months
fix-274openpgp: Introduce trait Policy. WIPJustus Winter5 years
fix-docs-depsdocs: Update dependencies list in README.Wiktor Kwapisiewicz22 months
fix-parser-crashes-in-1.1.0openpgp: Release v1.1.1.Neal H. Walfield11 months
fix-parser-crashes-in-1.8.0openpgp: Release 1.8.1.Neal H. Walfield11 months
gorgeous-zero-copy-transformerwip zero copy transformerJustus Winter4 years
heiko/dockerfileDebian bookworm has dropped the libssl1.1 packageHeiko Schaefer19 months
heiko/release-checklistdoc: updates to release checklistHeiko Schaefer18 months
heiko/workworksq: Implement 'key userid strip'.Heiko Schaefer22 months
igor/ci-msvc-capnpWIP: Let's pretend nettle doesn't existIgor Matuszewski4 years
igor/default-openpgpPoC: sequoia-openpgp facade crate with OS-default crypto backendIgor Matuszewski4 years
igor/reorganize-workspaceRemove top-level facade crateIgor Matuszewski4 years
igor/windows-eaxopenpgp: Use enum in AEAD to denote encryption/decryption modeIgor Matuszewski3 years
igor/windows-try-out-sharedci: Global install for rustupuIgor Matuszewski4 years
igor/workwork-assuan-ipcWIP: Disable unsupported assuan/gnupg code on WindowsIgor Matuszewski4 years
jcgruenhage/serde-display-fromstr-ciphersuiteopenpgp: Implement Display and FromStr on CipherSuiteJan Christian Grünhage11 months
jonas/dir-localsFor Emacs users, set outline-regexp for some file types.Jonas Bernoulli3 years
jonas/hide-makefilemake: Hide Makefile to avoid confusion.Jonas Bernoulli3 years
justus/1pa3pcsq: Add 'key attest-certifications'.Justus Winter3 years
justus/alternative-argon2openpgp: Implement S2K::Argon2 using RustCrypto's argon2 crate.Justus Winter2 years
justus/async-storesq: WIP port to async store interface.Justus Winter3 years
justus/backend-traitopenpgp: Formalize reporting of supported algorithms.Justus Winter11 months
justus/botan-cixxx ci: only test the botan backendJustus Winter14 months
justus/bpf-statisticsopenpgp: Collect stats about the PBF performance.Justus Winter24 months
justus/cert-reworkWIPJustus Winter4 years
justus/ci-coverageci: Add coverage testing.Justus Winter3 years
justus/ci-fail-earlyci: Use doc job to catch modifications to the Cargo.lock file.Justus Winter10 months
justus/ci-no-doctests-on-windowsci: Do not run the benchmarks as tests on armv7.Justus Winter13 months
justus/ci-reworkci: Run the after_script in more jobs.Justus Winter22 months
justus/cookiejar-registryxxx use images from our docker registryJustus Winter16 months
justus/crypto-sketchSketch for crypto backends, moved random function, asymmetric cryptoJustus Winter4 years
justus/debug-python-testshackJustus Winter5 years
justus/fallible-encrypted-ciphertextopenpgp: Make key::Encrypted::ciphertext fail with unknown S2K.Justus Winter4 years
justus/faster-3rd-party-certificationsopenpgp: Add Signature::verify_signature.Justus Winter5 weeks
justus/fix-1015openpgp: When creating certs, derive the encryption key once.Justus Winter5 months
justus/fix-1049openpgp: Demonstrate problem.Justus Winter8 months
justus/fix-151WIP support cleartext signature frameworkJustus Winter3 years
justus/fix-238WIP: openpgp: Save parsed header, use it to perfectly roundtrip.Justus Winter3 years
justus/fix-335fixup! openpgp: Expose support for attested certifications.Justus Winter3 years
justus/fix-421WIP: openpgp: Make CertBuilder's binding signatures customizable.Justus Winter3 years
justus/fix-483XXX: -AwarningsJustus Winter2 years
justus/fix-528openpgp: Add Cert::insert_packets2 and Cert::insert_packets_merge.Justus Winter23 months
justus/fix-607make stream::Message::finalize asyncJustus Winter3 years
justus/fix-615openpgp: Make digest computation more robust.Justus Winter3 years
justus/fix-692wip new apiJustus Winter7 months
justus/fix-715xxx verbose test decryptorJustus Winter3 years
justus/fix-722openpgp: Fix classification of unknown public key algorithms.Justus Winter3 years
justus/fix-723fixup! XXX openpgp: This is the gist of how to fix #727.Justus Winter23 months
justus/fix-723-surpriseThis blanket implementation for &mut T where T: BufferedReader doesn't work.Justus Winter22 months
justus/fix-747XXX openpgp: Demonstrate problem.Justus Winter24 months
justus/fix-775openpgp: Use public functions, remove pub(crate) accessors.Justus Winter10 months
justus/fix-794openpgp: Use the new downcasting methods to reword some tests.Justus Winter24 months
justus/fix-962openpgp: Add fuzz targets.Justus Winter9 months
justus/fix-989wip nofreeJustus Winter12 months
justus/fix-csfopenpgp: Fix the cleartext signature framework.Justus Winter11 months
justus/fix-exampleopenpgp: Fix example.Justus Winter3 years
justus/generate-weird-keysremove test codeKai Michaelis6 years
justus/generate-weird-keys-1add example that generates (weird) keysJustus Winter6 years
justus/hack-python-testsci: Work around Python test failures.Justus Winter5 years
justus/improve-hashingopenpgp: Drop hash::Context in favor of a pub trait hash::Digest.Justus Winter3 years
justus/investigate-1064openpgp: Remove redundant call.Justus Winter6 months
justus/ipc-async-wuergaroundRFC: ipc: Make gnupg::KeyPair usable in async contexts.Justus Winter19 months
justus/merge-meDraft: try suggestionJustus Winter14 months
justus/multiple-armored-raw-certsopenpgp: Handle concatenated certs in the RawCertParser.Justus Winter12 months
justus/net-reworknet: Alpha conversion: use the more appropriate URL instead of URI.Justus Winter13 months
justus/newer-rust-on-windows-gnuci: Use stable for the windows-gnu-nettle job.Justus Winter12 months
justus/ocbDraft: openpgp: Implement OCB mode using the Nettle backend.Justus Winter13 months
justus/openpgp-nextMerge branch 'justus/openpgp-next-cv448' into justus/openpgp-nextJustus Winter15 months
justus/openpgp-next-argon2XXX: Test vector generation.Justus Winter15 months
justus/openpgp-next-cv448sq: Support CipherSuite::Cv448.Justus Winter15 months
justus/openpgp-next-drop-the-chunk-sizedrop the chunk size parameter from SEIPv2.Justus Winter16 months
justus/openpgp-next-gcmopenpgp: Implement GCM mode.Justus Winter2 years
justus/openpgp-next-hkdfxxx no more crc24 in rfc9760Justus Winter15 months
justus/openpgp-next-paddingwip: very rough padding packet supportJustus Winter2 years
justus/openpgp-next-seipv2openpgp: SEIPv2. XXXJustus Winter14 months
justus/openpgp-next-v6-signatures-231very rough key6 implementation, no secrets thoJustus Winter14 months
justus/parse-from-buffered-readeropenpgp: Add Parse::from_buffered_reader.Justus Winter3 months
justus/parse-odd-number-of-hex-nibblesopenpgp: Change the hex parsing to accept odd number of nibbles.Justus Winter7 months
justus/problem-statement-740WIP: openpgp: demonstrate problem with the key conversions.Justus Winter4 months
justus/public-keywrapipc: Securely delete Sexp strings.Justus Winter22 months
justus/ro-sig-verificationopenpgp: Make signature verification take an immutable reference.Justus Winter9 days
justus/secretsxxxJustus Winter5 years
justus/secrets-prototype-0xxxJustus Winter6 years
justus/select-features-in-leafsDon't select a cryptograhic backend in non-leaf crates.Justus Winter16 months
justus/sq/0.27.0sq: Release 0.27.0.Justus Winter21 months
justus/strict-backsigsopenpgp: Require backsigs for auth and cert subkeys.Justus Winter8 days
justus/test-victors-ecdh-vectorcng: clamp cv25519 secrets.Justus Winter3 years
justus/tokio10-debuggingxxxJustus Winter2 years
justus/update