1. 14 Jul, 2010 1 commit
  2. 13 Jul, 2010 2 commits
  3. 09 Jul, 2010 6 commits
  4. 08 Jul, 2010 5 commits
  5. 05 Jul, 2010 1 commit
  6. 02 Jul, 2010 3 commits
  7. 01 Jul, 2010 1 commit
  8. 27 Jun, 2010 1 commit
  9. 16 Jun, 2010 1 commit
  10. 12 Jun, 2010 1 commit
  11. 09 Jun, 2010 3 commits
  12. 04 Jun, 2010 2 commits
  13. 01 Jun, 2010 5 commits
  14. 31 May, 2010 1 commit
  15. 29 May, 2010 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2278 · 97999375
      Dr. Stephen Henson authored
      Submitted By: Mattias Ellert <mattias.ellert@fysast.uu.se>
      
      Fix type checking macro SKM_ASN1_SET_OF_i2d
      97999375
  16. 27 May, 2010 4 commits
    • Dr. Stephen Henson's avatar
      update NEWS · 417a24db
      Dr. Stephen Henson authored
      417a24db
    • Dr. Stephen Henson's avatar
      PR: 2262 · 4e96633a
      Dr. Stephen Henson authored
      Submitted By: Victor Wagner <vitus@cryptocom.ru>
      
      Fix error reporting in load_key function.
      4e96633a
    • Dr. Stephen Henson's avatar
      PR: 2261 · 77cf9e09
      Dr. Stephen Henson authored
      Submitted By: De Rudder, Stephen L." <s_derudder@tditx.com>
      
      Workaround for newer Windows headers which define EADDRINUSE but not to the
      same value as WSAEADDRINUSE.
      77cf9e09
    • Dr. Stephen Henson's avatar
      PR: 2258 · cb877ccb
      Dr. Stephen Henson authored
      Submitted By: Ger Hobbelt <ger@hobbelt.com>
      
      Base64 BIO fixes:
      
      Use OPENSSL_assert() instead of assert().
      Use memmove() as buffers overlap.
      Fix write retry logic.
      cb877ccb
  17. 26 May, 2010 2 commits
    • Dr. Stephen Henson's avatar
      PR: 2266 · 3d4fc82c
      Dr. Stephen Henson authored
      Submitted By: Jonathan Gray <jsg@goblin.cx>
      
      Correct ioctl definitions.
      3d4fc82c
    • Andy Polyakov's avatar
      gcm128.c: P.-M. Hager has tipped about possibility to fold reductions · e747f4d4
      Andy Polyakov authored
      in gcm_ghash_4bit. Taking the idea a step further I've added extra
      256+16 bytes of per-key storage, so that one can speak about 3rd variant
      in addition to "256B" and "4KB": "528B" one. Commonly it should be
      ~50% faster than "256B" implementation or ~25% slower than "4KB" one.
      e747f4d4