Re: redondance signature algorithm listed in client hello

2022-09-20 Thread Jared Huang
I noted there is a typo at "rsa_pkcs1_sha5256". Fix this typo, SSL_CTX_set1_sigalgs_list works as expected. Jared Huang 於 2022年9月20日 週二 下午5:34寫道: > Hello, > > > > I’m using SSL_CTX_set1_sigalgs_list to set my favorite signature algorithm. > > But there is more algorithm listed on client hello m

Re: Re: openssl req not working, error is "req: Use -help for summary."

2022-09-20 Thread von Oheimb, David
Dear Sergio, please use a to-the-point email subject, not "openssl-users Digest, Vol 94, Issue 24". You just made a small mistake with the below command: after the "-subj" option its "/" (which denotes the empty Distinguished Name) is missing, or any other DN string, and thus the subsequent "-a

redondance signature algorithm listed in client hello

2022-09-20 Thread Jared Huang
Hello, I’m using SSL_CTX_set1_sigalgs_list to set my favorite signature algorithm. But there is more algorithm listed on client hello message than I desired. I defined a list #define TLS_PREFER_SIGNATURE"rsa_pss_rsae_sha256:" \ "rsa_pss_rsae_sha384:" \

openssl-users Digest, Vol 94, Issue 24

2022-09-20 Thread A Z
Dear OpenSSL Users and Programmers, I tried running the following command in Windows 64 bit Home edition, and got the error: >openssl req -nodes -newkey rsa:4096 -keyout pkey.pem -x509 -out cert.pem -days >36500 -subj -addext "subjectKeyIdentifier=hash" req: Use -help for summary. >openssl ver