Skip to content
  1. May 17, 2016
  2. May 16, 2016
  3. May 14, 2016
  4. May 13, 2016
    • 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