]> andersk Git - test.git/commit
Assume a private key is RSA if the header does not specify a type.
authorJay Weisskopf <jay@jayschwa.net>
Thu, 2 Feb 2012 05:57:33 +0000 (23:57 -0600)
committerJay Weisskopf <jay@jayschwa.net>
Thu, 2 Feb 2012 05:57:33 +0000 (23:57 -0600)
commit28ff61e1c6b622c565ff7d1b5fbeba306e937598
tree800434fd5ff27f06f7dc20049cf4c223449969a4
parent38388d326cf9de9e80082e827bdfeef6a4055d04
Assume a private key is RSA if the header does not specify a type.

Auto-generated certificates are RSA, but the header does not indicate
this (e.g. BEGIN PRIVATE KEY). Since the type is not specified,
the certificate was not being parsed correctly, and attempts to
connect over HTTPS failed and caused web browser errors.

Fixes "ERR_SSL_VERSION_OR_CIPHER_MISMATCH" in Chrome.
Fixes "ssl_error_no_cypher_overlap" in Firefox.
libhttp/ssl.c
This page took 0.07477 seconds and 5 git commands to generate.