1. 17 May, 2016 8 commits
  2. 16 May, 2016 26 commits
  3. 14 May, 2016 4 commits
  4. 13 May, 2016 2 commits
    • Insu Yun's avatar
      Fix OpenSSL_memdup error handling · edeb3fd2
      Insu Yun authored
      
      
      check source's kdf_ukm, not destination's
      
      use != NULL, instead of implicit checking
      
      don't free internal data structure like pkey_rsa_copy()
      
      Reviewed-by: default avatarKurt Roeckx <kurt@openssl.org>
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      edeb3fd2
    • Richard Levitte's avatar
      VMS perl: Fix glob output · 1563102b
      Richard Levitte authored
      
      
      In some cases, perl's glob() thinks it needs to return file names with
      generation numbers, such as when a file name pattern includes two
      periods.  Constructing other file names by simple appending to file
      names with generation numbers isn't a good idea, so for the VMS case,
      just peal the generation numbers if they are there.
      Fortunately, this is easy, as the returned generation number delimiter
      will always be a semi-colon.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      1563102b