Skip to content
  1. Jan 25, 2017
  2. Jan 24, 2017
  3. Jan 08, 2017
  4. Dec 22, 2016
  5. Dec 20, 2016
  6. Nov 25, 2016
  7. Nov 17, 2016
  8. Nov 10, 2016
  9. Nov 03, 2016
  10. Oct 28, 2016
  11. Oct 18, 2016
  12. Sep 07, 2016
  13. Aug 26, 2016
    • Richard Levitte's avatar
      Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.c · 216e8d91
      Richard Levitte authored
      
      
      The definition of STITCHED_CALL relies on OPENSSL_NO_ASM.  However,
      when a configuration simply lacks the assembler implementation for RC4
      (which is where we have implemented the stitched call), OPENSSL_NO_ASM
      isn't implemented.  Better, then, to rely on specific macros that
      indicated that RC4 (and MD5) are implemented in assembler.
      
      For this to work properly, we must also make sure Configure adds the
      definition of RC4_ASM among the C flags.
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      216e8d91
  14. Aug 24, 2016
  15. Aug 21, 2016
  16. Aug 17, 2016
  17. Aug 13, 2016
  18. Aug 10, 2016
  19. Aug 04, 2016
  20. Aug 02, 2016
  21. Jul 31, 2016
  22. Jul 26, 2016
  23. Jul 24, 2016
  24. Jul 20, 2016
  25. Jul 16, 2016
  26. Jul 05, 2016
  27. Jun 30, 2016