Logo etsi

ETSI's Bug Tracker

Notice: information submitted on the ETSI issue Tracker may be incorporated in ETSI publication(s) and therefore subject to the ETSI IPR policy.

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000977IPv6 Testing Conformance (TTCN3 + TPs)Test Purposepublic30-03-2007 12:0816-01-2008 11:55
ReporterAlexandre Berge 
Assigned ToPeter Schmitting 
PrioritynormalSeveritymajorReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformOSOS Version
Summary0000977: TP_SEC_6206_01: Error in 'summary' and 'when' statement
DescriptionRQ_002_6206 explicitly states that IUT must accept IKE messages with any SOURCE port in the UDP header.

However, the TP states: "... when { IUT receives IKE_SA_INIT_request not ON UDP_port_500 and not ON UDP_port_4500 } ..."; which means that any DESTINATION port should be accepted. This is WRONG. Any SOURCE port must be accepted, but DESTINATION port has to be either 500 or 4500.

TP has to be fixed.

TagsNo tags attached.
Cor - Mob - Sec - TransSecurity
Attached Files

- Relationships

-  Notes
(0003055)
Sebastian Muellers (administrator)
04-09-2007 19:59

chnage from:
ensure that
     { when { IUT receives IKE_SA_INIT_request not on UDP_port_500
                                           and not on UDP_port_4500 }
       then { IUT sends IKE_SA_INIT_response on 'UDP port on which request
                                                 was received' }

to:
ensure that
     { when { IUT receives IKE_SA_INIT_request not from UDP_port_500
                                           and not from UDP_port_4500 }
       then { IUT sends IKE_SA_INIT_response on 'UDP port on which request
                                                 was received' }

TBD in maintenance
(0004678)
Alexandre Berge (administrator)
16-01-2008 11:55

TP fixed. TC already correct.

- Issue History
Date Modified Username Field Change
30-03-2007 12:08 Alexandre Berge New Issue
30-03-2007 12:08 Alexandre Berge Mob - Sec - Trans => Security
04-09-2007 17:58 Sebastian Muellers Status new => assigned
04-09-2007 17:58 Sebastian Muellers Assigned To => Peter Schmitting
04-09-2007 19:59 Sebastian Muellers Note Added: 0003055
16-01-2008 11:55 Alexandre Berge Status assigned => resolved
16-01-2008 11:55 Alexandre Berge Resolution open => fixed
16-01-2008 11:55 Alexandre Berge Note Added: 0004678


MantisBT 1.2.14 [^]
Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker