Ask a Question related to Sun Solaris, Design and Development.
-
tjchamp #1
Crypto Accelerator - force it
Is it possible to force encryption to the accelerator board?
tjchamp Guest
-
PHP5 Cache/Accelerator
Hello, I'm searching for an accelerator for PHP5. I tried to use MMcache with PHP 5.0.1 before but this configuration crashes apache frequently.... -
WSDL under SSL from Accelerator
I am trying to consume a webservice that is behind an accelerator that has a hardware SSL. This accelerator forwards requests on port 443 to a... -
Crypto and querystring
Hello i'm looking for a sample encrypt and decrypt in asp.net who can be easily pass in url with querystring like : id=MLKJQSDF245KMDQLSFJ ... -
php accelerator that works in cgi mode?
I am looking for an open source php accelerator that works in cgi mode. I am guessing that to do that the cache would have to be on disk and not in... -
Sun Crypto Accelerator 1000 application and documentation
Hi, we're getting a bunch of these boards, mainly for SSL. I wonder, though, whether anybody has used them for other types of applications, like... -
Martin Schoen #2
Re: Crypto Accelerator - force it
tjchamp wrote:
Maybe.> Is it possible to force encryption to the accelerator board?
More information might be useful.
Martin
Martin Schoen Guest
-
tjchamp #3
Re: Crypto Accelerator - force it
Martin Schoen <noreply@vamosphoto.de> wrote in message news:<bg65ud$63n$04$1@news.t-online.com>...
Not sure what additional info you are looking for. Just want to know> tjchamp wrote:
>>> > Is it possible to force encryption to the accelerator board?
> Maybe.
>
> More information might be useful.
>
> Martin
if there is a way to get all encryption handled on the hardware side
(Crypto Accelerator 1000). We are using iplanet web server 6.0, on
solaris 5.8.
tjchamp Guest
-
Darren J Moffat #4
Re: Crypto Accelerator - force it
On Wed, 30 Jul 2003 08:08:00 -0700, tjchamp wrote:
"All Encryption" No> Not sure what additional info you are looking for. Just want to know
> if there is a way to get all encryption handled on the hardware side
> (Crypto Accelerator 1000). We are using iplanet web server 6.0, on
> solaris 5.8.
The SCA-1000 only does RSA and 3DES in hardware the rest is done
in software. However the implementation of RC4 that ships with
the SCA-1000 is about 20% faster on SPARC than the naive C
implemention.
You can force the WebServer to use the SCA-1000 for all the SSL
algorithms. You should also configure the Webserver to only
support the SSL cipher suites that contain ciphers supported by
the SCA-1000 (basically RSA, DSA, 3DES, RC4)
IIRC the default configuration for the SCA-1000 does already
setup the WebServer to use it's PKCS#11 provider as the
prefered provider for the SSL cipher suite algorithms.
--
Darren J Moffat
Darren J Moffat Guest



Reply With Quote

