1. 28 10月, 2008 4 次提交
    • A
      Fix crash in BN_rshift. · b764f82c
      Andy Polyakov 提交于
      PR: 1663
      b764f82c
    • A
      Harmonize Camellia API with version 1.x. · 436bdcff
      Andy Polyakov 提交于
      436bdcff
    • A
      Camellia update. Quoting camellia.c: · 27f864e8
      Andy Polyakov 提交于
      /*
       * This release balances code size and performance. In particular key
       * schedule setup is fully unrolled, because doing so *significantly*
       * reduces amount of instructions per setup round and code increase is
       * justifiable. In block functions on the other hand only inner loops
       * are unrolled, as full unroll gives only nominal performance boost,
       * while code size grows 4 or 7 times. Also, unlike previous versions
       * this one "encourages" compiler to keep intermediate variables in
       * registers, which should give better "all round" results, in other
       * words reasonable performance even with not so modern compilers.
       */
      27f864e8
    • A
      x86_64-xlate.pl update: refine SEH support. · 80aa9cc9
      Andy Polyakov 提交于
      80aa9cc9
  2. 27 10月, 2008 3 次提交
  3. 23 10月, 2008 2 次提交
  4. 22 10月, 2008 4 次提交
  5. 20 10月, 2008 5 次提交
  6. 18 10月, 2008 2 次提交
  7. 16 10月, 2008 1 次提交
  8. 15 10月, 2008 4 次提交
  9. 14 10月, 2008 4 次提交
  10. 13 10月, 2008 2 次提交
  11. 12 10月, 2008 2 次提交
  12. 10 10月, 2008 1 次提交
    • L
      When the underlying BIO_write() fails to send a datagram, we leave the · 7e7af0bc
      Lutz Jänicke 提交于
      offending record queued as 'pending'. The DTLS code doesn't expect this,
      and we end up hitting an OPENSSL_assert() in do_dtls1_write().
      
      The simple fix is just _not_ to leave it queued. In DTLS, dropping
      packets is perfectly acceptable -- and even preferable. If we wanted a
      service with retries and guaranteed delivery, we'd be using TCP.
      PR: #1703
      Submitted by: David Woodhouse <dwmw2@infradead.org>
      7e7af0bc
  13. 08 10月, 2008 1 次提交
  14. 06 10月, 2008 1 次提交
  15. 24 9月, 2008 1 次提交
  16. 23 9月, 2008 1 次提交
  17. 16 9月, 2008 2 次提交