1. 14 1月, 2016 3 次提交
    • R
      Add CRYPTO_EX_DATA; remove EC_EXTRA_DATA · 3aef36ff
      Rich Salz 提交于
      Add CRYPTO_EX_DATA add EndC_KEY_[gs]et_method, From Roumen Petrov.
      Had to add various exdata calls to init/copy/free the exdata.
      Had to remove const from some EC functions because exdata isn't
      const-correct. :(
      Also remove EC_EXTRA_DATA and use a union to hold the possible
      pre-computed values and an enum to tell which value is in the
      union. (Rich Salz)
      Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
      3aef36ff
    • V
      Fix DES_LONG breakage · bdb1d0c2
      Viktor Dukhovni 提交于
      For some strange reason opensslconf.h was only defining DES_LONG
      when included via des.h, but that's exceedingly fragile (as a
      result of include guards the include via des.h might not actually
      process the content again).
      
      Ripped out the nesting constraint, now always define OSSL_DES_LONG
      if not already defined.  Note, this could just be DES_LONG, but
      trying to avoid exposing DES_LONG in places where it has never been
      seen before, so it is up to des.h to actually define DES_LONG as
      OSSL_DES_LONG.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      bdb1d0c2
    • R
      After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.h · b97c8c0e
      Richard Levitte 提交于
      We missed this one because rc5 is disabled by default.
      
      Notified by The Doctor <doctor@doctor.nl2k.ab.ca>
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      b97c8c0e
  2. 13 1月, 2016 1 次提交
  3. 12 1月, 2016 20 次提交
  4. 11 1月, 2016 3 次提交
  5. 10 1月, 2016 1 次提交
  6. 09 1月, 2016 2 次提交
  7. 08 1月, 2016 10 次提交