Good luck to us all. I am João openssl's apprentice and below I describe my doubts:
I needed to generate a cipher to insert as a parameter in a python function context = ssl.SSLContext.set_ciphers(ciphers), what I'm finding strange would be the generated size. My question would be if I should insert the entire cipher generated by the openssl ciphers -tls1_2 command that resulted in a cipher of more than 15 lines inside the parameter (ciphers) ?