[Box Backup-commit] [boxbackup/boxbackup] f44998: Replace RAND_pseudo_bytes with RAND_bytes

GitHub noreply at github.com
Sat Jun 3 12:15:30 BST 2017


  Branch: refs/heads/s3_support_merge
  Home:   https://github.com/boxbackup/boxbackup
  Commit: f449986b68bd12c18d742c91b625779ae75b11a2
      https://github.com/boxbackup/boxbackup/commit/f449986b68bd12c18d742c91b625779ae75b11a2
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-06-03 (Sat, 03 Jun 2017)

  Changed paths:
    M lib/crypto/Random.cpp

  Log Message:
  -----------
  Replace RAND_pseudo_bytes with RAND_bytes

RAND_pseudo_bytes is less secure and is now deprecated.


  Commit: edd3687f067c68b131822e0064cdeff5bf7a3835
      https://github.com/boxbackup/boxbackup/commit/edd3687f067c68b131822e0064cdeff5bf7a3835
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-06-03 (Sat, 03 Jun 2017)

  Changed paths:
    M appveyor.yml
    M lib/crypto/CipherContext.cpp
    M lib/crypto/CipherContext.h
    M lib/server/TLSContext.cpp

  Log Message:
  -----------
  Add support for OpenSSL 1.1 and replace deprecated function calls

See https://github.com/boxbackup/boxbackup/issues/16 for details. Thanks to
Chris West @FauxFaux for the initial patch!


Compare: https://github.com/boxbackup/boxbackup/compare/2e9c90d3f32c...edd3687f067c


More information about the Boxbackup-commit mailing list