1. 14 12月, 2000 4 次提交
  2. 13 12月, 2000 6 次提交
  3. 12 12月, 2000 2 次提交
  4. 10 12月, 2000 2 次提交
  5. 09 12月, 2000 7 次提交
    • R
      Make TYPE_RSA the default type instead of just setting it when -new is · df2c442a
      Richard Levitte 提交于
      given.  That also allows the arguments to come in any order (-new
      last, for example).
      df2c442a
    • B
      Use continuation lines in test/bctest as far as it is possible · 23e2947c
      Bodo Möller 提交于
      to dermine what the expression should look like.
      Apparently CVS does not like lines longer than about 2^10 characters.
      23e2947c
    • B
      Don't throw away bctest's error messages. · 44b51ca3
      Bodo Möller 提交于
      44b51ca3
    • U
      Test for SCO bc bug · bbf848ce
      Ulf Möller 提交于
      bbf848ce
    • G
      Next step in tidying up the LHASH code. · d0fa136c
      Geoff Thorpe 提交于
      DECLARE/IMPLEMENT macros now exist to create type (and prototype) safe
      wrapper functions that avoid the use of function pointer casting yet retain
      type-safety for type-specific callbacks. However, most of the usage within
      OpenSSL itself doesn't really require the extra function because the hash
      and compare callbacks are internal functions declared only for use by the
      hash table. So this change catches all those cases and reimplements the
      functions using the base-level LHASH prototypes and does per-variable
      casting inside those functions to convert to the appropriate item type.
      
      The exception so far is in ssl_lib.c where the hash and compare callbacks
      are not static - they're exposed in ssl.h so their prototypes should not be
      changed. In this last case, the IMPLEMENT_LHASH_*** macros have been left
      intact.
      d0fa136c
    • U
      bn_part_sub_word prototype. · 15156cce
      Ulf Möller 提交于
      15156cce
    • D
      · 9d6b1ce6
      Dr. Stephen Henson 提交于
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6
  6. 08 12月, 2000 3 次提交
  7. 07 12月, 2000 6 次提交
  8. 06 12月, 2000 10 次提交