1. 02 Sep, 2015 1 commit
    • Viktor Dukhovni's avatar
      Better handling of verify param id peername field · a0724ef1
      Viktor Dukhovni authored
      
      
      Initialize pointers in param id by the book (explicit NULL assignment,
      rather than just memset 0).
      
      In x509_verify_param_zero() set peername to NULL after freeing it.
      
      In x509_vfy.c's internal check_hosts(), avoid potential leak of
      possibly already non-NULL peername.  This is only set when a check
      succeeds, so don't need to do this repeatedly in the loop.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      a0724ef1
  2. 01 Sep, 2015 11 commits
  3. 31 Aug, 2015 14 commits
  4. 30 Aug, 2015 1 commit
  5. 28 Aug, 2015 3 commits
  6. 27 Aug, 2015 2 commits
    • Rich Salz's avatar
      Fix memory over-read · 3c65047d
      Rich Salz authored
      
      
      Fix from David Baggett via tweet.
      
      Signed-off-by: default avatarRich Salz <rsalz@openssl.org>
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      3c65047d
    • Rich Salz's avatar
      Various doc fixes. · c03726ca
      Rich Salz authored
      
      
      Make all mention of digest algorithm use "any supported algorithm"
      
      RT2071, some new manpages from Victor B. Wagner <vitus@cryptocom.ru>:
          X509_LOOKUP_hash_dir.pod
          X509_check_ca.pod
          X509_check_issued.pod
      
      RT 1600:
          Remove references to non-existant objects(3)
          Add RETURN VALUES to BIO_do_accept page.
      
      RT1818:
          RSA_sign Can return values other than 0 on failure.
      
      RT3634:
          Fix AES CBC aliases (Steffen Nurpmeso <sdaoden@yandex.com>)
      
      RT3678:
          Some clarifications to BIO_new_pair
          (Devchandra L Meetei <dlmeetei@gmail.com>)
      
      RT3787:
          Fix some EVP_ function return values
          (Laetitia Baudoin <lbaudoin@google.com>)
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      c03726ca
  7. 26 Aug, 2015 8 commits