1. 01 Oct, 2009 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2054 · 29c2fd46
      Dr. Stephen Henson authored
      Submitted by: Julia Lawall <julia@diku.dk>
      Approved by: steve@openssl.org
      
      Correct BIO_ctrl error handling
      29c2fd46
  2. 30 Sep, 2009 6 commits
  3. 22 Sep, 2009 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2050 · 0cc0db32
      Dr. Stephen Henson authored
      Submitted by: Michael Tuexen <tuexen@fh-muenster.de>
      Approved by: steve@openssl.org
      
      Fix handling of ENOTCONN and EMSGSIZE for dgram BIOs.
      0cc0db32
  4. 20 Sep, 2009 4 commits
  5. 19 Sep, 2009 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2048 · 3e8b713b
      Dr. Stephen Henson authored
      Submitted by: john blair <mailtome200420032002@yahoo.com>
      Approved by: steve@openssl.org
      
      Add version info in VC-WIN64A too.
      3e8b713b
  6. 17 Sep, 2009 1 commit
  7. 15 Sep, 2009 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2039 · af3d4e1b
      Dr. Stephen Henson authored
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Approved by: steve@openssl.org
      
      DTLS listen bug fix,
      af3d4e1b
  8. 13 Sep, 2009 1 commit
  9. 12 Sep, 2009 3 commits
    • Dr. Stephen Henson's avatar
      PR: 2023 · 3333428b
      Dr. Stephen Henson authored
      Submitted by: James Beckett <jmb.openssl@nospam.hackery.net>, steve
      Approved by: steve@openssl.org
      
      Fix documentation errors in d2i_X509 manual pages.
      3333428b
    • Dr. Stephen Henson's avatar
      PR: 2025 · a131de9b
      Dr. Stephen Henson authored
      Submitted by: Tomas Mraz <tmraz@redhat.com>
      Approved by: steve@openssl.org
      
      Constify SSL_CIPHER_description
      a131de9b
    • Dr. Stephen Henson's avatar
      PR: 1411 · 0ddd002f
      Dr. Stephen Henson authored
      Submitted by: steve@openssl.org
      
      Allow use of trusted certificates in SSL_CTX_use_chain_file()
      0ddd002f
  10. 11 Sep, 2009 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2038 · e7209103
      Dr. Stephen Henson authored
      Submitted by: Artem Chuprina <ran@cryptocom.ru>
      Approved by: steve@openssl.org
      
      Avoid double call to BIO_free().
      e7209103
  11. 09 Sep, 2009 3 commits
  12. 07 Sep, 2009 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2031 · b7e3cb31
      Dr. Stephen Henson authored
      Submitted by: steve@openssl.org
      
      Tolerate application/timestamp-response which some servers send out.
      b7e3cb31
  13. 06 Sep, 2009 3 commits
  14. 04 Sep, 2009 3 commits
  15. 02 Sep, 2009 6 commits
    • Dr. Stephen Henson's avatar
      PR: 2020 · 196dcf93
      Dr. Stephen Henson authored
      Submitted by: Keith Beckman <kbeckman@mcg.edu>,  Tomas Mraz <tmraz@redhat.com>
      Checked by: steve@openssl.org
      
      Fix improperly capitalized references to WWW::Curl::Easy.
      196dcf93
    • Dr. Stephen Henson's avatar
      PR: 2029 · 2c11ec30
      Dr. Stephen Henson authored
      Submitted by: Tomas Mraz <tmraz@redhat.com>
      Checked by: steve@openssl.org
      
      Fix so that the legacy digest EVP_dss1() still works.
      2c11ec30
    • Dr. Stephen Henson's avatar
      PR: 2013 · e5eb96c8
      Dr. Stephen Henson authored
      Submitted by: steve@openssl.org
      
      Include a flag ASN1_STRING_FLAG_MSTRING when a multi string type is created.
      This makes it possible to tell if the underlying type is UTCTime,
      GeneralizedTime or Time when the structure is reused and X509_time_adj_ex()
      can handle each case in an appropriate manner.
      
      Add error checking to CRL generation in ca utility when nextUpdate is being
      set.
      e5eb96c8
    • Dr. Stephen Henson's avatar
      PR: 2009 · 54ed003a
      Dr. Stephen Henson authored
      Submitted by: "Alexei Khlebnikov" <alexei.khlebnikov@opera.com>
      Approved by: steve@openssl.org
      
      Avoid memory leak and fix error reporting in d2i_SSL_SESSION(). NB: although
      the ticket mentions buffer overruns this isn't a security issue because
      the SSL_SESSION structure is generated internally and it should never be
      possible to supply its contents from an untrusted application (this would
      among other things destroy session cache security).
      54ed003a
    • Dr. Stephen Henson's avatar
      PR: 2022 · f18e1025
      Dr. Stephen Henson authored
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Approved by: steve@openssl.org
      
      Fix DTLS record header length bug.
      f18e1025
    • Dr. Stephen Henson's avatar
      Tidy up and fix verify callbacks to avoid structure dereference, use of · c9add317
      Dr. Stephen Henson authored
      obsolete functions and enhance to handle new conditions such as policy
      printing.
      c9add317
  16. 31 Aug, 2009 1 commit
  17. 26 Aug, 2009 3 commits
    • Dr. Stephen Henson's avatar
      PR: 2005 · b8dc932c
      Dr. Stephen Henson authored
      Submitted by: steve@openssl.org
      
      Some systems have broken IPv6 headers and/or implementations. If
      OPENSSL_USE_IPV6 is set to 0 IPv6 is not used, if it is set to 1 it is used
      and if undefined an attempt is made to detect at compile time by checking
      if AF_INET6 is set and excluding known problem platforms.
      b8dc932c
    • Dr. Stephen Henson's avatar
      PR: 2006 · 17f8d8db
      Dr. Stephen Henson authored
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Approved by: steve@openssl.org
      
      Do not use multiple DTLS records for a single user message
      17f8d8db
    • Dr. Stephen Henson's avatar
      PR: 2015 · 38437fa1
      Dr. Stephen Henson authored
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Approved by: steve@openssl.org
      
      Define LIBDIR properly.
      38437fa1