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

Remove restriction on signature algorithm used in the server and client certificates #10

Merged

Conversation

yoavnir
Copy link
Contributor

@yoavnir yoavnir commented Oct 20, 2015

TLS 1.1 and earlier required the signature algorithm in the certificate to match that of the public key. TLS 1.2 removed this restriction. Since RFC 4492 predated TLS 1.2 it reflected the same restriction. Here we remove it.

@@ -2,7 +2,7 @@
<?xml-stylesheet type='text/xsl' href='./rfc2629.xslt' ?>

<?rfc compact="yes" ?>
<?rfc sortrefs="yes" ?>
<?rfc sortrefs="syes" ?>
Copy link

Choose a reason for hiding this comment

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

Looks like you made a typo "syes" vs "yes" here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right. Fixed this. Thanks.

yoavnir added a commit that referenced this pull request Nov 4, 2015
…ificate-signatures

Remove restriction on signature algorithm used in the server and client certificates
@yoavnir yoavnir merged commit 9cf2dc9 into master Nov 4, 2015
@yoavnir yoavnir deleted the yoavnir-remove-restrictions-on-certificate-signatures branch November 4, 2015 01:34
yoavnir added a commit that referenced this pull request Nov 4, 2015
This replaces Ilari's pull request #10. For some reason I can't update that one.
@yoavnir yoavnir mentioned this pull request Nov 4, 2015
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.

2 participants