[openssl-users] SSL_CTX_new fails some times

2016-03-08 Thread Lloyd
ew" fails. I suspect that "Freelibrary" causes openssl libraries to be unloaded from my process's context. Is there any other reason for "SSL_CTX_new" to fail? The error i get is "unable to load ssl2, md5 routines" Any suggestion is greatly appreciated. Thanks, Llo

[openssl-users] Decrypt TCP session

2016-02-12 Thread Lloyd
ssion data = the output of follow TCP stream option in Wireshark). what should be the starting point to implement this? does open ssl have some sample code/application does this? Any hint is greatly appreciated. Thanks, Lloyd -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailma

[openssl-users] Win32 - PEM_read_PrivateKey crash

2016-02-11 Thread Lloyd
_Applink" What could be the reason for this? Any hint is greatly appreciated. Thanks, Lloyd The following is my code - int main() { EVP_PKEY *privkey; FILE *fp; RSA *rsakey; OpenSSL_add_all_algorithms(); privkey = EVP_PKEY_new(); fp = fopen ("G:\\temp\\mykey.

Re: [openssl-users] Win32 - PEM_read_PrivateKey crash

2016-02-11 Thread Lloyd
Thanks, The problem is solved when compiled and linked with "applink.c" On Thu, Feb 11, 2016 at 5:05 PM, Lloyd <lloydkl.t...@gmail.com> wrote: > Hi, > > I have downloaded prebuilt version of openssl for windows. I am running on > Windows 7 64bit, Using Visual S

Re: authenticate peer

2012-06-04 Thread Lloyd
? In my case the client need to authenticate server and also the server need to authenticate client. Thanks again, Lloyd On Mon, Jun 4, 2012 at 2:57 PM, Alexander Komyagin komya...@altell.ru wrote: Hi, Lloyd! If you are establishing SSL connection between client and server, and SSL_VERIFY_PEER

Re: authenticate peer

2012-06-04 Thread Lloyd
Thanks again... In my case I am using SELF SIGNED CERTIFICATES, totally eliminating CA. So, is it possible to check both sides without a CA? Thanks for your help Lloyd On Mon, Jun 4, 2012 at 3:45 PM, Alexander Komyagin komya...@altell.ru wrote: If you need checks on both sides, both

Re: root certificate installation?

2006-01-09 Thread Lloyd Brown
in the intranet. The process of installation is pretty browser specific. Lloyd Brown __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated

Re: How to encrypt a large file by a public key?

2005-12-14 Thread Lloyd Brown
really know how to do that easily using OpenSSL. Someone else will have to speak to that. Lloyd Brown Amir (sent by Nabble.com) said: Thank you for your reply, I do not undrestand the last paragraph very well. I know how to encrypte a file using a symmetric algorithm. But i dont know what

hex digest won't verify

2005-11-14 Thread Lloyd Brown
to be a little difficult to use binary digests for my application. Any ideas? Thanks, Lloyd Brown __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users

Re: EC Digest error

2005-11-01 Thread Lloyd Brown
routines:ASN1_get_object:too long:asn1_lib.c:142: 12313:error:0D068066:asn1 encoding routines:ASN1_CHECK_TLEN:bad object header:tasn_dec.c:1269: 12313:error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error:tasn_dec.c:374:Type=ECDSA_SIG [EMAIL PROTECTED]:~$ Thanks, Lloyd Brown

EC Digest error

2005-10-31 Thread Lloyd Brown
am I doing wrong? Am I missing something completely obvious? FYI: My system: Dell PowerEdge 1855 -Dual Intel Xeon EM64T, 3.6 GHz processors -4 GB RAM -Debian Sarge Linux -kernel: Debian stock 2.6.8-11-amd64-generic -OpenSSL 0.9.8a Thanks, Lloyd Brown