NTLMv2 keys.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19526 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -72,10 +72,22 @@ typedef struct {
|
|||||||
char *password;
|
char *password;
|
||||||
krb5_data sessionkey;
|
krb5_data sessionkey;
|
||||||
|
|
||||||
struct {
|
union {
|
||||||
uint32_t seq;
|
struct {
|
||||||
RC4_KEY key;
|
struct {
|
||||||
} crypto_send, crypto_recv;
|
uint32_t seq;
|
||||||
|
RC4_KEY key;
|
||||||
|
} crypto_send, crypto_recv;
|
||||||
|
} v1;
|
||||||
|
struct {
|
||||||
|
struct {
|
||||||
|
uint32_t seq;
|
||||||
|
RC4_KEY sealkey;
|
||||||
|
RC4_KEY *signsealkey;
|
||||||
|
unsigned char signkey[16];
|
||||||
|
} send, recv;
|
||||||
|
} v2;
|
||||||
|
} u;
|
||||||
} *ntlm_ctx;
|
} *ntlm_ctx;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Reference in New Issue
Block a user