[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,

[openssl-users] Decrypt TCP session

2016-02-12 Thread Lloyd
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

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 wrote: > Hi, > > I have downloaded prebuilt version of openssl for windows. I am running on > Windows 7 64bit, Using Visual Studio 2010, generating 32bit bi

[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.pem&quo

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 wrote: > If you need checks on both sides, both clie

Re: authenticate peer

2012-06-04 Thread Lloyd
" API? 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 wrote: > > Hi, Lloyd! > > If you are establishing SSL connection between client and server, and > SS

Re: root certificate installation?

2006-01-09 Thread Lloyd Brown
on everyone's browser in the intranet. The process of installation is pretty browser specific. Lloyd Brown __ OpenSSL Project http://www.openssl.org User Support Mailing List

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

2005-12-14 Thread Lloyd Brown
x27;t 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 algori

hex digest won't verify

2005-11-14 Thread Lloyd Brown
wever, it's going 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 List

Re: EC Digest error

2005-11-01 Thread Lloyd Brown
:0D07209B:asn1 encoding 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]:

EC Digest error

2005-10-31 Thread Lloyd Brown
ey works fine. What 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" -OpenSS