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
On Tue, Mar 30, 2010 at 12:14 PM, Kyle Hamilton wrote:
> That's your shell talking. Try:
>
> openssl ciphers -v 'HIGH:!RSA'# note the single-quotes
>
> You just have to tell the shell not to interpret the bang, by quoting
> it -- either with a backslash or in an uninterpreted-quoted string.
On Tue, Mar 30, 2010 at 10:06 AM, Ben DJ
wrote:
> does @v1.0.0 'openssl ciphers -v ...' still support "!" notation, as
> in 'openssl ciphers -v !RSA' ?
>
> man page says it does,
>
> man ciphers | grep "Each cipher" -A5
> Each cipher string can be optionally preceded by the characters !, -
Ben DJ writes:
[...]
> but,
>
> openssl ciphers -v "HIGH:!RSA"
>
> returns,
>
> RSA: Event not found.
I think that's your shell, not openssl.
__
OpenSSL Project http://www.openssl.org
User Su
Steven Reddie wrote:
Which version are you using? 0.9.8 does what I'd expect:
$ openssl ciphers AES+DES
Error in cipher list
3312:error:144020B9:SSL routines:SSL_CTX_set_cipher_list:no cipher
match:ssl_lib.c:1167:
yep, this has been fixed in OpenSSL_0_9_7-stable and a
Hello!
On Mon, 29 Aug 2005, Steven Reddie wrote:
> Which version are you using? 0.9.8 does what I'd expect:
>
> $ openssl ciphers AES+DES
> Error in cipher list
> 3312:error:144020B9:SSL routines:SSL_CTX_set_cipher_list:no cipher
> match:ssl_lib.c:1167:
Thank you. The result w
Which version are you using? 0.9.8 does what I'd expect:
$ openssl ciphers AES+DES
Error in cipher list
3312:error:144020B9:SSL routines:SSL_CTX_set_cipher_list:no cipher
match:ssl_lib.c:1167:
Steven
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROT