1. 17 2月, 2016 1 次提交
  2. 15 2月, 2016 1 次提交
  3. 14 2月, 2016 1 次提交
  4. 13 2月, 2016 2 次提交
    • R
      Defines OSSL_SSIZE_MAX · e634b448
      Rob Percival 提交于
      Removes SSIZE_MAX definition from bss_bio.c and changes that file to use
      OSSL_SSIZE_MAX.
      
      No need to account for OPENSSL_SYS_VXWORKS, since that never actually
      gets defined anywhere. It must be a historical artifact.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      Reviewed-by: NBen Laurie <ben@openssl.org>
      e634b448
    • R
      Better workaround for VMS getnameinfo() bug · 6faffd0a
      Richard Levitte 提交于
      The actual bug with current getnameinfo() on VMS is not that it puts
      gibberish in the service buffer, but that it doesn't touch it at all.
      The gibberish we dealt with before was simply stuff that happened to
      be on the stack.
      
      It's better to initialise the service buffer properly (with the empty
      string) and check if it's still an empty string after the
      getnameinfo() call, and fill it with the direct numerical translation
      of the raw port if that's the case.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      6faffd0a
  5. 12 2月, 2016 1 次提交
  6. 11 2月, 2016 3 次提交
  7. 10 2月, 2016 1 次提交
  8. 09 2月, 2016 2 次提交
  9. 08 2月, 2016 2 次提交
  10. 06 2月, 2016 2 次提交
  11. 05 2月, 2016 3 次提交
  12. 04 2月, 2016 14 次提交
  13. 01 2月, 2016 2 次提交
  14. 30 1月, 2016 1 次提交
  15. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  16. 20 1月, 2016 1 次提交
  17. 18 1月, 2016 1 次提交
  18. 13 1月, 2016 1 次提交