> Hello,
> I am using OpenSSL as a static library with my proprietary software for
> windows OS. I would like to know what steps exactly i have to do
> pertaining
> to licensing to link statically against openssl library.
>
> Thank you.
Reading the OpenSSL license would be a good start. I
Hello,
I am using OpenSSL as a static library with my proprietary software for
windows OS. I would like to know what steps exactly i have to do pertaining
to licensing to link statically against openssl library.
Thank you.
_
Expr
Thanks!
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nils Larsch
Sent: Wednesday, October 12, 2005 2:38 PM
To: openssl-users@openssl.org
Subject: Re: EVP_EcryptInit() obsolete?
On Wed, Oct 12, 2005, Adam Jones wrote:
> I have been told that EVP_Ecryp
On Wed, Oct 12, 2005, Adam Jones wrote:
> I have been told that EVP_EcryptInit() is obsolete and EVP_EncryptInit_ex()
> should be used instead. Can anyone confirm that?
this is correct, see:
http://www.openssl.org/docs/crypto/EVP_EncryptInit.html#NOTES
Cheers,
Nils
--
Nils Larsch [E
On Wed, Oct 12, 2005, Dmitry Belyavsky wrote:
> Greetings!
>
> What shall I look at whether I want to enumerate all, for example,
> digest algorithms supported in a particular build?
you could use OBJ_NAME_do_all_sorted(OBJ_NAME_TYPE_MD_METH, ...)
to get a list of all algorithms added by OpenSSL
I have been told
that EVP_EcryptInit() is obsolete and EVP_EncryptInit_ex() should be used instead. Can anyone confirm
that?
Hi,
While discussing the proper implementation for TLS support for (open)ser SIP proxy (currently using OpenSSL), we came up with somehow a showstopper: when the server serves multiple domains, we'd like to present a different certificate depending on which domain the incoming message is directed
Hello All,
I am using OpenSSL 0.9.8.
I created a self signed certificate using # openssl req -x509 -out cacert.pem -new -keyout cacert.pem -days 365 -nodes -subj /C=US/ST=California/L=Cupertino/O=test/CN=ca
I tried to setup the CA using# echo "cacert.pem"|perl /opt/openssl/misc/CA.pl -newca
Greetings!
On Wed, 12 Oct 2005, [Windows-1252] Fr?d?ric Donnat wrote:
> In fact, to see if algorithm are really available, you could
> OPENSSL_add_All_algorithm() (or a similar function OPENSSL_add_all_digest()),
> and then try to get them using their name using some EVP_get_digestbyname().
>
>
Hi,
In fact, to see if algorithm are really available, you could
OPENSSL_add_All_algorithm() (or a similar function OPENSSL_add_all_digest()),
and then try to get them using their name using some EVP_get_digestbyname().
hope it could help.
Fred
-Original Message-
From: Dmitry Belyav
Greetings!
What shall I look at whether I want to enumerate all, for example,
digest algorithms supported in a particular build?
Thank you!
--
SY, Dmitry Belyavsky (ICQ UIN 6575)
__
OpenSSL Project
11 matches
Mail list logo