Re: Hard-coded keys and cert in the image

2006-02-13 Thread Sly Upah
Sure, tomorrow though. My kids don't give me much time to think on computer stuff here at home. ;) In message [EMAIL PROTECTED], Xie Grace Jingru-LJX001 writes: Thanks Chong Peng! It worked. The only thing I had to change was to pass in parameters in the following function calls. Instead of:

Re: Hard-coded keys and cert in the image

2006-02-13 Thread Sly Upah
Oh, sorry, wrong list... In message [EMAIL PROTECTED], Sly Upah writes: Sure, tomorrow though. My kids don't give me much time to think on computer stuff here at home. ;) In message [EMAIL PROTECTED], Xie Grace Jingru-LJX001 writes: Thanks Chong Peng! It worked. The only thing I had to change

VPN help

2003-12-12 Thread Sly Upah
Is anyone using openssl with Cisco VPN gadgets? I could use some instructions (anything on the web?) with the steps involved in setting up our own CA to test the possibilty of this. I have setup a self-signed root CA. But, what to do next is a little unclear. Cisco's use of the term identity

Re: VPN help

2003-12-12 Thread Sly Upah
are incomplete and SCEP isn't promised until 0.9.2. Its frustrating. Seems like someone would be famous if they provided a good open-source solution. Thanks again. In message [EMAIL PROTECTED], Jon Barber writes: Sly Upah wrote: Is anyone using openssl with Cisco VPN gadgets? I could use some

Cisco VPN

2003-12-11 Thread Sly Upah
I have followed the instructions on setting up a self-signed root CA. I'm unsure as to how to sign the VPN's identity certificate I'm being given by the VPN admin person. Subsequently, when this identity certificate is signed, what is the procedure for signing subsequent certificate requests from

java/openssl

2003-04-01 Thread Sly Upah
Can anyone point me to source or give me instructions on how I can verify a Java generated signature? I can create a signature and verify it using pure openssl calls but anything coming from the Java side looks like the bytes are all screwed up. Do I have to do something special to massage the

Re: java/openssl

2003-04-01 Thread Sly Upah
think as long as the algorithm is totally the same, it shouldn't matter if it is Java generated or openssl generated. Michelle On Tue, 1 Apr 2003, Sly Upah wrote: Can anyone point me to source or give me instructions on how I can verify a Java generated signature? I can create a signature