Crypto Accelerator - force it

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default Crypto Accelerator - force it

    Is it possible to force encryption to the accelerator board?
    tjchamp Guest

  2. Similar Questions and Discussions

    1. 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....
    2. 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...
    3. 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 ...
    4. 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...
    5. 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...
  3. #2

    Default Re: Crypto Accelerator - force it

    tjchamp wrote:
    > Is it possible to force encryption to the accelerator board?
    Maybe.

    More information might be useful.

    Martin

    Martin Schoen Guest

  4. #3

    Default Re: Crypto Accelerator - force it

    Martin Schoen <noreply@vamosphoto.de> wrote in message news:<bg65ud$63n$04$1@news.t-online.com>...
    > tjchamp wrote:
    >
    > > Is it possible to force encryption to the accelerator board?
    >
    > Maybe.
    >
    > More information might be useful.
    >
    > Martin
    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.
    tjchamp Guest

  5. #4

    Default Re: Crypto Accelerator - force it

    On Wed, 30 Jul 2003 08:08:00 -0700, tjchamp wrote:
    > 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.
    "All Encryption" No

    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139