1. 26 May, 2010 3 commits
  2. 23 May, 2010 2 commits
  3. 22 May, 2010 3 commits
  4. 20 May, 2010 2 commits
  5. 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
  6. 15 May, 2010 3 commits
  7. 13 May, 2010 5 commits
  8. 05 May, 2010 2 commits
  9. 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
  10. 03 May, 2010 6 commits
  11. 01 May, 2010 1 commit
  12. 28 Apr, 2010 2 commits
  13. 22 Apr, 2010 1 commit
  14. 21 Apr, 2010 1 commit
  15. 20 Apr, 2010 2 commits
  16. 15 Apr, 2010 3 commits
  17. 14 Apr, 2010 2 commits
    • Dr. Stephen Henson's avatar
      PR: 2234 · 45078e6c
      Dr. Stephen Henson authored
      Submitted By: Matthias Andree <matthias.andree@gmx.de>
      
      Use correct path to openssl utility in c_rehash script.
      45078e6c
    • Dr. Stephen Henson's avatar
      PR: 2235 · d7f573fe
      Dr. Stephen Henson authored
      Submitted By: Bruce Stephens <bruce.stephens@isode.com>
      
      Make ts/Makefile consistent with other Makefiles.
      d7f573fe