On Thu, Oct 3, 2013 at 5:32 PM, Ben Laurie wrote:
>
>
>
> On 3 October 2013 22:14, Jeff Trawick wrote:
>
>> E.g., run
>>
>> echo GET / | openssl s_client -connect host:port
>>
>> It does the handshake then stalls until you press a key (which will be
>> left unused in the buffer when openssl exit
On 3 October 2013 22:14, Jeff Trawick wrote:
> E.g., run
>
> echo GET / | openssl s_client -connect host:port
>
> It does the handshake then stalls until you press a key (which will be
> left unused in the buffer when openssl exits), then it sends the input. I
> guess the kbhit() in the s_client
Hi
I have configured an OpenLdap server using SSL/TLS ...
I used openssl to create the keys and certificates for the SSL part ...
configuration looks good but when I try to check the connection I got the
following error
>openssl s_client -connect 192.168.30.169:389 -showcerts -CAfile
>./ssl/
Hi,
I am very new to OpenSSL.
I would like to understand how exactly CRL is used.
Means, lets say, we try to login using gmail.com in any browser. Now we see
certificates - We see Google Inc is the 1st level and it has a CRL which is
pointing to one URL.
I tried to enable wireshark and see
Hi,
For my MSc project I am using openSSL for encryption and key distribution.
I have a requirement to replace the secret random number(private key)
generated for ECDH with my own random number.
I hope to edit the openSSL source. For that I need to know what is the
source file I need to look at?
"OpenSSL> ca -in alice.pem -out alice_signed_by_acme_root.pem
Using configuration from C:\OpenSSL-Win32\bin\openssl.cfg
Loading 'screen' into random state - done
Error opening CA private key ./demoCA/private/cakey.pem
3284:error:02001003:system library:fopen:No such
process:.\crypto\bio\bss_file.c