components/openssl/README
branchs11-update
changeset 2930 4177d9c0b142
parent 2921 8da1e7689d13
child 2931 8e563e01c224
equal deleted inserted replaced
2928:43b3da52b84a 2930:4177d9c0b142
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 Build Layout
    24 Build Layout
    25 ---
    25 ---
    26 
    26 
    75 
    75 
    76 14-manpage_openssl.patch
    76 14-manpage_openssl.patch
    77 Force openssl to install man pages into man[1357]openssl instead of man[1357].
    77 Force openssl to install man pages into man[1357]openssl instead of man[1357].
    78 
    78 
    79 15-pkcs11_engine-0.9.8a.patch
    79 15-pkcs11_engine-0.9.8a.patch
    80 Patch which adds the pkcs11 engine. See also the pkcs11-engine/
    80 Patch which adds the pkcs11 engine. See also the engines/pkcs11 
    81 sub-directory. 
    81 sub-directory. 
    82 
    82 
    83 18-compiler_opts.patch
    83 18-compiler_opts.patch
    84 Adds five Solaris specific configurations (both 32bit and 64bit for both sparc
    84 Adds five Solaris specific configurations (both 32bit and 64bit for both sparc
    85 and x86, plus 64bit sparc for wanboot) to Configure which are then explicitly
    85 and x86, plus 64bit sparc for wanboot) to Configure which are then explicitly
   100 Modifies Makefile.shared so that libssl is built with -znodelete.
   100 Modifies Makefile.shared so that libssl is built with -znodelete.
   101 
   101 
   102 28-enginesdir.patch
   102 28-enginesdir.patch
   103 Adds a new "enginesdir" option to the Configure script which allows a user to
   103 Adds a new "enginesdir" option to the Configure script which allows a user to
   104 specify the engines directory.
   104 specify the engines directory.
   105 
       
   106 29-devcrypto_engine.patch
       
   107 Modifies engines/Makefile so that the devcrypto engine will be built in the
       
   108 "engines" directory. 
       
   109 
   105 
   110 30_wanboot.patch:
   106 30_wanboot.patch:
   111 Wanboot specific patches.
   107 Wanboot specific patches.
   112 - modified Makefiles not to build in engines apps test tools
   108 - modified Makefiles not to build in engines apps test tools
   113 - not using vfprintf for error print in crypto/cryptlib.c
   109 - not using vfprintf for error print in crypto/cryptlib.c