Expand description
§Security Layer
ETSI TS 103 097 V2.1.1 security services for C-ITS messages.
This module provides:
- ASN.1 data types generated by
rasn(COER codec) insecurity_asn. - ECDSA signing/verification backend in
ecdsa_backend. - Certificate handling (ETSI TS 103 097 profiles) in
certificate. - Certificate chain storage and validation in
certificate_library. - SN-SAP interface types (ETSI TS 102 723-8) in
sn_sap. - Message signing service in
sign_service. - Message verification service in
verify_service.
Modules§
- certificate
- Certificate handling — ETSI TS 103 097 V2.1.1 profiles.
- certificate_
library - Certificate library — storage and chain validation.
- ecdsa_
backend - ECDSA backend — NIST P-256 signing and verification.
- security_
asn - sign_
service - Sign service — ETSI TS 103 097 message signing.
- sn_sap
- SN-SAP — Security Network Service Access Point.
- time_
service - ITS time utilities.
- verify_
service - Verify service — ETSI TS 103 097 message verification.