1. 05 9月, 2011 1 次提交
  2. 13 3月, 2011 1 次提交
  3. 17 2月, 2011 1 次提交
  4. 12 6月, 2010 1 次提交
  5. 02 2月, 2010 1 次提交
    • D
      PR: 2160 · 434745dc
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      
      Make session tickets work with DTLS.
      434745dc
  6. 30 10月, 2009 2 次提交
  7. 02 9月, 2009 1 次提交
    • D
      PR: 2009 · 3d9b105f
      Dr. Stephen Henson 提交于
      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).
      3d9b105f
  8. 05 8月, 2009 1 次提交
  9. 01 7月, 2009 1 次提交
  10. 13 11月, 2008 1 次提交
  11. 12 11月, 2008 1 次提交
  12. 02 11月, 2008 1 次提交
  13. 14 9月, 2008 1 次提交
  14. 17 10月, 2007 1 次提交
  15. 13 8月, 2007 1 次提交
  16. 12 8月, 2007 1 次提交
  17. 06 4月, 2006 1 次提交
  18. 30 3月, 2006 1 次提交
  19. 26 3月, 2006 1 次提交
  20. 13 3月, 2006 1 次提交
  21. 12 3月, 2006 1 次提交
  22. 11 3月, 2006 1 次提交
  23. 04 1月, 2006 1 次提交
  24. 03 1月, 2006 1 次提交
  25. 06 12月, 2005 1 次提交
  26. 21 4月, 2005 1 次提交
  27. 02 4月, 2005 1 次提交
  28. 31 3月, 2005 1 次提交
  29. 30 3月, 2005 1 次提交
  30. 28 12月, 2003 1 次提交
  31. 30 10月, 2003 1 次提交
    • G
      A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. · 27545970
      Geoff Thorpe 提交于
      I have tried to convert 'len' type variable declarations to unsigned as a
      means to address these warnings when appropriate, but when in doubt I have
      used casts in the comparisons instead. The better solution (that would get
      us all lynched by API users) would be to go through and convert all the
      function prototypes and structure definitions to use unsigned variables
      except when signed is necessary. The proliferation of (signed) "int" for
      strictly non-negative uses is unfortunate.
      27545970
  32. 13 11月, 2002 1 次提交
  33. 02 8月, 2002 1 次提交
  34. 30 7月, 2002 1 次提交
    • L
      OpenSSL Security Advisory [30 July 2002] · c046fffa
      Lutz Jänicke 提交于
      Changes marked "(CHATS)" were sponsored by the Defense Advanced
      Research Projects Agency (DARPA) and Air Force Research Laboratory,
      Air Force Materiel Command, USAF, under agreement number
      F30602-01-2-0537.
      c046fffa
  35. 10 7月, 2002 1 次提交
    • L
      Reorder inclusion of header files: · 7b63c0fa
      Lutz Jänicke 提交于
      des_old.h redefines crypt:
      #define crypt(b,s)\
              DES_crypt((b),(s))
      
      This scheme leads to failure, if header files with the OS's true definition
      of crypt() are processed _after_ des_old.h was processed. This is e.g. the
      case on HP-UX with unistd.h.
      As evp.h now again includes des.h (which includes des_old.h), this problem
      only came up after this modification.
      Solution: move header files (indirectly) including e_os.h before the header
      files (indirectly) including evp.h.
      Submitted by:
      Reviewed by:
      PR:
      7b63c0fa
  36. 12 3月, 2002 1 次提交
    • D
      · 98fa4fe8
      Dr. Stephen Henson 提交于
      Fix ASN1 additions for KRB5
      98fa4fe8
  37. 31 7月, 2001 1 次提交
    • R
      More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu> · 882e8912
      Richard Levitte 提交于
      His comments are:
      
      First, it corrects a problem introduced in the last patch where the
      kssl_map_enc() would intentionally return NULL for valid ENCTYPE
      values.  This was done to prevent verification of the kerberos 5
      authenticator from being performed when Derived Key ciphers were
      in use.  Unfortunately, the authenticator verification routine was
      not the only place that function was used.  And it caused core dumps.
      
      Second, it attempt to add to SSL_SESSION the Kerberos 5 Client
      Principal Name.
      882e8912
  38. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  39. 04 2月, 2000 1 次提交