(linenum→info "unix/slp.c:2238")

openssl/0.9.8g/ChangeLog.0_9_7-stable_not-in-head

    1: This file, together with ChangeLog.0_9_7-stable_not-in-head_FIPS,
    2: provides a collection of those CVS change log entries for the
    3: 0.9.7 branch (OpenSSL_0_9_7-stable) that do not appear similarly in
    4: 0.9.8-dev (CVS head).
    5:     
    6: ChangeLog.0_9_7-stable_not-in-head_FIPS  -  "FIPS" related changes
    7: ChangeLog.0_9_7-stable_not-in-head       -  everything else
    8: 
    9: Some obvious false positives have been eliminated: e.g., we do not
   10: care about a simple "make update"; and we don't care about changes
   11: identified to the 0.9.7 branch that were explicitly identified as
   12: backports from head.
   13:     
   14: Eliminating all other entries (and finally this file and its
   15: compantion), either as false positives or as things that should go
   16: into 0.9.8, remains to be done.  Any additional changes to 0.9.7 that
   17: are not immediately put into 0.9.8, but belong there as well, should
   18: be added to the end of this file.
   19: 
   20: 
   21: 2002-11-04 17:33  levitte
   22: 
   23:         Changed:
   24:                 Configure (1.314.2.38), "Exp", lines: +4 -2
   25: 
   26:         Return my normal debug targets to something not so extreme, and
   27:         make the extreme ones special (or 'extreme', if you will :-)).
   28: 
   29: 2002-12-16 19:17  appro
   30: 
   31:         Changed:
   32:                 crypto/bn/bn_lcl.h (1.23.2.3), "Exp", lines: +3 -0
   33:                 crypto/bn/bn_mul.c (1.28.2.4), "Exp", lines: +84 -445
   34: 
   35:         This is rollback to 0.9.6h bn_mul.c to address problem reported in
   36:         RT#272.
   37: 
   38: 2003-07-27 15:46  ben
   39: 
   40:         Changed:
   41:                 crypto/aes/aes.h (1.1.2.5), "Exp", lines: +3 -0
   42:                 crypto/aes/aes_cfb.c (1.1.2.4), "Exp", lines: +57 -0
   43: 
   44:         Add untested CFB-r mode. Will be tested soon.
   45: 
   46: 2003-07-28 17:07  ben
   47: 
   48:         Changed:
   49:                 Makefile.org (1.154.2.69), "Exp", lines: +5 -1
   50:                 crypto/aes/aes.h (1.1.2.6), "Exp", lines: +3 -0
   51:                 crypto/aes/aes_cfb.c (1.1.2.5), "Exp", lines: +19 -0
   52:                 crypto/dsa/Makefile.ssl (1.49.2.6), "Exp", lines: +3 -2
   53:                 crypto/err/Makefile.ssl (1.48.2.4), "Exp", lines: +17 -16
   54:                 crypto/evp/e_aes.c (1.6.2.5), "Exp", lines: +8 -0
   55:                 crypto/evp/e_des.c (1.5.2.2), "Exp", lines: +1 -1
   56:                 crypto/evp/e_des3.c (1.8.2.3), "Exp", lines: +2 -2
   57:                 crypto/evp/evp.h (1.86.2.11), "Exp", lines: +28 -11
   58:                 crypto/evp/evp_locl.h (1.7.2.3), "Exp", lines: +2 -2
   59:                 crypto/objects/obj_dat.h (1.49.2.13), "Exp", lines: +10 -5
   60:                 crypto/objects/obj_mac.h (1.19.2.13), "Exp", lines: +5 -0
   61:                 crypto/objects/obj_mac.num (1.15.2.9), "Exp", lines: +1 -0
   62:                 crypto/objects/objects.txt (1.20.2.14), "Exp", lines: +4 -0
   63:                 fips/Makefile.ssl (1.1.2.3), "Exp", lines: +7 -0
   64:                 fips/aes/Makefile.ssl (1.1.2.2), "Exp", lines: +23 -1
   65:                 fips/aes/fips_aesavs.c (1.1.2.3), "Exp", lines: +9 -1
   66:                 test/Makefile.ssl (1.84.2.30), "Exp", lines: +101 -43
   67: 
   68:         Add support for partial CFB modes, make tests work, update
   69:         dependencies.
   70: 
   71: 2003-07-29 12:56  ben
   72: 
   73:         Changed:
   74:                 crypto/aes/aes_cfb.c (1.1.2.6), "Exp", lines: +9 -6
   75:                 crypto/evp/c_allc.c (1.8.2.3), "Exp", lines: +1 -0
   76:                 crypto/evp/evp_test.c (1.14.2.11), "Exp", lines: +17 -8
   77:                 crypto/evp/evptests.txt (1.9.2.2), "Exp", lines: +48 -1
   78: 
   79:         Working CFB1 and test vectors.
   80: 
   81: 2003-07-29 15:24  ben
   82: 
   83:         Changed:
   84:                 crypto/evp/e_aes.c (1.6.2.6), "Exp", lines: +14 -0
   85:                 crypto/objects/obj_dat.h (1.49.2.14), "Exp", lines: +15 -5
   86:                 crypto/objects/obj_mac.h (1.19.2.14), "Exp", lines: +10 -0
   87:                 crypto/objects/obj_mac.num (1.15.2.10), "Exp", lines: +2 -0
   88:                 crypto/objects/objects.txt (1.20.2.15), "Exp", lines: +2 -0
   89:                 fips/aes/Makefile.ssl (1.1.2.3), "Exp", lines: +1 -1
   90:                 fips/aes/fips_aesavs.c (1.1.2.4), "Exp", lines: +34 -19
   91: 
   92:         The rest of the keysizes for CFB1, working AES AVS test for CFB1.
   93: 
   94: 2003-07-29 19:05  ben
   95: 
   96:         Changed:
   97:                 crypto/aes/aes.h (1.1.2.7), "Exp", lines: +3 -0
   98:                 crypto/aes/aes_cfb.c (1.1.2.7), "Exp", lines: +14 -0
   99:                 crypto/evp/c_allc.c (1.8.2.4), "Exp", lines: +1 -0
  100:                 crypto/evp/e_aes.c (1.6.2.7), "Exp", lines: +4 -9
  101:                 crypto/evp/evptests.txt (1.9.2.3), "Exp", lines: +48 -0
  102:                 crypto/objects/obj_dat.h (1.49.2.15), "Exp", lines: +20 -5
  103:                 crypto/objects/obj_mac.h (1.19.2.15), "Exp", lines: +15 -0
  104:                 crypto/objects/obj_mac.num (1.15.2.11), "Exp", lines: +3 -0
  105:                 crypto/objects/objects.txt (1.20.2.16), "Exp", lines: +3 -0
  106:                 fips/aes/fips_aesavs.c (1.1.2.7), "Exp", lines: +11 -0
  107: 
  108:         AES CFB8.
  109: 
  110: 2003-07-30 20:30  ben
  111: 
  112:         Changed:
  113:                 Makefile.org (1.154.2.70), "Exp", lines: +16 -5
  114:                 crypto/des/cfb_enc.c (1.7.2.1), "Exp", lines: +2 -1
  115:                 crypto/des/des_enc.c (1.11.2.2), "Exp", lines: +4 -0
  116:                 crypto/evp/e_aes.c (1.6.2.8), "Exp", lines: +7 -14
  117:                 crypto/evp/e_des.c (1.5.2.3), "Exp", lines: +37 -1
  118:                 crypto/evp/evp.h (1.86.2.12), "Exp", lines: +6 -0
  119:                 crypto/evp/evp_locl.h (1.7.2.4), "Exp", lines: +9 -0
  120:                 crypto/objects/obj_dat.h (1.49.2.16), "Exp", lines: +48 -23
  121:                 crypto/objects/obj_mac.h (1.19.2.16), "Exp", lines: +31 -6
  122:                 crypto/objects/obj_mac.num (1.15.2.12), "Exp", lines: +5 -0
  123:                 crypto/objects/objects.txt (1.20.2.17), "Exp", lines: +12 -6
  124:                 fips/Makefile.ssl (1.1.2.4), "Exp", lines: +8 -1
  125:                 fips/fips_make_sha1 (1.1.2.3), "Exp", lines: +3 -0
  126:                 fips/aes/Makefile.ssl (1.1.2.4), "Exp", lines: +1 -1
  127:                 fips/des/.cvsignore (1.1.2.1), "Exp", lines: +3 -0
  128:                 fips/des/Makefile.ssl (1.1.2.1), "Exp", lines: +96 -0
  129:                 fips/des/fingerprint.sha1 (1.1.2.1), "Exp", lines: +2 -0
  130:                 fips/des/fips_des_enc.c (1.1.2.1), "Exp", lines: +288 -0
  131:                 fips/des/fips_des_locl.h (1.1.2.1), "Exp", lines: +428 -0
  132:                 fips/des/fips_desmovs.c (1.1.2.1), "Exp", lines: +659 -0
  133: 
  134:         Whoops, forgot FIPS DES, also add EVPs for DES CFB1 and 8.
  135: 
  136: 2003-08-01 12:25  ben
  137: 
  138:         Changed:
  139:                 crypto/des/cfb_enc.c (1.7.2.2), "Exp", lines: +45 -36
  140:                 crypto/evp/c_allc.c (1.8.2.5), "Exp", lines: +2 -0
  141:                 crypto/evp/e_des.c (1.5.2.4), "Exp", lines: +8 -3
  142:                 crypto/evp/evptests.txt (1.9.2.4), "Exp", lines: +6 -0
  143: 
  144:         Fix DES CFB-r.
  145: 
  146: 2003-08-01 12:31  ben
  147: 
  148:         Changed:
  149:                 crypto/evp/evptests.txt (1.9.2.5), "Exp", lines: +4 -0
  150: 
  151:         DES CFB8 test.
  152: 
  153: 2005-04-19 16:21  appro
  154: 
  155:         Changed:
  156:                 Configure (1.314.2.117), "Exp", lines: +24 -21
  157:                 Makefile.org (1.154.2.100), "Exp", lines: +1 -11
  158:                 TABLE (1.99.2.52), "Exp", lines: +20 -20
  159:                 apps/Makefile (1.1.4.15), "Exp", lines: +1 -1
  160:                 test/Makefile (1.1.4.12), "Exp", lines: +1 -1
  161: 
  162:         Enable shared link on HP-UX.
  163: 
Syntax (Markdown)