Re: compiling openssl using vs 2003

2008-08-24 Thread Kyle Hamilton
You need to download and install the Platform SDK, and you need to run the icon in the program group called "32-bit build environment" or "64-bit build environment". This sets up all the appropriate environment variables for compilation. There is a binary distribution for Windows at http://www.sl

Re: client - server authentication

2008-08-24 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dhaval Thakar wrote: | Hi list, Hello Daval, | i have a hosted site over internet for the branch users, which i want to | restrict over internet, | e.g only certain computers will be allowed to access site. | i want to restrict it to only branch comp

Re: any reference to different certificate versions

2008-08-24 Thread Peter Sylvester
Kyle Hamilton wrote: X.509 refers to the certificate version. 0 == version 1, 1 == version 2, 2 == version 3. Version 1 certificates have no means for any extensions. Version 2 certificates are CRLs. CRLs use the asn1 type Version. CRLs with extensions have Version 2, but this has nothing

client - server authentication

2008-08-24 Thread Dhaval Thakar
Hi list, i do not have much experience in ssl/tls certificates & i know almost nothing about it. i have a hosted site over internet for the branch users, which i want to restrict over internet, e.g only certain computers will be allowed to access site. i want to restrict it to only branch comput

Re: Basic question on version number..

2008-08-24 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kenneth Goldman wrote: | > The decision in the case of OpenSSL was that 1.x would have a stable API, | > permitting shared libraries to be used interchangeably. OpenSSL does not | > have a stable API yet, officially. | | If that's the rationale, I

Re: Certificate problem on Windows XP client...

2008-08-24 Thread Sergio
Venkata LK Mula escribió: Hi, With reference to the above mentioned subject, we have generated root, server and client certificates in .pfx (p12) and .der format in FreeRADIUS using OpenSSL, installed these certificates on the Windows XP client. And when I'm trying to associate the Windows c

compiling openssl using vs 2003

2008-08-24 Thread Scott Hill
I'm trying to compile openssl for use with visual studio. For some reason, I can't run the nmake in the vs ide. When I try it from the command line, it says it can't find things like windows.h! Does anyone have it already compiled, etc that I can download? -- Scott Hill Food for thought: A go

Hello

2008-08-24 Thread Nguyen, Harris
Hello, Is this the right place to ask Openssl programming issues? Thanks Harris Nguyen __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.or

Using javax.crypto.Cipher with RSA and an OpenSSL generated public key

2008-08-24 Thread PMicke
Hi, we have a server using OpenSLL crypto library functions around RSA. I want to write a Java client that sends an encrypted message to the server, which can be decrypted there. To test this I use the following Java code below: The encoded public key is created with OpenSSL. R

RE: Basic question on version number..

2008-08-24 Thread Kenneth Goldman
> The decision in the case of OpenSSL was that 1.x would have a stable API, > permitting shared libraries to be used interchangeably. OpenSSL does not > have a stable API yet, officially. If that's the rationale, I eagerly await 1.0. The lack of a stable API has hurt me far too many times. I enc

Convertin ssl to *.pem

2008-08-24 Thread John Pakus
I would like to know how I can convert an ssl cert to a *.pem cert. Thank you. John Pakus Network and System Services First Manhattan Consulting Group 90 Park Avenue, 18th Floor New York, NY 10016 Main: 212-557-0500 Fax: 212-949-6252 This e-mail and any attachments, is in

Re: Create a X509 from a string

2008-08-24 Thread delcour.pierre
delcour.pierre wrote: Hello, I don't look at the mail archiver. A similar question was send. Here is the link if you are interested : http://www.mail-archive.com/openssl-users@openssl.org/msg52560.html Sorry to disturb you. Have a nice day, pierre

I'm having a socket error:04077068:rsa routines:RSA_verify:bad signature...

2008-08-24 Thread Doug Schultz
I've spent several days trying different things and failing at tracking down the actual source of this problem. I have a client and a server communicating over an SSL socket connection. The client sends some data to the server along with an RSA signature to verify it's an authorized request. Upon r

Create a X509 from a string

2008-08-24 Thread delcour.pierre
Hello everyone, I need to create a X509 certificate from a string. In fact, the string contains the PEM value of the certificate without the "-BEGIN CERTIFICATE-" and the "-END CERTIFICATE-". Here you have an exemple : MIID9jCCAt6gAwIBAgIBATANBgkqhkiG9w0BAQsFADBZMQ0wCwYDVQQKEw

Create a key from a password

2008-08-24 Thread mmvsbg
Hello, I'm writing an OpenSSL C++ application that needs to encrypt and decrypt information using a private key but I'm not supposed to keep the key saved anywhere. So to solve this I'll just generate the same key every time I need it and the plan is to generate it from a password phrase. I could

Re: How to compute all attributes of RSA private key from modulus and private exponent?

2008-08-24 Thread delcour.pierre
delcour.pierre wrote: Metalpalo wrote: Hello Ihave got one question: Does exist some way how to compute all attributes of private key from modulus and private exponent? I think as public exponent, prime1, prime2, exp1, exp2... Thanks My previous answer doesn't answer to your question, sorr