OpenSSL key and data-to-encrypt from STDIN simultaneously?

2008-09-09 Thread Zack Payton
with and the data from stdin? Thank you for your help in this matter. Sincerely, Zack Payton

Re: How to get back received data after SSL_accept() ?

2007-07-10 Thread Zack Payton
There are right ways and there are easy ways. The easy way is to non-destructively read the first character on the connection. What is the right way? Zack On 7/10/07, David Schwartz [EMAIL PROTECTED] wrote: -Original Message- I developed an SSL-enabled web server. I'm firing up

Re: SSL: Not Able to Connect with Secure Site from C++ / Solaris

2007-06-14 Thread Zack Payton
Sounds to me like a network problem. Try to telnet to the server you are trying reach on whichever port to validate network connectivity. netcat also works very well for general tcp testing. socat/stunnel are also very useful for network testing with ssl connections. Good Luck! Z On 6/14/07,

Netware CLIB libraries

2007-06-01 Thread Zack Payton
Hello all, I am looking for an OpenSSL .lib for Novell Netware's CLIB library. I'm looking at all the documentation and it appears this is only supported with Code Warrior which costs $. Does anybody know where I could find a precompiled lib, could anybody send me one, or give any advice for

Re: Netware CLIB libraries

2007-06-01 Thread Zack Payton
of the online API docs. Look for the NDK, and I think those downloads are free still. They include the .lib files. I know there are some free utils under Linux that will compile EXEs and NLMs, but I haven't dealt with them in a long time either. Joe Zack Payton wrote: Hello all, I am looking