How will be cipher selected when client is running on version TLS 1.3 and server is running on TLS 1.2?The 9 lives of Bleichenbacher's CAT, it puts another scratch againWhat is the 'Version Incompatibility" Problem in TLS 1.1/1.2 and 1.0?Is what i'm trying to do safe?What does the TLS 1.2 client finished message contain?Can the TLS 1.3 PSK-DHE handshake be turned into a PAKE?What is the format of the TLS extension field?Is TLS 1.2 compression methods in client_hello a mandatory field?How is the TLS 1.2 sequence number generated?In a TLS 1.3 connection, how do the client and server choose a mutual cipher suite?Which 'info' and 'salt' parameters to use in HKDF for TLS 1.3?Why Static RSA and Diffie-Hellman cipher suites have been removed in TLS 1.3?

gnu parallel how to use with ffmpeg

Where does the labelling of extrinsic semiconductors as "n" and "p" come from?

Was it really necessary for the Lunar Module to have 2 stages?

Lock in SQL Server and Oracle

Single Colour Mastermind Problem

Any examples of headwear for races with animal ears?

Will tsunami waves travel forever if there was no land?

How to figure out whether the data is sample data or population data apart from the client's information?

How deep to place a deadman anchor for a slackline?

How to stop co-workers from teasing me because I know Russian?

Is GOCE a satellite or aircraft?

Why do computer-science majors learn calculus?

Why does processed meat contain preservatives, while canned fish needs not?

What is a Recurrent Neural Network?

Does the EU Common Fisheries Policy cover British Overseas Territories?

Historically, were women trained for obligatory wars? Or did they serve some other military function?

Can a creature tell when it has been affected by a Divination wizard's Portent?

Pulling the rope with one hand is as heavy as with two hands?

Did Henry V’s archers at Agincourt fight with no pants / breeches on because of dysentery?

You look catfish vs You look like a catfish

Packing rectangles: Does rotation ever help?

TikZ how to make supply and demand arrows for nodes?

Is it possible to Ready a spell to be cast just before the start of your next turn by having the trigger be an ally's attack?

How to replace the "space symbol" (squat-u) in listings?



How will be cipher selected when client is running on version TLS 1.3 and server is running on TLS 1.2?


The 9 lives of Bleichenbacher's CAT, it puts another scratch againWhat is the 'Version Incompatibility" Problem in TLS 1.1/1.2 and 1.0?Is what i'm trying to do safe?What does the TLS 1.2 client finished message contain?Can the TLS 1.3 PSK-DHE handshake be turned into a PAKE?What is the format of the TLS extension field?Is TLS 1.2 compression methods in client_hello a mandatory field?How is the TLS 1.2 sequence number generated?In a TLS 1.3 connection, how do the client and server choose a mutual cipher suite?Which 'info' and 'salt' parameters to use in HKDF for TLS 1.3?Why Static RSA and Diffie-Hellman cipher suites have been removed in TLS 1.3?













3












$begingroup$


How will be cipher selected when a client is running on version TLS 1.3 and server is running on TLS 1.2?



The cipher list provided by TLS 1.3 client will be different than the version supported on the TLS 1.2 server.










share|improve this question











$endgroup$











  • $begingroup$
    Note: Downgrade can be very dangerous. See The 9 lives of Bleichenbacher's CAT, it puts another scratch again
    $endgroup$
    – kelalaka
    Apr 21 at 17:18















3












$begingroup$


How will be cipher selected when a client is running on version TLS 1.3 and server is running on TLS 1.2?



The cipher list provided by TLS 1.3 client will be different than the version supported on the TLS 1.2 server.










share|improve this question











$endgroup$











  • $begingroup$
    Note: Downgrade can be very dangerous. See The 9 lives of Bleichenbacher's CAT, it puts another scratch again
    $endgroup$
    – kelalaka
    Apr 21 at 17:18













3












3








3


1



$begingroup$


How will be cipher selected when a client is running on version TLS 1.3 and server is running on TLS 1.2?



The cipher list provided by TLS 1.3 client will be different than the version supported on the TLS 1.2 server.










share|improve this question











$endgroup$




How will be cipher selected when a client is running on version TLS 1.3 and server is running on TLS 1.2?



The cipher list provided by TLS 1.3 client will be different than the version supported on the TLS 1.2 server.







encryption tls key-derivation






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 23 at 9:04









Maarten Bodewes

56.3k679197




56.3k679197










asked Apr 21 at 13:59









rakesh sharmarakesh sharma

262




