Skip to content

Conversation

@dishmaker
Copy link
Contributor

Fixes #1758

@baloo baloo merged commit f66f4c5 into RustCrypto:master Apr 14, 2025
107 checks passed
daxpedda pushed a commit to daxpedda/formats that referenced this pull request Apr 16, 2025
* der: fix append in `Encode::encode_to_vec`

* der: test encode_to_vec with append
@daxpedda daxpedda mentioned this pull request Apr 16, 2025
baloo pushed a commit that referenced this pull request Apr 17, 2025
* der: fix append in `Encode::encode_to_vec`

* der: test encode_to_vec with append

Co-authored-by: dishmaker <141624503+dishmaker@users.noreply.github.com>
baloo added a commit to baloo/formats that referenced this pull request Apr 18, 2025
Fixed:
- append in `Encode::encode_to_vec` (backport [RustCrypto#1760])

[RustCrypto#1760]: RustCrypto#1760
@baloo baloo mentioned this pull request Apr 18, 2025
baloo added a commit that referenced this pull request Apr 18, 2025
Fixed:
- append in `Encode::encode_to_vec` (backport [#1760])

[#1760]: #1760
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

der: Encode::encode_to_vec overwrites the start of the vector instead of appending to it.

2 participants