SSH_ASKPASS in git frontend on Windows

2012-06-09 Thread Martin Schreiber
Hi, Please read http://stackoverflow.com/questions/10960269/git-ssh-askpass-on-windows " [...] How can I force SSH to use SSH_ASKPASS without the DETACHED_PROCESS flag? [...] " Any tips? Thanks, Martin __ OpenSSL Project

Re: Error: can't resolve symbol 'X509_sign_ctx'

2012-06-09 Thread Alexander Komyagin
Hi! Can you post the output for $ldd `which openssl` command (run it without leading $)? On Fri, 2012-06-08 at 22:40 -0700, exvance wrote: > I'm new to openssl. Please forgive me if this is a dumb question. > > When I run this command: > openssl req -new -x509 -days 365 -key ca.key -out ca.crt

Error: can't resolve symbol 'X509_sign_ctx'

2012-06-09 Thread exvance
I'm new to openssl. Please forgive me if this is a dumb question. When I run this command: openssl req -new -x509 -days 365 -key ca.key -out ca.crt -passin pass:testing123 I get this error: openssl: can't resolve symbol 'X509_sign_ctx' Does anyone know what that means? Thanks, EV -- View t

Re: PKCS12 generation is not working

2012-06-09 Thread Tobias Schmid
Hello Steve Thank you for the hint, it works now like a charm. Regards, Tobias Schmid Am 08.06.2012 20:52, schrieb Dr. Stephen Henson: On Fri, Jun 08, 2012, Tobias Schmid wrote: root@ccn-node1:~ # openssl pkcs12 -export -name "CCND" -out /var/tmp/.keystore - in certout.pem -inkey private_ke