diff options
author | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-08-30 17:37:00 +0000 |
---|---|---|
committer | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-08-30 17:41:38 +0000 |
commit | 2856dba4b5cb67dd6dde80e52bf1e8645503528b (patch) | |
tree | adf7486187491cdda12939ae6a2b00ac4aacc2bf | |
parent | 9b7b39904dd57b42b5dc5587f2f50cf156ac5577 (diff) |
VNFRQTS - Rewording Security Req Batch 1
Including changes for VNFRQTS - 296,297.299
Issue-ID: VNFRQTS-296
Change-Id: I8caf6605295c94e51e630c7a66177b70f024a0f7
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
-rw-r--r-- | docs/Chapter4/Security.rst | 15 | ||||
-rw-r--r-- | docs/data/needs.json | 16 |
2 files changed, 17 insertions, 14 deletions
diff --git a/docs/Chapter4/Security.rst b/docs/Chapter4/Security.rst index 70eb4e1..5c4b6fe 100644 --- a/docs/Chapter4/Security.rst +++ b/docs/Chapter4/Security.rst @@ -1344,20 +1344,22 @@ Data Protection Requirements :id: R-02170 :target: VNF :keyword: MUST + :updated: casablanca The VNF **MUST** use, whenever possible, standard implementations - of security applications, protocols, and format, e.g., S/MIME, TLS, SSH, + of security applications, protocols, and formats, e.g., S/MIME, TLS, SSH, IPSec, X.509 digital certificates for cryptographic implementations. - These implementations must be purchased from reputable vendors and must - not be developed in-house. + These implementations must be purchased from reputable vendors or obtained + from reputable open source communities and must not be developed in-house. .. req:: :id: R-70933 :target: VNF :keyword: MUST + :updated: casablanca The VNF **MUST** provide the ability to migrate to newer - versions of cryptographic algorithms and protocols with no impact. + versions of cryptographic algorithms and protocols with minimal impact. .. req:: :id: R-44723 @@ -1403,9 +1405,10 @@ Data Protection Requirements :id: R-69610 :target: VNF :keyword: MUST + :updated: casablanca - The VNF **MUST** provide the capability of using certificates - issued from a Certificate Authority not provided by the VNF provider. + The VNF **MUST** provide the capability of using X.509 certificates + issued by an external Certificate Authority. .. req:: :id: R-83500 diff --git a/docs/data/needs.json b/docs/data/needs.json index f8907af..ef1c234 100644 --- a/docs/data/needs.json +++ b/docs/data/needs.json @@ -1,10 +1,10 @@ { - "created": "2018-08-29T15:58:48.649549", + "created": "2018-08-30T17:31:35.004923", "current_version": "casablanca", "project": "", "versions": { "casablanca": { - "created": "2018-08-29T15:58:48.649549", + "created": "2018-08-30T17:31:35.004799", "needs": { "R-00011": { "description": "A VNF's Heat Orchestration Template's Nested YAML files\nparameter's **MUST NOT** have a parameter constraint defined.", @@ -530,7 +530,7 @@ "validation_mode": "" }, "R-02170": { - "description": "The VNF **MUST** use, whenever possible, standard implementations\nof security applications, protocols, and format, e.g., S/MIME, TLS, SSH,\nIPSec, X.509 digital certificates for cryptographic implementations.\nThese implementations must be purchased from reputable vendors and must\nnot be developed in-house.", + "description": "The VNF **MUST** use, whenever possible, standard implementations\nof security applications, protocols, and formats, e.g., S/MIME, TLS, SSH,\nIPSec, X.509 digital certificates for cryptographic implementations.\nThese implementations must be purchased from reputable vendors or obtained\nfrom reputable open source communities and must not be developed in-house.", "full_title": "", "hide_links": "", "id": "R-02170", @@ -553,7 +553,7 @@ "title": "", "title_from_content": "", "type_name": "Requirement", - "updated": "", + "updated": "casablanca", "validated_by": "", "validation_mode": "" }, @@ -15285,7 +15285,7 @@ "validation_mode": "" }, "R-69610": { - "description": "The VNF **MUST** provide the capability of using certificates\nissued from a Certificate Authority not provided by the VNF provider.", + "description": "The VNF **MUST** provide the capability of using X.509 certificates\nissued by an external Certificate Authority.", "full_title": "", "hide_links": "", "id": "R-69610", @@ -15308,7 +15308,7 @@ "title": "", "title_from_content": "", "type_name": "Requirement", - "updated": "", + "updated": "casablanca", "validated_by": "", "validation_mode": "" }, @@ -15604,7 +15604,7 @@ "validation_mode": "" }, "R-70933": { - "description": "The VNF **MUST** provide the ability to migrate to newer\nversions of cryptographic algorithms and protocols with no impact.", + "description": "The VNF **MUST** provide the ability to migrate to newer\nversions of cryptographic algorithms and protocols with minimal impact.", "full_title": "", "hide_links": "", "id": "R-70933", @@ -15627,7 +15627,7 @@ "title": "", "title_from_content": "", "type_name": "Requirement", - "updated": "", + "updated": "casablanca", "validated_by": "", "validation_mode": "" }, |