1. 26 Aug, 2016 1 commit
    • 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
  2. 25 Aug, 2016 9 commits
  3. 24 Aug, 2016 30 commits