1. 31 Oct, 2016 23 commits
  2. 30 Oct, 2016 2 commits
    • Daniel Stenberg's avatar
      INTERNALS: better markdown · 13f49133
      Daniel Stenberg authored
      words with underscore need to be within `these`
      
      Bug: https://github.com/curl/curl-www/issues/19
      Reported-by : Jay Satiro
      13f49133
    • Jay Satiro's avatar
      mk-ca-bundle.vbs: Fix UTF-8 output · 2e750ce4
      Jay Satiro authored
      - Change initial message box to mention delay when downloading/parsing.
      
      Since there is no progress meter it was somewhat unexpected that after
      choosing a filename nothing appears to happen, when actually the cert
      data is in the process of being downloaded and parsed.
      
      - Warn if OpenSSL is not present.
      
      - Use a UTF-8 stream to make the ca-bundle data.
      
      - Save the UTF-8 ca-bundle stream as binary so that no BOM is added.
      
      ---
      
      This is a follow-up to d2c6d156 which switched mk-ca-bundle.vbs output to
      ANSI due to corrupt UTF-8 output, now fixed.
      
      This change completes making the default certificate bundle output of
      mk-ca-bundle.vbs as close as possible to that of mk-ca-bundle.pl, which
      should make it easier to review any difference between their output.
      
      Ref: https://github.com/curl/curl/pull/1012
      2e750ce4
  3. 28 Oct, 2016 2 commits
  4. 27 Oct, 2016 5 commits
  5. 26 Oct, 2016 1 commit
  6. 25 Oct, 2016 2 commits
    • Martin Frodl's avatar
      nss: fix tight loop in non-blocking TLS handhsake over proxy · eb84412b
      Martin Frodl authored
      ... in case the handshake completes before entering
      CURLM_STATE_PROTOCONNECT
      
      Bug: https://bugzilla.redhat.com/1388162
      eb84412b
    • Jay Satiro's avatar
      mk-ca-bundle: Update the vbscript version · d2c6d156
      Jay Satiro authored
      Bring the VBScript version more in line with the perl version:
      
      - Change timestamp to UTC.
      
      - Change URL retrieval to HTTPS-only by default.
      
      - Comment out the options that disabled SSL cert checking by default.
      
      - Assume OpenSSL is present, get SHA256. And add a flag to toggle it.
      
      - Fix cert issuer name output.
      
      The cert issuer output is now ansi, converted from UTF-8. Prior to this
      it was corrupt UTF-8. It turns out though we can work with UTF-8 the
      FSO object that writes ca-bundle can't write UTF-8, so there will have
      to be some alternative if UTF-8 is needed (like an ADODB.Stream).
      
      - Disable the certificate text info feature.
      
      The certificate text info doesn't work properly with any recent OpenSSL.
      d2c6d156
  7. 24 Oct, 2016 5 commits