aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/suites
Commit message (Collapse)AuthorAgeFilesLines
* unit-tests: Fix "using integer constants in boolean context" warningTobias Brunner2017-10-231-12/+12
| | | | | This warning has been seen in GCC 7.x with -Wall, however, because == has higher precedence than ?: the code was actually not correct.
* SWIMA attribute name changesAndreas Steffen2017-09-261-1/+1
| | | | | draft-ietf-sacm-nea-swima-patnc-01 changes some SWIMA attribute names.
* unit-tests: Added IETF SWIMA PA-TNC attribute testsAndreas Steffen2017-07-081-0/+1117
|
* Fixed the implemention of the IF-M segmentation protocolAndreas Steffen2015-08-181-7/+8
| | | | | | | 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.
* unit-tests: Base attributes get adopted by seg-env/seg-contractTobias Brunner2015-03-031-4/+4
|
* Fixed a memory leak in the attribute segmentation codeAndreas Steffen2015-02-271-2/+2
|
* unit-tests: Added test for seg_contract_managerAndreas Steffen2014-10-111-0/+74
|
* unit-tests: Updated libimcv test suiteAndreas Steffen2014-10-051-22/+125
|
* Unit tests for libimcvAndreas Steffen2014-10-051-0/+561