Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unit-tests: Fix "using integer constants in boolean context" warning | Tobias Brunner | 2017-10-23 | 1 | -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 changes | Andreas Steffen | 2017-09-26 | 1 | -1/+1 |
| | | | | | draft-ietf-sacm-nea-swima-patnc-01 changes some SWIMA attribute names. | ||||
* | unit-tests: Added IETF SWIMA PA-TNC attribute tests | Andreas Steffen | 2017-07-08 | 1 | -0/+1117 |
| | |||||
* | Fixed the implemention of the IF-M segmentation protocol | Andreas Steffen | 2015-08-18 | 1 | -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-contract | Tobias Brunner | 2015-03-03 | 1 | -4/+4 |
| | |||||
* | Fixed a memory leak in the attribute segmentation code | Andreas Steffen | 2015-02-27 | 1 | -2/+2 |
| | |||||
* | unit-tests: Added test for seg_contract_manager | Andreas Steffen | 2014-10-11 | 1 | -0/+74 |
| | |||||
* | unit-tests: Updated libimcv test suite | Andreas Steffen | 2014-10-05 | 1 | -22/+125 |
| | |||||
* | Unit tests for libimcv | Andreas Steffen | 2014-10-05 | 1 | -0/+561 |