262











  • $begingroup$
    Note: Downgrade can be very dangerous. See The 9 lives of Bleichenbacher's CAT, it puts another scratch again
    $endgroup$
    – kelalaka
    Apr 21 at 17:18
















  • $begingroup$
    Note: Downgrade can be very dangerous. See The 9 lives of Bleichenbacher's CAT, it puts another scratch again
    $endgroup$
    – kelalaka
    Apr 21 at 17:18















$begingroup$
Note: Downgrade can be very dangerous. See The 9 lives of Bleichenbacher's CAT, it puts another scratch again
$endgroup$
– kelalaka
Apr 21 at 17:18




$begingroup$
Note: Downgrade can be very dangerous. See The 9 lives of Bleichenbacher's CAT, it puts another scratch again
$endgroup$
– kelalaka
Apr 21 at 17:18










1 Answer
1






active

oldest

votes


















4












$begingroup$

If the client is only supporting TLS 1.3 or only TLS 1.3 ciphers the SSL handshake will fail. Otherwise the cipher will be selected as it is usually done with TLS 1.2: the client shows which ciphers it supports in the ClientHello and the server will pick the one which a) is supported by the server and b) fits the type of certificate of the server (i.e. authentication RSA or ECDSA). If there is no common cipher the handshake will fail.






share|improve this answer











$endgroup$












  • $begingroup$
    As we know the cipher list of TLS1.3 is completely different then TlS1.2 and below version. Here my question is, if server supports tls1.2 and below version, how the cipher will be selected from the cipher list available in client hello of TLS1.3 version(where cipher list available in tls1.3 is different then tls1.2)
    $endgroup$
    – rakesh sharma
    Apr 21 at 19:08










  • $begingroup$
    @rakeshsharma This might lead to the two lists having no entries in common, hence connection failure
    $endgroup$
    – Hagen von Eitzen
    Apr 21 at 19:50










  • $begingroup$
    @rakeshsharma: If the client is only supporting TLS 1.3 or only TLS 1.3 ciphers the SSL handshake fails. If the client supports also older ciphers and TLS 1.2 and there is cipher overlap with the server then the server can pick a shared cipher, otherwise it will fail.
    $endgroup$
    – Steffen Ullrich
    Apr 21 at 20:27











  • $begingroup$
    @SteffenUllrich Thanks for your reply, Actually in one openssl Library(1.1.*), the cipher list provided by client was only having the ciphers supported in tls1.3 though client was supporting all the version(i confirmed it by checking the supported_version extension ) so i thought if this is the case then it will never work if server supports the version below tls_1.3 because of no common ciphers and will break everything. i have not observed the same in the latest openssl library(1.1.1b) , it includes all the previous ciphers in cipher list along with new ciphers.
    $endgroup$
    – rakesh sharma
    Apr 22 at 10:05











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "281"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcrypto.stackexchange.com%2fquestions%2f68931%2fhow-will-be-cipher-selected-when-client-is-running-on-version-tls-1-3-and-server%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









4












$begingroup$

If the client is only supporting TLS 1.3 or only TLS 1.3 ciphers the SSL handshake will fail. Otherwise the cipher will be selected as it is usually done with TLS 1.2: the client shows which ciphers it supports in the ClientHello and the server will pick the one which a) is supported by the server and b) fits the type of certificate of the server (i.e. authentication RSA or ECDSA). If there is no common cipher the handshake will fail.






share|improve this answer











$endgroup$












  • $begingroup$
    As we know the cipher list of TLS1.3 is completely different then TlS1.2 and below version. Here my question is, if server supports tls1.2 and below version, how the cipher will be selected from the cipher list available in client hello of TLS1.3 version(where cipher list available in tls1.3 is different then tls1.2)
    $endgroup$
    – rakesh sharma
    Apr 21 at 19:08










  • $begingroup$
    @rakeshsharma This might lead to the two lists having no entries in common, hence connection failure
    $endgroup$
    – Hagen von Eitzen
    Apr 21 at 19:50










  • $begingroup$
    @rakeshsharma: If the client is only supporting TLS 1.3 or only TLS 1.3 ciphers the SSL handshake fails. If the client supports also older ciphers and TLS 1.2 and there is cipher overlap with the server then the server can pick a shared cipher, otherwise it will fail.
    $endgroup$
    – Steffen Ullrich
    Apr 21 at 20:27











  • $begingroup$
    @SteffenUllrich Thanks for your reply, Actually in one openssl Library(1.1.*), the cipher list provided by client was only having the ciphers supported in tls1.3 though client was supporting all the version(i confirmed it by checking the supported_version extension ) so i thought if this is the case then it will never work if server supports the version below tls_1.3 because of no common ciphers and will break everything. i have not observed the same in the latest openssl library(1.1.1b) , it includes all the previous ciphers in cipher list along with new ciphers.
    $endgroup$
    – rakesh sharma
    Apr 22 at 10:05















