Hi,
I don't have any writing/docs.
Searched, but did not find anything where we specifically support TLS protocols.
Looked through old incidents and spoke to the processor that I know.
If you need an official statement you would have to go through an incident with component:
BC-SYB-ASE
Ran a test on that cipher:
TLSv1
openssl s_client -connect redhead:3213 -CAfile redhead.txt
connected
New, TLSv1/SSLv3, Cipher is AES256-SHA
...
Protocol: TLSv1
Cipher: AES256-SHA
...
TLSv1.2
openssl s_client -connect redhead:3213 -tls1_2 -CAfile redhead.txt
715684104:error:1408F10B:SSL routine:SSL3_GET_RECORD:wrong version number:s3_pkt.c:347:
New, (none), cipher is (none)
...
Protocol TLSv1.2
Cipher 0000
...
Regards,
Ryan