diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2002-07-12 21:46:11 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2002-07-12 21:46:11 +0000 |
| commit | f0b3825c19e9443a881235daba58cb7be3455189 (patch) | |
| tree | f80992b6cee785c1ceeb82aec84627d9221c5778 /src/lib/gssapi/krb5/ChangeLog | |
| parent | ef9575cd0d21e14bb2d3c6396ca05ae341d11f6d (diff) | |
| download | krb5-f0b3825c19e9443a881235daba58cb7be3455189.tar.gz krb5-f0b3825c19e9443a881235daba58cb7be3455189.tar.xz krb5-f0b3825c19e9443a881235daba58cb7be3455189.zip | |
* init_sec_context.c (krb5_gss_init_sec_context): Instead of asking for the
enctypes supported by the GSS code, use that set as a filter on the default
enctypes and use the resulting list.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14629 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/krb5/ChangeLog')
| -rw-r--r-- | src/lib/gssapi/krb5/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/gssapi/krb5/ChangeLog b/src/lib/gssapi/krb5/ChangeLog index 98b694d81..66072e8dd 100644 --- a/src/lib/gssapi/krb5/ChangeLog +++ b/src/lib/gssapi/krb5/ChangeLog @@ -3,6 +3,10 @@ * accept_sec_context.c (rd_and_store_for_creds): Remove registration of memory ccache type. + * init_sec_context.c (krb5_gss_init_sec_context): Instead of + asking for the enctypes supported by the GSS code, use that set as + a filter on the default enctypes and use the resulting list. + 2002-07-01 Ken Raeburn <raeburn@mit.edu> * gssapi_krb5.c (gss_mech_krb5_v2, gss_mech_set_krb5_v2, |
