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

der: add `SetOfVec::{extend, from_iter}`

github.com/RustCrypto/formats - tarcieri opened this pull request over 1 year ago
Implement TryFrom<String> for strings based on StrOwned.

github.com/RustCrypto/formats - turbocool3r opened this pull request over 1 year ago
aucpace v0.1.0

github.com/RustCrypto/PAKEs - tarcieri opened this pull request over 1 year ago
Cargo.lock: bump dependencies

github.com/RustCrypto/PAKEs - tarcieri opened this pull request over 1 year ago
srp: bump `hex-literal` to v0.4

github.com/RustCrypto/PAKEs - tarcieri opened this pull request over 1 year ago
Bump `curve25519-dalek` to v4.0.0-rc.2

github.com/RustCrypto/PAKEs - tarcieri opened this pull request over 1 year ago
pkcs7 v0.4.1

github.com/RustCrypto/formats - tarcieri opened this pull request over 1 year ago
pkcs7: deprecate in favor of `cms`

github.com/RustCrypto/formats - tarcieri opened this pull request over 1 year ago
build(deps): bump ecdsa from 0.16.6 to 0.16.7

github.com/RustCrypto/elliptic-curves - dependabot[bot] opened this pull request over 1 year ago
x509-cert: 0.2.2-pre.1

github.com/RustCrypto/formats - baloo opened this pull request over 1 year ago
zeroize: Update comments on MSRV

github.com/RustCrypto/utils - aewag opened this pull request over 1 year ago
ecdsa: v0.16.7

github.com/RustCrypto/signatures - baloo opened this pull request over 1 year ago
Add U4224 and U4352

github.com/RustCrypto/crypto-bigint - ycscaly opened this pull request over 1 year ago
Allow Ia5String to be created from String.

github.com/RustCrypto/formats - turbocool3r opened this issue over 1 year ago
chore(deps): bump rsa from 0.9.1 to 0.9.2

github.com/RustCrypto/formats - dependabot[bot] opened this pull request over 1 year ago
build(deps): bump rsa from 0.9.0 to 0.9.1

github.com/RustCrypto/SSH - dependabot[bot] opened this pull request over 1 year ago
build(deps): bump serde from 1.0.160 to 1.0.162

github.com/RustCrypto/SSH - dependabot[bot] opened this pull request over 1 year ago
Draft: Add MarsupilamiFourteen (m14)

github.com/RustCrypto/hashes - aewag opened this pull request over 1 year ago
pkcs1v15: add regression test

github.com/RustCrypto/RSA - tisonkun opened this pull request over 1 year ago
v0.9.2

github.com/RustCrypto/RSA - tarcieri opened this pull request over 1 year ago
Break after upgrade from v0.8 to v0.9

github.com/RustCrypto/RSA - Xuanwo opened this issue over 1 year ago
Add `gss-api` crate for GSS-API related structs

github.com/RustCrypto/formats - smndtrl opened this pull request over 1 year ago
extra_trait_impls: Extra trait implementations

github.com/RustCrypto/crypto-bigint - ycscaly opened this pull request over 1 year ago
extra_sizes implemented

github.com/RustCrypto/crypto-bigint - ycscaly opened this pull request over 1 year ago
Add missing Uint<> types/sizes

github.com/RustCrypto/crypto-bigint - ycscaly opened this issue over 1 year ago
allow "0x" prefix

github.com/RustCrypto/utils - jordy25519 opened this issue over 1 year ago
ascon: align features with other AEAD crates

github.com/RustCrypto/AEADs - sebastinas opened this pull request over 1 year ago
der: Support custom error types.

github.com/RustCrypto/formats - turbocool3r opened this issue over 1 year ago
Constant-time GCD

github.com/RustCrypto/crypto-bigint - fjarri opened this issue over 1 year ago
hybrid-array v0.2.0-pre.0

github.com/RustCrypto/utils - tarcieri opened this pull request over 1 year ago
Add notes about `UTCTime` range being 1970-2049

github.com/RustCrypto/formats - nick-mobilecoin opened this pull request over 1 year ago
build(deps): bump sha3 from 0.10.7 to 0.10.8

github.com/RustCrypto/elliptic-curves - dependabot[bot] opened this pull request over 1 year ago
sha3 v0.10.8

