usr/src/lib/openssl/README
changeset 11 87960ed158f9
parent 4 834920bc5f09
child 44 6135d8b0a676
equal deleted inserted replaced
10:612517e396e0 11:87960ed158f9
    66 ---
    66 ---
    67 
    67 
    68 08-6193522.patch
    68 08-6193522.patch
    69 Give CA.pl better defaults. See 6193522 for more information.
    69 Give CA.pl better defaults. See 6193522 for more information.
    70 
    70 
    71 09-6346809.patch
       
    72 Fix for buggy use of S_IFxxx. See 6346809 for more information.
       
    73 
       
    74 11-6546806.patch
    71 11-6546806.patch
    75 Make sure the HMAC_CTX_init(3) man page gets delivered. See 6546806 for
    72 Make sure the HMAC_CTX_init(3) man page gets delivered. See 6546806 for
    76 more information.
    73 more information.
    77 
       
    78 12-6607590.patch
       
    79 Missing functions in pem(3). See 6607590 for more information.
       
    80 
    74 
    81 14-manpage_openssl.patch
    75 14-manpage_openssl.patch
    82 Force openssl to install man pages into man[1357]openssl instead of
    76 Force openssl to install man pages into man[1357]openssl instead of
    83 man[1357].
    77 man[1357].
    84 
    78 
    97 20-remove_rpath.patch
    91 20-remove_rpath.patch
    98 Prevent build binaries having an unnecessary runpath (/lib).
    92 Prevent build binaries having an unnecessary runpath (/lib).
    99 
    93 
   100 23-noexstack.patch
    94 23-noexstack.patch
   101 Build with non-executable stacks and non-executable data (x86).
    95 Build with non-executable stacks and non-executable data (x86).
   102 
       
   103 24-6850304.patch
       
   104 Fix for CVE-2009-1377, CVE-2009-1378, CVE-2009-1379. See 6850304 for
       
   105 more information.
       
   106 
    96 
   107 25-fips_rand.patch
    97 25-fips_rand.patch
   108 fips_rand.h assumes that des.h will be found in the same directory. This
    98 fips_rand.h assumes that des.h will be found in the same directory. This
   109 is probably normally true however we deliver the FIPS specific header
    99 is probably normally true however we deliver the FIPS specific header
   110 files into a non-standard location (see above) and so is not true for
   100 files into a non-standard location (see above) and so is not true for