<div dir="ltr"><div>Hello Viktor,</div><div><br></div><div>Thank you, this was indeed as simple as that.  I removed the quote and the command worked on windows.</div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
On Wed, Dec 21, 2022 at 09:41:55PM -0500, Pierre-Luc Boily wrote:<br>
<br>
> C:\Program Files\OpenSSL\bin>openssl ciphers -V 'ALL:COMPLEMENTOFALL'<br>
<br>
Could it be something as simple the Windows shell passing the "'"<br>
charaxcters as part of the value?  Do double-quotes, or no quotes work<br>
better?<br>
<br>
On a Unix system:<br>
<br>
    $ openssl ciphers -V "'ALL:COMPLEMENTOFALL'"<br>
    Error in cipher list<br>
    34371141632:error:140E6118:SSL routines:ssl_cipher_process_rulestr:invalid command:/usr/src/crypto/openssl/ssl/ssl_ciph.c:1028:<br>
    34371141632:error:140E6118:SSL routines:ssl_cipher_process_rulestr:invalid command:/usr/src/crypto/openssl/ssl/ssl_ciph.c:1028:<br>
<br>
-- <br>
    Viktor.<br>
<br>
<br><br>
</blockquote></div></div>