Cipher algorithm

2006-09-28 Thread Markus Wenke

Hi,

I want to write a Client-Server-application, which connection is SSL
encryted.
Can I define the crypt algorithm which is negotiate while handshake?
Is there a crypt algorithm which does not change the size of the data?


thanks in advance

Markus Wenke

__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


Re: Cipher algorithm

2006-09-28 Thread Bernhard Froehlich

Markus Wenke wrote:

Hi,

I want to write a Client-Server-application, which connection is SSL
encryted.
Can I define the crypt algorithm which is negotiate while handshake?
Is there a crypt algorithm which does not change the size of the data?
[...]
Did you miss my reply? I'll cite it once more (see also the archive at 
http://marc.theaimsgroup.com/?l=openssl-usersm=115882610217857w=2):



Hi,

I want to write a Client-Server-application, which connection is SSL 
encryted.

Can I define the crypt algorithm which is negotiate while handshake?

See http://www.openssl.org/docs/ssl/SSL_CTX_set_cipher_list.html

Is there a crypt algorithm which does not change the size of the data?

Hmm, what is the background of this question?
In principle encryption does not necessarily change the size of the 
data, but there is protocol overhead and padding, so in reality you will 
have to pay for encryption with bigger data, independent of the used 
algorithm. This is especially relevant when transmitting small chunks of 
data at a time, if you are sending Megabytes of data in quick succession 
I'd guess that the overhead is negligible.


Hope it helps.
Ted
;)



--
PGP Public Key Information
Download complete Key from http://www.convey.de/ted/tedkey_convey.asc
Key fingerprint = 31B0 E029 BCF9 6605 DAC1  B2E1 0CC8 70F4 7AFB 8D26



smime.p7s
Description: S/MIME Cryptographic Signature


Cipher algorithm

2006-09-21 Thread Markus Wenke

Hi,

I want to write a Client-Server-application, which connection is SSL 
encryted.

Can I define the crypt algorithm which is negotiate while handshake?
Is there a crypt algorithm which does not change the size of the data?


thanks in advance

Markus Wenke
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


Re: Cipher algorithm

2006-09-21 Thread Bernhard Froehlich

Markus Wenke wrote:

Hi,

I want to write a Client-Server-application, which connection is SSL 
encryted.

Can I define the crypt algorithm which is negotiate while handshake?

See http://www.openssl.org/docs/ssl/SSL_CTX_set_cipher_list.html

Is there a crypt algorithm which does not change the size of the data?

Hmm, what is the background of this question?
In principle encryption does not necessarily change the size of the 
data, but there is protocol overhead and padding, so in reality you will 
have to pay for encryption with bigger data, independent of the used 
algorithm. This is especially relevant when transmitting small chunks of 
data at a time, if you are sending Megabytes of data in quick succession 
I'd guess that the overhead is negligible.


Hope it helps.
Ted
;)

--
PGP Public Key Information
Download complete Key from http://www.convey.de/ted/tedkey_convey.asc
Key fingerprint = 31B0 E029 BCF9 6605 DAC1  B2E1 0CC8 70F4 7AFB 8D26



smime.p7s
Description: S/MIME Cryptographic Signature


How can I insert another cipher algorithm into OpenSSL library?

2000-11-29 Thread Sung-June Park



Hi~

I have a question
How can I insert another cipher algorithm into OpenSSL 
library?
I want to use SEED algorithm(Korean standard cipher) in 
OpenSSL library...
Somebady help me please :-)

Have a nice day~