1. 17 5月, 2016 24 次提交
  2. 16 5月, 2016 10 次提交
  3. 14 5月, 2016 4 次提交
  4. 13 5月, 2016 2 次提交
    • I
      Fix OpenSSL_memdup error handling · edeb3fd2
      Insu Yun 提交于
      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: NKurt Roeckx <kurt@openssl.org>
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      edeb3fd2
    • R
      VMS perl: Fix glob output · 1563102b
      Richard Levitte 提交于
      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: NRich Salz <rsalz@openssl.org>
      1563102b