Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TLS1.3 handshakes to refuse pkcs1 signatures #339

Merged
merged 1 commit into from
Jan 17, 2019

Conversation

simo5
Copy link
Collaborator

@simo5 simo5 commented Jan 16, 2019

We were not passing the protocol version to _sigHashesToList so
the fucntion was not stripping pkcs1 signature schemes and allowing
them.


This change is Reviewable

We were not passing the protocol version to _sigHashesToList so
the fucntion was not stripping pkcs1 signature schemes and allowing
them.

Signed-off-by: Simo Sorce <simo@redhat.com>
@tomato42 tomato42 added the bug unintented behaviour in tlslite-ng code label Jan 17, 2019
@tomato42 tomato42 added this to To do in TLS 1.3 support via automation Jan 17, 2019
@tomato42 tomato42 added this to the v0.8.0 milestone Jan 17, 2019
@tomato42 tomato42 moved this from To do to In progress in TLS 1.3 support Jan 17, 2019
Copy link
Member

@tomato42 tomato42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @simo5)

@tomato42 tomato42 merged commit af2cc4a into tlsfuzzer:master Jan 17, 2019
TLS 1.3 support automation moved this from In progress to Done Jan 17, 2019
@tomato42
Copy link
Member

Nice catch, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unintented behaviour in tlslite-ng code
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants