aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/pa_tnc/pa_tnc_msg.c
Commit message (Collapse)AuthorAgeFilesLines
* libimcv: Implemented IETF SW PA-TNC attributesAndreas Steffen2017-07-081-2/+3
|
* Fixed the implemention of the IF-M segmentation protocolAndreas Steffen2015-08-181-1/+9
| | | | | | | 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
|
* Implemented add_segment method for PA-TNC attributesAndreas Steffen2014-10-051-5/+26
|
* Implemented IF-M segmentationAndreas Steffen2014-10-051-135/+26
|
* Allow to treat specified Attribute-Type-Not-Supported errors as non-fatalAndreas Steffen2014-10-031-7/+21
|
* 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-151-12/+9
|
* instead of cloning use extract_buf() methodAndreas Steffen2013-03-041-1/+1
|
* 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-301-4/+0
|
* corrected debug classAndreas Steffen2012-11-091-3/+3
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-6/+6
|
* 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-201-34/+41
|
* moved PA-TNC message logging to level 1Andreas Steffen2012-07-231-2/+2
|
* use a nonce for a PA-TNC message identifierAndreas Steffen2012-07-161-6/+13
|
* updated Copyright infoAndreas Steffen2012-07-131-2/+1
|
* 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-121-9/+52
|
* added IETF standard error handling methodAndreas Steffen2011-12-111-0/+58
|
* introduced a PA-TNC attribute managerAndreas Steffen2011-09-101-29/+7
|
* created libptsAndreas Steffen2011-09-081-1/+6
|
* log PA-TNC attribute namesAndreas Steffen2011-09-081-4/+31
|
* support of error_offset in PA-TNC INVALID PARAMETER error messagesAndreas Steffen2011-07-131-10/+27
|
* nearly completed PA-TNC error handlingAndreas Steffen2011-06-051-8/+33
|
* started error handling of PA-TNC protocolAndreas Steffen2011-06-011-17/+42
|
* 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-301-0/+292