RE: Encryption algorithms usage in Tomcat

2008-03-26 Thread Hitesh Raghav
Hi,

Could you please redirect me to right point of contact.

I need encryption usage details in Tomcat to receive an export control
classification number (ECCN).

Please let me know in case any other details are needed.

Thanks,
-Hitesh
 

-Original Message-
From: Hitesh Raghav [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 10, 2008 5:16 AM
To: users@tomcat.apache.org
Subject: Encryption algorithms usage in Tomcat

Hi,
 
Which encryption algorithms are used in Tomcat? Could I get detailed
information about usage of these algorithms in Tomcat?
 
Is there any change in encryption algorithm usage in Tomcat from v5.5.7
to v5.5.26 and v6.0.16?
 
Thanks,
-Hitesh
 

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Encryption algorithms usage in Tomcat

2008-03-26 Thread David Fisher

Hi,

You want to look at this page: http://www.apache.org/licenses/exports/

You'll need some time to understand it. I did this a couple of years  
ago.


When I last I checked HTTPS support is the only encryption that  
Tomcat does. I don't believe that HTTPS is subject to ECCN, but I'm  
not a lawyer, yada yada .


Good luck,

Regards,
Dave

On Mar 26, 2008, at 1:18 AM, Hitesh Raghav wrote:


Hi,

Could you please redirect me to right point of contact.

I need encryption usage details in Tomcat to receive an export control
classification number (ECCN).

Please let me know in case any other details are needed.

Thanks,
-Hitesh


-Original Message-
From: Hitesh Raghav [mailto:[EMAIL PROTECTED]
Sent: Monday, March 10, 2008 5:16 AM
To: users@tomcat.apache.org
Subject: Encryption algorithms usage in Tomcat

Hi,

Which encryption algorithms are used in Tomcat? Could I get detailed
information about usage of these algorithms in Tomcat?

Is there any change in encryption algorithm usage in Tomcat from  
v5.5.7

to v5.5.26 and v6.0.16?

Thanks,
-Hitesh


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Encryption algorithms usage in Tomcat

2008-03-26 Thread Hitesh Raghav
Thank you very much Dave for quick response.

I didn't find any encryption details about Tomcat at page:
http://www.apache.org/licenses/exports/.

Does it mean that Tomcat does not use any encryption?

Is there any URL about encryption usage details in Tomcat?


Regards,
-Hitesh
+91-9960623311

 

-Original Message-
From: David Fisher [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2008 12:30 PM
To: Tomcat Users List
Subject: Re: Encryption algorithms usage in Tomcat

Hi,

You want to look at this page: http://www.apache.org/licenses/exports/

You'll need some time to understand it. I did this a couple of years
ago.

When I last I checked HTTPS support is the only encryption that Tomcat
does. I don't believe that HTTPS is subject to ECCN, but I'm not a
lawyer, yada yada .

Good luck,

Regards,
Dave

On Mar 26, 2008, at 1:18 AM, Hitesh Raghav wrote:

 Hi,

 Could you please redirect me to right point of contact.

 I need encryption usage details in Tomcat to receive an export control

 classification number (ECCN).

 Please let me know in case any other details are needed.

 Thanks,
 -Hitesh


 -Original Message-
 From: Hitesh Raghav [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 10, 2008 5:16 AM
 To: users@tomcat.apache.org
 Subject: Encryption algorithms usage in Tomcat

 Hi,

 Which encryption algorithms are used in Tomcat? Could I get detailed 
 information about usage of these algorithms in Tomcat?

 Is there any change in encryption algorithm usage in Tomcat from
 v5.5.7
 to v5.5.26 and v6.0.16?

 Thanks,
 -Hitesh


 -
 To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, 
 e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Encryption algorithms usage in Tomcat

2008-03-26 Thread Christopher Schultz

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hitesh,

Hitesh Raghav wrote:
| Which encryption algorithms are used in Tomcat? Could I get detailed
| information about usage of these algorithms in Tomcat?

As David mentioned, the encryption that Tomcat uses directly is SSL to
encrypt HTTP communication. The algorithms available to the SSL
connector are limited by those provided by the JVM (or by openssl if you
are using the native APR SSL connector).

Your application can use any encryption algorithm provided by the JVM.

| Is there any change in encryption algorithm usage in Tomcat from v5.5.7
| to v5.5.26 and v6.0.16?

No. The more significant upgrade would be your JVM, or any JCE you have
installed.

- -chris

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkfqW9QACgkQ9CaO5/Lv0PCj5wCeJds89Mx3eyt5ETXzfP1KNOuR
DYcAoIsXCECwP5fpWjLj7BFGlRLlptDa
=e8hp
-END PGP SIGNATURE-

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]