1. 27 Jun, 2014 2 commits
  2. 26 Jun, 2014 2 commits
  3. 22 Jun, 2014 2 commits
  4. 14 Jun, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Accept CCS after sending finished. · f25e4263
      Dr. Stephen Henson authored
      Allow CCS after finished has been sent by client: at this point
      keys have been correctly set up so it is OK to accept CCS from
      server. Without this renegotiation can sometimes fail.
      
      PR#3400
      (cherry picked from commit 99cd6a91fcb0931feaebbb4832681d40a66fad41)
      f25e4263
  5. 13 Jun, 2014 2 commits
  6. 12 Jun, 2014 2 commits
  7. 11 Jun, 2014 1 commit
  8. 10 Jun, 2014 2 commits
  9. 09 Jun, 2014 1 commit
  10. 08 Jun, 2014 1 commit
    • Jakub Wilk's avatar
      Create ~/.rnd with mode 0600 instead of 0666 · 8781538f
      Jakub Wilk authored
      Because of a missing include <fcntl.h> we don't have O_CREATE and don't create
      the file with open() using mode 0600 but fall back to using fopen() with the
      default umask followed by a chmod().
      
      Problem found by Jakub Wilk <jwilk@debian.org>.
      8781538f
  11. 07 Jun, 2014 3 commits
  12. 06 Jun, 2014 2 commits
  13. 05 Jun, 2014 5 commits
  14. 03 Jun, 2014 5 commits
    • Dr. Stephen Henson's avatar
      Fix CVE-2014-3470 · 8250e1b2
      Dr. Stephen Henson authored
      Check session_cert is not NULL before dereferencing it.
      8250e1b2
    • Dr. Stephen Henson's avatar
      Fix CVE-2014-0221 · 519c977c
      Dr. Stephen Henson authored
      Unnecessary recursion when receiving a DTLS hello request can be used to
      crash a DTLS client. Fixed by handling DTLS hello request without recursion.
      
      Thanks to Imre Rad (Search-Lab Ltd.) for discovering this issue.
      519c977c
    • Dr. Stephen Henson's avatar
      Additional CVE-2014-0224 protection. · 123370fb
      Dr. Stephen Henson authored
      Return a fatal error if an attempt is made to use a zero length
      master secret.
      123370fb
    • Dr. Stephen Henson's avatar
      Fix for CVE-2014-0224 · c97e457d
      Dr. Stephen Henson authored
      Only accept change cipher spec when it is expected instead of at any
      time. This prevents premature setting of session keys before the master
      secret is determined which an attacker could use as a MITM attack.
      
      Thanks to KIKUCHI Masashi (Lepidum Co. Ltd.) for reporting this issue
      and providing the initial fix this patch is based on.
      c97e457d
    • Dr. Stephen Henson's avatar
      Fix for CVE-2014-0195 · f4e6ed09
      Dr. Stephen Henson authored
      A buffer overrun attack can be triggered by sending invalid DTLS fragments
      to an OpenSSL DTLS client or server. This is potentially exploitable to
      run arbitrary code on a vulnerable client or server.
      
      Fixed by adding consistency check for DTLS fragments.
      
      Thanks to Jüri Aedla for reporting this issue.
      f4e6ed09
  15. 02 Jun, 2014 4 commits
    • zhu qun-ying's avatar
      Free up s->d1->buffered_app_data.q properly. · b79e6e3a
      zhu qun-ying authored
      PR#3286
      (cherry picked from commit 71e95000afb2227fe5cac1c79ae884338bcd8d0b)
      b79e6e3a
    • Dr. Stephen Henson's avatar
      Make PKCS7_NOCERTS match documentation. · 812b7246
      Dr. Stephen Henson authored
      As documented PKCS7_NOCERTS should only exclude the signer's certificate
      and not any supplied in the "certs" parameter. This makes it possible to
      exclude the signer's certificate but include other certificates. Applications
      that don't want to include other certificates should set "certs" to NULL
      anyway.
      (cherry picked from commit 5c6f808b66f1a2e0fb2a508b24b845a88803fe3a)
      812b7246
    • Annie Yousar's avatar
      Fix typo. · db305124
      Annie Yousar authored
      PR#2677.
      db305124
    • Sami Farin's avatar
      Typo: set i to -1 before goto. · bffbaf92
      Sami Farin authored
      PR#3302
      (cherry picked from commit 9717f01951f976f76dd40a38d9fc7307057fa4c4)
      bffbaf92
  16. 01 Jun, 2014 4 commits
  17. 30 May, 2014 1 commit
    • Hubert Kario's avatar
      add description of -attime to man page · 6270d1c0
      Hubert Kario authored
      the verify app man page didn't describe the usage of attime option
      even though it was listed as a valid option in the -help message.
      
      This patch fixes this omission.
      6270d1c0