Re: License for Certificate?

2009-02-25 Thread Kyle Hamilton
There is no requirement to include any license text in anything that simply uses the output of OpenSSL (including any certificate that is created by running OpenSSL). If you include any OpenSSL code in your product, you must include the three statements in the LICENSE file in your documentation so

RE: License for Certificate?

2009-02-25 Thread David Schwartz
> thanks for the response. > > I just need the certificate to securely identify that a request is > coming from who I think it is coming. Then you need some way to distribute a certificate to that endpoint and for the other end to know what certificate that endpoint has. > My goal is that I can

trying to compile libssh2 and get openssl error

2009-02-25 Thread clump
I'm following instructions in this pdf: curl.haxx.se/libcurl/c/Using-libcurl-with-SSH-support-in-Visual-Studio-2008.pdf In compiling libssh2 per the instructions, I get this error in VSC++2008: Cannot open include file: 'openssl/opensslconf.h': No such file or directory In fact I get that same

RE: License for Certificate?

2009-02-25 Thread Saavedra, Gisella
thanks for the response. I just need the certificate to securely identify that a request is coming from who I think it is coming. My goal is that I can indistinctively use http or https while testing. I just want to set up my application server, Tomcat, so that requests can be received using https

RE: License for Certificate?

2009-02-25 Thread David Schwartz
> Hello, > I am currently developing an interface to a 3rd party product that requires > HTTPS support using an X.509 certificate. > I have been given instructions on how to generate the certificate using openssl. > While in development mode (this is a commercial product), do I need > to include

License for Certificate?

2009-02-25 Thread Saavedra, Gisella
Hello, I am currently developing an interface to a 3rd party product that requires HTTPS support using an X.509 certificate. I have been given instructions on how to generate the certificate using openssl. While in development mode (this is a commercial product), do I need to include some

Re: Need help with keytool

2009-02-25 Thread Mark H. Wood
On Tue, Feb 24, 2009 at 03:17:52PM -0800, John Oliver wrote: > On Tue, Feb 24, 2009 at 03:48:21PM -0500, Mark H. Wood wrote: > > On Tue, Feb 24, 2009 at 08:02:30AM -0800, John Oliver wrote: > > > > > 10. Right click on the displayed keypair and Rename it to 'key' > > > > -changealias -alias OLDN

Re: Need help with keytool

2009-02-25 Thread Mark H. Wood
On Tue, Feb 24, 2009 at 03:11:29PM -0800, John Oliver wrote: > On Tue, Feb 24, 2009 at 03:48:21PM -0500, Mark H. Wood wrote: > > I don't think Sun keytool will do thist step. You can export > > certificates but not private keys -- at least, I've never found a way > > to move private keys in or out