Skip to content

Fix SSL_get_shared_ciphers() (1.1.0)#6114

Closed
mattcaswell wants to merge 5 commits intoopenssl:OpenSSL_1_1_0-stablefrom
mattcaswell:fix-shared-ciphers-110
Closed

Fix SSL_get_shared_ciphers() (1.1.0)#6114
mattcaswell wants to merge 5 commits intoopenssl:OpenSSL_1_1_0-stablefrom
mattcaswell:fix-shared-ciphers-110

Conversation

@mattcaswell
Copy link
Member

The function SSL_get_shared_ciphers() is supposed to return ciphers shared
by the client and the server. However it only ever returned the client
ciphers.

Fixes #5317

This is the 1.1.0 version of #6113

The function SSL_get_shared_ciphers() is supposed to return ciphers shared
by the client and the server. However it only ever returned the client
ciphers.

Fixes openssl#5317
The ciphers field in a session contains the stack of ciphers offered by
the client.
@richsalz
Copy link
Contributor

I prefer this not get fixed because I prefer master/1.1.1 not get fixed. It is an incompatible change, even though it makes sense.

@mattcaswell mattcaswell mentioned this pull request May 2, 2018
2 tasks
levitte pushed a commit that referenced this pull request May 2, 2018
The function SSL_get_shared_ciphers() is supposed to return ciphers shared
by the client and the server. However it only ever returned the client
ciphers.

Fixes #5317

Reviewed-by: Richard Levitte <[email protected]>
(Merged from #6114)
@mattcaswell
Copy link
Member Author

Pushed. Thanks.

levitte pushed a commit that referenced this pull request May 2, 2018
The ciphers field in a session contains the stack of ciphers offered by
the client.

Reviewed-by: Richard Levitte <[email protected]>
(Merged from #6114)
levitte pushed a commit that referenced this pull request May 2, 2018
@mattcaswell mattcaswell closed this May 2, 2018
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.

3 participants