Skip to content

Comments

Fix SSL_get_shared_ciphers() (1.0.2)#6115

Closed
mattcaswell wants to merge 5 commits intoopenssl:OpenSSL_1_0_2-stablefrom
mattcaswell:fix-shared-ciphers-102
Closed

Fix SSL_get_shared_ciphers() (1.0.2)#6115
mattcaswell wants to merge 5 commits intoopenssl:OpenSSL_1_0_2-stablefrom
mattcaswell:fix-shared-ciphers-102

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.0.2 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.
@mattcaswell mattcaswell added the branch: 1.0.2 Applies to OpenSSL_1_0_2-stable branch (EOL) label Apr 27, 2018
@mattcaswell mattcaswell added this to the 1.0.2 milestone Apr 27, 2018
@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 #6115)
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 #6115)
levitte pushed a commit that referenced this pull request May 2, 2018
@mattcaswell
Copy link
Member Author

Pushed. Thanks.

@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

branch: 1.0.2 Applies to OpenSSL_1_0_2-stable branch (EOL)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants