diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2014-10-29 22:34:36 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2014-11-29 14:51:14 +0100 |
commit | 6d31c7ef74cf8c2896f8552f454b8ba580b2684b (patch) | |
tree | 59a08fd093e2b405bf70dde90e57722f7916e513 | |
parent | 8c751b61192cccd8190580d6d7f529de2065a395 (diff) | |
download | strongswan-6d31c7ef74cf8c2896f8552f454b8ba580b2684b.tar.bz2 strongswan-6d31c7ef74cf8c2896f8552f454b8ba580b2684b.tar.xz |
Added BLISS OIDs in ITA-HSR OID tree
-rw-r--r-- | src/libstrongswan/asn1/oid.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libstrongswan/asn1/oid.txt b/src/libstrongswan/asn1/oid.txt index e545188d4..5d74f4082 100644 --- a/src/libstrongswan/asn1/oid.txt +++ b/src/libstrongswan/asn1/oid.txt @@ -208,6 +208,16 @@ 0xA0 "" 0x2A "ITA" 0x01 "strongSwan" OID_STRONGSWAN + 0x02 "cps" + 0x03 "e-voting" + 0x05 "BLISS" + 0x01 "keyType" + 0x01 "blissPublicKey" OID_BLISS + 0x02 "parameters" + 0x01 "BLISS-I" OID_BLISS_I + 0x02 "BLISS-II" OID_BLISS_II + 0x03 "BLISS-III" OID_BLISS_III + 0x04 "BLISS-IV" OID_BLISS_IV 0x89 "" 0x31 "" 0x01 "" |