aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/krb5/k5seal.c
blob: e1877b71f9c071da598fd2de83d2b0373405a1ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
/*
 * Copyright 1993 by OpenVision Technologies, Inc.
 * 
 * Permission to use, copy, modify, distribute, and sell this software
 * and its documentation for any purpose is hereby granted without fee,
 * provided that the above copyright notice appears in all copies and
 * that both that copyright notice and this permission notice appear in
 * supporting documentation, and that the name of OpenVision not be used
 * in advertising or publicity pertaining to distribution of the software
 * without specific, written prior permission. OpenVision makes no
 * representations about the suitability of this software for any
 * purpose.  It is provided "as is" without express or implied warranty.
 * 
 * OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
 * EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
 * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 * PERFORMANCE OF THIS SOFTWARE.
 */

/*
 * Copyright (C) 1998 by the FundsXpress, INC.
 * 
 * All rights reserved.
 * 
 * Export of this software from the United States of America may require
 * a specific license from the United States Government.  It is the
 * responsibility of any person or organization contemplating export to
 * obtain such a license before exporting.
 * 
 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
 * distribute this software and its documentation for any purpose and
 * without fee is hereby granted, provided that the above copyright
 * notice appear in all copies and that both that copyright notice and
 * this permission notice appear in supporting documentation, and that
 * the name of FundsXpress. not be used in advertising or publicity pertaining
 * to distribution of the software without specific, written prior
 * permission.  FundsXpress makes no representations about the suitability of
 * this software for any purpose.  It is provided "as is" without express
 * or implied warranty.
 * 
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 */

#include "gssapiP_krb5.h"

static krb5_error_code
make_priv_token_v2 PROTOTYPE((krb5_context context,
			      krb5_keyblock *subkey,
			      krb5_int32 *seqnum,
			      int direction,
			      gss_buffer_t text,
			      gss_buffer_t token,
			      gss_OID oid));

static krb5_error_code
make_priv_token_v2(context, subkey, seqnum, direction, text, token, oid)
     krb5_context context;
     krb5_keyblock *subkey;
     krb5_int32 *seqnum;
     int direction;
     gss_buffer_t text;
     gss_buffer_t token;
     gss_OID oid;
{
   krb5_data plain;
   krb5_enc_data cipher;
   krb5_error_code code;
   size_t enclen;
   int tlen;
   unsigned char *t, *ptr;

   plain.data = 0;
   cipher.ciphertext.data = 0;
   t = 0;

   plain.length = 7+text->length;
   if ((plain.data = (void *) malloc(plain.length)) == NULL) {
       code = ENOMEM;
       goto cleanup;
   }

   plain.data[0] = (*seqnum >> 24) & 0xff;
   plain.data[1] = (*seqnum >> 16) & 0xff;
   plain.data[2] = (*seqnum >> 8) & 0xff;
   plain.data[3] = *seqnum & 0xff;

   plain.data[4] = direction?0:0xff;
   
   plain.data[5] = (text->length >> 8) & 0xff;
   plain.data[6] = text->length & 0xff;

   memcpy(plain.data+7, text->value, text->length);

   if (code = krb5_c_encrypt_length(context, subkey->enctype, 
				    plain.length, &enclen))
       goto cleanup;

   tlen = g_token_size((gss_OID) oid, 2+enclen);

   if ((t = (unsigned char *) xmalloc(tlen)) == NULL)
      return(ENOMEM);

   ptr = t;

   g_make_token_header((gss_OID) oid, 2+enclen, &ptr,
		       KG2_TOK_WRAP_PRIV);

   ptr[0] = (enclen >> 8) & 0xff;
   ptr[1] = enclen & 0xff;

   cipher.ciphertext.length = enclen;
   cipher.ciphertext.data = ptr+2;

   if (code = krb5_c_encrypt(context, subkey,
			     KRB5_KEYUSAGE_GSS_TOK_WRAP_PRIV,
			     0, &plain, &cipher))
       goto cleanup;

   /* that's it.  return the token */

   (*seqnum)++;

   token->length = tlen;
   token->value = (void *) t;

   code = 0;

cleanup:
   if (plain.data)
       free(plain.data);
   if (code) {
       if (t)
	   free(t);
   }

   return(code);
}

static krb5_error_code
make_integ_token_v2 PROTOTYPE((krb5_context context,
			       krb5_keyblock *subkey,
			       krb5_cksumtype ctype,
			       krb5_int32 *seqnum,
			       int direction,
			       gss_buffer_t text,
			       gss_buffer_t token,
			       int toktype,
			       gss_OID oid));

