Skip to content

Use spec OHTTP media types - #160

Merged
DanGould merged 3 commits into
payjoin:masterfrom
DanGould:ohttp-media-types
Jan 23, 2024
Merged

Use spec OHTTP media types#160
DanGould merged 3 commits into
payjoin:masterfrom
DanGould:ohttp-media-types

Conversation

@DanGould

@DanGould DanGould commented Jan 3, 2024

Copy link
Copy Markdown
Member

Fix #159

Some issues here depend on upstream ohttp::KeyConfig being Debug and Clone and ideally Eq

@DanGould

Copy link
Copy Markdown
Member Author

Ohttp is now Clone, it might not be blocked if the functionality of Eq is written in our library.

@DanGould
DanGould force-pushed the ohttp-media-types branch 2 times, most recently from d94ef34 to 71e6ffa Compare January 23, 2024 15:49
Before we passed a Vec<u8> and skirted some necessary type safety that
could have allowed key reuse, which breaks the security of OHTTP.
@DanGould
DanGould marked this pull request as ready for review January 23, 2024 16:37
@DanGould
DanGould requested a review from jbesraa January 23, 2024 16:38
@DanGould
DanGould merged commit fe7ba93 into payjoin:master Jan 23, 2024
@DanGould
DanGould deleted the ohttp-media-types branch January 23, 2024 21:31
@DanGould DanGould mentioned this pull request Mar 13, 2024
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.

Properly return and handle OHTTP media types

2 participants