I\'m in Fedora 14, MonoDevelop 2.4, Mono 2.6.7. I generated my self-signed cert thusly: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout mysitename.key -out mysitename.crt
I have built OpenSSL from source (an intentionally old version; built with ./config && make && make test) and would prefer to use what I have built without doing make install to link a
I am writing a proxy server that proxies SSL connections, and it is all working perfectly fine for normal traffic.However when there is a large file transfer (Anything over 20KB) like an email attachm
Im working on this assignment using Open SSL and C++. I need to establish a secure connection between a client and a server and then transfer a encrypted file. Could anyone give me any references (boo
My app is throwing the following errors on windows: QSslSocket: cannot call unresolved function SSLv3_client_method
I\'m developing a Qt application and I need to support Linux, Windows and Mac OS X. The only problem however is that I do not own a Mac. Is it possible to compile my application for Mac OS X on Linux
First -what happens if I don\'t give a passphrase? Is some sort of pseudo random phrase used? I\'m just looking for something "good enough" to keep casual hackers at bay.
How do I create a new key pair and save them in files? OpenSSL I guess. I have Windows 7 and Xampp, which has OpenSSL in the APache directory (although I am having some problems with openssl_pkey_new(
I have some C code to encrypt text: ngx_int_t ngx_http_encrypted_session_3des_mac_encrypt (ngx_pool_t * pool,
I\'m having a terrible time getting SSL to verify a certificate.I\'m completely ignorant on how certificates work so that\'s a major handicap to begin with.Here\'s the error I get when running the scr