The official Git repository is at https://git.openembedded.org/openembedded-core/.
Role in this project:
DevOps Engineer Contributions:127 commits in 11 years 5 months
Contributions summary:Dmitry primarily focused on modifying build and deployment configurations within the OpenEmbedded core. Their contributions included adjusting build settings for cross-compilation, correcting deployment directories for SDKs, and addressing issues related to caching and build tools. They also addressed issues related to the build process and dependencies related to the GNU C compiler, and improved the build process of the core.
git-repositoryopenembedded
RSA implementation in pure Rust
Role in this project:
Back-end Developer Contributions:42 reviews, 13 commits, 37 PRs in 4 months
Contributions summary:Dmitry primarily worked on implementing and refactoring RSA signature implementations within the `rustcrypto/rsa` repository. Their contributions include defining and integrating `Signer`, `Verifier`, and `Signature` interfaces, adding modules for PSS and PKCS1v15 signatures, and incorporating testing for verification error handling. The user updated RSA signature traits, implementing key-to-DER conversions for public keys, and implemented support for encoding private keys to PKCS#8 DER format and hazmat signature traits. This involved significant code changes, including the introduction of new structures and traits, and refactoring to align with the signature crate's API.
rustcryptographypure-rustrsa