GitPedia

Picky rs

Picky portable PKI implementation and microservice

From Devolutions·Updated June 23, 2026·View on GitHub·

Collection of crates related to cryptographic primitives, ASN.1 and PKI. See each folder for individual description. The project is written primarily in Rust, distributed under the Apache License 2.0 license, first published in 2019. Key topics include: asn1, cryptography, der, pki, rust.

picky-rs

Collection of crates related to cryptographic primitives, ASN.1 and PKI.
See each folder for individual description.

Release workflow

  • Create a new branch
  • Make sure dependencies are up to date (cargo upgrade from cargo-edit companion will help)
  • Make sure CHANGELOG.md files are up to date
  • Open Pull Request for review
  • Once CI is green and PR is approved, use cargo-release for each crate to release
    • cargo release <NEXT VERSION>-rc.<RC NUMBER> to release a new candidate version (do not finalize changelog)
    • cargo release, cargo release patch, cargo release minor, or cargo release major as appropriate otherwise. Refer to cargo-release's reference
  • Merge PR using merge commit to preserve commits hash

(TODO: move the last two steps to GitHub Actions)

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from Devolutions/picky-rs via the GitHub API.Last fetched: 6/25/2026