1. 29 Jan, 2016 1 commit
  2. 28 Jan, 2016 15 commits
  3. 27 Jan, 2016 8 commits
  4. 26 Jan, 2016 12 commits
  5. 25 Jan, 2016 4 commits
    • Rich Salz's avatar
      Ask for tests in CONTRIBUTING · c5eed277
      Rich Salz authored
      
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      c5eed277
    • Richard Levitte's avatar
      Small Makefile.in cleanup · 05e4e633
      Richard Levitte authored
      
      
      engines_obj changed name to padlock_obj in Configure.  We need to do
      the corresponding ENGINES_ASM_OBJ -> PADLOCK_ASM_OBJ in appropriate
      Makefile.ins.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      05e4e633
    • Richard Levitte's avatar
      Small cleanups in Configure · f0bd4686
      Richard Levitte authored
      
      
      - Small rearrangement of the TABLE and HASH printouts, and adding
        printout of the "build_scheme" item
      - Renamed "engines_obj" to "padlock_obj"
      - Moved the runs of dofile down...  it didn't quite make sense to have
        that in the middle of a printout
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      f0bd4686
    • Richard Levitte's avatar
      Generate warning text · 9ab6fc59
      Richard Levitte authored
      
      
      Now that we're using templates, we should warn people not to edit the
      resulting file.  We do it through util/dofile.pl, which is enhanced
      with an option to tell what file it was called from.  We also change
      the calls so the template files are on the command line instead of
      being redirected through standard input.  That way, we can display
      something like this (example taken from include/openssl/opensslconf.h):
      
          /* WARNING: do not edit! */
          /* Generated by Configure from include/openssl/opensslconf.h.in */
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      9ab6fc59