File Upload Issues

2010-11-24 Thread Sam Jantz
Thank you. -Sam -- Sam Jantz Software Engineer

Re: generating keys from passwords

2010-09-10 Thread Sam Jantz
t Mailing Listopenssl-users@openssl.org > Automated List Manager majord...@openssl.org > -- Sam Jantz Software Engineer

SSL_connect, and SSL_accept

2010-09-07 Thread Sam Jantz
of the library, and is part of an example program. Any suggestions are appreciated. Thank you, -Sam -- Sam Jantz Software Engineer

Re: Windows Certificate Store with OpenSSL Certificate

2010-09-07 Thread Sam Jantz
Authorities'. > > How can I create self-signed certificate with correct certificate TYPE ? > > Regards, > Dongsheng > -- Sam Jantz Software Engineer

Symmetric Key Encryption

2010-09-02 Thread Sam Jantz
re verbose, than lacking in detail. Long story short, if there is a better way to access the the session key I would like to know about it. Thank you for any input or feedback you can provide. -Sam -- Sam Jantz Software Engineer /* Copyright (C) 1995-1998 Eric Young (e...@cryptsoft.com) * Al

Re: multi thread, example on win32 is wrong?

2010-09-02 Thread Sam Jantz
Sorry accidentally sent that: return pthread_self() } Then you register it, and your library should be thread safe. Again sorry about sending that too soon. Best of luck! -Sam On Thu, Sep 2, 2010 at 10:36 AM, Sam Jantz wrote: > Lu, > > I'm not sure spec

Re: multi thread, example on win32 is wrong?

2010-09-02 Thread Sam Jantz
nvironments, the user should set > thses tow callback functions > locking_function and threadid_func > > the example: > *crypto/threads/mttest.c* > on win32 platform: > > it does not set threadid_func. it is an error? > -- Sam Jantz Software Engineer

Re: Connection Resetting

2010-09-01 Thread Sam Jantz
just block one thread in SSL_read in each direction, because > if you do, there's nothing you can do when SSL_read returns (since the > connection you need to send on is in use, potentially indefinitely, by the > other thread). > > DS > > __ > OpenSSL Project http://www.openssl.org > User Support Mailing Listopenssl-users@openssl.org > Automated List Manager majord...@openssl.org > -- Sam Jantz Software Engineer

Re: Connection Resetting

2010-08-31 Thread Sam Jantz
long. My question is why is the session getting reset before I can upload a file? Is there some sort of a watchdog timer that I am neglecting to poke before the connection is reset? Any help would be appreciated. Thanks, Sam On Mon, Aug 30, 2010 at 12:49 PM, Sam Jantz wrot

Re: Connection Resetting

2010-08-30 Thread Sam Jantz
though. What would cause SSL_ERROR_SYSCALL to be flagged, and have an empty error queue if the socket was not closed improperly on the other side? On Sun, Aug 29, 2010 at 11:06 PM, Dave Thompson wrote: > > From: owner-openssl-us...@openssl.org On Behalf Of Sam Jantz > > Sent

Connection Resetting

2010-08-27 Thread Sam Jantz
pet0"; filename="mario.jpg" Content-Type: image/jpeg ^Yo{Z]^A^?<87><87>1^B/A^D9^_w+W [n7Y<9B>z7`:{y qތ[^V&ʎ#^Q ey...@ajb^tu And then the process repeats nearly word for word. However when I attach a smaller image it works perfectly and instead of repeating a

Re: Signing the certificate

2010-08-27 Thread Sam Jantz
. Can anybody tell me how to > do it. > > > > Thanks, > Raj > Rajmohan SK > -- Sam Jantz Software Engineer

Hello All Once Again

2010-08-26 Thread Sam Jantz
responses, Sam -- Sam Jantz Software Engineer

Re: sha_block_data_order Crash

2010-08-24 Thread Sam Jantz
rivate Limited > 2nd Floor, Novel Team Building > #10, 100 Feet Ring Road > BTM Layout 1st Stage > Bangalore - 560068 > > +91-9743357501 > -- Sam Jantz Software Engineer

Re: SSL_CIPHER member data issue

2010-08-23 Thread Sam Jantz
that it's not the most elegant solution, and if anyone has the correct way to do this I would appreciate it, but this will work for me for now. Happy coding, Sam On Mon, Aug 23, 2010 at 12:45 PM, Sam Jantz wrote: > Hello all, > > I am trying to reconstruct the key

SSL_CIPHER member data issue

2010-08-23 Thread Sam Jantz
o work around it like I did with with the SSL_get_current_cipher()? Please let me know if you know of any possible solution. I am really at a loss for why this field never gets populated. Thanks again, Sam -- Sam Jantz Software Engineer

Re: Certificate roll

2010-08-20 Thread Sam Jantz
i, > Ok. I am just trying to understand the rules for refreshing an > intermediate certificate or any other certificate that has expired or > has been compromised without breaking the SSL connection. > > Thanks, > Mohan > > On Thu, Aug 19, 2010 at 9:06 PM, Sam Jantz w

Re: Certificate roll

2010-08-19 Thread Sam Jantz
Project http://www.openssl.org > User Support Mailing Listopenssl-users@openssl.org > Automated List Manager majord...@openssl.org > -- Sam Jantz Software Engineer

Re: Create Cert Dynamically

2010-08-19 Thread Sam Jantz
tion, > VC++ for Windows > > Thanks, > Raj > Rajmohan SK > -- Sam Jantz Software Engineer

Re: Getting info from SSL_CTX

2010-08-19 Thread Sam Jantz
shake method, > and then later extracting information from that CTX and encrypt data. > Any pointers for this will be great. Thanks. > > - Harshvir > > -- Sam Jantz Software Engineer

Generating Session Keys

2010-08-17 Thread Sam Jantz
me in the right direction, or explain the process a little better I would really appreciate it. Thanks in advanced, Sam -- Sam Jantz Software Engineer

Re: Session Secrete Keys

2010-08-16 Thread Sam Jantz
Is there even a way to get the session secret? I mean, it has to be stored in memory somewhere right? I would greatly appreciate anything that anyone can give me since I am completely at wits end with this. Thanks, Sam On Fri, Aug 13, 2010 at 3:40 PM, Sam Jantz wrote: >

Session Secrete Keys

2010-08-13 Thread Sam Jantz
N_get_ex_data() function (aside from the man page) as far in as where the arguments would come from. Again, any help would be greatly appreciated. One humbled techno weenie, Sam -- Sam Jantz Software Engineer

Verifying X509 Certificates Using The OpenSSL API

2010-08-06 Thread Sam Jantz
(server_ssl); if(certValid == X509_V_OK) cout << endl << "Certificate is valid" << endl; If you need any more information please let me know and I will post what I can. Thank you in advanced for the help. Thanks, Sam -- Sam Jantz Software Engineer