Re: How can I create libeay32.dll and ssleay32.dll with visual stadio 2005?

2008-03-04 Thread Dan_Mitton
What part don't you know how to do?? Please respond to openssl-users@openssl.org Sent by:[EMAIL PROTECTED] To: openssl-users@openssl.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject:How can I create libeay32.dll and ssleay32.dll with visual stadio 2005? LSN: Not Relevant

How-To encrypt using rsautl ??

2008-06-25 Thread Dan_Mitton
I am trying to encrypt a file using rsautl, but its generating an error. What am I doing wrong?? I create a private key - /usr/local/ssl/bin/openssl genrsa -out rsa-priv.pem 2048 Generating RSA private key, 2048 bit long modulus .+++

Re: How-To encrypt using rsautl ??

2008-06-30 Thread Dan_Mitton
Marek, Thanks for your reply. I think I understand. So it would go something like: To encrypt: Generate Pub/Priv RSA key Generate random AES key Encrypt file using AES key Encrypt AES key using Public RSA key (maybe append encrypted AES key in front of encrypted file to have it all in one

Re: Visual Studio help

2008-09-03 Thread Dan_Mitton
Scott, I have the older VS6, but in there, you would have to go to the project settings, select the 'Link' tab and at any additional libraries (such as the OpenSSL libraries) to the 'Object/Library modules' list (I think). It's been a while since I had to do this. Dan Please respond to

Re: network connection encrypted/secure using ssl and sockets ?!

2008-09-04 Thread Dan_Mitton
Have you looked into IPsec? That might be the best way. Please respond to openssl-users@openssl.org Sent by:[EMAIL PROTECTED] To: openssl-users@openssl.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject:Re: network connection encrypted/secure using ssl and sockets ?! LSN: Not

Re: Microsoft Visual C++

2008-10-13 Thread Dan_Mitton
Mike, I believe you also need to add the libraries to your link statement configuration. Dan Please respond to openssl-users@openssl.org Sent by:[EMAIL PROTECTED] To: openssl-users@openssl.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject:Microsoft Visual C++ LSN: Not

RE: upgrade openssl, do I need to recompile apache

2008-10-23 Thread Dan_Mitton
Doesn't this all depend on if you linked mod_ssl.so to the static SSL (.a) libraries or to the dynamic SSL (.so) libraries? Please respond to openssl-users@openssl.org Sent by:[EMAIL PROTECTED] To: openssl-users@openssl.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject:RE:

Re: Interesting article

2009-01-01 Thread Dan_Mitton
Don't you have to check the root CA certificate too?? Please respond to openssl-users@openssl.org Sent by:owner-openssl-us...@openssl.org To: openssl-users@openssl.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject:Re: Interesting article LSN: Not Relevant - Not Privileged User

Re: Interesting article

2009-01-02 Thread Dan_Mitton
What is to prevent someone from forging a root CA and then creating intermediate certificates signed with SHA1, based on the forged root CA? Please respond to openssl-users@openssl.org Sent by:owner-openssl-us...@openssl.org To: openssl-users@openssl.org cc: (bcc: Dan

Re: Interesting article

2009-01-05 Thread Dan_Mitton
Thomas, Thank you. You stated my concerns much better then I did. Please respond to openssl-users@openssl.org Sent by:owner-openssl-us...@openssl.org To: openssl-users@openssl.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject:Re: Interesting article LSN: Not Relevant User

Re: Repeating crashes @ fips 1.2 'make' on OSX

2009-01-08 Thread Dan_Mitton
If you create a softlink to the real target directory, that seems to work... cd /usr/local/ssl ln -s fips-1.0 /usr/local/ssl-fips Please respond to openssl-users@openssl.org Sent by:owner-openssl-us...@openssl.org To: openssl-users@openssl.org cc: (bcc: Dan Mitton/YD/RWDOE)

Re: RSA algorithm with big endian environment

2009-10-15 Thread Dan_Mitton
Alex, We use OpenSSL on Sun Solaris SPARC architecture, which is big endian. Never had a problem. No clue about how to compile/link on your ARM cpu though. Dan Please respond to openssl-users@openssl.org Sent by:owner-openssl-us...@openssl.org To: openssl-users@openssl.org cc: