Class: Rex::Proto::CryptoAsn1::Types::TeletexString::Permissive

Inherits:
Rex::Proto::CryptoAsn1::Types::TeletexString show all
Defined in:
lib/rex/proto/crypto_asn1/types.rb

Overview

Technically this type should be using T.61 encoding, however some libraries such as OpenSSL use this type to label strings encoded with ISO-8859-1. See:

* https://pike.lysator.liu.se/generated/manual/modref/ex/7.8_3A_3A/Standards/ASN1/Types/TeletexString.html
* https://github.com/wbond/asn1crypto/blob/fad689f2072e405317436c8bf7f6609ba183a060/asn1crypto/x509.py#L461-L465

Constant Summary collapse

ENCODING =
'ISO-8859-1'.freeze

Constants inherited from Rex::Proto::CryptoAsn1::Types::TeletexString

ID

Method Summary

Methods inherited from Rex::Proto::CryptoAsn1::Types::TeletexString

type