8000
Skip to content

openssl: add ssl-server-context-use-server-cipher-preference!#2447

Open
LiberalArtist wants to merge 2 commits intoracket:masterfrom
LiberalArtist:openssl-server-updates
Open

openssl: add ssl-server-context-use-server-cipher-preference!#2447
LiberalArtist wants to merge 2 commits intoracket:masterfrom
LiberalArtist:openssl-server-updates

Conversation

@LiberalArtist
Copy link
Copy Markdown
Contributor

Sets SSL_OP_CIPHER_SERVER_PREFERENCE, causing openssl to choose a cipher based on the server's preferences instead of the client's.

Related to racket/web-server#49

Not ready to merge yet—needs docs & tests.

@LiberalArtist
Copy link
Copy Markdown
Contributor Author

@LiberalArtist LiberalArtist force-pushed the openssl-server-updates branch from 215e832 to 85c85b3 Compare January 12, 2019 02:34
@LiberalArtist
Copy link
Copy Markdown
Contributor Author

A first attempt at adding some manual tests suggests that ssl-server-context-use-server-cipher-preference! isn't working. I'm not yet sure why.

Sets `SSL_OP_CIPHER_SERVER_PREFERENCE`, causing openssl to choose
a cipher based on the server's preferences instead of the client's.

Needs docs & tests.
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.

1 participant

0