Skip to content
  1. Feb 22, 2015
    • Richard Levitte's avatar
      Restore -DTERMIO/-DTERMIOS on Windows platforms. · 7f3563b5
      Richard Levitte authored
      
      
      The previous defaulting to TERMIOS took away -DTERMIOS / -DTERMIO a
      bit too enthusiastically.  Windows/DOSish platforms of all sorts get
      identified as OPENSSL_SYS_MSDOS, and they get a different treatment
      altogether UNLESS -DTERMIO or -DTERMIOS is explicitely given with the
      configuration.  The answer is to restore those macro definitions for
      the affected configuration targets.
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      (cherry picked from commit ba4bdee7)
      
      Conflicts:
      	Configure
      7f3563b5
    • Richard Levitte's avatar
      Assume TERMIOS is default, remove TERMIO on all Linux. · 458a55af
      Richard Levitte authored
      
      
      The rationale for this move is that TERMIOS is default, supported by
      POSIX-1.2001, and most definitely on Linux.  For a few other systems,
      TERMIO may still be the termnial interface of preference, so we keep
      -DTERMIO on those in Configure.
      
      crypto/ui/ui_openssl.c is simplified in this regard, and will define
      TERMIOS for all systems except a select few exceptions.
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      
      (cherry picked from commit 64e6bf64)
      
      Conflicts:
      	Configure
      	crypto/ui/ui_openssl.c
      458a55af
  2. Feb 13, 2015
  3. Feb 12, 2015
  4. Feb 10, 2015
  5. Feb 09, 2015
  6. Feb 06, 2015
  7. Feb 05, 2015
  8. Feb 04, 2015
  9. Feb 03, 2015
  10. Feb 02, 2015
  11. Jan 30, 2015
  12. Jan 27, 2015
  13. Jan 26, 2015
  14. Jan 24, 2015
  15. Jan 23, 2015
  16. Jan 22, 2015