1. 28 12月, 2003 1 次提交
  2. 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
  3. 28 9月, 2003 1 次提交
  4. 04 9月, 2003 1 次提交
  5. 22 7月, 2003 1 次提交
  6. 21 7月, 2003 1 次提交
  7. 21 3月, 2003 1 次提交
  8. 20 3月, 2003 1 次提交
  9. 28 2月, 2003 1 次提交
  10. 29 11月, 2002 1 次提交
  11. 28 11月, 2002 1 次提交
  12. 22 11月, 2002 1 次提交
  13. 13 11月, 2002 1 次提交
  14. 29 10月, 2002 1 次提交
  15. 28 10月, 2002 1 次提交
  16. 25 9月, 2002 1 次提交
  17. 23 9月, 2002 1 次提交
  18. 12 8月, 2002 1 次提交
  19. 09 8月, 2002 1 次提交
    • B
      ECC ciphersuite support · ea262260
      Bodo Möller 提交于
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      (Authors: Vipul Gupta and Sumit Gupta, Sun Microsystems Laboratories)
      ea262260
  20. 02 8月, 2002 1 次提交
  21. 30 7月, 2002 2 次提交
    • L
      Typo. · dd7ab82e
      Lutz Jänicke 提交于
      Submitted by: Jeffrey Altman <jaltman@columbia.edu>
      Reviewed by:
      PR: 169
      dd7ab82e
    • 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
  22. 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
  23. 14 4月, 2002 1 次提交
  24. 15 3月, 2002 1 次提交
    • D
      · de941e28
      Dr. Stephen Henson 提交于
      Initialize cipher context in KRB5
      ("D. Russell" <russelld@aol.net>)
      
      Allow HMAC functions to use an alternative ENGINE.
      de941e28
  25. 13 3月, 2002 1 次提交
    • D
      · cbc9d971
      Dr. Stephen Henson 提交于
      Fix Kerberos warnings with VC++.
      cbc9d971
  26. 12 3月, 2002 1 次提交
    • D
      · 0b4c91c0
      Dr. Stephen Henson 提交于
      Fix various warnings when compiling with KRB5 code.
      0b4c91c0
  27. 15 1月, 2002 1 次提交
  28. 12 1月, 2002 1 次提交
  29. 25 10月, 2001 2 次提交
  30. 21 10月, 2001 1 次提交
    • B
      New functions SSL[_CTX]_set_msg_callback(). · a661b653
      Bodo Möller 提交于
      New macros SSL[_CTX]_set_msg_callback_arg().
      
      Message callback imlementation for SSL 3.0/TLS 1.0 (no SSL 2.0 yet).
      
      New '-msg' option for 'openssl s_client' and 'openssl s_server'
      that enable a message callback that displays all protocol messages.
      
      
      In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert if
      client_version is smaller than the protocol version in use.
      Also change ssl23_get_client_hello (ssl/s23_srvr.c) to select TLS 1.0
      if the client demanded SSL 3.0 but only TLS 1.0 is enabled; then the
      client will at least see that alert.
      
      Fix SSL[_CTX]_ctrl prototype (void * instead of char * for generic
      pointer).
      
      Add/update some OpenSSL copyright notices.
      a661b653
  31. 18 10月, 2001 2 次提交
  32. 17 10月, 2001 1 次提交
  33. 16 10月, 2001 3 次提交
  34. 10 10月, 2001 1 次提交
  35. 21 9月, 2001 1 次提交