4












$begingroup$

If the client is only supporting TLS 1.3 or only TLS 1.3 ciphers the SSL handshake will fail. Otherwise the cipher will be selected as it is usually done with TLS 1.2: the client shows which ciphers it supports in the ClientHello and the server will pick the one which a) is supported by the server and b) fits the type of certificate of the server (i.e. authentication RSA or ECDSA). If there is no common cipher the handshake will fail.






share|improve this answer











$endgroup$












  • $begingroup$
    As we know the cipher list of TLS1.3 is completely different then TlS1.2 and below version. Here my question is, if server supports tls1.2 and below version, how the cipher will be selected from the cipher list available in client hello of TLS1.3 version(where cipher list available in tls1.3 is different then tls1.2)
    $endgroup$
    – rakesh sharma
    Apr 21 at 19:08










  • $begingroup$
    @rakeshsharma This might lead to the two lists having no entries in common, hence connection failure
    $endgroup$
    – Hagen von Eitzen
    Apr 21 at 19:50










  • $begingroup$
    @rakeshsharma: If the client is only supporting TLS 1.3 or only TLS 1.3 ciphers the SSL handshake fails. If the client supports also older ciphers and TLS 1.2 and there is cipher overlap with the server then the server can pick a shared cipher, otherwise it will fail.
    $endgroup$
    – Steffen Ullrich
    Apr 21 at 20:27











  • $begingroup$
    @SteffenUllrich Thanks for your reply, Actually in one openssl Library(1.1.*), the cipher list provided by client was only having the ciphers supported in tls1.3 though client was supporting all the version(i confirmed it by checking the supported_version extension ) so i thought if this is the case then it will never work if server supports the version below tls_1.3 because of no common ciphers and will break everything. i have not observed the same in the latest openssl library(1.1.1b) , it includes all the previous ciphers in cipher list along with new ciphers.
    $endgroup$
    – rakesh sharma
    Apr 22 at 10:05













4












4








4





$begingroup$

If the client is only supporting TLS 1.3 or only TLS 1.3 ciphers the SSL handshake will fail. Otherwise the cipher will be selected as it is usually done with TLS 1.2: the client shows which ciphers it supports in the ClientHello and the server will pick the one which a) is supported by the server and b) fits the type of certificate of the server (i.e. authentication RSA or ECDSA). If there is no common cipher the handshake will fail.






share|improve this answer











$endgroup$



If the client is only supporting TLS 1.3 or only TLS 1.3 ciphers the SSL handshake will fail. Otherwise the cipher will be selected as it is usually done with TLS 1.2: the client shows which ciphers it supports in the ClientHello and the server will pick the one which a) is supported by the server and b) fits the type of certificate of the server (i.e. authentication RSA or ECDSA). If there is no common cipher the handshake will fail.







share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 21 at 20:25

























answered Apr 21 at 15:58









Steffen UllrichSteffen Ullrich

76136




