Skip to content
  1. Jun 04, 2010
  2. Jun 01, 2010
  3. May 31, 2010
  4. May 29, 2010
    • 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. May 27, 2010
    • 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. May 26, 2010
  7. May 23, 2010
  8. May 22, 2010
  9. May 20, 2010
  10. May 17, 2010
    • 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. May 15, 2010
  12. May 13, 2010
  13. May 05, 2010
  14. May 04, 2010
    • 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. May 03, 2010
    • 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