static krb5_error_code
make_integ_token_v2(context, subkey, ctype, seqnum, direction, text, token, 
		    toktype, oid)
     krb5_context context;
     krb5_keyblock *subkey;
     krb5_cksumtype ctype;
     krb5_int32 *seqnum;
     int direction;
     gss_buffer_t text;
     gss_buffer_t token;
     int toktype;
     gss_OID oid;
{
    krb5_error_code code;
    int tmp, tlen;
    unsigned char *t, *ptr;
    krb5_data plain;
    krb5_checksum cksum;

    plain.data = 0;
    t = 0;
    cksum.contents = 0;

    /* assemble the checksum buffer and compute the checksum */

    plain.length = 7+text->length;

    if ((plain.data = (char *) malloc(plain.length)) == NULL)
	goto cleanup;

    plain.data[0] = (*seqnum >> 24) & 0xff;
    plain.data[1] = (*seqnum >> 16) & 0xff;
    plain.data[2] = (*seqnum >> 8) & 0xff;
    plain.data[3] = *seqnum & 0xff;

    plain.data[4] = direction?0:0xff;

    plain.data[5] = (text->length >> 8) & 0xff;
    plain.data[6] = text->length & 0xff;

    memcpy(plain.data+7, text->value, text->length);

    if (code = krb5_c_make_checksum(context, ctype, subkey,
				    (toktype == KG2_TOK_WRAP_INTEG)?
				    KRB5_KEYUSAGE_GSS_TOK_WRAP_INTEG:
				    KRB5_KEYUSAGE_GSS_TOK_MIC,
				    &plain, &cksum))
	goto cleanup;

    /* assemble the token itself */

    if (toktype == KG2_TOK_WRAP_INTEG)
	tmp = 4+(7+text->length)+2+cksum.length;
    else
	tmp = 4+(5)+2+cksum.length;

    tlen = g_token_size((gss_OID) oid, tmp);

    if ((t = (unsigned char *) xmalloc(tlen)) == NULL)
	return(ENOMEM);

    ptr = t;

    g_make_token_header((gss_OID) oid, tmp, &ptr, toktype);

    ptr[0] = (ctype >> 24) & 0xff;
    ptr[1] = (ctype >> 16) & 0xff;
    ptr[2] = (ctype >> 8) & 0xff;
    ptr[3] = ctype & 0xff;

    ptr += 4;

    if (toktype == KG2_TOK_WRAP_INTEG) {
	memcpy(ptr, plain.data, 7+text->length);
	ptr += 7+text->length;
    } else {
	memcpy(ptr, plain.data, 5);
	ptr += 5;
    }

    ptr[0] = (cksum.length >> 8) & 0xff;
    ptr[1] = cksum.length & 0xff;
    ptr += 2;

    memcpy(ptr, cksum.contents, cksum.length);

    /* that's it.  return the token */

    (*seqnum)++;

    token->length = tlen;
    token->value = (void *) t;

    code = 0;

cleanup:
    if (plain.data)
	free(plain.data);
    if (cksum.contents)
	krb5_free_checksum_contents(context, &cksum);
    if (code) {
	if (t)
	    free(t);
    }

   return(code);
}

static krb5_error_code
make_seal_token_v1 PROTOTYPE((krb5_context context,
			      krb5_keyblock *enc,
			      krb5_keyblock *seq,
			      krb5_int32 *seqnum,
			      int direction,
			      gss_buffer_t text,
			      gss_buffer_t token,
			      int signalg,
			      int cksum_size,
			      int sealalg,
			      int encrypt,
			      int toktype,
			      int bigend,
			      gss_OID oid));

