1. 09 Mar, 2018 15 commits
  2. 08 Mar, 2018 16 commits
  3. 07 Mar, 2018 7 commits
  4. 06 Mar, 2018 2 commits
    • Andy Polyakov's avatar
      crypto/armcap.c: mask SHA512 hardware detection on iOS. · 72983c0e
      Andy Polyakov authored
      
      
      When running iOS application from command line it's impossible to
      get past the failing capability detection. This is because it's
      executed under debugger and iOS debugger is impossible to deal with.
      [If Apple implements SHA512 in silicon, it would have to be detected
      with sysctlbyname.]
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      72983c0e
    • Andy Polyakov's avatar
      Configurations/10-main.conf: add -fno-common back to darwin-ppc-cc. · 107783d9
      Andy Polyakov authored
      -fno-common was removed for all Darwin targets in
      0c873419
      
       with rationale "it's either
      'ranlib -c' or '-fno-common'." However, it's still absolutely required
      in 32-bit darwin-ppc-cc. And when trying things out I didn't quite
      see why it was formulated as one-or-another choice, as 'ranlib -c'
      shouldn't [and doesn't] have problems with object modules without
      commons. [Well, to be frank, I didn't manage to reproduce the problem
      the modification was meaning to resolve either...]
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      107783d9