1. 11 9月, 2001 1 次提交
  2. 03 9月, 2001 1 次提交
  3. 26 8月, 2001 1 次提交
  4. 25 8月, 2001 1 次提交
  5. 31 7月, 2001 2 次提交
    • 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
    • B
      Really add the EVP and all of the DES changes. · dbad1690
      Ben Laurie 提交于
      dbad1690
  6. 25 7月, 2001 1 次提交
  7. 21 7月, 2001 1 次提交
    • R
      More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>. · acdf4afb
      Richard Levitte 提交于
      His comments are:
      
      This patch fixes the problem of modern Kerberos using "derived keys"
      to encrypt the authenticator by disabling the authenticator check
      for all derived keys enctypes.
      
      I think I've got all the bugfixes that Jeffrey and I discussed rolled
      into this.  There were some problems with Jeffrey's code to convert
      the authenticator's Kerberos timestring into struct tm (e.g. Z, -1900;
      it helps to have an actual decryptable authenticator to play with).
      So I've shamelessly pushed in my code, while stealing some bits from
      Jeffrey.
      acdf4afb
  8. 13 7月, 2001 1 次提交
  9. 12 7月, 2001 1 次提交
  10. 10 7月, 2001 1 次提交
    • R
      Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 in · 2a1ef754
      Richard Levitte 提交于
      SSL according to RFC 2712.  His comment is:
      
      This is a patch to openssl-SNAP-20010702 to support Kerberized SSL
      authentication.  I'm expecting to have the full kssl-0.5 kit up on
      sourceforge by the end of the week.  The full kit includes patches
      for mod-ssl, apache, and a few text clients.  The sourceforge URL
      is http://sourceforge.net/projects/kssl/ .
      
      Thanks to a note from Simon Wilkinson I've replaced my KRB5 AP_REQ
      message with a real KerberosWrapper struct.  I think this is fully
      RFC 2712 compliant now, including support for the optional
      authenticator field.  I also added openssl-style ASN.1 macros for
      a few Kerberos structs; see crypto/krb5/ if you're interested.
      2a1ef754
  11. 20 6月, 2001 1 次提交
    • D
      · 323f289c
      Dr. Stephen Henson 提交于
      Change all calls to low level digest routines in the library and
      applications to use EVP. Add missing calls to HMAC_cleanup() and
      don't assume HMAC_CTX can be copied using memcpy().
      
      Note: this is almost identical to the patch submitted to openssl-dev
      by Verdon Walker <VWalker@novell.com> except some redundant
      EVP_add_digest_()/EVP_cleanup() calls were removed and some changes
      made to avoid compiler warnings.
      323f289c
  12. 01 6月, 2001 1 次提交
  13. 07 3月, 2001 1 次提交
  14. 20 2月, 2001 1 次提交
  15. 10 2月, 2001 1 次提交
  16. 25 1月, 2001 1 次提交
  17. 01 12月, 2000 1 次提交
  18. 17 11月, 2000 1 次提交
  19. 04 9月, 2000 1 次提交
  20. 25 5月, 2000 2 次提交
  21. 28 3月, 2000 1 次提交
  22. 25 2月, 2000 1 次提交
  23. 24 2月, 2000 1 次提交
  24. 22 2月, 2000 1 次提交
  25. 21 2月, 2000 1 次提交
    • B
      Move MAC computations for Finished from ssl3_read_bytes into · 745c70e5
      Bodo Möller 提交于
      ssl3_get_message, which is more logical (and avoids a bug,
      in addition to the one that I introduced yesterday :-)
      and makes Microsoft "fast SGC" less special.
      MS SGC should still work now without an extra state of its own
      (it goes directly to SSL3_ST_SR_CLNT_HELLO_C, which is the usual state
      for reading the body of a Client Hello message), however this should
      be tested to make sure, and I don't have a MS SGC client.
      745c70e5
  26. 15 2月, 2000 1 次提交
  27. 04 2月, 2000 1 次提交
  28. 31 1月, 2000 1 次提交
  29. 30 1月, 2000 1 次提交
  30. 22 1月, 2000 1 次提交
  31. 21 1月, 2000 1 次提交
  32. 14 1月, 2000 1 次提交
  33. 11 1月, 2000 1 次提交
  34. 09 1月, 2000 1 次提交
  35. 06 1月, 2000 2 次提交
  36. 03 1月, 2000 1 次提交
  37. 30 12月, 1999 1 次提交