Commit 73486127 authored by ASN.1 Documenter's avatar ASN.1 Documenter
Browse files

allow implicit certificates

parent d5a887bc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
EtsiTs103097Module
{itu-t(0) identified-organization(4) etsi(0) itsDomain(5) wg5(5) secHeaders(103097) core(1) version2(2)} 
{itu-t(0) identified-organization(4) etsi(0) itsDomain(5) wg5(5) secHeaders(103097) core(1) version3(3)} 

DEFINITIONS AUTOMATIC TAGS ::= BEGIN

IMPORTS

Ieee1609Dot2Data, ExplicitCertificate
Ieee1609Dot2Data, Certificate
FROM Ieee1609Dot2 {iso(1) identified-organization(3) ieee(111) 
  standards-association-numbered-series-standards(2) wave-stds(1609)  
  dot2(2) base(1) schema(1) major-version-2(2) minor-version-3(3)}
@@ -16,7 +16,7 @@ FROM EtsiTs103097ExtensionModule {itu-t(0) identified-organization(4)
  etsi(0) itsDomain(5) wg5(5) secHeaders(103097) extension(2) version1(1)}
;

EtsiTs103097Certificate::= ExplicitCertificate (WITH COMPONENTS{...,
EtsiTs103097Certificate::= Certificate (WITH COMPONENTS{...,
  toBeSigned (WITH COMPONENTS{...,
    id (WITH COMPONENTS{...,
      linkageData ABSENT,
+3 −3
Original line number Diff line number Diff line
# ASN.1 module for ETSI TS 103 097 v1.4.1
# ASN.1 module for ETSI TS 103 097 v2.1.1

The module was published as a part of delivery **[ETSI TS 103 097 v1.4.1](http://www.etsi.org/deliver/etsi_ts/103000_103099/103097/01.04.01_60/ts_103097v010401p.pdf)**
The module was published as a part of delivery **[ETSI TS 103 097 v2.1.1](http://www.etsi.org/deliver/etsi_ts/103000_103099/103097/02.01.01_60/ts_103097v020101p.pdf)**

## License

@@ -12,6 +12,6 @@ See the attached LICENSE file or visit https://forge.etsi.org/legal-matters.

The module dependens of the following external modules and repositories:

* The **[IEEE1609dot2](https://forge.etsi.org/rep/ITS/asn1/ieee1609.2/tree/WI-00557)** module from the  **IEEE Std 1609.2** - WAVE - Security Services for Applications and Management Messages
* The **[IEEE1609dot2](https://forge.etsi.org/rep/ITS/asn1/ieee1609.2/)** module from the  **IEEE Std 1609.2** - WAVE - Security Services for Applications and Management Messages

*NOTE: Please use  `--recurse-submodules` option in order to clone the module with all necessary dependencies.*