git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12641 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-25 20:26:26 +00:00
parent bb7b50eba4
commit 1026a01bec
2 changed files with 50 additions and 0 deletions

View File

@@ -1,5 +1,30 @@
2003-08-25 Love H<>rnquist <20>strand <lha@it.su.se> 2003-08-25 Love H<>rnquist <20>strand <lha@it.su.se>
* unwrap.c: encap/decap now takes a oid if the enctype/keytype is
arcfour, return error add hook for cfx
* verify_mic.c: encap/decap now takes a oid if the enctype/keytype
is arcfour, return error add hook for cfx
* get_mic.c: encap/decap now takes a oid if the enctype/keytype is
arcfour, return error add hook for cfx
* accept_sec_context.c: encap/decap now takes a oid
* init_sec_context.c: encap/decap now takes a oid
* gssapi_locl.h: include cfx.h if we need it lifetime is a
OM_uint32, depend on gssapi interface add all new encap/decap
functions
* decapsulate.c: add decap functions that doesn't take the token
type also make all decap function take the oid mech that they
should use
* encapsulate.c: add encap functions that doesn't take the token
type also make all encap function take the oid mech that they
should use
* sequence.c (elem_insert): fix a off by one index counter * sequence.c (elem_insert): fix a off by one index counter
* inquire_cred.c (gss_inquire_cred): handle cred_handle beeing * inquire_cred.c (gss_inquire_cred): handle cred_handle beeing

View File

@@ -1,5 +1,30 @@
2003-08-25 Love H<>rnquist <20>strand <lha@it.su.se> 2003-08-25 Love H<>rnquist <20>strand <lha@it.su.se>
* unwrap.c: encap/decap now takes a oid if the enctype/keytype is
arcfour, return error add hook for cfx
* verify_mic.c: encap/decap now takes a oid if the enctype/keytype
is arcfour, return error add hook for cfx
* get_mic.c: encap/decap now takes a oid if the enctype/keytype is
arcfour, return error add hook for cfx
* accept_sec_context.c: encap/decap now takes a oid
* init_sec_context.c: encap/decap now takes a oid
* gssapi_locl.h: include cfx.h if we need it lifetime is a
OM_uint32, depend on gssapi interface add all new encap/decap
functions
* decapsulate.c: add decap functions that doesn't take the token
type also make all decap function take the oid mech that they
should use
* encapsulate.c: add encap functions that doesn't take the token
type also make all encap function take the oid mech that they
should use
* sequence.c (elem_insert): fix a off by one index counter * sequence.c (elem_insert): fix a off by one index counter
* inquire_cred.c (gss_inquire_cred): handle cred_handle beeing * inquire_cred.c (gss_inquire_cred): handle cred_handle beeing