Статус: Сотрудник
Группы: Участники
Зарегистрирован: 06.12.2008(UTC) Сообщений: 4,096  Откуда: Крипто-Про Сказал(а) «Спасибо»: 22 раз Поблагодарили: 750 раз в 707 постах
|
В ClientHello ранее в логах log_v.1.2.txt: Код:
FINE: *** ClientHello, TLSv1.2
RandomCookie: GMT: 1783428969 bytes = { 50, 5, 2, 161, 28, 99, 46, 90, 83, 210, 136, 200, 68, 22, 147, 36, 251, 238, 243, 129, 232, 92, 210, 226, 137, 190, 164, 145 }
Session ID: {}
Cipher Suites: [TLS_GOSTR341112_256_WITH_KUZNYECHIK_CTR_OMAC, TLS_GOSTR341112_256_WITH_MAGMA_CTR_OMAC, TLS_CIPHER_2012_IANA, TLS_CIPHER_2012, TLS_CIPHER_2001]
Compression Methods: { 0 }
Extension signature_algorithms, signature_algorithms: GOST3411_2012_256withGOST3410_2012_256, GOST3411_2012_512withGOST3410_2012_512, GOST3411withGOST3410EL, GOST3411_2012_512withGOST3410_2012_512, GOST3411_2012_256withGOST3410_2012_256, SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA256withECDSA, SHA256withRSA, SHA224withECDSA, SHA224withRSA, SHA1withECDSA, SHA1withRSA, SHA1withDSA
Extension extended_master_secret
Extension session_ticket
Extension renegotiation_info, renegotiated_connection: <empty>
***
В приложенном выше logs.txt: Код:
12687 12:14:52 [main] DEBUG r.C.s.SSLLogger - *** ClientHello, TLSv1.2
RandomCookie: GMT: 1783588236 bytes = { 63, 105, 172, 109, 98, 79, 246, 89, 124, 186, 159, 118, 158, 239, 202, 72, 174, 36, 98, 244, 78, 44, 31, 75, 159, 2, 224, 12 }
Session ID: {}
Cipher Suites: [TLS_GOSTR341112_256_WITH_KUZNYECHIK_CTR_OMAC, TLS_GOSTR341112_256_WITH_MAGMA_CTR_OMAC, TLS_CIPHER_2012_IANA, TLS_CIPHER_2012, TLS_CIPHER_2001]
Compression Methods: { 0 }
Extension signature_algorithms, signature_algorithms: GOST3411_2012_256withGOST3410_2012_256, GOST3411_2012_512withGOST3410_2012_512, GOST3411withGOST3410EL, GOST3411_2012_512withGOST3410_2012_512, GOST3411_2012_256withGOST3410_2012_256, SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA256withECDSA, SHA256withRSA, SHA224withECDSA, SHA224withRSA, SHA1withECDSA, SHA1withRSA, SHA1withDSA
Extension extended_master_secret
Extension session_ticket
Extension server_name, server_name: [type=host_name (0), value=eln.sfr.gov.ru]
Extension renegotiation_info, renegotiated_connection: <empty>
***
В последнем присутствует расширение server_name. Если не ошибаюсь, по умолчанию это расширение в дефолтной SSLSocketFactory не добавляется. Вероятно, сейчас это сделала какая-то обертка над SSLSocketFactory, например, в spring boot. |