Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
RustCrypto
Maintain Rust cryptography implementations found at https://github.com/rustcrypto
I am an organization administrator and principal contributor.
Collective -
Host: opensource -
https://opencollective.com/rustcrypto
- Code: https://github.com/rustcrypto
Initial implementation of x-wing
github.com/RustCrypto/KEMs - Christiaan676 opened this pull request 3 months ago
github.com/RustCrypto/KEMs - Christiaan676 opened this pull request 3 months ago
Support for Keys Longer Than 56 Bytes in the Blowfish Implementation
github.com/RustCrypto/block-ciphers - AHK66 opened this issue 3 months ago
github.com/RustCrypto/block-ciphers - AHK66 opened this issue 3 months ago
pkcs5: allow empty algId prf parameter for PBES2 params
github.com/RustCrypto/formats - ancwrd1 opened this pull request 3 months ago
github.com/RustCrypto/formats - ancwrd1 opened this pull request 3 months ago
build(deps): bump once_cell from 1.19.0 to 1.20.0
github.com/RustCrypto/elliptic-curves - dependabot[bot] opened this pull request 3 months ago
github.com/RustCrypto/elliptic-curves - dependabot[bot] opened this pull request 3 months ago
The security audit link in `README.md` needs updating.
github.com/RustCrypto/block-ciphers - weaversa opened this issue 3 months ago
github.com/RustCrypto/block-ciphers - weaversa opened this issue 3 months ago
Adding signing under hazmat.
github.com/RustCrypto/signatures - msedzins opened this pull request 3 months ago
github.com/RustCrypto/signatures - msedzins opened this pull request 3 months ago
Correct misunderstanding about bit direction for extra sizes
github.com/RustCrypto/hybrid-array - jmwample opened this pull request 3 months ago
github.com/RustCrypto/hybrid-array - jmwample opened this pull request 3 months ago
Incorrect Object Identifier DER Encoding
github.com/RustCrypto/formats - zhengyao-lin opened this issue 3 months ago
github.com/RustCrypto/formats - zhengyao-lin opened this issue 3 months ago
pss: expose salt len in the verifyingkey
github.com/RustCrypto/RSA - baloo opened this pull request 3 months ago
github.com/RustCrypto/RSA - baloo opened this pull request 3 months ago
cpufeatures: requesting support for the newly added target features
github.com/RustCrypto/utils - sayantn opened this issue 3 months ago
github.com/RustCrypto/utils - sayantn opened this issue 3 months ago
cms: implement a `SignedDataBuilder` for PSS
github.com/RustCrypto/formats - baloo opened this issue 3 months ago
github.com/RustCrypto/formats - baloo opened this issue 3 months ago
aead: move STREAM implementation into a separate crate?
github.com/RustCrypto/traits - newpavlov opened this issue 3 months ago
github.com/RustCrypto/traits - newpavlov opened this issue 3 months ago
der: remove remaining `doc(cfg(...))`
github.com/RustCrypto/formats - tarcieri opened this pull request 3 months ago
github.com/RustCrypto/formats - tarcieri opened this pull request 3 months ago
Cargo.toml: use shortened version form for `rust-version`
github.com/RustCrypto/hybrid-array - tarcieri opened this pull request 3 months ago
github.com/RustCrypto/hybrid-array - tarcieri opened this pull request 3 months ago
cpufeatures: requesting support for INVTSC and RDTSCP target feature
github.com/RustCrypto/utils - rukai opened this issue 3 months ago
github.com/RustCrypto/utils - rukai opened this issue 3 months ago
Bump rlp from 0.5.2 to 0.6.1
github.com/RustCrypto/crypto-bigint - dependabot[bot] opened this pull request 3 months ago
github.com/RustCrypto/crypto-bigint - dependabot[bot] opened this pull request 3 months ago
Implement `as_flattened{_mut}()` for `Array<Array<>>`
github.com/RustCrypto/hybrid-array - jmwample opened this pull request 3 months ago
github.com/RustCrypto/hybrid-array - jmwample opened this pull request 3 months ago
build(deps): bump crypto-bigint from 0.6.0-rc.3 to 0.6.0-rc.4
github.com/RustCrypto/password-hashes - dependabot[bot] opened this pull request 3 months ago
github.com/RustCrypto/password-hashes - dependabot[bot] opened this pull request 3 months ago
x509-cert: use `BuilderProfile` for consistency
github.com/RustCrypto/formats - baloo opened this pull request 3 months ago
github.com/RustCrypto/formats - baloo opened this pull request 3 months ago
build(deps): bump crypto-bigint from 0.6.0-rc.2 to 0.6.0-rc.4
github.com/RustCrypto/traits - dependabot[bot] opened this pull request 3 months ago
github.com/RustCrypto/traits - dependabot[bot] opened this pull request 3 months ago
crypto-bigint v0.6.0-rc.4
github.com/RustCrypto/crypto-bigint - tarcieri opened this pull request 3 months ago
github.com/RustCrypto/crypto-bigint - tarcieri opened this pull request 3 months ago
Bump `der` dependency to v0.8.0-rc.1
github.com/RustCrypto/crypto-bigint - tarcieri opened this pull request 3 months ago
github.com/RustCrypto/crypto-bigint - tarcieri opened this pull request 3 months ago
Bump rustls from 0.23.12 to 0.23.13
github.com/RustCrypto/rustls-rustcrypto - dependabot[bot] opened this pull request 3 months ago
github.com/RustCrypto/rustls-rustcrypto - dependabot[bot] opened this pull request 3 months ago
Bump `serdect` to v0.3.0-rc.0
github.com/RustCrypto/crypto-bigint - tarcieri opened this pull request 3 months ago
github.com/RustCrypto/crypto-bigint - tarcieri opened this pull request 3 months ago
serdect: return the deserialized buffer during deserialization
github.com/RustCrypto/formats - fjarri opened this pull request 3 months ago
github.com/RustCrypto/formats - fjarri opened this pull request 3 months ago
x509-cert: rename `builder::BuildProfile` to avoid confusion
github.com/RustCrypto/formats - baloo opened this pull request 3 months ago
github.com/RustCrypto/formats - baloo opened this pull request 3 months ago
x509-cert: document `add_extension` link to examples
github.com/RustCrypto/formats - baloo opened this pull request 3 months ago
github.com/RustCrypto/formats - baloo opened this pull request 3 months ago
Implement trait AeadInto for AES-GCM and ChaCha20-Poly1305
github.com/RustCrypto/AEADs - Cel-Service opened this pull request 3 months ago
github.com/RustCrypto/AEADs - Cel-Service opened this pull request 3 months ago
Add trait AeadInto so callers can provide separate input and output buffers
github.com/RustCrypto/traits - Cel-Service opened this pull request 3 months ago
github.com/RustCrypto/traits - Cel-Service opened this pull request 3 months ago
der: add GeneralString in Tag
github.com/RustCrypto/formats - zkonge opened this pull request 3 months ago
github.com/RustCrypto/formats - zkonge opened this pull request 3 months ago
der: add GeneraString (or more) tag(s)
github.com/RustCrypto/formats - zkonge opened this issue 3 months ago
github.com/RustCrypto/formats - zkonge opened this issue 3 months ago
DSA no longer approved for signature generation by FIPS 186-5
github.com/RustCrypto/signatures - msedzins opened this issue 3 months ago
github.com/RustCrypto/signatures - msedzins opened this issue 3 months ago
build(deps): bump serde from 1.0.208 to 1.0.210
github.com/RustCrypto/KEMs - dependabot[bot] opened this pull request 3 months ago
github.com/RustCrypto/KEMs - dependabot[bot] opened this pull request 3 months ago
x509-cert: make `RelativeDistinguishedName` field private
github.com/RustCrypto/formats - tarcieri opened this pull request 3 months ago
github.com/RustCrypto/formats - tarcieri opened this pull request 3 months ago
build(deps): bump cpufeatures from 0.2.12 to 0.2.14
github.com/RustCrypto/universal-hashes - dependabot[bot] opened this pull request 3 months ago
github.com/RustCrypto/universal-hashes - dependabot[bot] opened this pull request 3 months ago
build(deps): bump cpufeatures from 0.2.12 to 0.2.14
github.com/RustCrypto/stream-ciphers - dependabot[bot] opened this pull request 3 months ago
github.com/RustCrypto/stream-ciphers - dependabot[bot] opened this pull request 3 months ago
build(deps): bump cpufeatures from 0.2.12 to 0.2.14
github.com/RustCrypto/hashes - dependabot[bot] opened this pull request 3 months ago
github.com/RustCrypto/hashes - dependabot[bot] opened this pull request 3 months ago
build(deps): bump cpufeatures from 0.2.12 to 0.2.14
github.com/RustCrypto/sponges - dependabot[bot] opened this pull request 3 months ago
github.com/RustCrypto/sponges - dependabot[bot] opened this pull request 3 months ago
build(deps): bump cpufeatures from 0.2.13 to 0.2.14
github.com/RustCrypto/password-hashes - dependabot[bot] opened this pull request 3 months ago
github.com/RustCrypto/password-hashes - dependabot[bot] opened this pull request 3 months ago
x509-cert: remove `RelativeDistinguishedName::encode_from_string`
github.com/RustCrypto/formats - tarcieri opened this pull request 3 months ago
github.com/RustCrypto/formats - tarcieri opened this pull request 3 months ago
x509-cert: make `RdnSequence`'s inner field private
github.com/RustCrypto/formats - tarcieri opened this pull request 3 months ago
github.com/RustCrypto/formats - tarcieri opened this pull request 3 months ago
fix pkcs8 breaks in dependencies
github.com/RustCrypto/formats - baloo opened this pull request 4 months ago
github.com/RustCrypto/formats - baloo opened this pull request 4 months ago
fix pkcs8 api break
github.com/RustCrypto/elliptic-curves - baloo opened this pull request 4 months ago
github.com/RustCrypto/elliptic-curves - baloo opened this pull request 4 months ago
x509-cert: move `'static` bounds to `Profile` trait
github.com/RustCrypto/formats - tarcieri opened this pull request 4 months ago
github.com/RustCrypto/formats - tarcieri opened this pull request 4 months ago
x509-cert: make (Tbs)`CertificateInner` fields private
github.com/RustCrypto/formats - tarcieri opened this pull request 4 months ago
github.com/RustCrypto/formats - tarcieri opened this pull request 4 months ago
Could the relationship between `crypto-common` and `block-buffer` be reversed?
github.com/RustCrypto/traits - tarcieri opened this issue 4 months ago
github.com/RustCrypto/traits - tarcieri opened this issue 4 months ago
bump pkcs8 dependency after breaking change
github.com/RustCrypto/signatures - baloo opened this pull request 4 months ago
github.com/RustCrypto/signatures - baloo opened this pull request 4 months ago
Use `rem_wide_vartime` in `Uint::mul_mod_vartime`
github.com/RustCrypto/crypto-bigint - andrewwhitehead opened this pull request 4 months ago
github.com/RustCrypto/crypto-bigint - andrewwhitehead opened this pull request 4 months ago
build(deps): bump pkcs8 from 0.11.0-rc.0 to 0.11.0-rc.1
github.com/RustCrypto/elliptic-curves - dependabot[bot] opened this pull request 4 months ago
github.com/RustCrypto/elliptic-curves - dependabot[bot] opened this pull request 4 months ago
elliptic-curve: publish pre-release 0.14.0-rc.0
github.com/RustCrypto/traits - baloo opened this pull request 4 months ago
github.com/RustCrypto/traits - baloo opened this pull request 4 months ago
aarch64-dit: have `set_dit_enabled` return previous state
github.com/RustCrypto/utils - tarcieri opened this pull request 4 months ago
github.com/RustCrypto/utils - tarcieri opened this pull request 4 months ago
aarch64-dit: safe, high-level API
github.com/RustCrypto/utils - tarcieri opened this pull request 4 months ago
github.com/RustCrypto/utils - tarcieri opened this pull request 4 months ago
aarch64-dit: set docs.rs default-target
github.com/RustCrypto/utils - tarcieri opened this pull request 4 months ago
github.com/RustCrypto/utils - tarcieri opened this pull request 4 months ago
aarch64-dit: docs build failing
github.com/RustCrypto/utils - tarcieri opened this issue 4 months ago
github.com/RustCrypto/utils - tarcieri opened this issue 4 months ago
aarch64-dit v0.0.1-alpha
github.com/RustCrypto/utils - tarcieri opened this pull request 4 months ago
github.com/RustCrypto/utils - tarcieri opened this pull request 4 months ago
cut pkcs1 pkcs8 and sec1 pre-releases
github.com/RustCrypto/formats - baloo opened this pull request 4 months ago
github.com/RustCrypto/formats - baloo opened this pull request 4 months ago
x509-cert: time encoding, comply with rfc
github.com/RustCrypto/formats - baloo opened this pull request 4 months ago
github.com/RustCrypto/formats - baloo opened this pull request 4 months ago
Fix `clippy::too_long_first_doc_paragraph` violations
github.com/RustCrypto/crypto-bigint - tarcieri opened this pull request 4 months ago
github.com/RustCrypto/crypto-bigint - tarcieri opened this pull request 4 months ago
Leverage `const_mut_refs`; MSRV 1.83
github.com/RustCrypto/crypto-bigint - tarcieri opened this pull request 4 months ago
github.com/RustCrypto/crypto-bigint - tarcieri opened this pull request 4 months ago
Cargo.lock: bump dependencies
github.com/RustCrypto/formats - tarcieri opened this pull request 4 months ago
github.com/RustCrypto/formats - tarcieri opened this pull request 4 months ago
ecdsa,elliptic-curve,rsa: use `master` branch
github.com/RustCrypto/formats - tarcieri opened this pull request 4 months ago
github.com/RustCrypto/formats - tarcieri opened this pull request 4 months ago
workspace: move back to traits.git/master
github.com/RustCrypto/signatures - baloo opened this pull request 4 months ago
github.com/RustCrypto/signatures - baloo opened this pull request 4 months ago
x509-cert: rework validity to check UTCtime encoding
github.com/RustCrypto/formats - baloo opened this pull request 4 months ago
github.com/RustCrypto/formats - baloo opened this pull request 4 months ago
ed448: zeroize key material
github.com/RustCrypto/signatures - baloo opened this pull request 4 months ago
github.com/RustCrypto/signatures - baloo opened this pull request 4 months ago
crypto-common: use `core::error::Error` trait; MSRV 1.81
github.com/RustCrypto/traits - tarcieri opened this pull request 4 months ago
github.com/RustCrypto/traits - tarcieri opened this pull request 4 months ago
build(deps): bump serde_json from 1.0.125 to 1.0.128
github.com/RustCrypto/KEMs - dependabot[bot] opened this pull request 4 months ago
github.com/RustCrypto/KEMs - dependabot[bot] opened this pull request 4 months ago
x509-cert: make `Name` a new type over `RdnSequence`
github.com/RustCrypto/formats - baloo opened this pull request 4 months ago
github.com/RustCrypto/formats - baloo opened this pull request 4 months ago
jose-jws: remove broken `url` feature
github.com/RustCrypto/JOSE - tarcieri opened this pull request 4 months ago
github.com/RustCrypto/JOSE - tarcieri opened this pull request 4 months ago
der: document `RefToOwned` and `OwnedToRef`
github.com/RustCrypto/formats - baloo opened this pull request 4 months ago
github.com/RustCrypto/formats - baloo opened this pull request 4 months ago
x509-cert: rename helpers to `get_extension`/`filter_extensions`
github.com/RustCrypto/formats - baloo opened this pull request 4 months ago
github.com/RustCrypto/formats - baloo opened this pull request 4 months ago
build(deps): bump serde_json from 1.0.124 to 1.0.128
github.com/RustCrypto/traits - dependabot[bot] opened this pull request 4 months ago
github.com/RustCrypto/traits - dependabot[bot] opened this pull request 4 months ago
Add efficient linear combination for Montgomery forms
github.com/RustCrypto/crypto-bigint - andrewwhitehead opened this pull request 4 months ago
github.com/RustCrypto/crypto-bigint - andrewwhitehead opened this pull request 4 months ago
Should `Validity::decode_value` error when `GeneralizedTime` is used for dates before 2050?
github.com/RustCrypto/formats - zacknewman opened this issue 4 months ago
github.com/RustCrypto/formats - zacknewman opened this issue 4 months ago
`Time::try_from` violates RFC 5280 by returning `GeneralizedTime` instead of `UtcTime`
github.com/RustCrypto/formats - zacknewman opened this issue 4 months ago
github.com/RustCrypto/formats - zacknewman opened this issue 4 months ago
AES-256 generating a 64 byte key?
github.com/RustCrypto/AEADs - thomasmost opened this issue 4 months ago
github.com/RustCrypto/AEADs - thomasmost opened this issue 4 months ago
slh-dsa: no_std broken due to use of concat()
github.com/RustCrypto/signatures - erdnaxe opened this issue 4 months ago
github.com/RustCrypto/signatures - erdnaxe opened this issue 4 months ago
slh-dsa: fix --no-default-features tests
github.com/RustCrypto/signatures - erdnaxe opened this pull request 4 months ago
github.com/RustCrypto/signatures - erdnaxe opened this pull request 4 months ago
Fix documentation
github.com/RustCrypto/crypto-bigint - AaronFeickert opened this pull request 4 months ago
github.com/RustCrypto/crypto-bigint - AaronFeickert opened this pull request 4 months ago
build(deps): bump syn from 2.0.72 to 2.0.77
github.com/RustCrypto/traits - dependabot[bot] opened this pull request 4 months ago
github.com/RustCrypto/traits - dependabot[bot] opened this pull request 4 months ago
chore(deps): bump tokio from 1.39.3 to 1.40.0
github.com/RustCrypto/formats - dependabot[bot] opened this pull request 4 months ago
github.com/RustCrypto/formats - dependabot[bot] opened this pull request 4 months ago
build(deps): bump syn from 2.0.75 to 2.0.77
github.com/RustCrypto/SSH - dependabot[bot] opened this pull request 4 months ago
github.com/RustCrypto/SSH - dependabot[bot] opened this pull request 4 months ago
x509-cert: Make it easier to work with the contents of a `Name`
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
der: Document (or improve) `der::Decode` trait impl error handling
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
x509-cert: Rename and document `TbsCertificateInner::{get, filter}`
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
x509-cert: Document (or improve) how to construct custom extensions
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
x509-cert: Document (or improve) how to construct `Name`
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
spki: Document (or improve) how to convert between `SubjectPublicKeyInfoOwned` and `SubjectPublicKeyInfoRef`
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
x509-cert: Constructed `Certificate` profile is always RFC 5280, ignoring the `CertificateBuilder` profile
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
x509-cert: Only allow `Certificate`s to be constructed via either the builder or deserialization
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
github.com/RustCrypto/formats - str4d opened this issue 4 months ago
Add various hybrid array sizes necessary for Kemeleon
github.com/RustCrypto/hybrid-array - jmwample opened this pull request 4 months ago
github.com/RustCrypto/hybrid-array - jmwample opened this pull request 4 months ago
Porting secp256k1 implementation to ESP32S3 (Xtensa architecture)
github.com/RustCrypto/elliptic-curves - SafetyMustHave opened this issue 4 months ago
github.com/RustCrypto/elliptic-curves - SafetyMustHave opened this issue 4 months ago
k256: add support for non-32-byte BIP340 signatures (#1041)
github.com/RustCrypto/elliptic-curves - randombit opened this pull request 4 months ago
github.com/RustCrypto/elliptic-curves - randombit opened this pull request 4 months ago
fix: replaced empty tuple error types with Infallible
github.com/RustCrypto/KEMs - AlexSherbinin opened this pull request 4 months ago
github.com/RustCrypto/KEMs - AlexSherbinin opened this pull request 4 months ago
ssh-key: accept undersized mpints in ECDSA signatures
github.com/RustCrypto/SSH - mkeeter opened this pull request 4 months ago
github.com/RustCrypto/SSH - mkeeter opened this pull request 4 months ago