static krb5_error_code
make_seal_token_v1(context, enc, seq, seqnum, direction, text, token,
		   signalg, cksum_size, sealalg, encrypt, toktype,
		   bigend, oid)
     krb5_context context;
     krb5_keyblock *enc;
     krb5_keyblock *seq;
     krb5_int32 *seqnum;
     int direction;
     gss_buffer_t text;
     gss_buffer_t token;
     int signalg;
     int cksum_size;
     int sealalg;
     int encrypt;
     int toktype;
     int bigend;
     gss_OID oid;
{
   krb5_error_code code;
   size_t sumlen;
   char *data_ptr;
   krb5_data plaind;
   krb5_checksum md5cksum;
   krb5_checksum cksum;
   int conflen=0, tmsglen, tlen;
   unsigned char *t, *ptr;

   /* create the token buffer */

   if (toktype == KG_TOK_SEAL_MSG) {
      if (bigend && !encrypt) {
	 tmsglen = text->length;
      } else {
	 conflen = kg_confounder_size(context, enc);
	 /* XXX knows that des block size is 8 */
	 tmsglen = (conflen+text->length+8)&(~7);
      }
   } else {
      tmsglen = 0;
   }

   tlen = g_token_size((gss_OID) oid, 14+cksum_size+tmsglen);

   if ((t = (unsigned char *) xmalloc(tlen)) == NULL)
      return(ENOMEM);

   /*** fill in the token */

   ptr = t;

   g_make_token_header((gss_OID) oid, 14+cksum_size+tmsglen, &ptr, toktype);

   /* 0..1 SIGN_ALG */

   ptr[0] = signalg;
   ptr[1] = 0;
   
   /* 2..3 SEAL_ALG or Filler */

   if ((toktype == KG_TOK_SEAL_MSG) && encrypt) {
      ptr[2] = sealalg;
      ptr[3] = 0;
   } else {
      /* No seal */
      ptr[2] = 0xff;
      ptr[3] = 0xff;
   }

   /* 4..5 Filler */

   ptr[4] = 0xff;
   ptr[5] = 0xff;

   /* pad the plaintext, encrypt if needed, and stick it in the token */

   /* initialize the the cksum */
   if (code = krb5_c_checksum_length(context, CKSUMTYPE_RSA_MD5, &sumlen))
       return(code);

   md5cksum.checksum_type = CKSUMTYPE_RSA_MD5;
   md5cksum.length = sumlen;
   if (toktype == KG_TOK_SEAL_MSG) {
      unsigned char *plain;
      unsigned char pad;

      if (!bigend || encrypt) {
	 if ((plain = (unsigned char *) xmalloc(tmsglen)) == NULL) {
	    xfree(t);
	    return(ENOMEM);
	 }

	 if ((code = kg_make_confounder(context, enc, plain))) {
	    xfree(plain);
	    xfree(t);
	    return(code);
	 }

	 memcpy(plain+conflen, text->value, text->length);

	 /* XXX 8 is DES cblock size */
	 pad = 8-(text->length%8);

	 memset(plain+conflen+text->length, pad, pad);
      } else {
	 /* plain is never used in the bigend && !encrypt case */
	 plain = NULL;
      }

      if (encrypt) {
	 if ((code = kg_encrypt(context, enc, NULL, (krb5_pointer) plain,
				(krb5_pointer) (ptr+cksum_size+14),
				tmsglen))) {
	    if (plain)
	       xfree(plain);
	    xfree(t);
	    return(code);
	 }
      } else {
	 if (bigend)
	    memcpy(ptr+14+cksum_size, text->value, text->length);
	 else
 	    memcpy(ptr+14+cksum_size, plain, tmsglen);
      }

      /* compute the checksum */

      /* 8 = head of token body as specified by mech spec */
      if (! (data_ptr =
	     (char *) xmalloc(8 + (bigend ? text->length : tmsglen)))) {
	  if (plain)
	      xfree(plain);
	  xfree(t);
	  return(ENOMEM);
      }
      (void) memcpy(data_ptr, ptr-2, 8);
      if (bigend)
	  (void) memcpy(data_ptr+8, text->value, text->length);
      else
	  (void) memcpy(data_ptr+8, plain, tmsglen);
      plaind.length = 8 + (bigend ? text->length : tmsglen);
      plaind.data = data_ptr;
      code = krb5_c_make_checksum(context, md5cksum.checksum_type,
				  0, 0, &plaind, &md5cksum);
      xfree(data_ptr);

      if (code) {
	  if (plain)
	      xfree(plain);
	  xfree(t);
	  return(code);
	  memcpy(ptr+14+cksum_size, plain, tmsglen);
      }

      if (plain)
	 xfree(plain);
   } else {
      /* compute the checksum */

      if (! (data_ptr = (char *) xmalloc(8 + text->length))) {
	  xfree(t);
	  return(ENOMEM);
      }
      (void) memcpy(data_ptr, ptr-2, 8);
      (void) memcpy(data_ptr+8, text->value, text->length);
      plaind.length = 8 + text->length;
      plaind.data = data_ptr;
      code = krb5_c_make_checksum(context, md5cksum.checksum_type, 0, 0,
				  &plaind, &md5cksum);
      xfree(data_ptr);
      if (code) {
	  xfree(t);
	  return(code);
      }
   }

   switch(signalg) {
   case 0:
   case 3:

#if 0
       /* XXX this depends on the key being a single-des key */

       /* DES CBC doesn't use a zero IV like it should in some
	  krb5 implementations (beta5+).  So we just do the
	  DES encryption the long way, and keep the last block
	  as the MAC */

       /* XXX not converted to new api since it's inside an #if 0 */

       /* initialize the the cksum and allocate the contents buffer */
       cksum.checksum_type = CKSUMTYPE_DESCBC;
       cksum.length = krb5_checksum_size(context, CKSUMTYPE_DESCBC);
       if ((cksum.contents = (krb5_octet *) xmalloc(cksum.length)) == NULL)
	   return(ENOMEM);

       /* XXX not converted to new api since it's inside an #if 0 */
       if (code = krb5_calculate_checksum(context, cksum.checksum_type,
					  md5cksum.contents, 16,
					  seq->contents, 
					  seq->length,
					  &cksum)) {
	  xfree(cksum.contents);
	  xfree(md5cksum.contents);
	  xfree(t);
	  return(code);
       }

       memcpy(ptr+14, cksum.contents, 8);

       xfree(cksum.contents);
#else
       if ((code = kg_encrypt(context, seq,
			      (g_OID_equal(oid, gss_mech_krb5_old) ?
			       seq->contents : NULL),
			      md5cksum.contents, md5cksum.contents, 16))) {
	  xfree(md5cksum.contents);
	  xfree(t);
	  return code;
       }
       
       cksum.length = cksum_size;
       cksum.contents = md5cksum.contents + 16 - cksum.length;

       memcpy(ptr+14, cksum.contents, cksum.length);
#endif

       break;
   }

   xfree(md5cksum.contents);

   /* create the seq_num */

   if ((code = kg_make_seq_num(context, seq, direction?0:0xff, *seqnum,
			       ptr+14, ptr+6))) {
      xfree(t);
      return(code);
   }

   /* that's it.  return the token */

   (*seqnum)++;

   token->length = tlen;
   token->value = (void *) t;

   return(0);
}

