1. 10 5月, 2005 1 次提交
  2. 09 5月, 2005 2 次提交
  3. 28 4月, 2005 1 次提交
    • D
      Lots of Win32 fixes for DTLS. · 6c61726b
      Dr. Stephen Henson 提交于
      1. "unsigned long long" isn't portable changed: to BN_ULLONG.
      2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used.
      2. Avoid lots of compiler warnings about signed/unsigned mismatches.
      3. Include new library directory pqueue in mk1mf build system.
      4. Update symbols.
      6c61726b
  4. 27 4月, 2005 3 次提交
    • N
      some updates for the blinding code; summary: · 800e400d
      Nils Larsch 提交于
      - possibility of re-creation of the blinding parameters after a
        fixed number of uses (suggested by Bodo)
      - calculatition of the rsa::e in case it's absent and p and q
        are present (see bug report #785)
      - improve the performance when if one rsa structure is shared by
        more than a thread (see bug report #555)
      - fix the problem described in bug report #827
      - hide the definition ot the BN_BLINDING structure in bn_blind.c
      800e400d
    • B
      take OPENSSL_NO_DGRAM into account · c741b837
      Bodo Möller 提交于
      (via make update)
      c741b837
    • B
      make update · 0d5ea761
      Bodo Möller 提交于
      0d5ea761
  5. 23 4月, 2005 1 次提交
  6. 20 4月, 2005 1 次提交
  7. 28 12月, 2004 1 次提交
  8. 14 12月, 2004 1 次提交
  9. 10 9月, 2004 1 次提交
  10. 12 7月, 2004 1 次提交
    • R
      make update · 5545607c
      Richard Levitte 提交于
      (incidently, this also tells VMS that there exists a new symbol in the
      SSL library)
      5545607c
  11. 18 6月, 2004 1 次提交
  12. 31 5月, 2004 2 次提交
  13. 25 5月, 2004 1 次提交
  14. 20 5月, 2004 1 次提交
  15. 20 4月, 2004 1 次提交
  16. 29 3月, 2004 1 次提交
  17. 28 3月, 2004 1 次提交
  18. 23 3月, 2004 1 次提交
  19. 29 1月, 2004 1 次提交
  20. 30 10月, 2003 1 次提交
  21. 29 10月, 2003 1 次提交
  22. 28 9月, 2003 1 次提交
  23. 26 6月, 2003 1 次提交
  24. 20 6月, 2003 1 次提交
  25. 12 6月, 2003 1 次提交
  26. 20 5月, 2003 1 次提交
  27. 01 5月, 2003 1 次提交
  28. 30 4月, 2003 2 次提交
  29. 04 4月, 2003 1 次提交
  30. 25 3月, 2003 1 次提交
  31. 22 3月, 2003 1 次提交
  32. 21 3月, 2003 1 次提交
  33. 20 3月, 2003 1 次提交
  34. 21 2月, 2003 1 次提交
    • B
      ECPublicKey_set_octet_string and ECPublicKey_get_octet_string · 62e3163b
      Bodo Möller 提交于
      behaviour was not quite consistent with the conventions
      for d2i and i2d functions as far as handling of the 'out'
      or 'in' pointer is concerned.
      
      This patch changes this behaviour, and renames the functions to
      o2i_ECPublicKey and i2o_ECPublicKey (not 'd2i' and 'i2d' because the
      external encoding is just a raw object string without any DER icing).
      
      Submitted by: Nils Larsch
      62e3163b
  35. 14 2月, 2003 1 次提交