Roland C. Dowdeswell
3a6229f64a
gss_accept_sec_context: support reassembling split tokens.
...
Microsoft will sometimes split GSS tokens when they exceed a certain
size in some protocols. This is specified in
[MS-SPNG]: Simple and Protected GSS-API Negotiation
Mechanism (SPNEGO) Extension
https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-SPNG/%5bMS-SPNG%5d.pdf
sections 3.1.5.4 to 3.1.5.9.
We extend gss_accept_sec_context() to recognise partial tokens and
to accumulate the fragments until an entire token is available to
be processed. If the entire token is not yet available,
GSS_S_CONTINUE_NEEDED is returned with a zero length output token.
This is specified in RFC2744 page 25-26 to indicate that no reply
need be sent.
We include updates to the test framework to test split tokens when
using SPNEGO.
2021-08-07 18:54:56 +10:00
..
2013-06-02 15:30:58 -05:00
2020-05-27 21:54:26 -04:00
2021-08-07 18:54:56 +10:00
2020-04-21 19:51:55 -05:00
2020-04-21 00:21:32 -05:00
2016-12-14 22:05:46 -06:00
2021-08-07 18:54:56 +10:00
2021-08-05 15:53:18 +10:00
2019-01-03 14:38:39 -06:00
2019-01-03 14:38:39 -06:00
2020-04-21 00:21:32 -05:00
2019-01-03 14:38:39 -06:00
2019-01-03 14:38:39 -06:00
2020-04-21 00:13:50 -05:00
2020-04-11 10:04:43 +10:00
2020-02-04 17:28:35 +11:00
2011-04-29 20:25:05 -07:00
2020-04-25 21:22:32 -05:00
2020-04-14 17:04:25 +10:00
2013-06-02 15:30:58 -05:00
2010-08-20 13:14:10 -04:00
2020-04-21 00:21:32 -05:00
2020-04-17 11:11:43 +10:00
2020-02-04 17:28:35 +11:00
2021-08-07 18:54:56 +10:00
2020-04-11 10:02:09 +10:00
2020-02-04 17:28:35 +11:00
2020-02-04 17:28:35 +11:00
2021-05-17 10:09:01 +10:00
2020-04-15 16:23:17 +10:00
2020-02-04 17:28:35 +11:00
2020-04-21 00:13:50 -05:00
2018-12-18 23:28:38 -06:00
2011-05-21 11:57:31 -07:00
2020-02-04 17:28:35 +11:00
2020-02-04 17:28:35 +11:00
2021-08-07 18:54:56 +10:00
2013-06-02 15:30:58 -05:00
2020-02-04 17:28:35 +11:00
2020-04-21 00:21:32 -05:00
2020-04-25 21:22:32 -05:00
2021-08-07 18:54:56 +10:00
2020-02-04 17:28:35 +11:00
2020-04-25 21:22:32 -05:00
2020-04-25 21:22:32 -05:00
2020-02-04 17:28:35 +11:00
2020-04-16 10:44:04 +10:00
2021-08-06 12:23:50 +10:00
2020-02-04 17:28:35 +11:00
2020-02-04 17:28:35 +11:00
2010-08-20 13:14:10 -04:00
2019-01-03 14:38:39 -06:00
2020-05-27 23:23:43 -05:00
2021-06-25 09:44:53 +10:00
2020-02-04 17:28:35 +11:00
2020-04-25 21:22:32 -05:00
2011-05-21 11:57:31 -07:00
2010-11-25 22:19:01 -08:00
2020-04-25 23:19:30 -05:00
2020-02-04 17:28:35 +11:00
2013-06-02 15:30:58 -05:00
2019-01-03 14:38:39 -06:00
2010-08-20 13:14:10 -04:00
2019-01-03 14:38:39 -06:00
2019-01-03 14:38:39 -06:00
2010-08-20 13:14:10 -04:00
2018-12-18 23:28:38 -06:00
2020-04-17 11:04:33 +10:00
2010-08-20 13:14:10 -04:00
2020-02-04 17:28:35 +11:00
2020-02-04 17:28:35 +11:00
2020-04-21 00:21:32 -05:00
2020-04-14 17:03:58 +10:00
2010-08-20 13:14:10 -04:00
2020-03-02 17:48:04 -06:00
2019-09-05 09:52:49 -05:00
2011-04-29 20:25:05 -07:00
2010-08-20 13:14:10 -04:00
2019-01-03 17:53:25 +11:00
2020-07-14 09:35:14 +10:00
2013-06-02 15:30:58 -05:00
2010-08-20 13:14:10 -04:00
2013-06-02 15:30:58 -05:00
2013-06-02 15:30:58 -05:00
2021-02-28 18:13:08 -06:00
2020-04-16 17:22:37 +10:00
2020-02-04 17:28:35 +11:00
2020-04-16 17:22:37 +10:00
2020-02-04 17:28:35 +11:00
2020-02-04 17:28:35 +11:00
2017-03-13 18:39:41 -04:00
2020-02-04 17:28:35 +11:00
2020-04-17 11:04:33 +10:00