/* if signonly is true, ignore conf_req, conf_state, 
   and do not encode the ENC_TYPE, MSG_LENGTH, or MSG_TEXT fields */

OM_uint32
kg_seal(context, minor_status, context_handle, conf_req_flag, qop_req, 
	input_message_buffer, conf_state, output_message_buffer, toktype)
     krb5_context context;
     OM_uint32 *minor_status;
     gss_ctx_id_t context_handle;
     int conf_req_flag;
     int qop_req;
     gss_buffer_t input_message_buffer;
     int *conf_state;
     gss_buffer_t output_message_buffer;
     int toktype;
{
   krb5_gss_ctx_id_rec *ctx;
   krb5_error_code code;
   krb5_timestamp now;

   output_message_buffer->length = 0;
   output_message_buffer->value = NULL;

   /* only default qop is allowed */
   if (qop_req != GSS_C_QOP_DEFAULT) {
      *minor_status = (OM_uint32) G_UNKNOWN_QOP;
      return(GSS_S_FAILURE);
   }

   /* validate the context handle */
   if (! kg_validate_ctx_id(context_handle)) {
      *minor_status = (OM_uint32) G_VALIDATE_FAILED;
      return(GSS_S_NO_CONTEXT);
   }

   ctx = (krb5_gss_ctx_id_rec *) context_handle;

   if (! ctx->established) {
      *minor_status = KG_CTX_INCOMPLETE;
      return(GSS_S_NO_CONTEXT);
   }

   if ((code = krb5_timeofday(context, &now))) {
      *minor_status = code;
      return(GSS_S_FAILURE);
   }

   if (ctx->gsskrb5_version == 2000) {
       if (toktype == KG_TOK_WRAP_MSG) {
	   if (conf_req_flag)
	       toktype = KG2_TOK_WRAP_PRIV;
	   else
	       toktype = KG2_TOK_WRAP_INTEG;
       } else {
	   toktype = KG2_TOK_MIC;
       }

       if (conf_req_flag) {
	   code = make_priv_token_v2(context, ctx->subkey, &ctx->seq_send,
				     ctx->initiate, input_message_buffer,
				     output_message_buffer, ctx->mech_used);
       } else {
	   code = make_integ_token_v2(context, ctx->subkey, ctx->ctypes[0],
				      &ctx->seq_send, ctx->initiate,
				      input_message_buffer,
				      output_message_buffer, toktype,
				      ctx->mech_used);
       }
   } else {
       code = make_seal_token_v1(context, ctx->enc, ctx->seq,
				 &ctx->seq_send, ctx->initiate,
				 input_message_buffer, output_message_buffer,
				 ctx->signalg, ctx->cksum_size, ctx->sealalg,
				 conf_req_flag, toktype, ctx->big_endian,
				 ctx->mech_used);
   }

   if (code) {
      *minor_status = code;
      return(GSS_S_FAILURE);
   }

   if (conf_state)
      *conf_state = conf_req_flag;

   *minor_status = 0;
   return((ctx->endtime < now)?GSS_S_CONTEXT_EXPIRED:GSS_S_COMPLETE);
}