aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/pa_tnc
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* Fixed the implemention of the IF-M segmentation protocolAndreas Steffen2015-08-182-2/+17
| | | | | | | The first segment only fit if the segmentation envelope attribute was preceded by a Max Attribute Size Response attribute. The improved implementation fills up the first PA-TNC message with the first segment up to the maximum message size.
* Exempt ignored PA-TNC attributes from error handlingAndreas Steffen2015-05-201-1/+8
|
* libimcv: Add generic constructor for PA-TNC attributesTobias Brunner2014-10-152-0/+51
|
* Implemented add_segment method for PA-TNC attributesAndreas Steffen2014-10-055-32/+44
|
* Added total length parameter in PA-TNC attribute constructorAndreas Steffen2014-10-052-3/+5
|
* Implemented IF-M segmentationAndreas Steffen2014-10-055-146/+171
|
* Allow to treat specified Attribute-Type-Not-Supported errors as non-fatalAndreas Steffen2014-10-032-9/+25
|
* Determine type of unsupported PA-TNC attribute in error messageAndreas Steffen2014-07-161-19/+38
|
* Use python-based swidGenerator to generated SWID tagsAndreas Steffen2014-04-153-15/+15
|
* instead of cloning use extract_buf() methodAndreas Steffen2013-03-041-1/+1
|
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-023-5/+5
|
* send an error attribute if vendor ID or type of received attribute is reservedAndreas Steffen2013-02-031-0/+12
|
* Don't remove IETF standard errors while parsing IMC/IMV messagesMartin Willi2012-11-302-5/+1
|
* corrected debug classAndreas Steffen2012-11-091-3/+3
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-242-2/+2
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-242-9/+9
|
* fixed PA-TNC error code to Invalid ParameterAndreas Steffen2012-10-091-1/+1
|
* fixed generation of PA-TNC error messagesAndreas Steffen2012-10-071-9/+3
|
* define pen_type_t as a vendor-specific typeAndreas Steffen2012-08-202-45/+45
|
* moved PA-TNC message logging to level 1Andreas Steffen2012-07-231-2/+2
|
* use a nonce for a PA-TNC message identifierAndreas Steffen2012-07-162-7/+16
|
* updated Copyright infoAndreas Steffen2012-07-132-3/+2
|
* restrict PA-TNC message siz only if upper limit is definedAndreas Steffen2012-07-121-1/+1
|
* fixed memory leak in the IETF standard error handlingAndreas Steffen2012-07-121-1/+2
|
* static upper size limit for PA-TNC messagesAndreas Steffen2012-07-122-11/+55
|
* added IETF standard error handling methodAndreas Steffen2011-12-112-0/+65
|
* introduced a PA-TNC attribute managerAndreas Steffen2011-09-105-186/+247
|
* created libptsAndreas Steffen2011-09-082-1/+12
|
* get platform info from IMCAndreas Steffen2011-09-081-1/+3
|
* log PA-TNC attribute namesAndreas Steffen2011-09-083-4/+40
|
* remove unwanted insertionAndreas Steffen2011-09-081-1/+1
|
* combined request with tcg_pts_attr_proto_capsAndreas Steffen2011-09-081-3/+2
|
* refactored PTS measurement algorithmsAndreas Steffen2011-09-081-3/+2
|
* automatically parse TCG PTS attributesAndreas Steffen2011-09-081-9/+37
|
* prepare automatic parsing of TCG PTS attributesAndreas Steffen2011-09-081-0/+37
|
* support of error_offset in PA-TNC INVALID PARAMETER error messagesAndreas Steffen2011-07-132-11/+29
|
* added support if the IETF port filter attributeAndreas Steffen2011-07-011-1/+3
|
* nearly completed PA-TNC error handlingAndreas Steffen2011-06-052-8/+35
|
* added a reference count for PA-TNC attributesAndreas Steffen2011-06-031-0/+7
|
* started error handling of PA-TNC protocolAndreas Steffen2011-06-012-17/+49
|
* make IMC/IMV pairs independent of libcharonAndreas Steffen2011-06-011-1/+1
|
* renamed tls_reader|writer to bio_* and moved to libstrongswanAndreas Steffen2011-05-311-6/+6
|
* implemented the RFC 5792 PA-TNC protocol and an example IMC/IMV pairAndreas Steffen2011-05-304-0/+542