Re: openssl ciphers

2021-07-20 Thread Viktor Dukhovni
On Tue, Jul 20, 2021 at 11:47:25PM -0300, Webstrucs wrote: > 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 cip

openssl ciphers

2021-07-20 Thread Webstrucs
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 inse

verify ocsp manually

2021-07-20 Thread Gaardiolor
Good day, I don't fully understand ocsp certificate verification. In order to better understand it, I want to do it manually. I can already do that with certificates. $ openssl s_client -connect openssl.org:443 -showcerts # I save the server.crt and intermediate.crt $ openssl verify -no-CApa