Skip to content
  1. May 17, 2016
  2. May 16, 2016
  3. May 14, 2016
  4. May 13, 2016
  5. May 12, 2016
    • Richard Levitte's avatar
      DJGPP adjustments · 2c25ebd1
      Richard Levitte authored
      
      
      * 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: default avatarAndy Polyakov <appro@openssl.org>
      2c25ebd1
    • Dr. Stephen Henson's avatar
      Don't leak memory if realloc fails. · 7c0ef843
      Dr. Stephen Henson authored
      
      
      RT#4403
      
      Reviewed-by: default avatarViktor Dukhovni <viktor@openssl.org>
      7c0ef843
  6. May 11, 2016
  7. May 10, 2016
  8. May 09, 2016
  9. May 07, 2016
  10. May 06, 2016
  11. May 05, 2016