1,3d0
< 
< 
< 
20,21c17,18
<      US export restrictions: ECC, IDEA, MDC2, RC3,  RC5,  Dynamic
<      Engine  Loading, 4758_CCA Engine, AEP Engine, Atalla Engine,
---
>      US export restrictions: ECC, IDEA, MDC2, RC3,  RC5,
>      4758_CCA Engine, AEP Engine, Atalla Engine,
25a23
>    The PKCS#11 Engine
30d27
< 
35d31
< 
49c45
<        /usr/sfw/bin/openssl engine -vvv -t -c
---
>        /usr/sfw/bin/openssl engine pkcs11 -vvv -t -c
51,53d46
< 
< 
< 
59a53
>    The Dynamic Engine Support
60a55,60
>      The dynamic engine support has been enabled, which allows an 
>      external engine, in the form of a shared-library, to be
>      dynamically bound and used by an OpenSSL-based application.
>     
>      To see if the dynamic engine is supported, run the following
>      command:
61a62,95
>      $openssl engine dynamic
>      (dynamic) Dynamic engine loading support
> 
>    The devcrypto Engine
> 
>      This engine is implemented as a seperate shared library, and it
>      can be used by an OpenSSL application through the OpenSSL dynamic
>      engine support.  This engine was developed in Sun and is not
>      integrated in the OpenSSL project.   
> 
>      Files for the devcrypto engine library are:
>        /lib/openssl/engines/libdevcrypto.so
>        /lib/openssl/engines/64/libdevcrypto.so
> 
>      The devcrypto engine will access only the kernel hardware
>      providers from the Solaris Cryptographic Framework.  You can
>      use the cryptoadm(1M) command to see the hardware provider 
>      information on a system.
>      
>      The devcrypto engine can support the following set of
>      mechanisms:
>        CKM_AES_CBC, CKM_AES_CTR, CKM_AES_ECB, CKM_BLOWFISH_CBC,
>        CKM_DES_CBC, CKM_DES_ECB, CKM_DES3_CBC, CKM_DES3_ECB, and
>        CKM_RC4.
> 
>      The set of mechanisms available depends on hardware providers
>      installed and enabled in the Cryptographic Framework.  To see
>      what mechanisms are supported by the devcrypto engine on a given
>      machine, run the following command:
> 
>      $openssl engine dynamic -pre SO_PATH:/lib/openssl/engines/libdevcrypto.so
>       -pre LOAD -t -c
> 
> 
