1. 13 5月, 2016 5 次提交
    • R
      DJGPP adjustments · 2c25ebd1
      Richard Levitte 提交于
      * Configure: Replaced -DTERMIO by -DTERMIOS in CFLAGS.
      
      * crypto/bio/bss_dgram.c [WATT32]: Remove obsolete redefinition of
        function names: sock_write, sock_read and sock_puts.
      
      * crypto/bio/bss_sock.c [WATT32]: For Watt-32 2.2.11 sock_write,
        sock_read and sock_puts are redefined to their private names so
        their names must be undefined first before they can be redefined
        again.
      
      * crypto/bio/bss_file.c (file_fopen) [__DJGPP__]: Make a copy of the
        passed file name and replace the leading dots in the dirname part
        and the basname part of the file name, unless LFN is supported.
      
      * e_os.h [__DJGPP__]: Undefine macro DEVRANDOM_EGD. Neither MS-DOS nor
        FreeDOS provide 'egd' sockets.
        New macro HAS_LFN_SUPPORT checks if underlying file system supports
        long file names or not.
        Include sys/un.h.
        Define WATT32_NO_OLDIES.
      
      * INSTALL.DJGPP: Update URL of WATT-32 library.
      
      Submitted by Juan Manuel Guerrero <juan.guerrero@gmx.de>
      
      RT#4217
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      2c25ebd1
    • R
      Move the DJGPP target to its own config. · ae69c7d3
      Richard Levitte 提交于
      DJGPP is a 3rd party configuration, we rely entirely on the OpenSSL to
      help us fine tune and test.  Therefore, it's moved to its own config.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      ae69c7d3
    • R
      Fix uninitialized variable · 396ba1ca
      Rich Salz 提交于
      Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
      396ba1ca
    • E
      Remove proxy tests. Add verify callback tests. · a263f320
      Emilia Kasper 提交于
      The old proxy tests test the implementation of an application proxy
      policy callback defined in the test itself, which is not particularly
      useful.
      
      It is, however, useful to test cert verify overrides in
      general. Therefore, replace these tests with tests for cert verify
      callback behaviour.
      
      Also glob the ssl test inputs on the .in files to catch missing
      generated files.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      a263f320
    • E
      Appease ubsan · d82c2758
      Emilia Kasper 提交于
      ERR_LIB_USER has value 128, and shifting into the sign bit upsets the
      shift sanitizer.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      d82c2758
  2. 12 5月, 2016 13 次提交
  3. 11 5月, 2016 12 次提交
  4. 10 5月, 2016 10 次提交