1. 04 Jun, 2010 2 commits
  2. 01 Jun, 2010 5 commits
  3. 31 May, 2010 1 commit
  4. 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
  5. 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
  6. 26 May, 2010 3 commits
  7. 23 May, 2010 2 commits
  8. 22 May, 2010 3 commits
  9. 20 May, 2010 2 commits
  10. 17 May, 2010 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2259 · 7837c7ec
      Dr. Stephen Henson authored
      Submitted By: Artem Chuprina <ran@cryptocom.ru>
      
      Check return values of HMAC in tls_P_hash and tls1_generate_key_block.
      
      Although the previous version could in theory crash that would only happen if a
      digest call failed. The standard software methods can never fail and only one
      ENGINE currently uses digests and it is not compiled in by default.
      7837c7ec
  11. 15 May, 2010 3 commits
  12. 13 May, 2010 5 commits
  13. 05 May, 2010 2 commits
  14. 04 May, 2010 1 commit
    • Andy Polyakov's avatar
      "Jumbo" update for crypto/modes: · f472ec8c
      Andy Polyakov authored
      - introduce common modes_lcl.h;
      - ctr128.c: implement additional CRYPTO_ctr128_encrypt_ctr32 interface;
      - gcm128.c: add omitted ARM initialization, remove ctx.ctr;
      f472ec8c
  15. 03 May, 2010 5 commits
    • Andy Polyakov's avatar
      Add ghash-armv4.pl. · 8a682556
      Andy Polyakov authored
      8a682556
    • Dr. Stephen Henson's avatar
      PR: 2252 · 827f3d5f
      Dr. Stephen Henson authored
      Submitted By: Ger Hobbelt <ger@hobbelt.com>
      
      Update docs to BIO_f_buffer()
      827f3d5f
    • Dr. Stephen Henson's avatar
      PR: 2230 · 6006ae14
      Dr. Stephen Henson authored
      Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de>
      
      Fix bug in bitmask macros and stop warnings.
      6006ae14
    • Dr. Stephen Henson's avatar
      PR: 2244 · efcf5f1c
      Dr. Stephen Henson authored
      Submitted By: "PMHager" <hager@dortmund.net>
      
      Initialise pkey callback to 0.
      efcf5f1c
    • Dr. Stephen Henson's avatar
      PR: 2250 · a033c3c7
      Dr. Stephen Henson authored
      Submitted By: Ger Hobbelt <ger@hobbelt.com>
      
      Don't overwrite return value with strlen(f).
      a033c3c7