github.com/RustCrypto/hashes - tarcieri opened this pull request over 1 year ago
Build SignedData CMS (and PKCS #7)

github.com/RustCrypto/formats - bkstein opened this pull request over 1 year ago
build(deps): bump keccak from 0.1.3 to 0.1.4

github.com/RustCrypto/hashes - dependabot[bot] opened this pull request over 1 year ago
Plans to implement more ciphers in OpenSSH

github.com/RustCrypto/SSH - Leo1003 opened this issue over 1 year ago
x509-cert: missing extension implementations

github.com/RustCrypto/formats - baloo opened this pull request over 1 year ago
spki: 0.7.2

github.com/RustCrypto/formats - baloo opened this pull request over 1 year ago
spki: Adds a `SignatureBitStringEncoding` trait

github.com/RustCrypto/formats - baloo opened this pull request over 1 year ago
keccak v0.1.4

github.com/RustCrypto/sponges - tarcieri opened this pull request over 1 year ago
pkcs7: IndefiniteLength error decoding DER

github.com/RustCrypto/formats - jstayton opened this issue over 1 year ago
`cms` and `pkcs7` overlap

github.com/RustCrypto/formats - tarcieri opened this issue over 1 year ago
cms v0.2.1

github.com/RustCrypto/formats - tarcieri opened this pull request over 1 year ago
x509-cert: fixup usage of ecdsa signer

github.com/RustCrypto/formats - baloo opened this pull request over 1 year ago
x509-cert: fixup CI flakiness

github.com/RustCrypto/formats - baloo opened this pull request over 1 year ago
v0.9.1

github.com/RustCrypto/RSA - tarcieri opened this pull request over 1 year ago
Initial proptests

github.com/RustCrypto/RSA - tarcieri opened this pull request over 1 year ago
Left pad signatures when encoding

github.com/RustCrypto/RSA - tarcieri opened this pull request over 1 year ago
pkcs1v15: note `RSASSA-PKCS1-v1_5` in docs

github.com/RustCrypto/RSA - tarcieri opened this pull request over 1 year ago
x509-cert: v0.2.2

github.com/RustCrypto/formats - baloo opened this pull request over 1 year ago
x509-cert: v0.2.2-pre

github.com/RustCrypto/formats - baloo opened this pull request over 1 year ago
hybrid-array: use GATs for `ArraySize`

github.com/RustCrypto/utils - tarcieri opened this pull request over 1 year ago
x509-cert: v0.3.0-pre

github.com/RustCrypto/formats - baloo opened this pull request over 1 year ago
RSA-KEM support

github.com/RustCrypto/RSA - tarcieri opened this issue over 1 year ago
Belt-Ecb

github.com/RustCrypto/block-modes - makavity opened this pull request over 1 year ago
adding mayhem

github.com/RustCrypto/crypto-bigint - mattjurenka opened this pull request over 1 year ago
Fix serdect usage

github.com/RustCrypto/crypto-bigint - samtay opened this pull request over 1 year ago
der: fix off-by-one error in `BMPString` tag

github.com/RustCrypto/formats - tarcieri opened this pull request over 1 year ago
pkcs1v15.rs:verify too strict?

github.com/RustCrypto/RSA - nwalfield opened this issue over 1 year ago
Fix SHA3 performance degradation

github.com/RustCrypto/hashes - aewag opened this pull request over 1 year ago
x509-cert: adds a `CertReq` builder

github.com/RustCrypto/formats - baloo opened this pull request over 1 year ago
chore(deps): bump rsa from 0.9.0-pre.2 to 0.9.0

github.com/RustCrypto/formats - dependabot[bot] opened this pull request over 1 year ago
Cargo.lock: bump dependencies

github.com/RustCrypto/ring-compat - tarcieri opened this pull request over 1 year ago
Bump aead from 0.5.1 to 0.5.2

github.com/RustCrypto/ring-compat - dependabot[bot] opened this pull request over 1 year ago
Bump pkcs8 from 0.10.1 to 0.10.2

github.com/RustCrypto/ring-compat - dependabot[bot] opened this pull request over 1 year ago
Bump ed25519 from 2.2.0 to 2.2.1

github.com/RustCrypto/ring-compat - dependabot[bot] opened this pull request over 1 year ago
Bump hex-literal from 0.3.4 to 0.4.1

github.com/RustCrypto/ring-compat - dependabot[bot] opened this pull request over 1 year ago
Bump p256 from 0.13.0 to 0.13.2

github.com/RustCrypto/ring-compat - dependabot[bot] opened this pull request over 1 year ago
build(deps): bump sha3 from 0.10.6 to 0.10.7

github.com/RustCrypto/RSA - dependabot[bot] opened this pull request over 1 year ago
build(deps): bump signature from 2.0.0 to 2.1.0

github.com/RustCrypto/RSA - dependabot[bot] opened this pull request over 1 year ago
build(deps): bump hex-literal from 0.3.4 to 0.4.1

github.com/RustCrypto/RSA - dependabot[bot] opened this pull request over 1 year ago
Continuous benchmarking

github.com/RustCrypto/actions - tarcieri opened this issue over 1 year ago
chore: fix link to `ascon-hash` crate

github.com/RustCrypto/hashes - TomAFrench opened this pull request over 1 year ago