76136











  • $begingroup$
    As we know the cipher list of TLS1.3 is completely different then TlS1.2 and below version. Here my question is, if server supports tls1.2 and below version, how the cipher will be selected from the cipher list available in client hello of TLS1.3 version(where cipher list available in tls1.3 is different then tls1.2)
    $endgroup$
    – rakesh sharma
    Apr 21 at 19:08










  • $begingroup$
    @rakeshsharma This might lead to the two lists having no entries in common, hence connection failure
    $endgroup$
    – Hagen von Eitzen
    Apr 21 at 19:50










  • $begingroup$
    @rakeshsharma: If the client is only supporting TLS 1.3 or only TLS 1.3 ciphers the SSL handshake fails. If the client supports also older ciphers and TLS 1.2 and there is cipher overlap with the server then the server can pick a shared cipher, otherwise it will fail.
    $endgroup$
    – Steffen Ullrich
    Apr 21 at 20:27











  • $begingroup$
    @SteffenUllrich Thanks for your reply, Actually in one openssl Library(1.1.*), the cipher list provided by client was only having the ciphers supported in tls1.3 though client was supporting all the version(i confirmed it by checking the supported_version extension ) so i thought if this is the case then it will never work if server supports the version below tls_1.3 because of no common ciphers and will break everything. i have not observed the same in the latest openssl library(1.1.1b) , it includes all the previous ciphers in cipher list along with new ciphers.
    $endgroup$
    – rakesh sharma
    Apr 22 at 10:05
















  • $begingroup$
    As we know the cipher list of TLS1.3 is completely different then TlS1.2 and below version. Here my question is, if server supports tls1.2 and below version, how the cipher will be selected from the cipher list available in client hello of TLS1.3 version(where cipher list available in tls1.3 is different then tls1.2)
    $endgroup$
    – rakesh sharma
    Apr 21 at 19:08










  • $begingroup$
    @rakeshsharma This might lead to the two lists having no entries in common, hence connection failure
    $endgroup$
    – Hagen von Eitzen
    Apr 21 at 19:50










  • $begingroup$
    @rakeshsharma: If the client is only supporting TLS 1.3 or only TLS 1.3 ciphers the SSL handshake fails. If the client supports also older ciphers and TLS 1.2 and there is cipher overlap with the server then the server can pick a shared cipher, otherwise it will fail.
    $endgroup$
    – Steffen Ullrich
    Apr 21 at 20:27











  • $begingroup$
    @SteffenUllrich Thanks for your reply, Actually in one openssl Library(1.1.*), the cipher list provided by client was only having the ciphers supported in tls1.3 though client was supporting all the version(i confirmed it by checking the supported_version extension ) so i thought if this is the case then it will never work if server supports the version below tls_1.3 because of no common ciphers and will break everything. i have not observed the same in the latest openssl library(1.1.1b) , it includes all the previous ciphers in cipher list along with new ciphers.
    $endgroup$
    – rakesh sharma
    Apr 22 at 10:05















$begingroup$
As we know the cipher list of TLS1.3 is completely different then TlS1.2 and below version. Here my question is, if server supports tls1.2 and below version, how the cipher will be selected from the cipher list available in client hello of TLS1.3 version(where cipher list available in tls1.3 is different then tls1.2)
$endgroup$
– rakesh sharma
Apr 21 at 19:08




$begingroup$
As we know the cipher list of TLS1.3 is completely different then TlS1.2 and below version. Here my question is, if server supports tls1.2 and below version, how the cipher will be selected from the cipher list available in client hello of TLS1.3 version(where cipher list available in tls1.3 is different then tls1.2)
$endgroup$
– rakesh sharma
Apr 21 at 19:08












$begingroup$
@rakeshsharma This might lead to the two lists having no entries in common, hence connection failure
$endgroup$
– Hagen von Eitzen
Apr 21 at 19:50




$begingroup$
@rakeshsharma This might lead to the two lists having no entries in common, hence connection failure
$endgroup$
– Hagen von Eitzen
Apr 21 at 19:50












$begingroup$
@rakeshsharma: If the client is only supporting TLS 1.3 or only TLS 1.3 ciphers the SSL handshake fails. If the client supports also older ciphers and TLS 1.2 and there is cipher overlap with the server then the server can pick a shared cipher, otherwise it will fail.
$endgroup$
– Steffen Ullrich
Apr 21 at 20:27





$begingroup$
@rakeshsharma: If the client is only supporting TLS 1.3 or only TLS 1.3 ciphers the SSL handshake fails. If the client supports also older ciphers and TLS 1.2 and there is cipher overlap with the server then the server can pick a shared cipher, otherwise it will fail.
$endgroup$
– Steffen Ullrich
Apr 21 at 20:27













$begingroup$
@SteffenUllrich Thanks for your reply, Actually in one openssl Library(1.1.*), the cipher list provided by client was only having the ciphers supported in tls1.3 though client was supporting all the version(i confirmed it by checking the supported_version extension ) so i thought if this is the case then it will never work if server supports the version below tls_1.3 because of no common ciphers and will break everything. i have not observed the same in the latest openssl library(1.1.1b) , it includes all the previous ciphers in cipher list along with new ciphers.
$endgroup$
– rakesh sharma
Apr 22 at 10:05




$begingroup$
@SteffenUllrich Thanks for your reply, Actually in one openssl Library(1.1.*), the cipher list provided by client was only having the ciphers supported in tls1.3 though client was supporting all the version(i confirmed it by checking the supported_version extension ) so i thought if this is the case then it will never work if server supports the version below tls_1.3 because of no common ciphers and will break everything. i have not observed the same in the latest openssl library(1.1.1b) , it includes all the previous ciphers in cipher list along with new ciphers.
$endgroup$
– rakesh sharma
Apr 22 at 10:05

















draft saved

draft discarded
















































Thanks for contributing an answer to Cryptography Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcrypto.stackexchange.com%2fquestions%2f68931%2fhow-will-be-cipher-selected-when-client-is-running-on-version-tls-1-3-and-server%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070