Showing preview only (3,866K chars total). Download the full file or copy to clipboard to get everything.
Repository: awslabs/certlint
Branch: master
Commit: 9240b6a76c32
Files: 514
Total size: 3.6 MB
Directory structure:
gitextract_vn8hwzgd/
├── .gitignore
├── .rubocop.yml
├── CODE_OF_CONDUCT.md
├── Gemfile
├── LICENSE
├── README.md
├── Rakefile
├── bin/
│ ├── cablint
│ ├── cablint-ct
│ └── certlint
├── certlint.gemspec
├── data/
│ ├── ldap-names.csv
│ ├── newgtlds.csv
│ ├── root.zone
│ └── special-use-domain.csv
├── ext/
│ ├── .gitignore
│ ├── ANY.c
│ ├── ANY.h
│ ├── AccessDescription.c
│ ├── AccessDescription.h
│ ├── AdministrationDomainName.c
│ ├── AdministrationDomainName.h
│ ├── AlgorithmIdentifier.c
│ ├── AlgorithmIdentifier.h
│ ├── AnotherName.c
│ ├── AnotherName.h
│ ├── Attribute.c
│ ├── Attribute.h
│ ├── AttributeType.c
│ ├── AttributeType.h
│ ├── AttributeTypeAndValue.c
│ ├── AttributeTypeAndValue.h
│ ├── AttributeValue.c
│ ├── AttributeValue.h
│ ├── AuthorityInfoAccessSyntax.c
│ ├── AuthorityInfoAccessSyntax.h
│ ├── AuthorityKeyIdentifier.c
│ ├── AuthorityKeyIdentifier.h
│ ├── BIT_STRING.c
│ ├── BIT_STRING.h
│ ├── BMPString.c
│ ├── BMPString.h
│ ├── BOOLEAN.c
│ ├── BOOLEAN.h
│ ├── BaseCRLNumber.c
│ ├── BaseCRLNumber.h
│ ├── BaseDistance.c
│ ├── BaseDistance.h
│ ├── BasicConstraints.c
│ ├── BasicConstraints.h
│ ├── BiometricData.c
│ ├── BiometricData.h
│ ├── BiometricSyntax.c
│ ├── BiometricSyntax.h
│ ├── BuiltInDomainDefinedAttribute.c
│ ├── BuiltInDomainDefinedAttribute.h
│ ├── BuiltInDomainDefinedAttributes.c
│ ├── BuiltInDomainDefinedAttributes.h
│ ├── BuiltInStandardAttributes.c
│ ├── BuiltInStandardAttributes.h
│ ├── CPSuri.c
│ ├── CPSuri.h
│ ├── CRLDistributionPoints.c
│ ├── CRLDistributionPoints.h
│ ├── CRLNumber.c
│ ├── CRLNumber.h
│ ├── CRLReason.c
│ ├── CRLReason.h
│ ├── CertPolicyId.c
│ ├── CertPolicyId.h
│ ├── Certificate.c
│ ├── Certificate.h
│ ├── CertificateIssuer.c
│ ├── CertificateIssuer.h
│ ├── CertificateList.c
│ ├── CertificateList.h
│ ├── CertificatePolicies.c
│ ├── CertificatePolicies.h
│ ├── CertificateSerialNumber.c
│ ├── CertificateSerialNumber.h
│ ├── Characteristic-two.c
│ ├── Characteristic-two.h
│ ├── CommonName.c
│ ├── CommonName.h
│ ├── CountryName.c
│ ├── CountryName.h
│ ├── CountryOfCitizenship.c
│ ├── CountryOfCitizenship.h
│ ├── CountryOfResidence.c
│ ├── CountryOfResidence.h
│ ├── Curve.c
│ ├── Curve.h
│ ├── DHPublicKey.c
│ ├── DHPublicKey.h
│ ├── DSAPublicKey.c
│ ├── DSAPublicKey.h
│ ├── DateOfBirth.c
│ ├── DateOfBirth.h
│ ├── DirectoryString.c
│ ├── DirectoryString.h
│ ├── DisplayText.c
│ ├── DisplayText.h
│ ├── DistinguishedName.c
│ ├── DistinguishedName.h
│ ├── DistributionPoint.c
│ ├── DistributionPoint.h
│ ├── DistributionPointName.c
│ ├── DistributionPointName.h
│ ├── DomainComponent.c
│ ├── DomainComponent.h
│ ├── DomainParameters.c
│ ├── DomainParameters.h
│ ├── Dss-Parms.c
│ ├── Dss-Parms.h
│ ├── Dss-Sig-Value.c
│ ├── Dss-Sig-Value.h
│ ├── ECDSA-Sig-Value.c
│ ├── ECDSA-Sig-Value.h
│ ├── ECPVer.c
│ ├── ECPVer.h
│ ├── ECParameters.c
│ ├── ECParameters.h
│ ├── ECPoint.c
│ ├── ECPoint.h
│ ├── EDIPartyName.c
│ ├── EDIPartyName.h
│ ├── ENUMERATED.c
│ ├── ENUMERATED.h
│ ├── EcpkParameters.c
│ ├── EcpkParameters.h
│ ├── EmailAddress.c
│ ├── EmailAddress.h
│ ├── ExtKeyUsageSyntax.c
│ ├── ExtKeyUsageSyntax.h
│ ├── ExtendedNetworkAddress.c
│ ├── ExtendedNetworkAddress.h
│ ├── Extension.c
│ ├── Extension.h
│ ├── ExtensionAttribute.c
│ ├── ExtensionAttribute.h
│ ├── ExtensionAttributes.c
│ ├── ExtensionAttributes.h
│ ├── ExtensionORAddressComponents.c
│ ├── ExtensionORAddressComponents.h
│ ├── ExtensionPhysicalDeliveryAddressComponents.c
│ ├── ExtensionPhysicalDeliveryAddressComponents.h
│ ├── Extensions.c
│ ├── Extensions.h
│ ├── Features.c
│ ├── Features.h
│ ├── FieldElement.c
│ ├── FieldElement.h
│ ├── FieldID.c
│ ├── FieldID.h
│ ├── FreshestCRL.c
│ ├── FreshestCRL.h
│ ├── Gender.c
│ ├── Gender.h
│ ├── GeneralName.c
│ ├── GeneralName.h
│ ├── GeneralNames.c
│ ├── GeneralNames.h
│ ├── GeneralSubtree.c
│ ├── GeneralSubtree.h
│ ├── GeneralSubtrees.c
│ ├── GeneralSubtrees.h
│ ├── GeneralizedTime.c
│ ├── GeneralizedTime.h
│ ├── HashAlgAndValue.c
│ ├── HashAlgAndValue.h
│ ├── HoldInstructionCode.c
│ ├── HoldInstructionCode.h
│ ├── IA5String.c
│ ├── IA5String.h
│ ├── INTEGER.c
│ ├── INTEGER.h
│ ├── InhibitAnyPolicy.c
│ ├── InhibitAnyPolicy.h
│ ├── InvalidityDate.c
│ ├── InvalidityDate.h
│ ├── IssuerAltName.c
│ ├── IssuerAltName.h
│ ├── IssuingDistributionPoint.c
│ ├── IssuingDistributionPoint.h
│ ├── KEA-Parms-Id.c
│ ├── KEA-Parms-Id.h
│ ├── KeyIdentifier.c
│ ├── KeyIdentifier.h
│ ├── KeyPurposeId.c
│ ├── KeyPurposeId.h
│ ├── KeyUsage.c
│ ├── KeyUsage.h
│ ├── LocalPostalAttributes.c
│ ├── LocalPostalAttributes.h
│ ├── LogotypeAudio.c
│ ├── LogotypeAudio.h
│ ├── LogotypeAudioInfo.c
│ ├── LogotypeAudioInfo.h
│ ├── LogotypeData.c
│ ├── LogotypeData.h
│ ├── LogotypeDetails.c
│ ├── LogotypeDetails.h
│ ├── LogotypeExtn.c
│ ├── LogotypeExtn.h
│ ├── LogotypeImage.c
│ ├── LogotypeImage.h
│ ├── LogotypeImageInfo.c
│ ├── LogotypeImageInfo.h
│ ├── LogotypeImageResolution.c
│ ├── LogotypeImageResolution.h
│ ├── LogotypeImageType.c
│ ├── LogotypeImageType.h
│ ├── LogotypeInfo.c
│ ├── LogotypeInfo.h
│ ├── LogotypeReference.c
│ ├── LogotypeReference.h
│ ├── NULL.c
│ ├── NULL.h
│ ├── Name.c
│ ├── Name.h
│ ├── NameConstraints.c
│ ├── NameConstraints.h
│ ├── NameRegistrationAuthorities.c
│ ├── NameRegistrationAuthorities.h
│ ├── NativeEnumerated.c
│ ├── NativeEnumerated.h
│ ├── NativeInteger.c
│ ├── NativeInteger.h
│ ├── NetworkAddress.c
│ ├── NetworkAddress.h
│ ├── NoticeReference.c
│ ├── NoticeReference.h
│ ├── NumericString.c
│ ├── NumericString.h
│ ├── NumericUserIdentifier.c
│ ├── NumericUserIdentifier.h
│ ├── OBJECT_IDENTIFIER.c
│ ├── OBJECT_IDENTIFIER.h
│ ├── OCTET_STRING.c
│ ├── OCTET_STRING.h
│ ├── OPEN_TYPE.c
│ ├── OPEN_TYPE.h
│ ├── ORAddress.c
│ ├── ORAddress.h
│ ├── OrganizationName.c
│ ├── OrganizationName.h
│ ├── OrganizationalUnitName.c
│ ├── OrganizationalUnitName.h
│ ├── OrganizationalUnitNames.c
│ ├── OrganizationalUnitNames.h
│ ├── OtherLogotypeInfo.c
│ ├── OtherLogotypeInfo.h
│ ├── PDSName.c
│ ├── PDSName.h
│ ├── PDSParameter.c
│ ├── PDSParameter.h
│ ├── PKCS9String.c
│ ├── PKCS9String.h
│ ├── Pentanomial.c
│ ├── Pentanomial.h
│ ├── PersonalName.c
│ ├── PersonalName.h
│ ├── PhysicalDeliveryCountryName.c
│ ├── PhysicalDeliveryCountryName.h
│ ├── PhysicalDeliveryOfficeName.c
│ ├── PhysicalDeliveryOfficeName.h
│ ├── PhysicalDeliveryOfficeNumber.c
│ ├── PhysicalDeliveryOfficeNumber.h
│ ├── PhysicalDeliveryOrganizationName.c
│ ├── PhysicalDeliveryOrganizationName.h
│ ├── PhysicalDeliveryPersonalName.c
│ ├── PhysicalDeliveryPersonalName.h
│ ├── PlaceOfBirth.c
│ ├── PlaceOfBirth.h
│ ├── PolicyConstraints.c
│ ├── PolicyConstraints.h
│ ├── PolicyInformation.c
│ ├── PolicyInformation.h
│ ├── PolicyMappings.c
│ ├── PolicyMappings.h
│ ├── PolicyQualifierId.c
│ ├── PolicyQualifierId.h
│ ├── PolicyQualifierInfo.c
│ ├── PolicyQualifierInfo.h
│ ├── PostOfficeBoxAddress.c
│ ├── PostOfficeBoxAddress.h
│ ├── PostalAddress.c
│ ├── PostalAddress.h
│ ├── PostalCode.c
│ ├── PostalCode.h
│ ├── PosteRestanteAddress.c
│ ├── PosteRestanteAddress.h
│ ├── PredefinedBiometricType.c
│ ├── PredefinedBiometricType.h
│ ├── PresentationAddress.c
│ ├── PresentationAddress.h
│ ├── Prime-p.c
│ ├── Prime-p.h
│ ├── PrintableString.c
│ ├── PrintableString.h
│ ├── PrivateDomainName.c
│ ├── PrivateDomainName.h
│ ├── PrivateKeyUsagePeriod.c
│ ├── PrivateKeyUsagePeriod.h
│ ├── QCStatement.c
│ ├── QCStatement.h
│ ├── QCStatements.c
│ ├── QCStatements.h
│ ├── RDNSequence.c
│ ├── RDNSequence.h
│ ├── README
│ ├── RSAPublicKey.c
│ ├── RSAPublicKey.h
│ ├── ReasonFlags.c
│ ├── ReasonFlags.h
│ ├── RelativeDistinguishedName.c
│ ├── RelativeDistinguishedName.h
│ ├── SMIMECapabilities.c
│ ├── SMIMECapabilities.h
│ ├── SMIMECapability.c
│ ├── SMIMECapability.h
│ ├── SemanticsInformation.c
│ ├── SemanticsInformation.h
│ ├── SkipCerts.c
│ ├── SkipCerts.h
│ ├── StreetAddress.c
│ ├── StreetAddress.h
│ ├── SubjectAltName.c
│ ├── SubjectAltName.h
│ ├── SubjectDirectoryAttributes.c
│ ├── SubjectDirectoryAttributes.h
│ ├── SubjectInfoAccessSyntax.c
│ ├── SubjectInfoAccessSyntax.h
│ ├── SubjectKeyIdentifier.c
│ ├── SubjectKeyIdentifier.h
│ ├── SubjectPublicKeyInfo.c
│ ├── SubjectPublicKeyInfo.h
│ ├── TBSCertList.c
│ ├── TBSCertList.h
│ ├── TBSCertificate.c
│ ├── TBSCertificate.h
│ ├── TTime.h
│ ├── TeletexCommonName.c
│ ├── TeletexCommonName.h
│ ├── TeletexDomainDefinedAttribute.c
│ ├── TeletexDomainDefinedAttribute.h
│ ├── TeletexDomainDefinedAttributes.c
│ ├── TeletexDomainDefinedAttributes.h
│ ├── TeletexOrganizationName.c
│ ├── TeletexOrganizationName.h
│ ├── TeletexOrganizationalUnitName.c
│ ├── TeletexOrganizationalUnitName.h
│ ├── TeletexOrganizationalUnitNames.c
│ ├── TeletexOrganizationalUnitNames.h
│ ├── TeletexPersonalName.c
│ ├── TeletexPersonalName.h
│ ├── TeletexString.c
│ ├── TeletexString.h
│ ├── TerminalIdentifier.c
│ ├── TerminalIdentifier.h
│ ├── TerminalType.c
│ ├── TerminalType.h
│ ├── Time.c
│ ├── Trinomial.c
│ ├── Trinomial.h
│ ├── TypeOfBiometricData.c
│ ├── TypeOfBiometricData.h
│ ├── UTCTime.c
│ ├── UTCTime.h
│ ├── UTF8String.c
│ ├── UTF8String.h
│ ├── UnformattedPostalAddress.c
│ ├── UnformattedPostalAddress.h
│ ├── UniqueIdentifier.c
│ ├── UniqueIdentifier.h
│ ├── UniquePostalName.c
│ ├── UniquePostalName.h
│ ├── UniversalString.c
│ ├── UniversalString.h
│ ├── UserNotice.c
│ ├── UserNotice.h
│ ├── ValidationParms.c
│ ├── ValidationParms.h
│ ├── Validity.c
│ ├── Validity.h
│ ├── Version.c
│ ├── Version.h
│ ├── VisibleString.c
│ ├── VisibleString.h
│ ├── X121Address.c
│ ├── X121Address.h
│ ├── X520CommonName.c
│ ├── X520CommonName.h
│ ├── X520LocalityName.c
│ ├── X520LocalityName.h
│ ├── X520OrganizationName.c
│ ├── X520OrganizationName.h
│ ├── X520OrganizationalUnitName.c
│ ├── X520OrganizationalUnitName.h
│ ├── X520Pseudonym.c
│ ├── X520Pseudonym.h
│ ├── X520SerialNumber.c
│ ├── X520SerialNumber.h
│ ├── X520StateOrProvinceName.c
│ ├── X520StateOrProvinceName.h
│ ├── X520Title.c
│ ├── X520Title.h
│ ├── X520countryName.c
│ ├── X520countryName.h
│ ├── X520dnQualifier.c
│ ├── X520dnQualifier.h
│ ├── X520name.c
│ ├── X520name.h
│ ├── asn1/
│ │ ├── MiscAttr.asn1
│ │ ├── MiscAttrImpl.asn1
│ │ ├── pkix-smimecaps.asn1
│ │ ├── rfc3279-PKIX1Algorithms88.asn1
│ │ ├── rfc3280-PKIX1Explicit88.asn1
│ │ ├── rfc3280-PKIX1Implicit88.asn1
│ │ ├── rfc3709-LogotypeCertExtn.asn1
│ │ └── rfc3739-PKIXqualified88.asn1
│ ├── asn1validator.c
│ ├── asn_SEQUENCE_OF.c
│ ├── asn_SEQUENCE_OF.h
│ ├── asn_SET_OF.c
│ ├── asn_SET_OF.h
│ ├── asn_application.h
│ ├── asn_bit_data.c
│ ├── asn_bit_data.h
│ ├── asn_codecs.h
│ ├── asn_codecs_prim.c
│ ├── asn_codecs_prim.h
│ ├── asn_internal.h
│ ├── asn_ioc.h
│ ├── asn_system.h
│ ├── ber_decoder.c
│ ├── ber_decoder.h
│ ├── ber_tlv_length.c
│ ├── ber_tlv_length.h
│ ├── ber_tlv_tag.c
│ ├── ber_tlv_tag.h
│ ├── constr_CHOICE.c
│ ├── constr_CHOICE.h
│ ├── constr_SEQUENCE.c
│ ├── constr_SEQUENCE.h
│ ├── constr_SEQUENCE_OF.c
│ ├── constr_SEQUENCE_OF.h
│ ├── constr_SET.c
│ ├── constr_SET.h
│ ├── constr_SET_OF.c
│ ├── constr_SET_OF.h
│ ├── constr_TYPE.c
│ ├── constr_TYPE.h
│ ├── constraints.c
│ ├── constraints.h
│ ├── der_encoder.c
│ ├── der_encoder.h
│ ├── extconf.rb
│ ├── pdu_collection.c
│ ├── per_decoder.c
│ ├── per_decoder.h
│ ├── per_encoder.c
│ ├── per_encoder.h
│ ├── per_opentype.c
│ ├── per_opentype.h
│ ├── per_support.c
│ ├── per_support.h
│ ├── xer_decoder.c
│ ├── xer_decoder.h
│ ├── xer_encoder.c
│ ├── xer_encoder.h
│ ├── xer_support.c
│ └── xer_support.h
├── lib/
│ ├── certlint/
│ │ ├── cablint.rb
│ │ ├── certextlint.rb
│ │ ├── certlint.rb
│ │ ├── ct.rb
│ │ ├── dn_attrs.rb
│ │ ├── extensions/
│ │ │ ├── asn1ext.rb
│ │ │ ├── authorityinfoaccesssyntax.rb
│ │ │ ├── authoritykeyidentifier.rb
│ │ │ ├── basicconstraints.rb
│ │ │ ├── certificatepolicies.rb
│ │ │ ├── crldistributionpoints.rb
│ │ │ ├── ctpoison.rb
│ │ │ ├── extkeyusagesyntax.rb
│ │ │ ├── features.rb
│ │ │ ├── freshestcrl.rb
│ │ │ ├── inhibitanypolicy.rb
│ │ │ ├── issueraltname.rb
│ │ │ ├── keyusage.rb
│ │ │ ├── logotypeextn.rb
│ │ │ ├── nameconstraints.rb
│ │ │ ├── ocspnocheck.rb
│ │ │ ├── policyconstraints.rb
│ │ │ ├── policymappings.rb
│ │ │ ├── privatekeyusageperiod.rb
│ │ │ ├── qcstatements.rb
│ │ │ ├── signedcertificatetimestamplist.rb
│ │ │ ├── smimecapabilities.rb
│ │ │ ├── subjectaltname.rb
│ │ │ ├── subjectdirectoryattributes.rb
│ │ │ ├── subjectinfoaccesssyntax.rb
│ │ │ └── subjectkeyidentifier.rb
│ │ ├── generalnames.rb
│ │ ├── iananames.rb
│ │ ├── namelint.rb
│ │ ├── pemlint.rb
│ │ └── version.rb
│ └── certlint.rb
├── make-names.rb
├── spec/
│ ├── certlint_spec.rb
│ └── spec_helper.rb
└── update-data.sh
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
build-x509helper/asn1c
*.gem
================================================
FILE: .rubocop.yml
================================================
Metrics/LineLength:
Enabled: false
================================================
FILE: CODE_OF_CONDUCT.md
================================================
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
nationality, personal appearance, race, religion, or sexual identity and
orientation.
## Our Standards
Examples of behavior that contributes to creating a positive environment
include:
* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
## Our Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.
## Scope
This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at pzb@amazon.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [http://contributor-covenant.org/version/1/4][version]
[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
================================================
FILE: Gemfile
================================================
source "https://rubygems.org"
# Specify your gem's dependencies in certlint.gemspec
gemspec
================================================
FILE: LICENSE
================================================
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "{}"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright {yyyy} {name of copyright owner}
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================================================
FILE: README.md
================================================
# certlint
X.509 certificate linter
`certlint` is currently at version 0.9.0. It does not yet build as a gem.
For now, execute by running:
`ruby -I lib:ext bin/certlint` or `ruby -I lib:ext bin/cablint`
## Required gems
* `public_suffix`
* `simpleidn`
If using less than Ruby 2.3, you also need the `unf` gem.
## Building the asn1validator extension
`certlint` requires that the `asn1validator` extension be available.
See ext/README for instructions on building it.
## Output
Messages will be output one per line. Each line will start with a single
capital letter, a colon, and a space. The letters indicate the type of message:
* B: Bug. Your certificate has a feature not handled by certlint.
* I: Information. These are purely informational; no action is needed.
* N: Notice. These are items known to cause issues with one or more implementations of certificate processing but are not errors according to the standard.
* W: Warning. These are issues where a standard recommends differently but the standard uses terms such as "SHOULD" or "MAY".
* E: Error. These are issues where the certificate is not compliant with the standard.
* F: Fatal Error. These errors are fatal to the checks and prevent most further checks from being executed. These are extremely bad errors.
## Thanks
Certlint was written by Peter Bowen (pzbowen@gmail.com).
Contributors include Matt Palmer, Rob Stradling, David Keeler, and Karsten Weiss.
================================================
FILE: Rakefile
================================================
require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
================================================
FILE: bin/cablint
================================================
#!/usr/bin/ruby -Eutf-8:utf-8
# encoding: UTF-8
# Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You may not
# use this file except in compliance with the License. A copy of the License
# is located at
#
# http://aws.amazon.com/apache2.0/
#
# or in the "license" file accompanying this file. This file is distributed on
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.
require 'certlint'
ARGV.each do |file|
fn = File.basename(file)
raw = File.read(file)
if raw.include? '-BEGIN CERTIFICATE-'
m, der = CertLint::PEMLint.lint(raw, 'CERTIFICATE')
else
m = []
der = raw
end
m += CertLint::CABLint.lint(der)
m.each do |msg|
begin
puts "#{msg}\t#{fn}"
rescue Encoding::UndefinedConversionError
print msg
puts "\t#{fn}"
end
end
end
================================================
FILE: bin/cablint-ct
================================================
#!/usr/bin/ruby -Eutf-8:utf-8
# encoding: UTF-8
# Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You may not
# use this file except in compliance with the License. A copy of the License
# is located at
#
# http://aws.amazon.com/apache2.0/
#
# or in the "license" file accompanying this file. This file is distributed on
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.
require 'certlint'
require 'certlint/ct'
LOGS = {
'pilot' => 'https://ct.googleapis.com/pilot',
'aviator' => 'https://ct.googleapis.com/aviator',
'rocketeer' => 'https://ct.googleapis.com/rocketeer',
'certly' => 'https://log.certly.io',
'digicert' => 'https://ct1.digicert-ct.com/log',
'symantec' => 'https://ct.ws.symantec.com',
'izenpe' => 'https://ct.izenpe.com',
'wosign' => 'https://ct.wosign.com',
'venafi' => 'https://ctlog.api.venafi.com',
'akamai' => 'https://ct.akamai.com',
'vega' => 'https://vega.ws.symantec.com'
}
log_url = ARGV[0]
unless log_url.include? '://'
log_url = LOGS[log_url]
end
entry = ARGV[1].to_i
ct = CertLint::CT.new(log_url)
ct.get_entries(entry, entry).each do |e|
if e['leaf_input'].entry_type == 0
der = e['leaf_input'].raw_certificate
else
der = e['extra_data'].pre_certificate.raw_certificate
end
m = CertLint::CABLint.lint(der.to_s)
m.each do |msg|
puts "#{msg}\tCT:#{entry}"
end
end
================================================
FILE: bin/certlint
================================================
#!/usr/bin/ruby -Eutf-8:utf-8
# encoding: UTF-8
# Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You may not
# use this file except in compliance with the License. A copy of the License
# is located at
#
# http://aws.amazon.com/apache2.0/
#
# or in the "license" file accompanying this file. This file is distributed on
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.
require 'certlint'
fn = File.basename(ARGV[0])
raw = File.read(ARGV[0])
if raw.include? '-BEGIN CERTIFICATE-'
puts 'PEM!!!'
exit 1
end
der = raw
m = CertLint.lint(der)
m.each do |msg|
begin
puts "#{msg}\t#{fn}"
rescue Encoding::UndefinedConversionError
print msg
puts "\t#{fn}"
end
end
================================================
FILE: certlint.gemspec
================================================
# coding: utf-8
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "certlint/version"
Gem::Specification.new do |spec|
spec.name = "certlint"
spec.version = CertLint::VERSION
spec.authors = ["Peter Bowen"]
spec.email = ["pzb@amazon.com"]
spec.license = "Apache-2.0"
spec.summary = %q{X.509 certificate linter}
spec.homepage = "https://github.com/awslabs/certlint"
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
if spec.respond_to?(:metadata)
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
else
raise "RubyGems 2.0 or newer is required to protect against " \
"public gem pushes."
end
spec.extensions = ['ext/extconf.rb']
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) #['ext/extconf.rb', 'CODE_OF_CONDUCT.md', 'LICENSE', 'README.md']
spec.executables = ['cablint', 'cablint-ct', 'certlint']
spec.require_paths = ["lib"]
spec.add_runtime_dependency "public_suffix", "~> 2.0"
spec.add_runtime_dependency "simpleidn", "~> 0.0"
spec.add_development_dependency "bundler", "~> 1.15"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
end
================================================
FILE: data/ldap-names.csv
================================================
Name,Type,OID,Reference
accessControlInnerArea,R,2.5.23.3,[RFC3672]
accessControlSpecificArea,R,2.5.23.2,[RFC3672]
account,O,0.9.2342.19200300.100.4.5,[RFC4524]
add,A,Reserved for LDIF,[RFC2849]
administrativeRole,A,2.5.18.5,[RFC3672]
administratorsAddress,A,1.3.6.1.4.1.1466.101.120.1,[Mark_Wahl]
algorithmIdentifierMatch,M,2.5.13.40,[RFC4523]
alias,O,2.5.6.1,[RFC4512]
aliasedEntryName,A,2.5.4.1,[X.501]
aliasedObjectName,A,2.5.4.1,[RFC4512]
allComponentsMatch,M,1.2.36.79672281.1.13.6,[RFC3687]
altServer,A,1.3.6.1.4.1.1466.101.120.6,[RFC4512]
applicationEntity,O,2.5.6.12,[RFC2256]
applicationProcess,O,2.5.6.11,[RFC4519]
aRecord,A,0.9.2342.19200300.100.1.26,[RFC1274]
associatedDomain,A,0.9.2342.19200300.100.1.37,[RFC4524]
associatedInternetGateway,A,1.3.6.1.4.1.453.7.2.8,[RFC2164]
associatedName,A,0.9.2342.19200300.100.1.38,[RFC4524]
associatedORAddress,A,1.3.6.1.4.1.453.7.2.6,[RFC2164]
associatedX400Gateway,A,1.3.6.1.4.1.453.7.2.3,[RFC2164]
attributeMap,A,1.3.6.1.4.1.11.1.3.1.1.9,[RFC4876]
attributeTypes,A,2.5.21.5,[RFC4512]
audio,A,0.9.2342.19200300.100.1.55,[RFC1274]
authenticationMethod,A,1.3.6.1.4.1.11.1.3.1.1.6,[RFC4876]
authorityRevocationList,A,2.5.4.38,[RFC4523]
autonomousArea,R,2.5.23.1,[RFC3672]
bindTimeLimit,A,1.3.6.1.4.1.11.1.3.1.1.4,[RFC4876]
bitStringMatch,M,2.5.13.16,[RFC4517]
booleanMatch,M,2.5.13.13,[RFC4517]
buildingName,A,0.9.2342.19200300.100.1.48,[RFC4524]
businessCategory,A,2.5.4.15,[RFC4519]
c,A,2.5.4.6,[RFC4519]
c-FacsimileTelephoneNumber,A,2.5.4.23.1,[RFC3671]
c-InternationalISDNNumber,A,2.5.4.25.1,[RFC3671]
c-l,A,2.5.4.7.1,[RFC3671]
c-PhysicalDeliveryOffice,A,2.5.4.19.1,[RFC3671]
c-PostalAddress,A,2.5.4.16.1,[RFC3671]
c-PostalCode,A,2.5.4.17.1,[RFC3671]
c-PostOfficeBox,A,2.5.4.18.1,[RFC3671]
c-o,A,2.5.4.10.1,[RFC3671]
c-ou,A,2.5.4.11.1,[RFC3671]
c-st,A,2.5.4.8.1,[RFC3671]
c-street,A,2.5.4.9.1,[RFC3671]
c-TelephoneNumber,A,2.5.4.20.1,[RFC3671]
c-TelexNumber,A,2.5.4.21.1,[RFC3671]
cACertificate,A,2.5.4.37,[RFC4523]
calCalAdrURI,A,1.2.840.113556.1.4.481,[RFC2739]
calCalURI,A,1.2.840.113556.1.4.478,[RFC2739]
calCAPURI,A,1.2.840.113556.1.4.480,[RFC2739]
calEntry,O,1.2.840.113556.1.5.87,[RFC2739]
calFBURL,A,1.2.840.113556.1.4.479,[RFC2739]
calOtherCalAdrURIs,A,1.2.840.113556.1.4.485,[RFC2739]
calOtherCalURIs,A,1.2.840.113556.1.4.482,[RFC2739]
calOtherCAPURIs,A,1.2.840.113556.1.4.484,[RFC2739]
calOtherFBURLs,A,1.2.840.113556.1.4.483,[RFC2739]
carLicense,A,2.16.840.1.113730.3.1.1,[RFC2798]
caseExactIA5Match,M,1.3.6.1.4.1.1466.109.114.1,[RFC4517]
caseExactMatch,M,2.5.13.5,[RFC4517]
caseExactOrderingMatch,M,2.5.13.6,[RFC4517]
caseExactSubstringsMatch,M,2.5.13.7,[RFC4517]
caseIgnoreIA5Match,M,1.3.6.1.4.1.1466.109.114.2,[RFC4517]
caseIgnoreIA5SubstringsMatch,M,1.3.6.1.4.1.1466.109.114.3,[RFC4517]
caseIgnoreListMatch,M,2.5.13.11,[RFC4517]
caseIgnoreListSubstringsMatch,M,2.5.13.12,[RFC4517]
caseIgnoreMatch,M,2.5.13.2,[RFC4517]
caseIgnoreOrderingMatch,M,2.5.13.3,[RFC4517]
caseIgnoreSubstringsMatch,M,2.5.13.4,[RFC4517]
certificateExactMatch,M,2.5.13.34,[RFC4523]
certificateListExactMatch,M,2.5.13.38,[RFC4523]
certificateListMatch,M,2.5.13.39,[RFC4523]
certificateMatch,M,2.5.13.35,[RFC4523]
certificatePairExactMatch,M,2.5.13.36,[RFC4523]
certificatePairMatch,M,2.5.13.37,[RFC4523]
certificateRevocationList,A,2.5.4.39,[RFC4523]
certificationAuthority,O,2.5.6.16,[RFC4523]
certificationAuthority-V2,O,2.5.6.16.2,[RFC4523]
changetype,A,Reserved for LDIF,[RFC2849]
cn,A,2.5.4.3,[RFC4519]
cNAMERecord,A,0.9.2342.19200300.100.1.31,[RFC1274]
co,A,0.9.2342.19200300.100.1.43,[RFC4524]
collectiveAttributeInnerArea,R,2.5.23.6,[RFC3672]
collectiveAttributeSpecificArea,R,2.5.23.5,[RFC3672]
collectiveAttributeSubentries,A,2.5.18.12,[RFC3671]
collectiveAttributeSubentry,O,2.5.20.2,[RFC3671]
collectiveExclusions,A,2.5.18.7,[RFC3671]
commonName,A,2.5.4.3,[RFC4519]
componentFilterMatch,M,1.2.36.79672281.1.13.2,[RFC3687]
control,A,Reserved for LDIF,[RFC2849]
country,O,2.5.6.2,[RFC4519]
countryName,A,2.5.4.6,[RFC4519]
createTimestamp,A,2.5.18.1,[RFC4512]
creatorsName,A,2.5.18.3,[RFC4512]
credentialLevel,A,1.3.6.1.4.1.11.1.3.1.1.10,[RFC4876]
cRLDistributionPoint,O,2.5.6.19,[RFC4523]
crossCertificatePair,A,2.5.4.40,[RFC4523]
DC,A,0.9.2342.19200300.100.1.25,[RFC4519]
dcObject,O,1.3.6.1.4.1.1466.344,[RFC4519]
defaultServerList,A,1.3.6.1.4.1.11.1.3.1.1.0,[RFC4876]
defaultSearchBase,A,1.3.6.1.4.1.11.1.3.1.1.1,[RFC4876]
defaultSearchScope,A,1.3.6.1.4.1.11.1.3.1.1.12,[RFC4876]
delete,A,Reserved for LDIF,[RFC2849]
deleteoldrdn,A,Reserved for LDIF,[RFC2849]
deltaCRL,O,2.5.6.23,[RFC4523]
deltaRevocationList,A,2.5.4.53,[RFC4523]
departmentNumber,A,2.16.840.1.113730.3.1.2,[RFC2798]
dereferenceAliases,A,1.3.6.1.4.1.11.1.3.1.1.16,[RFC4876]
description,A,2.5.4.13,[RFC4519]
destinationIndicator,A,2.5.4.27,[RFC4519]
device,O,2.5.6.14,[RFC4519]
directoryComponentsMatch,M,1.2.36.79672281.1.13.7,[RFC3687]
directoryStringFirstComponentMatch,M,2.5.13.31,[RFC4517]
displayName,A,2.16.840.1.113730.3.1.241,[RFC2798]
distinguishedName,A,2.5.4.49,[RFC4519]
distinguishedNameMatch,M,2.5.13.1,[RFC4517]
distinguishedNameTableEntry,O,1.3.6.1.4.1.453.7.1.5,[RFC2293]
distinguishedNameTableKey,A,1.3.6.1.4.1.453.7.2.3,[RFC2293]
dITContentRules,A,2.5.21.2,[RFC4512]
dITRedirect,A,0.9.2342.19200300.100.1.54,[RFC1274]
dITStructureRules,A,2.5.21.1,[RFC4512]
dmd,O,2.5.6.20,[RFC2256]
dmdName,A,2.5.4.54,[RFC2256]
dn,A,Reserved for LDIF,[RFC2849]
dnQualifier,A,2.5.4.46,[RFC4519]
dNSDomain,O,0.9.2342.19200300.100.4.15,[RFC1274]
document,O,0.9.2342.19200300.100.4.6,[RFC4524]
documentAuthor,A,0.9.2342.19200300.100.1.14,[RFC4524]
documentIdentifier,A,0.9.2342.19200300.100.1.11,[RFC4524]
documentLocation,A,0.9.2342.19200300.100.1.15,[RFC4524]
documentPublisher,A,0.9.2342.19200300.100.1.56,[RFC4524]
documentSeries,O,0.9.2342.19200300.100.4.8,[RFC4524]
documentTitle,A,0.9.2342.19200300.100.1.12,[RFC4524]
documentVersion,A,0.9.2342.19200300.100.1.13,[RFC4524]
domain,O,0.9.2342.19200300.100.4.13,[RFC4524]
domainComponent,A,0.9.2342.19200300.100.1.25,[RFC4519]
domainNameForm,N,1.3.6.1.4.1.1466.345,[RFC2247]
domainRelatedObject,O,0.9.2342.19200300.100.4.17,[RFC4524]
drink,A,0.9.2342.19200300.100.1.5,[RFC4524]
dSA,O,2.5.6.13,[RFC2256]
dSAQuality,A,0.9.2342.19200300.100.1.49,[RFC1274]
DUAConfigProfile,O,1.3.6.1.4.1.11.1.3.1.2.5,[RFC4876]
dynamicObject,O,1.3.6.1.4.1.1466.101.119.2,[RFC2589]
dynamicSubtrees,A,1.3.6.1.4.1.1466.101.119.4,[RFC2589]
e-com-seafreeze-*,F,N/A,[Allen_Williams]
e-com-westjet-*,F,N/A,[Matthew_Key]
email,A,1.2.840.113549.1.9.1,[RFC3280]
emailAddress,A,1.2.840.113549.1.9.1,[RFC3280]
employeeNumber,A,2.16.840.1.113730.3.1.3,[RFC2798]
employeeType,A,2.16.840.1.113730.3.1.4,[RFC2798]
enhancedSearchGuide,A,2.5.4.47,[RFC4519]
entryDN,A,1.3.6.1.1.20,[RFC5020]
entryTtl,A,1.3.6.1.4.1.1466.101.119.3,[RFC2589]
entryUUID,A,1.3.6.1.1.16.4,[RFC4530]
extensibleObject,O,1.3.6.1.4.1.1466.101.120.111,[RFC4512]
facsimileTelephoneNumber,A,2.5.4.23,[RFC4519]
favouriteDrink,A*,0.9.2342.19200300.100.1.5,[RFC4524]
fedfsAnnotation,A,1.3.6.1.4.1.31103.1.12,[RFC7532]
fedfsDescr,A,1.3.6.1.4.1.31103.1.13,[RFC7532]
fedfsFsl,O,1.3.6.1.4.1.31103.1.1003,[RFC7532]
fedfsFslHost,A*,1.3.6.1.4.1.31103.1.9,[RFC7532]
fedfsFslPort,A*,1.3.6.1.4.1.31103.1.10,[RFC7532]
fedfsFslTTL,A*,1.3.6.1.4.1.31103.1.11,[RFC7532]
fedfsFslUuid,A,1.3.6.1.4.1.31103.1.8,[RFC7532]
fedfsFsn,O,1.3.6.1.4.1.31103.1.1002,[RFC7532]
fedfsFsnTTL,A,1.3.6.1.4.1.31103.1.15,[RFC7532]
fedfsFsnUuid,A,1.3.6.1.4.1.31103.1.4,[RFC7532]
fedfsNceDN,A,1.3.6.1.4.1.31103.1.14,[RFC7532]
fedfsNcePrefix,A*,1.3.6.1.4.1.31103.1.7,[RFC7532]
fedfsNetAddr,A*,1.3.6.1.4.1.31103.1.2,[RFC7532]
fedfsNetPort,A*,1.3.6.1.4.1.31103.1.3,[RFC7532]
fedfsNfsClassChange,A,1.3.6.1.4.1.31103.1.112,[RFC7532]
fedfsNfsClassFileid,A,1.3.6.1.4.1.31103.1.110,[RFC7532]
fedfsNfsClassHandle,A,1.3.6.1.4.1.31103.1.109,[RFC7532]
fedfsNfsClassReaddir,A,1.3.6.1.4.1.31103.1.113,[RFC7532]
fedfsNfsClassSimul,A,1.3.6.1.4.1.31103.1.108,[RFC7532]
fedfsNfsClassWritever,A,1.3.6.1.4.1.31103.1.111,[RFC7532]
fedfsNfsCurrency,A,1.3.6.1.4.1.31103.1.103,[RFC7532]
fedfsNfsFsl,O,1.3.6.1.4.1.31103.1.1004,[RFC7532]
fedfsNfsGenFlagGoing,A,1.3.6.1.4.1.31103.1.105,[RFC7532]
fedfsNfsGenFlagSplit,A,1.3.6.1.4.1.31103.1.106,[RFC7532]
fedfsNfsGenFlagWritable,A,1.3.6.1.4.1.31103.1.104,[RFC7532]
fedfsNfsMajorVer,A*,1.3.6.1.4.1.31103.1.101,[RFC7532]
fedfsNfsMinorVer,A*,1.3.6.1.4.1.31103.1.102,[RFC7532]
fedfsNfsPath,A*,1.3.6.1.4.1.31103.1.100,[RFC7532]
fedfsNfsReadOrder,A,1.3.6.1.4.1.31103.1.115,[RFC7532]
fedfsNfsReadRank,A,1.3.6.1.4.1.31103.1.114,[RFC7532]
fedfsNfsTransFlagRdma,A,1.3.6.1.4.1.31103.1.107,[RFC7532]
fedfsNfsURI,A,1.3.6.1.4.1.31103.1.120,[RFC7532]
fedfsNfsValidFor,A,1.3.6.1.4.1.31103.1.119,[RFC7532]
fedfsNfsVarSub,A,1.3.6.1.4.1.31103.1.118,[RFC7532]
fedfsNfsWriteOrder,A,1.3.6.1.4.1.31103.1.117,[RFC7532]
fedfsNfsWriteRank,A,1.3.6.1.4.1.31103.1.116,[RFC7532]
fedfsNsdbContainerInfo,O,1.3.6.1.4.1.31103.1.1001,[RFC7532]
fedfsNsdbName,A*,1.3.6.1.4.1.31103.1.5,[RFC7532]
fedfsNsdbPort,A*,1.3.6.1.4.1.31103.1.6,[RFC7532]
fedfsUuid,A,1.3.6.1.4.1.31103.1.1,[RFC7532]
followReferrals,A,1.3.6.1.4.1.11.1.3.1.1.5,[RFC4876]
friendlyCountry,O,0.9.2342.19200300.100.4.18,[RFC4524]
friendlyCountryName,A*,0.9.2342.19200300.100.1.43,[RFC4524]
generalizedTimeMatch,M,2.5.13.27,[RFC4517]
generalizedTimeOrderingMatch,M,2.5.13.28,[RFC4517]
generationQualifier,A,2.5.4.44,[RFC4519]
givenName,A,2.5.4.42,[RFC4519]
GN,A,RESERVED,[RFC4519]
governingStructureRule,A,2.5.21.10,[RFC4512]
groupOfNames,O,2.5.6.9,[RFC4519]
groupOfUniqueNames,O,2.5.6.17,[RFC4519]
homePhone,A,0.9.2342.19200300.100.1.20,[RFC4524]
homePostalAddress,A,0.9.2342.19200300.100.1.39,[RFC4524]
homeTelephone,A*,0.9.2342.19200300.100.1.20,[RFC4524]
host,A,0.9.2342.19200300.100.1.9,[RFC4524]
houseIdentifier,A,2.5.4.51,[RFC4519]
increment,A,Reserved for LDIF,[RFC4525]
inetOrgPerson,O,2.16.840.1.113730.3.2.2,[RFC2798]
info,A,0.9.2342.19200300.100.1.4,[RFC4524]
initials,A,2.5.4.43,[RFC4519]
integerFirstComponentMatch,M,2.5.13.29,[RFC4517]
integerMatch,M,2.5.13.14,[RFC4517]
integerOrderingMatch,M,2.5.13.15,[RFC4517]
internationaliSDNNumber,A,2.5.4.25,[RFC4519]
janetMailbox,A,0.9.2342.19200300.100.1.46,[RFC1274]
JIDObject,O,1.3.6.1.1.23.1,[RFC8284]
jid,A,1.3.6.1.1.23.2,[RFC8284]
jpegPhoto,A,0.9.2342.19200300.100.1.60,[RFC2798]
keywordMatch,M,2.5.13.33,[RFC4517]
knowledgeInformation,A,2.5.4.2,[RFC2256]
L,A,2.5.4.7,[RFC4519]
labeledURI,A,1.3.6.1.4.1.250.1.57,[RFC2079]
labeledURIObject,O,1.3.6.1.4.1.250.3.15,[RFC2079]
lastModifiedBy,A,0.9.2342.19200300.100.1.24,[RFC1274]
lastModifiedTime,A,0.9.2342.19200300.100.1.23,[RFC1274]
ldapSyntaxes,A,1.3.6.1.4.1.1466.101.120.16,[RFC4512]
LDIFLocationURL,A,1.3.6.1.4.1.16572.2.2.6,[RFC6109]
LDIFLocationURLObject,O,1.3.6.1.4.1.16572.2.1.1,[RFC6109]
locality,O,2.5.6.3,[RFC4519]
localityName,A,2.5.4.7,[RFC4519]
mail,A,0.9.2342.19200300.100.1.3,[RFC4524]
mailPreferenceOption,A,0.9.2342.19200300.100.1.47,[RFC1274]
mailReceipt,A,1.3.6.1.4.1.16572.2.2.4,[RFC6109]
manager,A,0.9.2342.19200300.100.1.10,[RFC4524]
managedDomains,A,1.3.6.1.4.1.16572.2.2.5,[RFC6109]
matchingRules,A,2.5.21.4,[RFC4512]
matchingRuleUse,A,2.5.21.8,[RFC4512]
mcgamTables,A,1.3.6.1.4.1.453.7.2.9,[RFC2164]
mDRecord,A,0.9.2342.19200300.100.1.27,[RFC1274]
member,A,2.5.4.31,[RFC4519]
mixerGateway,O,1.3.6.1.4.1.453.7.1.4,[RFC2164]
mobile,A,0.9.2342.19200300.100.1.41,[RFC4524]
mobileTelephoneNumber,A*,0.9.2342.19200300.100.1.41,[RFC4524]
moddn,A,Reserved for LDIF,[RFC2849]
modifiersName,A,2.5.18.4,[RFC4512]
modify,A,Reserved for LDIF,[RFC2849]
modrdn,A,Reserved for LDIF,[RFC2849]
modifyTimestamp,A,2.5.18.2,[RFC4512]
mXRecord,A,0.9.2342.19200300.100.1.28,[RFC1274]
name,A,2.5.4.41,[RFC4519]
nameForms,A,2.5.21.7,[RFC4512]
namingContexts,A,1.3.6.1.4.1.1466.101.120.5,[RFC4512]
newrdn,A,Reserved for LDIF,[RFC2849]
newsuperior,A,Reserved for LDIF,[RFC2849]
nSRecord,A,0.9.2342.19200300.100.1.29,[RFC1274]
numericStringMatch,M,2.5.13.8,[RFC4517]
numericStringOrderingMatch,M,2.5.13.9,[RFC4517]
numericStringSubstringsMatch,M,2.5.13.10,[RFC4517]
o,A,2.5.4.10,[RFC4519]
objectClass,A,2.5.4.0,[RFC4512]
objectClasses,A,2.5.21.6,[RFC4512]
objectclassMap,A,1.3.6.1.4.1.11.1.3.1.1.11,[RFC4876]
objectIdentifierFirstComponentMatch,M,2.5.13.30,[RFC4517]
objectIdentifierMatch,M,2.5.13.0,[RFC4517]
octetStringMatch,M,2.5.13.17,[RFC4517]
octetStringOrderingMatch,M,2.5.13.18,[RFC4517]
omittedORAddressComponent,O,1.3.6.1.4.1.453.7.1.3,[RFC2164]
oRAddressComponentType,A,1.3.6.1.4.1.453.7.2.7,[RFC2164]
organization,O,2.5.6.4,[RFC4519]
organizationalPerson,O,2.5.6.7,[RFC4519]
organizationalRole,O,2.5.6.8,[RFC4519]
organizationalStatus,A,0.9.2342.19200300.100.1.45,[RFC4524]
organizationalUnit,O,2.5.6.5,[RFC4519]
organizationalUnitName,A,2.5.4.11,[RFC4519]
organizationName,A,2.5.4.10,[RFC4519]
otherMailbox,A,0.9.2342.19200300.100.1.22,[RFC1274]
ou,A,2.5.4.11,[RFC4519]
owner,A,2.5.4.32,[RFC4519]
pager,A,0.9.2342.19200300.100.1.42,[RFC4524]
pagerTelephoneNumber,A*,0.9.2342.19200300.100.1.42,[RFC4524]
pcels8021Filter,O,1.3.6.1.1.9.1.54,[RFC4104]
pcels8021HdrDestMACAddress,A,1.3.6.1.1.9.2.50,[RFC4104]
pcels8021HdrDestMACMask,A,1.3.6.1.1.9.2.51,[RFC4104]
pcels8021HdrPriority,A,1.3.6.1.1.9.2.53,[RFC4104]
pcels8021HdrProtocolID,A,1.3.6.1.1.9.2.52,[RFC4104]
pcels8021HdrSourceMACAddress,A,1.3.6.1.1.9.2.48,[RFC4104]
pcels8021HdrSourceMACMask,A,1.3.6.1.1.9.2.49,[RFC4104]
pcels8021HdrVLANID,A,1.3.6.1.1.9.2.54,[RFC4104]
pcelsActionAssociation,O,1.3.6.1.1.9.1.10,[RFC4104]
pcelsActionList,A,1.3.6.1.1.9.2.8,[RFC4104]
pcelsBitStringList,A,1.3.6.1.1.9.2.24,[RFC4104]
pcelsBitStringValueAuxClass,O,1.3.6.1.1.9.1.45,[RFC4104]
pcelsBoolean,A,1.3.6.1.1.9.2.26,[RFC4104]
pcelsBooleanValueAuxClass,O,1.3.6.1.1.9.1.47,[RFC4104]
pcelsCompoundActionAuxClass,O,1.3.6.1.1.9.1.15,[RFC4104]
pcelsCompoundConditionAuxClass,O,1.3.6.1.1.9.1.12,[RFC4104]
pcelsCompoundFilterConditionAuxClass,O,1.3.6.1.1.9.1.13,[RFC4104]
pcelsConditionAssociation,O,1.3.6.1.1.9.1.9,[RFC4104]
pcelsConditionList,A,1.3.6.1.1.9.2.7,[RFC4104]
pcelsConditionListType,A,1.3.6.1.1.9.2.6,[RFC4104]
pcelsCoSVariableAuxClass,O,1.3.6.1.1.9.1.33,[RFC4104]
pcelsDecisionStrategy,A,1.3.6.1.1.9.2.2,[RFC4104]
pcelsDestinationIPv4VariableAuxClass,O,1.3.6.1.1.9.1.21,[RFC4104]
pcelsDestinationIPv6VariableAuxClass,O,1.3.6.1.1.9.1.22,[RFC4104]
pcelsDestinationMACVariableAuxClass,O,1.3.6.1.1.9.1.31,[RFC4104]
pcelsDestinationPortVariableAuxClass,O,1.3.6.1.1.9.1.24,[RFC4104]
pcelsDestinationSAPVariableAuxClass,O,1.3.6.1.1.9.1.36,[RFC4104]
pcelsDSCPVariableAuxClass,O,1.3.6.1.1.9.1.28,[RFC4104]
pcelsElementList,A,1.3.6.1.1.9.2.31,[RFC4104]
pcelsEthertypeVariableAuxClass,O,1.3.6.1.1.9.1.34,[RFC4104]
pcelsExecutionStrategy,A,1.3.6.1.1.9.2.10,[RFC4104]
pcelsExpectedValueList,A,1.3.6.1.1.9.2.15,[RFC4104]
pcelsExpectedValueTypes,A,1.3.6.1.1.9.2.18,[RFC4104]
pcelsExplicitVariableAuxClass,O,1.3.6.1.1.9.1.17,[RFC4104]
pcelsFilterDirection,A,1.3.6.1.1.9.2.56,[RFC4104]
pcelsFilterEntryBase,O,1.3.6.1.1.9.1.52,[RFC4104]
pcelsFilterEntryList,A,1.3.6.1.1.9.2.57,[RFC4104]
pcelsFilterIsNegated,A,1.3.6.1.1.9.2.33,[RFC4104]
pcelsFilterListAuxClass,O,1.3.6.1.1.9.1.55,[RFC4104]
pcelsFilterListName,A,1.3.6.1.1.9.2.55,[RFC4104]
pcelsFilterName,A,1.3.6.1.1.9.2.32,[RFC4104]
pcelsFlowDirectionVariableAuxClass,O,1.3.6.1.1.9.1.39,[RFC4104]
pcelsFlowIdVariableAuxClass,O,1.3.6.1.1.9.1.29,[RFC4104]
pcelsGroup,O,1.3.6.1.1.9.1.3,[RFC4104]
pcelsGroupAuxClass,O,1.3.6.1.1.9.1.4,[RFC4104]
pcelsGroupInstance,O,1.3.6.1.1.9.1.5,[RFC4104]
pcelsImplicitVariableAuxClass,O,1.3.6.1.1.9.1.18,[RFC4104]
pcelsIntegerList,A,1.3.6.1.1.9.2.25,[RFC4104]
pcelsIntegerValueAuxClass,O,1.3.6.1.1.9.1.46,[RFC4104]
pcelsIPHdrDestAddress,A,1.3.6.1.1.9.2.38,[RFC4104]
pcelsIPHdrDestAddressEndOfRange,A,1.3.6.1.1.9.2.39,[RFC4104]
pcelsIPHdrDestMask,A,1.3.6.1.1.9.2.40,[RFC4104]
pcelsIPHdrDestPortEnd,A,1.3.6.1.1.9.2.45,[RFC4104]
pcelsIPHdrDestPortStart,A,1.3.6.1.1.9.2.44,[RFC4104]
pcelsIPHdrDSCPList,A,1.3.6.1.1.9.2.46,[RFC4104]
pcelsIPHdrFlowLabel,A,1.3.6.1.1.9.2.47,[RFC4104]
pcelsIPHdrProtocolID,A,1.3.6.1.1.9.2.41,[RFC4104]
pcelsIPHdrSourceAddress,A,1.3.6.1.1.9.2.35,[RFC4104]
pcelsIPHdrSourceAddressEndOfRange,A,1.3.6.1.1.9.2.36,[RFC4104]
pcelsIPHdrSourceMask,A,1.3.6.1.1.9.2.37,[RFC4104]
pcelsIPHdrSourcePortEnd,A,1.3.6.1.1.9.2.43,[RFC4104]
pcelsIPHdrSourcePortStart,A,1.3.6.1.1.9.2.42,[RFC4104]
pcelsIPHdrVersion,A,1.3.6.1.1.9.2.34,[RFC4104]
pcelsIPHeadersFilter,O,1.3.6.1.1.9.1.53,[RFC4104]
pcelsIPProtocolVariableAuxClass,O,1.3.6.1.1.9.1.25,[RFC4104]
pcelsIPToSVariableAuxClass,O,1.3.6.1.1.9.1.27,[RFC4104]
pcelsIPv4AddrList,A,1.3.6.1.1.9.2.20,[RFC4104]
pcelsIPv4AddrValueAuxClass,O,1.3.6.1.1.9.1.41,[RFC4104]
pcelsIPv6AddrList,A,1.3.6.1.1.9.2.21,[RFC4104]
pcelsIPv6AddrValueAuxClass,O,1.3.6.1.1.9.1.42,[RFC4104]
pcelsIPVersionVariableAuxClass,O,1.3.6.1.1.9.1.26,[RFC4104]
pcelsIsMirrored,A,1.3.6.1.1.9.2.13,[RFC4104]
pcelsMACAddrList,A,1.3.6.1.1.9.2.22,[RFC4104]
pcelsMACAddrValueAuxClass,O,1.3.6.1.1.9.1.43,[RFC4104]
pcelsPolicySet,O,1.3.6.1.1.9.1.1,[RFC4104]
pcelsPolicySetAssociation,O,1.3.6.1.1.9.1.2,[RFC4104]
pcelsPolicySetDN,A,1.3.6.1.1.9.2.5,[RFC4104]
pcelsPolicySetList,A,1.3.6.1.1.9.2.3,[RFC4104]
pcelsPolicySetName,A,1.3.6.1.1.9.2.1,[RFC4104]
pcelsPriority,A,1.3.6.1.1.9.2.4,[RFC4104]
pcelsReusableContainer,O,1.3.6.1.1.9.1.48,[RFC4104]
pcelsReusableContainerAuxClass,O,1.3.6.1.1.9.1.49,[RFC4104]
pcelsReusableContainerInstance,O,1.3.6.1.1.9.1.50,[RFC4104]
pcelsReusableContainerList,A,1.3.6.1.1.9.2.28,[RFC4104]
pcelsReusableContainerName,A,1.3.6.1.1.9.2.27,[RFC4104]
pcelsRole,A,1.3.6.1.1.9.2.29,[RFC4104]
pcelsRoleCollection,O,1.3.6.1.1.9.1.51,[RFC4104]
pcelsRoleCollectionName,A,1.3.6.1.1.9.2.30,[RFC4104]
pcelsRule,O,1.3.6.1.1.9.1.6,[RFC4104]
pcelsRuleAuxClass,O,1.3.6.1.1.9.1.7,[RFC4104]
pcelsRuleInstance,O,1.3.6.1.1.9.1.8,[RFC4104]
pcelsRuleValidityPeriodList,A,1.3.6.1.1.9.2.62,[RFC4104]
pcelsSequencedActions,A,1.3.6.1.1.9.2.9,[RFC4104]
pcelsSimpleActionAuxClass,O,1.3.6.1.1.9.1.14,[RFC4104]
pcelsSimpleConditionAuxClass,O,1.3.6.1.1.9.1.11,[RFC4104]
pcelsSNAPOUIVariableAuxClass,O,1.3.6.1.1.9.1.37,[RFC4104]
pcelsSNAPTypeVariableAuxClass,O,1.3.6.1.1.9.1.38,[RFC4104]
pcelsSourceIPv4VariableAuxClass,O,1.3.6.1.1.9.1.19,[RFC4104]
pcelsSourceIPv6VariableAuxClass,O,1.3.6.1.1.9.1.20,[RFC4104]
pcelsSourceMACVariableAuxClass,O,1.3.6.1.1.9.1.30,[RFC4104]
pcelsSourcePortVariableAuxClass,O,1.3.6.1.1.9.1.23,[RFC4104]
pcelsSourceSAPVariableAuxClass,O,1.3.6.1.1.9.1.35,[RFC4104]
pcelsStringList,A,1.3.6.1.1.9.2.23,[RFC4104]
pcelsStringValueAuxClass,O,1.3.6.1.1.9.1.44,[RFC4104]
pcelsValueAuxClass,O,1.3.6.1.1.9.1.40,[RFC4104]
pcelsValueDN,A,1.3.6.1.1.9.2.12,[RFC4104]
pcelsValueName,A,1.3.6.1.1.9.2.19,[RFC4104]
pcelsVariable,O,1.3.6.1.1.9.1.16,[RFC4104]
pcelsVariableDN,A,1.3.6.1.1.9.2.11,[RFC4104]
pcelsVariableModelClass,A,1.3.6.1.1.9.2.16,[RFC4104]
pcelsVariableModelProperty,A,1.3.6.1.1.9.2.17,[RFC4104]
pcelsVariableName,A,1.3.6.1.1.9.2.14,[RFC4104]
pcelsVendorValueAuxClass,O,1.3.6.1.1.9.1.57,[RFC4104]
pcelsVendorValueData,A,1.3.6.1.1.9.2.60,[RFC4104]
pcelsVendorValueEncoding,A,1.3.6.1.1.9.2.61,[RFC4104]
pcelsVendorVariableAuxClass,O,1.3.6.1.1.9.1.56,[RFC4104]
pcelsVendorVariableData,A,1.3.6.1.1.9.2.58,[RFC4104]
pcelsVendorVariableEncoding,A,1.3.6.1.1.9.2.59,[RFC4104]
pcelsVLANVariableAuxClass,O,1.3.6.1.1.9.1.32,[RFC4104]
pcimPolicy,O,1.3.6.1.1.6.1.1,[RFC3703]
pcimGroup,O,1.3.6.1.1.6.1.2,[RFC3703]
pcimGroupAuxClass,O,1.3.6.1.1.6.1.3,[RFC3703]
pcimGroupInstance,O,1.3.6.1.1.6.1.4,[RFC3703]
pcimRule,O,1.3.6.1.1.6.1.5,[RFC3703]
pcimRuleAuxClass,O,1.3.6.1.1.6.1.6,[RFC3703]
pcimRuleInstance,O,1.3.6.1.1.6.1.7,[RFC3703]
pcimRuleConditionAssociation,O,1.3.6.1.1.6.1.8,[RFC3703]
pcimRuleValidityAssociation,O,1.3.6.1.1.6.1.9,[RFC3703]
pcimRuleActionAssociation,O,1.3.6.1.1.6.1.10,[RFC3703]
pcimConditionAuxClass,O,1.3.6.1.1.6.1.11,[RFC3703]
pcimTPCAuxClass,O,1.3.6.1.1.6.1.12,[RFC3703]
pcimConditionVendorAuxClass,O,1.3.6.1.1.6.1.13,[RFC3703]
pcimActionAuxClass,O,1.3.6.1.1.6.1.14,[RFC3703]
pcimActionVendorAuxClass,O,1.3.6.1.1.6.1.15,[RFC3703]
pcimPolicyInstance,O,1.3.6.1.1.6.1.16,[RFC3703]
pcimElementAuxClass,O,1.3.6.1.1.6.1.17,[RFC3703]
pcimRepository,O,1.3.6.1.1.6.1.18,[RFC3703]
pcimRepositoryAuxClass,O,1.3.6.1.1.6.1.19,[RFC3703]
pcimRepositoryInstance,O,1.3.6.1.1.6.1.20,[RFC3703]
pcimSubtreesPtrAuxClass,O,1.3.6.1.1.6.1.21,[RFC3703]
pcimGroupContainmentAuxClass,O,1.3.6.1.1.6.1.22,[RFC3703]
pcimRuleContainmentAuxClass,O,1.3.6.1.1.6.1.23,[RFC3703]
pcimKeywords,A,1.3.6.1.1.6.2.3,[RFC3703]
pcimGroupName,A,1.3.6.1.1.6.2.4,[RFC3703]
pcimRuleName,A,1.3.6.1.1.6.2.5,[RFC3703]
pcimRuleEnabled,A,1.3.6.1.1.6.2.6,[RFC3703]
pcimRuleConditionListType,A,1.3.6.1.1.6.2.7,[RFC3703]
pcimRuleConditionList,A,1.3.6.1.1.6.2.8,[RFC3703]
pcimRuleActionList,A,1.3.6.1.1.6.2.9,[RFC3703]
pcimRuleValidityPeriodList,A,1.3.6.1.1.6.2.10,[RFC3703]
pcimRuleUsage,A,1.3.6.1.1.6.2.11,[RFC3703]
pcimRulePriority,A,1.3.6.1.1.6.2.12,[RFC3703]
pcimRuleMandatory,A,1.3.6.1.1.6.2.13,[RFC3703]
pcimRuleSequencedActions,A,1.3.6.1.1.6.2.14,[RFC3703]
pcimRoles,A,1.3.6.1.1.6.2.15,[RFC3703]
pcimConditionGroupNumber,A,1.3.6.1.1.6.2.16,[RFC3703]
pcimConditionNegated,A,1.3.6.1.1.6.2.17,[RFC3703]
pcimConditionName,A,1.3.6.1.1.6.2.18,[RFC3703]
pcimConditionDN,A,1.3.6.1.1.6.2.19,[RFC3703]
pcimValidityConditionName,A,1.3.6.1.1.6.2.20,[RFC3703]
pcimTimePeriodConditionDN,A,1.3.6.1.1.6.2.21,[RFC3703]
pcimActionName,A,1.3.6.1.1.6.2.22,[RFC3703]
pcimActionOrder,A,1.3.6.1.1.6.2.23,[RFC3703]
pcimActionDN,A,1.3.6.1.1.6.2.24,[RFC3703]
pcimTPCTime,A,1.3.6.1.1.6.2.25,[RFC3703]
pcimTPCMonthOfYearMask,A,1.3.6.1.1.6.2.26,[RFC3703]
pcimTPCDayOfMonthMask,A,1.3.6.1.1.6.2.27,[RFC3703]
pcimTPCDayOfWeekMask,A,1.3.6.1.1.6.2.28,[RFC3703]
pcimTPCTimeOfDayMask,A,1.3.6.1.1.6.2.29,[RFC3703]
pcimTPCLocalOrUtcTime,A,1.3.6.1.1.6.2.30,[RFC3703]
pcimVendorConstraintData,A,1.3.6.1.1.6.2.31,[RFC3703]
pcimVendorConstraintEncoding,A,1.3.6.1.1.6.2.32,[RFC3703]
pcimVendorActionData,A,1.3.6.1.1.6.2.33,[RFC3703]
pcimVendorActionEncoding,A,1.3.6.1.1.6.2.34,[RFC3703]
pcimPolicyInstanceName,A,1.3.6.1.1.6.2.35,[RFC3703]
pcimRepositoryName,A,1.3.6.1.1.6.2.36,[RFC3703]
pcimSubtreesAuxContainedSet,A,1.3.6.1.1.6.2.37,[RFC3703]
pcimGroupsAuxContainedSet,A,1.3.6.1.1.6.2.38,[RFC3703]
pcimRulesAuxContainedSet,A,1.3.6.1.1.6.2.39,[RFC3703]
person,O,2.5.6.6,[RFC4519]
personalSignature,A,0.9.2342.19200300.100.1.53,[RFC1274]
personalTitle,A,0.9.2342.19200300.100.1.40,[RFC4524]
photo,A,0.9.2342.19200300.100.1.7,[RFC1274]
physicalDeliveryOfficeName,A,2.5.4.19,[RFC4519]
pilotDSA,O,0.9.2342.19200300.100.4.21,[RFC1274]
pilotObject,O,0.9.2342.19200300.100.4.3,[RFC1274]
pilotOrganization,O,0.9.2342.19200300.100.4.20,[RFC1274]
pilotPerson,O,0.9.2342.19200300.100.4.4,[RFC1274]
pkiCA,O,2.5.6.22,[RFC4523]
pkiUser,O,2.5.6.21,[RFC4523]
postalAddress,A,2.5.4.16,[RFC4519]
postalCode,A,2.5.4.17,[RFC4519]
postOfficeBox,A,2.5.4.18,[RFC4519]
preferredDeliveryMethod,A,2.5.4.28,[RFC4519]
preferredLanguage,A,2.16.840.1.113730.3.1.39,[RFC2798]
preferredServerList,A,1.3.6.1.4.1.11.1.3.1.1.2,[RFC4876]
presentationAddress,A,2.5.4.29,[RFC2256]
presentationAddressMatch,M,2.5.13.22,[RFC2252]
presentMatch,M,1.2.36.79672281.1.13.5,[RFC3687]
printer-aliases,A,1.3.18.0.2.4.1108,[RFC3712]
printer-charge-info,A,1.3.18.0.2.24.46.1.105,[RFC7612]
printer-charge-info-uri,A,1.3.18.0.2.24.46.1.106,[RFC7612]
printer-charset-configured,A,1.3.18.0.2.4.1109,[RFC3712]
printer-charset-supported,A,1.3.18.0.2.4.1131,[RFC3712]
printer-color-supported,A,1.3.18.0.2.4.1129,[RFC3712]
printer-compression-supported,A,1.3.18.0.2.4.1128,[RFC3712]
printer-copies-supported,A,1.3.18.0.2.4.1118,[RFC3712]
printer-current-operator,A,1.3.18.0.2.4.1112,[RFC3712]
printer-delivery-orientation-supported,A,1.3.18.0.2.4.1114,[RFC3712]
printer-device-id,A,1.3.18.0.2.24.46.1.101,[RFC7612]
printer-device-service-count,A,1.3.18.0.2.24.46.1.102,[RFC7612]
printer-document-format-supported,A,1.3.18.0.2.4.1130,[RFC3712]
printer-finishings-supported,A,1.3.18.0.2.4.1125,[RFC3712]
printer-generated-natural-language-supported,A,1.3.18.0.2.4.1137,[RFC3712]
printer-geo-location,A,1.3.18.0.2.24.46.1.107,[RFC7612]
printer-info,A,1.3.18.0.2.4.1139,[RFC3712]
printer-ipp-features-supported,A,1.3.18.0.2.24.46.1.108,[RFC7612]
printer-ipp-versions-supported,A,1.3.18.0.2.4.1133,[RFC3712]
printer-job-priority-supported,A,1.3.18.0.2.4.1110,[RFC3712]
printer-job-k-octets-supported,A,1.3.18.0.2.4.1111,[RFC3712]
printer-location,A,1.3.18.0.2.4.1136,[RFC3712]
printer-make-and-model,A,1.3.18.0.2.4.1138,[RFC3712]
printer-media-local-supported,A,1.3.18.0.2.4.1117,[RFC3712]
printer-media-supported,A,1.3.18.0.2.4.1122,[RFC3712]
printer-more-info,A,1.3.18.0.2.4.1134,[RFC3712]
printer-multiple-document-jobs-supported,A,1.3.18.0.2.4.1132,[RFC3712]
printer-name,A,1.3.18.0.2.4.1135,[RFC3712]
printer-natural-language-configured,A,1.3.18.0.2.4.1119,[RFC3712]
printer-number-up-supported,A,1.3.18.0.2.4.1124,[RFC3712]
printer-output-features-supported,A,1.3.18.0.2.4.1116,[RFC3712]
printer-pages-per-minute,A,1.3.18.0.2.4.1127,[RFC3712]
printer-pages-per-minute-color,A,1.3.18.0.2.4.1126,[RFC3712]
printer-print-quality-supported,A,1.3.18.0.2.4.1120,[RFC3712]
printer-resolution-supported,A,1.3.18.0.2.4.1121,[RFC3712]
printer-service-person,A,1.3.18.0.2.4.1113,[RFC3712]
printer-sides-supported,A,1.3.18.0.2.4.1123,[RFC3712]
printer-stacking-order-supported,A,1.3.18.0.2.4.1115,[RFC3712]
printer-uri,A,1.3.18.0.2.4.1140,[RFC3712]
printer-uuid,A,1.3.18.0.2.24.46.1.104,[RFC7612]
printer-xri-supported,A,1.3.18.0.2.4.1107,[RFC3712]
printerAbstract,O,1.3.18.0.2.6.258,[RFC3712]
printerIPP,O,1.3.18.0.2.6.256,[RFC3712]
printerLPR,O,1.3.18.0.2.6.253,[RFC3712]
printerService,O,1.3.18.0.2.6.255,[RFC3712]
printerServiceAuxClass,O,1.3.18.0.2.6.257,[RFC3712]
profileTTL,A,1.3.6.1.4.1.11.1.3.1.1.7,[RFC4876]
protocolInformation,A,2.5.4.48,[RFC2256]
protocolInformationMatch,M,2.5.13.24,[RFC2252]
provider,O,1.3.6.1.4.1.16572.2.1.2,[RFC6109]
providerCertificate,A,1.3.6.1.4.1.16572.2.2.2,[RFC6109]
providerCertificateHash,A,1.3.6.1.4.1.16572.2.2.1,[RFC6109]
providerName,A,1.3.6.1.4.1.16572.2.2.3,[RFC6109]
providerUnit,A,1.3.6.1.4.1.16572.2.2.7,[RFC6109]
pseudonym,A,2.5.4.65,[RFC3280]
qualityLabelledData,O,0.9.2342.19200300.100.4.22,[RFC1274]
rdnMatch,M,1.2.36.79672281.1.13.3,[RFC3687]
ref,A,2.16.840.1.113730.3.1.34,[RFC3296]
referral,0,2.16.840.1.113730.3.2.6,[RFC3296]
registeredAddress,A,2.5.4.26,[RFC4519]
replace,A,Reserved for LDIF,[RFC2849]
residentialPerson,O,2.5.6.10,[RFC4519]
RFC822LocalPart,O,0.9.2342.19200300.100.4.14,[RFC4524]
RFC822Mailbox,A*,0.9.2342.19200300.100.1.3,[RFC4524]
rFC822ToX400Mapping,O,1.3.6.1.4.1.453.7.1.1,[RFC2164]
roleOccupant,A,2.5.4.33,[RFC4519]
room,O,0.9.2342.19200300.100.4.7,[RFC4524]
roomNumber,A,0.9.2342.19200300.100.1.6,[RFC4524]
searchGuide,A,2.5.4.14,[RFC4519]
searchTimeLimit,A,1.3.6.1.4.1.11.1.3.1.1.3,[RFC4876]
secretary,A,0.9.2342.19200300.100.1.21,[RFC4524]
seeAlso,A,2.5.4.34,[RFC4519]
serialNumber,A,2.5.4.5,[RFC4519]
serviceAuthenticationMethod,A,1.3.6.1.4.1.11.1.3.1.1.15,[RFC4876]
serviceCredentialLevel,A,1.3.6.1.4.1.11.1.3.1.1.13,[RFC4876]
serviceSearchDescriptor,A,1.3.6.1.4.1.11.1.3.1.1.14,[RFC4876]
simpleSecurityObject,O,0.9.2342.19200300.100.4.19,[RFC4524]
singleLevelQuality,A,0.9.2342.19200300.100.1.50,[RFC4524]
slpServicePrinter,O,1.3.18.0.2.6.254,[RFC3712]
sn,A,2.5.4.4,[RFC4519]
sOARecord,A,0.9.2342.19200300.100.1.30,[RFC1274]
st,A,2.5.4.8,[RFC4519]
stateOrProvinceName,A,2.5.4.8,[RFC2256]
storedPrefixMatch,M,2.5.13.41,[RFC3698]
street,A,2.5.4.9,[RFC4519]
streetAddress,A,2.5.4.9,[RFC2256]
strongAuthenticationUser,O,2.5.6.15,[RFC4523]
structuralObjectClass,A,2.5.21.9,[RFC4512]
subentry,O,2.5.17.0,[RFC3672]
subschema,O,2.5.20.1,[RFC4512]
subschemaAdminSpecificArea,R,2.5.23.4,[RFC3672]
subschemaSubentry,A,2.5.18.10,[RFC4512]
subtree,O,1.3.6.1.4.1.453.7.1.1,[RFC2293]
subtreeMaximumQuality,A,0.9.2342.19200300.100.1.52,[RFC1274]
subtreeMinimumQuality,A,0.9.2342.19200300.100.1.51,[RFC1274]
subtreeSpecification,A,2.5.18.6,[RFC3672]
supportedAlgorithms,A,2.5.4.52,[RFC4523]
supportedApplicationContext,A,2.5.4.30,[RFC2256]
supportedControl,A,1.3.6.1.4.1.1466.101.120.13,[RFC4512]
supportedExtension,A,1.3.6.1.4.1.1466.101.120.7,[RFC4512]
supportedFeatures,A,1.3.6.1.4.1.4203.1.3.5,[RFC4512]
supportedLDAPVersion,A,1.3.6.1.4.1.1466.101.120.15,[RFC4512]
supportedSASLMechanisms,A,1.3.6.1.4.1.1466.101.120.14,[RFC4512]
surname,A,2.5.4.4,[RFC4519]
table,O,1.3.6.1.4.1.453.7.1.2,[RFC2293]
tableEntry,O,1.3.6.1.4.1.453.7.1.3,[RFC2293]
telephoneNumber,A,2.5.4.20,[RFC4519]
telephoneNumberMatch,M,2.5.13.20,[RFC4517]
telephoneNumberSubstringsMatch,M,2.5.13.21,[RFC4517]
teletexTerminalIdentifier,A,2.5.4.22,[RFC4519]
telexNumber,A,2.5.4.21,[RFC4519]
textEncodedORAddress,A,0.9.2342.19200300.100.1.2,[RFC1274]
textTableEntry,O,1.3.6.1.4.1.453.7.1.4,[RFC2293]
textTableKey,A,1.3.6.1.4.1.453.7.2.1,[RFC2293]
textTableValue,A,1.3.6.1.4.1.453.7.2.2,[RFC2293]
title,A,2.5.4.12,[RFC4519]
top,O,2.5.6.0,[RFC4512]
uddiAccessPoint,A,1.3.6.1.1.10.4.19,[RFC4403]
uddiAddress,O,1.3.6.1.1.10.6.3,[RFC4403]
uddiAddressLine,A,1.3.6.1.1.10.4.13,[RFC4403]
uddiAddressNameForm,N,1.3.6.1.1.10.15.3,[RFC4403]
uddiAuthorizedName,A,1.3.6.1.1.10.4.2,[RFC4403]
uddiBindingKey,A,1.3.6.1.1.10.4.18,[RFC4403]
uddiBindingTemplate,O,1.3.6.1.1.10.6.5,[RFC4403]
uddiBindingTemplateNameForm,N,1.3.6.1.1.10.15.5,[RFC4403]
uddiBusinessEntity,O,1.3.6.1.1.10.6.1,[RFC4403]
uddiBusinessEntityNameForm,N,1.3.6.1.1.10.15.1,[RFC4403]
uddiBusinessKey,A,1.3.6.1.1.10.4.1,[RFC4403]
uddiBusinessService,O,1.3.6.1.1.10.6.4,[RFC4403]
uddiBusinessServiceNameForm,N,1.3.6.1.1.10.15.4,[RFC4403]
uddiCategoryBag,A,1.3.6.1.1.10.4.15,[RFC4403]
uddiContact,O,1.3.6.1.1.10.6.2,[RFC4403]
uddiContactNameForm,N,1.3.6.1.1.10.15.2,[RFC4403]
uddiDescription,A,1.3.6.1.1.10.4.5,[RFC4403]
uddiDiscoveryURLs,A,1.3.6.1.1.10.4.6,[RFC4403]
uddiEMail,A,1.3.6.1.1.10.4.10,[RFC4403]
uddiFromKey,A,1.3.6.1.1.10.4.25,[RFC4403]
uddiHostingRedirector,A,1.3.6.1.1.10.4.20,[RFC4403]
uddiIdentifierBag,A,1.3.6.1.1.10.4.14,[RFC4403]
uddiInstanceDescription,A,1.3.6.1.1.10.4.21,[RFC4403]
uddiInstanceParms,A,1.3.6.1.1.10.4.22,[RFC4403]
uddiIsHidden,A,1.3.6.1.1.10.4.28,[RFC4403]
uddiIsProjection,A,1.3.6.1.1.10.4.29,[RFC4403]
uddiKeyedReference,A,1.3.6.1.1.10.4.16,[RFC4403]
uddiLang,A,1.3.6.1.1.10.4.30,[RFC4403]
uddiName,A,1.3.6.1.1.10.4.4,[RFC4403]
uddiOperator,A,1.3.6.1.1.10.4.3,[RFC4403]
uddiOverviewDescription,A,1.3.6.1.1.10.4.23,[RFC4403]
uddiOverviewURL,A,1.3.6.1.1.10.4.24,[RFC4403]
uddiPersonName,A,1.3.6.1.1.10.4.8,[RFC4403]
uddiPhone,A,1.3.6.1.1.10.4.9,[RFC4403]
uddiPublisherAssertion,O,1.3.6.1.1.10.6.8,[RFC4403]
uddiPublisherAssertionNameForm,N,1.3.6.1.1.10.15.8,[RFC4403]
uddiServiceKey,A,1.3.6.1.1.10.4.17,[RFC4403]
uddiSortCode,A,1.3.6.1.1.10.4.11,[RFC4403]
uddiTModel,O,1.3.6.1.1.10.6.7,[RFC4403]
uddiTModelInstanceInfo,O,1.3.6.1.1.10.6.6,[RFC4403]
uddiTModelInstanceInfoNameForm,N,1.3.6.1.1.10.15.6,[RFC4403]
uddiTModelKey,A,1.3.6.1.1.10.4.12,[RFC4403]
uddiTModelNameForm,N,1.3.6.1.1.10.15.7,[RFC4403]
uddiToKey,A,1.3.6.1.1.10.4.26,[RFC4403]
uddiUseType,A,1.3.6.1.1.10.4.7,[RFC4403]
uddiUUID,A,1.3.6.1.1.10.4.27,[RFC4403]
uddiv3BindingKey,A,1.3.6.1.1.10.4.33,[RFC4403]
uddiv3BriefResponse,A,1.3.6.1.1.10.4.43,[RFC4403]
uddiv3BusinessKey,A,1.3.6.1.1.10.4.31,[RFC4403]
uddiv3DigitalSignature,A,1.3.6.1.1.10.4.35,[RFC4403]
uddiv3EntityCreationTime,A,1.3.6.1.1.10.4.45,[RFC4403]
uddiv3EntityDeletionTime,A,1.3.6.1.1.10.4.46,[RFC4403]
uddiv3EntityKey,A,1.3.6.1.1.10.4.44,[RFC4403]
uddiv3EntityModificationTime,A,1.3.6.1.1.10.4.37,[RFC4403]
uddiv3EntityObituary,O,1.3.6.1.1.10.6.10,[RFC4403]
uddiv3EntityObituaryNameForm,N,1.3.6.1.1.10.15.10,[RFC4403]
uddiv3ExpiresAfter,A,1.3.6.1.1.10.4.42,[RFC4403]
uddiv3MaxEntities,A,1.3.6.1.1.10.4.41,[RFC4403]
uddiv3NodeId,A,1.3.6.1.1.10.4.36,[RFC4403]
uddiv3NotificationInterval,A,1.3.6.1.1.10.4.40,[RFC4403]
uddiv3ServiceKey,A,1.3.6.1.1. 10.4.32,[RFC4403]
uddiv3Subscription,O,1.3.6.1.1.10.6.9,[RFC4403]
uddiv3SubscriptionFilter,A,1.3.6.1.1.10.4.39,[RFC4403]
uddiv3SubscriptionKey,A,1.3.6.1.1.10.4.38,[RFC4403]
uddiv3SubscriptionNameForm,N,1.3.6.1.1.10.15.9,[RFC4403]
uddiv3TmodelKey,A,1.3.6.1.1.10.4.34,[RFC4403]
uid,A,0.9.2342.19200300.100.1.1,[RFC4519]
uidObject,O,1.3.6.1.1.3.1,[RFC4519]
uniqueIdentifier,A,0.9.2342.19200300.100.1.44,[RFC4524]
uniqueMember,A,2.5.4.50,[RFC4519]
uniqueMemberMatch,M,2.5.13.23,[RFC4517]
userCertificate,A,2.5.4.36,[RFC4523]
userClass,A,0.9.2342.19200300.100.1.8,[RFC4524]
userId,A,0.9.2342.19200300.100.1.1,[RFC4519]
userPassword,A,2.5.4.35,[RFC4519]
userPKCS12,A,2.16.840.1.113730.3.1.216,[RFC2798]
userSecurityInformation,O,2.5.6.18,[RFC4523]
userSMIMECertificate,A,2.16.840.1.113730.3.1.40,[RFC2798]
uuidMatch,M,1.3.6.1.1.16.2,[RFC4530]
uuidOrderingMatch,M,1.3.6.1.1.16.3,[RFC4530]
version,A,Reserved for LDIF,[RFC2849]
vPIMUser,O,1.3.6.1.1.11.1.1,[RFC4237]
vPIMRfc822Mailbox,A,1.3.6.1.1.11.2.2,[RFC4237]
vPIMTelephoneNumber,A,1.3.6.1.1.11.2.1,[RFC4237]
vPIMSpokenName,A,1.3.6.1.1.11.2.3,[RFC4237]
vPIMSupportedUABehaviors,A,1.3.6.1.1.11.2.4,[RFC4237]
vPIMSupportedAudioMediaTypes,A,1.3.6.1.1.11.2.5,[RFC4237]
vPIMSupportedMessageContext,A,1.3.6.1.1.11.2.6,[RFC4237]
vPIMTextName,A,1.3.6.1.1.11.2.7,[RFC4237]
vPIMExtendedAbsenceStatus,A,1.3.6.1.1.11.2.8,[RFC4237]
vPIMMaxMessageSize,A,1.3.6.1.1.11.2.9,[RFC4237]
vPIMSubMailboxes,A,1.3.6.1.1.11.2.10,[RFC4237]
wordMatch,M,2.5.13.32,[RFC4517]
x121Address,A,2.5.4.24,[RFC4519]
x400ToRFC822Mapping,O,1.3.6.1.4.1.453.7.1.2,[RFC2164]
x500UniqueIdentifier,A,2.5.4.45,[RFC4519]
================================================
FILE: data/newgtlds.csv
================================================
>>> Updated on: 2019-02-21T12:02:02Z <<<
tld,u-label,registry-operator,date-of-contract-signature,application-id,delegation-date
aaa,,"American Automobile Association, Inc.",2015-02-26,1-1386-27446,2015-08-28
aarp,,"AARP",2015-05-21,1-1169-4534,2015-11-03
abarth,,"Fiat Chrysler Automobiles N.V.",2015-07-30,1-2072-28769,2016-08-04
abb,,"ABB Ltd",2014-10-24,1-1673-93106,2015-04-25
abbott,,"Abbott Laboratories, Inc.",2014-07-24,1-1765-99580,2015-03-07
abbvie,,"AbbVie Inc.",2015-07-30,1-1766-21421,2016-04-06
abc,,"Disney Enterprises, Inc.",2015-07-30,1-1146-98846,2016-07-28
able,,"Able Inc.",2015-06-25,1-901-17807,2016-06-21
abogado,,"Minds + Machines Group Limited",2014-04-24,1-927-56004,2014-10-15
abudhabi,,"Abu Dhabi Systems and Information Centre",2015-07-30,1-1924-90958,2016-04-06
academy,,"Binky Moon, LLC",2013-11-07,1-1336-51768,2013-12-17
accenture,,"Accenture plc",2014-08-15,1-2024-58277,2015-05-09
accountant,,"dot Accountant Limited",2014-11-20,1-1240-93305,2015-03-25
accountants,,"Binky Moon, LLC",2014-03-20,1-1340-40734,2014-05-07
aco,,"ACO Severin Ahlmann GmbH & Co. KG",2015-01-08,1-1026-17004,2015-08-27
actor,,"Dog Beach, LLC",2013-12-12,1-1255-99377,2014-02-26
adac,,"Allgemeiner Deutscher Automobil-Club e.V. (ADAC)",2015-07-16,1-1031-24651,2016-01-26
ads,,"Charleston Road Registry Inc.",2014-12-04,1-1680-21285,2015-03-24
adult,,"ICM Registry AD LLC",2014-10-16,1-1107-2377,2014-12-06
aeg,,"Aktiebolaget Electrolux",2015-03-19,1-1955-15449,2015-06-20
aetna,,"Aetna Life Insurance Company",2015-05-21,1-1850-74225,2016-05-20
afamilycompany,,"Johnson Shareholdings, Inc.",2015-07-23,1-1248-76254,2016-07-31
afl,,"Australian Football League",2014-10-02,1-1816-41150,2015-03-28
africa,,"ZA Central Registry NPC trading as Registry.Africa",2014-03-24,1-1243-89583,2017-02-15
agakhan,,"Fondation Aga Khan (Aga Khan Foundation)",2015-04-23,1-1013-32567,2016-04-16
agency,,"Binky Moon, LLC",2013-11-14,1-1339-13106,2014-01-14
aig,,"American International Group, Inc.",2014-12-18,1-1700-54316,2015-05-02
aigo,,"aigo Digital Technology Co,Ltd.",2015-08-06,1-942-46156,2016-08-16
airbus,,"Airbus S.A.S.",2015-07-30,1-1671-14472,2016-06-10
airforce,,"Dog Beach, LLC",2014-03-06,1-1255-29190,2014-04-30
airtel,,"Bharti Airtel Limited",2014-10-24,1-1285-61415,2015-07-08
akdn,,"Fondation Aga Khan (Aga Khan Foundation)",2015-04-23,1-1013-36598,2016-04-16
alfaromeo,,"Fiat Chrysler Automobiles N.V.",2015-07-31,1-2068-239,2016-08-02
alibaba,,"Alibaba Group Holding Limited",2015-01-15,1-1092-9273,2016-01-16
alipay,,"Alibaba Group Holding Limited",2015-01-15,1-1093-81854,2016-01-16
allfinanz,,"Allfinanz Deutsche Vermögensberatung Aktiengesellschaft",2014-07-03,1-903-89627,2014-10-01
allstate,,"Allstate Fire and Casualty Insurance Company",2015-07-31,1-1191-71962,2016-07-14
ally,,"Ally Financial Inc.",2015-06-18,1-1963-65104,2016-03-24
alsace,,"Region Grand Est",2014-07-02,1-1825-82923,2014-10-04
alstom,,"ALSTOM",2015-07-30,1-1135-17943,2016-06-10
americanexpress,,"American Express Travel Related Services Company, Inc.",2015-07-31,1-1305-84307,2016-08-08
americanfamily,,"AmFam, Inc.",2015-07-23,1-1268-37828,2016-07-26
amex,,"American Express Travel Related Services Company, Inc.",2015-07-31,1-1305-26511,2016-08-08
amfam,,"AmFam, Inc.",2015-07-23,1-1268-70134,2016-07-23
amica,,"Amica Mutual Insurance Company",2015-05-28,1-1292-16149,2015-08-29
amsterdam,,"Gemeente Amsterdam",2014-07-24,1-1322-54903,2014-12-25
analytics,,"Campus IP LLC",2014-12-18,1-1323-15308,2015-12-21
android,,"Charleston Road Registry Inc.",2014-08-07,1-1681-35565,2014-11-12
anquan,,"QIHOO 360 TECHNOLOGY CO. LTD.",2015-01-08,1-974-71991,2016-03-30
anz,,"Australia and New Zealand Banking Group Limited",2015-07-31,1-1814-82061,2016-06-21
aol,,"Oath Inc.",2015-09-17,1-1304-6257,2016-11-04
apartments,,"Binky Moon, LLC",2014-12-11,1-1341-21066,2015-02-10
app,,"Charleston Road Registry Inc.",2015-05-14,1-1138-33325,2015-07-02
apple,,"Apple Inc.",2015-05-14,1-1772-3875,2015-11-03
aquarelle,,"Aquarelle.com",2014-07-24,1-1685-37800,2014-12-02
arab,,"League of Arab States",2015-11-12,1-1346-3935,2017-05-23
aramco,,"Aramco Services Company",2014-11-20,1-2034-17082,2015-10-15
archi,,"Afilias plc",2014-02-06,1-1000-49620,2014-03-31
army,,"Dog Beach, LLC",2014-03-06,1-1255-29986,2014-06-04
art,,"UK Creative Ideas Limited",2016-03-24,1-1211-27884,2016-06-23
arte,,"Association Relative à la Télévision Européenne G.E.I.E.",2014-12-11,1-1882-68650,2015-10-20
asda,,"Wal-Mart Stores, Inc.",2015-07-31,1-1244-58324,2016-08-14
associates,,"Binky Moon, LLC",2014-03-06,1-1345-27582,2014-04-11
athleta,,"The Gap, Inc.",2015-07-30,1-925-78912,2016-08-04
attorney,,"Dog Beach, LLC",2014-03-20,1-1348-99321,2014-05-31
auction,,"Dog Beach, LLC",2014-03-20,1-1347-98883,2014-07-18
audi,,"AUDI Aktiengesellschaft",2015-05-21,1-1079-59916,2015-11-25
audible,,"Amazon Registry Services, Inc.",2015-06-25,1-1315-37509,2016-06-07
audio,,"Uniregistry, Corp.",2014-03-20,1-845-89968,2014-05-15
auspost,,"Australian Postal Corporation",2015-08-13,1-2096-81155,2016-08-17
author,,"Amazon Registry Services, Inc.",2014-12-18,1-1315-99563,2015-12-05
auto,,"Cars Registry Limited ",2014-11-13,1-855-72019,2015-05-02
autos,,"DERAutos, LLC",2014-01-09,1-909-92065,2014-05-22
avianca,,"Aerovias del Continente Americano S.A. Avianca",2015-01-08,1-1013-56131,2016-03-09
aws,,"Amazon Registry Services, Inc.",2015-06-25,1-1315-68636,2016-03-25
axa,,"AXA SA",2013-12-19,1-1746-50891,2014-03-19
azure,,"Microsoft Corporation",2014-12-18,1-1129-27259,2015-06-06
baby,,"XYZ.COM LLC",2015-04-09,1-1156-50969,2016-04-08
baidu,,"Baidu, Inc.",2015-01-08,1-2088-98525,2016-01-05
banamex,,"Citigroup Inc.",2015-07-30,1-2087-76555,2016-07-28
bananarepublic,,"The Gap, Inc.",2015-07-31,1-925-89514,2016-08-04
band,,"Dog Beach, LLC",2014-06-12,1-1350-42613,2014-10-15
bank,,"fTLD Registry Services LLC",2014-09-25,1-1035-13873,2015-01-09
bar,,"Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable",2013-12-12,1-1870-98363,2014-02-27
barcelona,,"Municipi de Barcelona",2014-07-24,1-1820-71568,2015-07-08
barclaycard,,"Barclays Bank PLC",2014-11-20,1-1291-89293,2015-01-24
barclays,,"Barclays Bank PLC",2014-11-20,1-1291-38102,2015-01-24
barefoot,,"Gallo Vineyards, Inc.",2015-06-11,1-1856-86918,2016-03-24
bargains,,"Binky Moon, LLC",2013-11-14,1-1354-34421,2014-01-23
baseball,,"MLB Advanced Media DH, LLC",2015-10-29,1-1246-9615,2016-10-30
basketball,,"Fédération Internationale de Basketball (FIBA)",2015-08-20,1-994-9184,2016-10-19
bauhaus,,"Werkhaus GmbH",2014-04-17,1-1947-29466,2015-04-05
bayern,,"Bayern Connect GmbH",2014-01-23,1-994-73142,2014-05-03
bbc,,"British Broadcasting Corporation",2014-12-18,1-981-86291,2015-03-21
bbt,,"BB&T Corporation",2015-07-23,1-1860-74210,2016-07-15
bbva,,"BANCO BILBAO VIZCAYA ARGENTARIA, S.A.",2014-10-02,1-1111-84953,2015-05-27
bcg,,"The Boston Consulting Group, Inc.",2015-04-02,1-1969-69205,2016-03-09
bcn,,"Municipi de Barcelona",2014-07-24,1-1820-23404,2015-07-08
beats,,"Beats Electronics, LLC",2015-05-14,1-2048-47049,2015-11-03
beauty,,"L'Oréal",2015-12-03,1-1302-76087,2016-07-15
beer,,"Minds + Machines Group Limited",2014-01-09,1-927-52478,2014-05-15
bentley,,"Bentley Motors Limited",2014-12-18,1-1096-37266,2015-07-09
berlin,,"dotBERLIN GmbH & Co. KG",2013-10-31,1-902-9993,2014-01-08
best,,"BestTLD Pty Ltd",2013-12-19,1-1705-80521,2014-02-27
bestbuy,,"BBY Solutions, Inc.",2015-07-31,1-1908-53104,2016-07-19
bet,,"Afilias plc",2015-05-07,1-868-21199,2015-07-24
bharti,,"Bharti Enterprises (Holding) Private Limited",2014-01-09,1-1287-43279,2015-06-14
bible,,"American Bible Society",2014-06-19,1-994-57975,2015-06-02
bid,,"dot Bid Limited",2013-12-19,1-1227-16477,2014-03-02
bike,,"Binky Moon, LLC",2013-08-27,1-1357-41903,2013-11-14
bing,,"Microsoft Corporation",2014-12-18,1-1129-41416,2015-06-10
bingo,,"Binky Moon, LLC",2014-12-04,1-1360-70873,2015-02-04
bio,,"Afilias plc",2014-03-06,1-1000-94806,2014-06-02
black,,"Afilias plc",2014-01-16,1-868-74058,2014-03-27
blackfriday,,"Uniregistry, Corp.",2014-01-16,1-855-24025,2014-04-22
blockbuster,,"Dish DBS Corporation",2015-07-30,1-1921-69359,2016-08-04
blog,,"Knock Knock WHOIS There, LLC",2015-05-14,1-917-1259,2016-05-18
bloomberg,,"Bloomberg IP Holdings LLC",2014-07-17,1-1981-76785,2014-11-05
blue,,"Afilias plc",2013-11-07,1-868-24255,2014-02-05
bms,,"Bristol-Myers Squibb Company",2014-10-30,1-1799-64357,2015-09-22
bmw,,"Bayerische Motoren Werke Aktiengesellschaft",2014-01-09,1-938-21301,2014-06-21
bnl,,"Banca Nazionale del Lavoro",2014-07-24,1-1257-44806,2015-06-26
bnpparibas,,"BNP Paribas",2014-05-29,1-1283-71884,2014-08-14
boats,,"DERBoats, LLC",2014-12-04,1-909-78528,2015-02-25
boehringer,,"Boehringer Ingelheim International GmbH",2015-07-09,1-1967-32024,2015-11-25
bofa,,"Bank of America Corporation",2015-07-31,1-1953-47864,2016-08-02
bom,,"Núcleo de Informação e Coordenação do Ponto BR - NIC.br",2014-10-16,1-1119-71934,2015-09-26
bond,,"Bond University Limited",2014-06-05,1-2092-96476,2015-03-27
boo,,"Charleston Road Registry Inc.",2014-01-30,1-1681-73672,2014-08-30
book,,"Amazon Registry Services, Inc.",2015-08-27,1-1315-44051,2015-12-05
booking,,"Booking.com B.V.",2015-07-16,1-1016-80657,2016-07-23
bosch,,"Robert Bosch GMBH",2015-06-18,1-1945-29108,2015-12-24
bostik,,"Bostik SA",2015-05-28,1-1264-54834,2015-11-25
boston,,"Boston TLD Management, LLC",2015-12-10,1-1958-93212,2016-11-29
bot,,"Amazon Registry Services, Inc.",2014-12-18,1-1315-81832,2015-12-05
boutique,,"Binky Moon, LLC",2013-11-14,1-1363-29181,2014-01-23
box,,".BOX INC.",2015-11-12,1-1309-75738,2016-11-11
bradesco,,"Banco Bradesco S.A.",2014-12-18,1-898-653,2015-06-26
bridgestone,,"Bridgestone Corporation",2014-12-18,1-954-27550,2015-05-01
broadway,,"Celebrate Broadway, Inc.",2014-12-22,1-994-4128,2015-11-18
broker,,"Dotbroker Registry Limited",2014-12-11,1-1332-82635,2015-04-29
brother,,"Brother Industries, Ltd.",2015-01-29,1-944-92379,2015-05-12
brussels,,"DNS.be vzw",2014-02-06,1-1867-3276,2014-06-18
budapest,,"Minds + Machines Group Limited",2013-11-21,1-1037-50753,2014-09-23
bugatti,,"Bugatti International SA",2015-07-23,1-1004-9564,2015-11-25
build,,"Plan Bee LLC",2013-11-07,1-888-47096,2014-01-18
builders,,"Binky Moon, LLC",2013-11-07,1-1366-121,2013-12-28
business,,"Binky Moon, LLC",2013-11-07,1-1367-68057,2014-08-22
buy,,"Amazon Registry Services, Inc.",2014-12-18,1-1315-53217,2015-12-05
buzz,,"DOTSTRATEGY CO.",2013-10-02,1-1133-77383,2013-12-18
bzh,,"Association www.bzh",2014-02-27,1-989-18963,2014-06-17
cab,,"Binky Moon, LLC",2013-10-24,1-1371-6431,2013-12-17
cafe,,"Binky Moon, LLC",2015-02-11,1-1370-88467,2015-04-05
cal,,"Charleston Road Registry Inc.",2014-07-24,1-1680-27519,2014-09-15
call,,"Amazon Registry Services, Inc.",2014-12-18,1-1315-29734,2015-12-05
calvinklein,,"PVH gTLD Holdings LLC",2015-07-30,1-998-12980,2016-08-04
cam,,"AC Webconnecting Holding B.V.",2016-04-21,1-882-71415,2016-06-16
camera,,"Binky Moon, LLC",2013-08-27,1-1372-58656,2013-11-06
camp,,"Binky Moon, LLC",2013-11-07,1-1373-83008,2013-12-17
cancerresearch,,"Australian Cancer Research Foundation",2014-05-15,1-2027-17584,2014-07-03
canon,,"Canon Inc.",2014-09-12,1-919-80835,2015-02-04
capetown,,"ZA Central Registry NPC trading as ZA Central Registry",2014-03-24,1-1864-98622,2014-06-19
capital,,"Binky Moon, LLC",2014-03-06,1-1375-20218,2014-04-11
capitalone,,"Capital One Financial Corporation",2015-08-06,1-1267-72259,2016-08-10
car,,"Cars Registry Limited ",2015-01-22,1-1683-84431,2015-09-09
caravan,,"Caravan International, Inc.",2013-12-12,1-1847-21047,2014-08-15
cards,,"Binky Moon, LLC",2013-12-05,1-1376-34668,2014-02-11
care,,"Binky Moon, LLC",2014-03-06,1-1374-92093,2014-04-23
career,,"dotCareer LLC",2013-10-09,1-907-61259,2014-04-11
careers,,"Binky Moon, LLC",2013-10-02,1-1378-74207,2013-12-17
cars,,"Cars Registry Limited ",2014-11-13,1-845-37810,2015-05-02
cartier,,"Richemont DNS Inc.",2014-06-23,1-1253-32739,2014-12-11
casa,,"Minds + Machines Group Limited",2013-11-21,1-1038-47257,2014-09-23
case,,"CNH Industrial N.V.",2015-09-03,1-2050-40761,2016-10-30
caseih,,"CNH Industrial N.V.",2015-09-03,1-2051-20058,2016-10-30
cash,,"Binky Moon, LLC",2014-03-06,1-1381-76948,2014-04-23
casino,,"Binky Moon, LLC",2014-12-18,1-1382-33633,2015-02-19
catering,,"Binky Moon, LLC",2013-12-05,1-1380-59591,2014-02-04
catholic,,"Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)",2015-10-21,1-1311-76497,2016-12-01
cba,,"COMMONWEALTH BANK OF AUSTRALIA",2014-06-26,1-1672-4934,2015-06-22
cbn,,"The Christian Broadcasting Network, Inc.",2014-08-22,1-1980-27252,2015-02-13
cbre,,"CBRE, Inc.",2015-07-02,1-2116-80094,2016-07-02
cbs,,"CBS Domains Inc.",2015-08-06,1-869-11721,2016-08-04
ceb,,"The Corporate Executive Board Company",2015-04-09,1-1773-64649,2015-08-08
center,,"Binky Moon, LLC",2013-11-07,1-1383-13918,2013-12-17
ceo,,"CEOTLD Pty Ltd",2013-11-07,1-1706-31908,2013-12-28
cern,,"European Organization for Nuclear Research (\"CERN\")",2014-06-05,1-1082-60500,2014-08-16
cfa,,"CFA Institute",2014-08-28,1-1877-69334,2015-05-02
cfd,,"DotCFD Registry Limited",2014-12-11,1-2041-62930,2015-03-13
chanel,,"Chanel International B.V.",2015-04-09,1-1757-70300,2015-08-05
channel,,"Charleston Road Registry Inc.",2014-05-08,1-1139-20196,2014-09-15
charity,,"Binky Moon, LLC",2018-04-11,1-1384-49318,2018-06-07
chase,,"JPMorgan Chase Bank, National Association",2015-04-30,1-1190-39893,2016-02-27
chat,,"Binky Moon, LLC",2014-12-04,1-1385-24288,2015-02-04
cheap,,"Binky Moon, LLC",2013-11-14,1-1388-22552,2014-01-14
chintai,,"CHINTAI Corporation",2015-06-11,1-901-295,2016-06-07
christmas,,"Uniregistry, Corp.",2013-11-21,1-855-47142,2014-02-26
chrome,,"Charleston Road Registry Inc.",2014-07-24,1-1683-38963,2014-09-15
chrysler,,"FCA US LLC.",2015-07-30,1-2057-24195,2016-07-28
church,,"Binky Moon, LLC",2014-02-06,1-1387-59691,2014-05-15
cipriani,,"Hotel Cipriani Srl",2015-02-19,1-1837-53838,2015-10-09
circle,,"Amazon Registry Services, Inc.",2014-12-18,1-1315-92803,2015-12-05
cisco,,"Cisco Technology, Inc.",2014-12-22,1-1788-37128,2015-05-15
citadel,,"Citadel Domain LLC",2015-07-23,1-1848-15726,2016-07-23
citi,,"Citigroup Inc.",2015-07-30,1-2086-70305,2016-07-28
citic,,"CITIC Group Corporation",2014-01-09,1-914-86033,2014-04-29
city,,"Binky Moon, LLC",2014-05-29,1-1389-12139,2014-07-10
cityeats,,"Lifestyle Domain Holdings, Inc.",2014-12-11,1-1326-83809,2015-11-10
claims,,"Binky Moon, LLC",2014-03-20,1-1390-429,2014-05-07
cleaning,,"Binky Moon, LLC",2013-12-05,1-1391-32771,2014-02-04
click,,"Uniregistry, Corp.",2014-06-05,1-845-44500,2014-08-16
clinic,,"Binky Moon, LLC",2014-03-20,1-1392-58392,2014-04-22
clinique,,"The Estée Lauder Companies Inc.",2015-10-01,1-1962-86087,2015-12-28
clothing,,"Binky Moon, LLC",2013-08-27,1-1394-96113,2013-11-06
cloud,,"Aruba PEC S.p.A.",2015-04-16,1-1669-75338,2015-06-26
club,,".CLUB DOMAINS, LLC",2013-11-08,1-864-71021,2014-01-18
clubmed,,"Club Méditerranée S.A.",2015-06-25,1-2079-28620,2015-10-02
coach,,"Binky Moon, LLC",2014-10-09,1-1397-64766,2014-11-26
codes,,"Binky Moon, LLC",2013-10-31,1-1398-14114,2013-12-28
coffee,,"Binky Moon, LLC",2013-10-17,1-1401-49222,2013-12-28
college,,"XYZ.COM LLC",2014-01-16,1-2137-73069,2014-04-10
cologne,,"dotKoeln GmbH",2014-02-05,1-860-75931,2014-03-19
comcast,,"Comcast IP Holdings I, LLC",2015-07-23,1-1170-7009,2016-07-07
commbank,,"COMMONWEALTH BANK OF AUSTRALIA",2014-06-26,1-1672-79914,2015-06-22
community,,"Binky Moon, LLC",2013-12-05,1-1402-32002,2014-01-25
company,,"Binky Moon, LLC",2013-11-07,1-1399-64977,2013-12-17
compare,,"iSelect Ltd",2015-10-08,1-1088-79872,2016-01-15
computer,,"Binky Moon, LLC",2013-10-24,1-1405-67595,2013-12-17
comsec,,"VeriSign, Inc.",2015-01-08,1-1145-38018,2015-11-16
condos,,"Binky Moon, LLC",2013-12-05,1-1404-98894,2014-02-11
construction,,"Binky Moon, LLC",2013-09-16,1-1403-98045,2013-11-14
consulting,,"Dog Beach, LLC",2013-12-05,1-1406-80949,2014-04-01
contact,,"Top Level Spectrum, Inc.",2015-01-08,1-1279-75341,2015-12-22
contractors,,"Binky Moon, LLC",2013-09-10,1-1408-96304,2013-11-14
cooking,,"Minds + Machines Group Limited",2013-11-21,1-1110-51672,2014-03-31
cookingchannel,,"Lifestyle Domain Holdings, Inc.",2015-07-02,1-1326-51959,2016-06-23
cool,,"Binky Moon, LLC",2013-11-14,1-1409-69124,2014-01-23
corsica,,"Collectivité Territoriale de Corse",2014-09-25,1-937-68428,2015-05-16
country,,"DotCountry LLC",2013-12-19,1-1038-69660,2014-03-31
coupon,,"Amazon Registry Services, Inc.",2015-02-26,1-1315-85731,2016-02-19
coupons,,"Binky Moon, LLC",2015-03-26,1-1413-96740,2015-05-13
courses,,"OPEN UNIVERSITIES AUSTRALIA PTY LTD",2014-12-04,1-1327-45933,2015-02-25
credit,,"Binky Moon, LLC",2014-03-20,1-1410-93823,2014-05-07
creditcard,,"Binky Moon, LLC",2014-03-20,1-1412-63109,2014-04-29
creditunion,,"CUNA Performance Resources, LLC",2015-01-22,1-1130-18309,2015-11-10
cricket,,"dot Cricket Limited",2014-10-09,1-1205-96748,2014-11-17
crown,,"Crown Equipment Corporation",2014-10-24,1-1277-15200,2015-06-19
crs,,"Federated Co-operatives Limited",2014-04-03,1-2046-93306,2014-10-15
cruise,,"Viking River Cruises (Bermuda) Ltd.",2015-12-10,1-1691-43949,2016-11-12
cruises,,"Binky Moon, LLC",2013-12-05,1-1415-46513,2014-02-04
csc,,"Alliance-One Services, Inc.",2014-09-25,1-1674-60067,2015-09-01
cuisinella,,"SCHMIDT GROUPE S.A.S.",2014-04-03,1-1114-58195,2014-07-03
cymru,,"Nominet UK",2014-05-08,1-1105-16488,2014-08-08
cyou,,"Beijing Gamease Age Digital Technology Co., Ltd.",2015-01-22,1-1659-50039,2015-04-03
dabur,,"Dabur India Limited",2014-02-06,1-1804-73491,2015-01-24
dad,,"Charleston Road Registry Inc.",2014-01-23,1-1682-14122,2014-08-30
dance,,"Dog Beach, LLC",2013-10-24,1-1255-69937,2014-01-14
data,,"Dish DBS Corporation",2016-06-02,1-2009-38008,2016-12-20
date,,"dot Date Limited",2014-11-20,1-1247-30301,2015-03-25
dating,,"Binky Moon, LLC",2013-12-05,1-1416-56404,2014-01-25
datsun,,"NISSAN MOTOR CO., LTD.",2014-03-27,1-1023-6629,2015-03-04
day,,"Charleston Road Registry Inc.",2014-01-30,1-1139-19523,2014-08-30
dclk,,"Charleston Road Registry Inc.",2014-11-20,1-1141-22713,2015-01-24
dds,,"Minds + Machines Group Limited",2015-05-07,1-1038-5963,2016-05-11
deal,,"Amazon Registry Services, Inc.",2015-06-25,1-1315-35975,2016-06-07
dealer,,"Intercap Holdings Inc.",2014-12-22,1-993-62521,2015-12-24
deals,,"Binky Moon, LLC",2014-05-22,1-1419-43874,2014-07-10
degree,,"Dog Beach, LLC",2014-03-06,1-1418-57248,2014-05-30
delivery,,"Binky Moon, LLC",2014-09-11,1-1420-57575,2014-11-01
dell,,"Dell Inc.",2014-10-24,1-1094-11981,2015-10-14
deloitte,,"Deloitte Touche Tohmatsu",2015-07-31,1-1944-83205,2016-01-29
delta,,"Delta Air Lines, Inc.",2015-02-19,1-1259-75287,2015-07-11
democrat,,"Dog Beach, LLC",2013-10-24,1-1255-25868,2014-01-14
dental,,"Binky Moon, LLC",2014-03-20,1-1421-91857,2014-04-23
dentist,,"Dog Beach, LLC",2014-03-20,1-1422-97537,2014-05-31
desi,,"Desi Networks LLC",2013-11-14,1-870-27617,2014-04-10
design,,"Top Level Design, LLC",2014-11-07,1-1086-90196,2015-01-24
dev,,"Charleston Road Registry Inc.",2014-10-16,1-1138-73066,2014-12-18
dhl,,"Deutsche Post AG",2015-07-23,1-1075-45896,2016-06-02
diamonds,,"Binky Moon, LLC",2013-09-22,1-1428-32844,2013-11-19
diet,,"Uniregistry, Corp.",2014-06-26,1-845-21294,2014-08-16
digital,,"Binky Moon, LLC",2014-03-06,1-1427-39640,2014-05-07
direct,,"Binky Moon, LLC",2014-04-10,1-1424-94823,2014-07-02
directory,,"Binky Moon, LLC",2013-09-20,1-1432-79618,2013-11-19
discount,,"Binky Moon, LLC",2014-03-06,1-1431-6328,2014-04-23
discover,,"Discover Financial Services",2015-07-23,1-1423-36348,2016-07-28
dish,,"Dish DBS Corporation",2015-07-30,1-1919-18145,2016-08-10
diy,,"Lifestyle Domain Holdings, Inc.",2015-11-05,1-1326-57740,2016-08-25
dnp,,"Dai Nippon Printing Co., Ltd.",2013-12-13,1-948-69611,2014-03-11
docs,,"Charleston Road Registry Inc.",2014-10-16,1-1682-12856,2014-12-18
doctor,,"Binky Moon, LLC",2016-06-02,1-1430-52453,2016-07-21
dodge,,"FCA US LLC.",2015-07-30,1-2054-9171,2016-08-04
dog,,"Binky Moon, LLC",2014-12-04,1-1429-22494,2015-04-29
doha,,"Communications Regulatory Authority (CRA)",2014-09-18,1-1150-50794,2015-03-25
domains,,"Binky Moon, LLC",2013-10-17,1-1433-39728,2013-12-17
dot,,"Dish DBS Corporation",2015-05-21,1-2005-70840,2016-05-18
download,,"dot Support Limited",2014-11-20,1-1210-70457,2015-03-25
drive,,"Charleston Road Registry Inc.",2015-03-05,1-1138-62581,2015-06-20
dtv,,"Dish DBS Corporation",2015-06-04,1-2084-81667,2016-05-27
dubai,,"Dubai Smart Government Department",2015-01-01,1-1838-15469,2016-01-07
duck,,"Johnson Shareholdings, Inc.",2015-07-23,1-1248-11973,2016-07-21
dunlop,,"The Goodyear Tire & Rubber Company",2015-07-02,1-1885-14876,2016-06-10
duns,,"The Dun & Bradstreet Corporation",2015-08-06,1-1832-42386,2016-07-23
dupont,,"E. I. du Pont de Nemours and Company",2015-06-25,1-1300-88322,2016-06-10
durban,,"ZA Central Registry NPC trading as ZA Central Registry",2014-03-24,1-1864-63608,2014-06-19
dvag,,"Deutsche Vermögensberatung Aktiengesellschaft DVAG",2014-06-23,1-904-62612,2014-09-27
dvr,,"DISH Technologies L.L.C.",2016-05-26,1-2000-89466,2016-09-30
earth,,"Interlink Co., Ltd.",2014-12-04,1-901-26957,2015-05-14
eat,,"Charleston Road Registry Inc.",2014-01-23,1-1139-37354,2014-08-30
eco,,"Big Room Inc.",2016-07-08,1-912-59314,2016-08-28
edeka,,"EDEKA Verband kaufmännischer Genossenschaften e.V.",2014-12-18,1-1297-3451,2016-01-21
education,,"Binky Moon, LLC",2013-11-07,1-1435-73490,2013-12-28
email,,"Binky Moon, LLC",2013-10-31,1-1438-98374,2014-01-02
emerck,,"Merck KGaA",2014-04-03,1-980-60636,2014-10-22
energy,,"Binky Moon, LLC",2014-09-11,1-1437-42738,2014-11-01
engineer,,"Dog Beach, LLC",2014-03-06,1-1255-37010,2014-06-04
engineering,,"Binky Moon, LLC",2014-03-06,1-1436-74788,2014-04-11
enterprises,,"Binky Moon, LLC",2013-09-20,1-1440-71720,2013-11-19
epson,,"Seiko Epson Corporation",2014-12-04,1-936-24218,2015-03-03
equipment,,"Binky Moon, LLC",2013-08-27,1-1442-68106,2013-11-06
ericsson,,"Telefonaktiebolaget L M Ericsson",2015-07-09,1-1798-68430,2016-06-10
erni,,"ERNI Group Holding AG",2014-04-03,1-949-56474,2015-03-12
esq,,"Charleston Road Registry Inc.",2014-05-08,1-1140-98965,2014-08-29
estate,,"Binky Moon, LLC",2013-08-27,1-1441-44965,2013-11-14
esurance,,"Esurance Insurance Company",2015-07-23,1-1987-61342,2016-07-23
etisalat,,"Emirates Telecommunications Corporation (trading as Etisalat)",2015-09-03,1-1743-35887,2017-06-01
eurovision,,"European Broadcasting Union (EBU)",2014-04-24,1-1083-6576,2014-12-06
eus,,"Puntueus Fundazioa",2013-12-12,1-1293-15788,2014-04-11
events,,"Binky Moon, LLC",2013-12-05,1-1443-27992,2014-02-04
everbank,,"EverBank",2014-05-15,1-2136-22895,2014-11-26
exchange,,"Binky Moon, LLC",2014-03-06,1-1445-68403,2014-04-23
expert,,"Binky Moon, LLC",2013-11-21,1-1444-46322,2014-01-23
exposed,,"Binky Moon, LLC",2013-12-05,1-1446-82057,2014-02-04
express,,"Binky Moon, LLC",2015-02-11,1-1447-46365,2015-04-05
extraspace,,"Extra Space Storage LLC",2015-05-14,1-1688-1352,2016-03-25
fage,,"Fage International S.A.",2014-12-18,1-2125-19961,2015-08-08
fail,,"Binky Moon, LLC",2014-03-06,1-1448-73190,2014-04-23
fairwinds,,"FairWinds Partners, LLC",2014-11-13,1-1173-27755,2015-11-13
faith,,"dot Faith Limited",2014-11-20,1-1228-92789,2015-03-25
family,,"Dog Beach, LLC",2015-04-02,1-1450-96002,2015-08-11
fan,,"Dog Beach, LLC",2014-03-06,1-1449-26710,2015-03-16
fans,,"Fans TLD Limited",2014-11-07,1-1711-46810,2015-02-19
farm,,"Binky Moon, LLC",2013-11-07,1-1451-8324,2013-12-28
farmers,,"Farmers Insurance Exchange",2015-07-09,1-1801-23208,2016-06-25
fashion,,"Minds + Machines Group Limited",2014-07-03,1-1039-98979,2014-12-06
fast,,"Amazon Registry Services, Inc.",2014-12-18,1-1316-97653,2015-12-05
fedex,,"Federal Express Corporation",2015-08-06,1-1896-90293,2016-06-25
feedback,,"Top Level Spectrum, Inc.",2013-12-19,1-1279-54497,2014-04-10
ferrari,,"Fiat Chrysler Automobiles N.V.",2015-07-31,1-2071-48444,2016-08-02
ferrero,,"Ferrero Trading Lux S.A.",2014-12-18,1-1126-78849,2015-11-07
fiat,,"Fiat Chrysler Automobiles N.V.",2015-07-31,1-2067-46114,2016-08-02
fidelity,,"Fidelity Brokerage Services LLC",2015-07-30,1-1845-19586,2016-08-04
fido,,"Rogers Communications Canada Inc.",2015-08-06,1-1036-80240,2016-09-20
film,,"Motion Picture Domain Registry Pty Ltd",2015-01-08,1-1802-37358,2015-03-24
final,,"Núcleo de Informação e Coordenação do Ponto BR - NIC.br",2014-10-16,1-1119-72288,2015-09-26
finance,,"Binky Moon, LLC",2014-03-20,1-1454-18725,2014-04-29
financial,,"Binky Moon, LLC",2014-03-06,1-1453-71764,2014-04-23
fire,,"Amazon Registry Services, Inc.",2015-06-25,1-1315-94280,2016-06-07
firestone,,"Bridgestone Licensing Services, Inc",2014-12-18,1-954-87942,2015-12-05
firmdale,,"Firmdale Holdings Limited",2014-03-27,1-1818-23087,2014-11-20
fish,,"Binky Moon, LLC",2013-12-12,1-1459-49079,2014-02-21
fishing,,"Minds + Machines Group Limited",2013-11-21,1-1039-82031,2014-03-31
fit,,"Minds + Machines Group Limited",2014-11-07,1-1039-18316,2015-01-09
fitness,,"Binky Moon, LLC",2014-03-06,1-1457-79967,2014-04-22
flickr,,"Yahoo! Domain Services Inc.",2015-04-02,1-1168-54294,2016-02-13
flights,,"Binky Moon, LLC",2013-12-05,1-1460-3791,2014-02-04
flir,,"FLIR Systems, Inc.",2015-07-23,1-1272-48294,2016-05-10
florist,,"Binky Moon, LLC",2013-11-07,1-1456-34878,2013-12-28
flowers,,"Uniregistry, Corp.",2014-10-09,1-845-21975,2014-12-25
fly,,"Charleston Road Registry Inc.",2014-05-08,1-1141-48206,2014-09-15
foo,,"Charleston Road Registry Inc.",2014-01-23,1-1681-22593,2014-04-19
food,,"Lifestyle Domain Holdings, Inc.",2016-04-21,1-1326-50608,2016-11-10
foodnetwork,,"Lifestyle Domain Holdings, Inc.",2015-07-02,1-1326-10877,2016-06-23
football,,"Binky Moon, LLC",2014-12-18,1-1463-19656,2015-02-19
ford,,"Ford Motor Company",2014-11-13,1-1310-12426,2015-12-18
forex,,"Dotforex Registry Limited",2014-12-11,1-2043-82969,2015-03-12
forsale,,"Dog Beach, LLC",2014-05-22,1-1461-35653,2014-10-01
forum,,"Fegistry, LLC",2015-04-02,1-1913-92671,2015-07-01
foundation,,"Binky Moon, LLC",2013-12-05,1-1468-64201,2014-02-11
fox,,"FOX Registry, LLC",2015-09-11,1-1167-1880,2015-12-24
free,,"Amazon Registry Services, Inc.",2015-12-10,1-1316-21923,2016-11-08
fresenius,,"Fresenius Immobilien-Verwaltungs-GmbH",2015-07-30,1-916-50890,2016-01-09
frl,,"FRLregistry B.V.",2014-05-15,1-1312-75662,2014-08-30
frogans,,"OP3FT",2013-12-19,1-1270-9301,2014-04-19
frontdoor,,"Lifestyle Domain Holdings, Inc.",2015-07-02,1-1326-50203,2016-06-23
frontier,,"Frontier Communications Corporation",2015-02-05,1-2106-18801,2016-02-06
ftr,,"Frontier Communications Corporation",2015-07-16,1-2105-39700,2016-04-17
fujitsu,,"Fujitsu Limited",2015-07-30,1-1722-42216,2016-07-07
fujixerox,,"Xerox DNHC LLC",2015-07-23,1-1046-39945,2016-07-15
fun,,"DotSpace Inc.",2016-01-14,1-1274-35353,2016-12-21
fund,,"Binky Moon, LLC",2014-03-20,1-1467-34522,2014-04-23
furniture,,"Binky Moon, LLC",2014-03-20,1-1466-60532,2014-04-23
futbol,,"Dog Beach, LLC",2013-09-20,1-1469-89174,2014-02-11
fyi,,"Binky Moon, LLC",2015-04-02,1-1579-33517,2015-05-22
gal,,"Asociación puntoGAL",2013-11-07,1-1278-425,2014-04-11
gallery,,"Binky Moon, LLC",2013-09-13,1-1471-10955,2013-11-14
gallo,,"Gallo Vineyards, Inc.",2015-06-11,1-1983-39264,2016-03-22
gallup,,"Gallup, Inc.",2015-02-19,1-1124-66954,2016-02-11
game,,"Uniregistry, Corp.",2015-05-28,1-855-17500,2015-07-08
games,,"Dog Beach, LLC",2015-05-28,1-1470-40168,2016-06-02
gap,,"The Gap, Inc.",2015-07-31,1-925-90449,2016-08-04
garden,,"Minds + Machines Group Limited",2014-06-26,1-1039-6355,2014-12-13
gbiz,,"Charleston Road Registry Inc.",2014-07-17,1-1683-16092,2014-08-27
gdn,,"Joint Stock Company \"Navigation-information systems\"",2014-07-31,1-1866-26783,2015-02-13
gea,,"GEA Group Aktiengesellschaft",2014-12-04,1-1337-68453,2015-08-28
gent,,"COMBELL NV",2014-01-23,1-1679-97532,2014-07-12
genting,,"Resorts World Inc Pte. Ltd.",2015-03-12,1-2073-97647,2015-06-20
george,,"Wal-Mart Stores, Inc.",2015-07-31,1-1244-15683,2016-08-18
ggee,,"GMO Internet, Inc.",2014-01-09,1-1734-71117,2014-12-25
gift,,"DotGift, LLC",2013-10-17,1-855-85881,2014-01-18
gifts,,"Binky Moon, LLC",2014-07-03,1-1474-76888,2014-08-08
gives,,"Dog Beach, LLC",2014-03-06,1-1255-39674,2014-06-04
giving,,"Giving Limited",2014-11-13,1-1284-21841,2015-08-06
glade,,"Johnson Shareholdings, Inc.",2015-07-23,1-1248-47766,2016-07-28
glass,,"Binky Moon, LLC",2013-11-07,1-1475-74719,2013-12-28
gle,,"Charleston Road Registry Inc.",2014-07-24,1-1099-85478,2014-09-15
global,,"Dot Global Domain Registry Limited",2014-04-17,1-1747-40234,2014-06-11
globo,,"Globo Comunicação e Participações S.A",2013-12-19,1-1151-96871,2014-05-03
gmail,,"Charleston Road Registry Inc.",2014-05-01,1-1099-70123,2014-08-27
gmbh,,"Binky Moon, LLC",2016-01-29,1-1477-91047,2016-03-09
gmo,,"GMO Internet Pte. Ltd.",2014-01-09,1-1657-61205,2014-05-03
gmx,,"1&1 Mail & Media GmbH",2014-04-24,1-1256-36701,2014-09-05
godaddy,,"Go Daddy East, LLC",2015-07-23,1-1109-42895,2016-07-07
gold,,"Binky Moon, LLC",2015-01-22,1-1478-71326,2015-03-24
goldpoint,,"YODOBASHI CAMERA CO.,LTD.",2014-11-20,1-1809-71826,2015-02-19
golf,,"Binky Moon, LLC",2014-12-18,1-1476-38656,2015-03-24
goo,,"NTT Resonant Inc.",2014-12-18,1-1810-48580,2015-03-03
goodyear,,"The Goodyear Tire & Rubber Company",2015-07-02,1-1886-86906,2016-06-10
goog,,"Charleston Road Registry Inc.",2014-11-20,1-1099-4940,2015-01-24
google,,"Charleston Road Registry Inc.",2014-07-24,1-1099-35758,2014-09-15
gop,,"Republican State Leadership Committee, Inc.",2014-01-16,1-994-50847,2014-04-04
got,,"Amazon Registry Services, Inc.",2014-12-18,1-1316-81180,2015-12-05
grainger,,"Grainger Registry Services, LLC",2015-05-07,1-1006-23981,2015-11-13
graphics,,"Binky Moon, LLC",2013-09-13,1-1479-5306,2013-11-14
gratis,,"Binky Moon, LLC",2014-03-20,1-1481-2922,2014-04-23
green,,"Afilias plc",2014-05-08,1-868-24661,2014-06-19
gripe,,"Binky Moon, LLC",2014-03-06,1-1486-63504,2014-04-11
grocery,,"Wal-Mart Stores, Inc.",2016-06-16,1-2064-74519,2017-06-28
group,,"Binky Moon, LLC",2014-08-15,1-1482-30833,2015-08-08
guardian,,"The Guardian Life Insurance Company of America",2015-07-30,1-1298-37058,2016-05-13
gucci,,"Guccio Gucci S.p.a.",2014-11-13,1-951-28008,2015-10-27
guge,,"Charleston Road Registry Inc.",2014-08-28,1-1099-76403,2015-03-24
guide,,"Binky Moon, LLC",2013-09-13,1-1484-33046,2014-05-15
guitars,,"Uniregistry, Corp.",2013-11-14,1-855-34620,2014-01-18
guru,,"Binky Moon, LLC",2013-08-27,1-1487-73268,2013-11-06
hair,,"L'Oréal",2015-12-03,1-1302-98299,2016-12-02
hamburg,,"Hamburg Top-Level-Domain GmbH",2014-02-20,1-1134-57974,2014-06-04
hangout,,"Charleston Road Registry Inc.",2014-11-13,1-1678-13168,2015-01-24
haus,,"Dog Beach, LLC",2013-12-05,1-1488-15641,2014-03-31
hbo,,"HBO Registry Services, Inc.",2015-07-30,1-1783-76510,2016-08-14
hdfc,,"HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED",2015-07-30,1-1859-23172,2016-08-16
hdfcbank,,"HDFC Bank Limited",2015-02-12,1-1307-93169,2016-02-11
health,,"DotHealth, LLC",2015-02-11,1-1684-6394,2016-01-26
healthcare,,"Binky Moon, LLC",2014-06-12,1-1492-32589,2014-07-30
help,,"Uniregistry, Corp.",2014-06-26,1-845-3403,2014-08-16
helsinki,,"City of Helsinki",2015-02-05,1-1865-66478,2016-01-26
here,,"Charleston Road Registry Inc.",2014-02-06,1-1140-20987,2014-08-29
hermes,,"HERMES INTERNATIONAL",2014-07-10,1-1136-8758,2015-01-24
hgtv,,"Lifestyle Domain Holdings, Inc.",2015-07-02,1-1326-4851,2016-06-23
hiphop,,"Uniregistry, Corp.",2014-03-06,1-855-7383,2014-05-15
hisamitsu,,"Hisamitsu Pharmaceutical Co.,Inc.",2015-07-16,1-935-57258,2016-06-02
hitachi,,"Hitachi, Ltd.",2014-10-31,1-1024-52378,2015-05-01
hiv,,"Uniregistry, Corp.",2014-03-13,1-971-90747,2014-05-31
hkt,,"PCCW-HKT DataCom Services Limited",2015-05-14,1-1309-96306,2016-05-12
hockey,,"Binky Moon, LLC",2015-03-19,1-1493-98462,2015-05-07
holdings,,"Binky Moon, LLC",2013-08-27,1-1496-1524,2013-11-06
holiday,,"Binky Moon, LLC",2013-11-07,1-1497-56699,2013-12-28
homedepot,,"Home Depot Product Authority, LLC",2015-04-02,1-1095-1782,2015-06-04
homegoods,,"The TJX Companies, Inc.",2015-07-16,1-1764-99491,2016-07-15
homes,,"DERHomes, LLC",2014-01-09,1-909-196,2014-05-22
homesense,,"The TJX Companies, Inc.",2015-07-16,1-1764-22954,2016-07-15
honda,,"Honda Motor Co., Ltd.",2014-12-18,1-1923-79996,2015-04-30
honeywell,,"Honeywell GTLD LLC",2015-07-23,1-1517-81574,2016-07-26
horse,,"Minds + Machines Group Limited",2013-11-21,1-927-86049,2014-03-31
hospital,,"Binky Moon, LLC",2016-10-20,1-1505-15195,2016-12-09
host,,"DotHost Inc.",2014-04-17,1-1061-73671,2014-05-31
hosting,,"Uniregistry, Corp.",2014-05-29,1-855-76484,2014-08-16
hot,,"Amazon Registry Services, Inc.",2015-08-27,1-1316-38620,2016-08-10
hoteles,,"Travel Reservations SRL",2015-03-05,1-1249-1940,2015-06-26
hotels,,"Booking.com B.V.",2016-04-07,1-1016-75482,2017-04-07
hotmail,,"Microsoft Corporation",2014-12-18,1-1129-32525,2015-06-10
house,,"Binky Moon, LLC",2013-11-07,1-1506-83794,2013-12-28
how,,"Charleston Road Registry Inc.",2014-01-23,1-1682-29920,2014-08-16
hsbc,,"HSBC Global Services (UK) Limited",2014-10-24,1-1689-20699,2015-07-10
hughes,,"Hughes Satellite Systems Corporation",2015-07-30,1-1997-46911,2016-08-10
hyatt,,"Hyatt GTLD, L.L.C.",2015-07-30,1-965-48449,2016-07-28
hyundai,,"Hyundai Motor Company",2015-07-09,1-1922-62743,2015-09-26
ibm,,"International Business Machines Corporation",2014-07-31,1-992-57662,2014-10-01
icbc,,"Industrial and Commercial Bank of China Limited",2015-02-19,1-1010-74163,2015-05-13
ice,,"IntercontinentalExchange, Inc.",2014-10-30,1-1965-44528,2015-07-22
icu,,"ShortDot SA",2015-01-08,1-979-15291,2015-05-02
ieee,,"IEEE Global LLC",2015-07-23,1-966-50066,2016-07-21
ifm,,"ifm electronic gmbh",2014-01-30,1-1740-10420,2015-01-24
ikano,,"Ikano S.A.",2015-07-09,1-1002-9044,2016-07-01
imamat,,"Fondation Aga Khan (Aga Khan Foundation)",2015-08-06,1-1013-17019,2016-04-16
imdb,,"Amazon Registry Services, Inc.",2015-06-25,1-1315-27811,2016-06-07
immo,,"Binky Moon, LLC",2014-07-10,1-1511-99612,2014-08-27
immobilien,,"Dog Beach, LLC",2013-11-07,1-1255-76933,2014-01-02
inc,,"Intercap Holdings Inc.",2018-03-10,1-1309-22501,2018-07-17
industries,,"Binky Moon, LLC",2013-12-05,1-1510-3058,2014-02-21
infiniti,,"NISSAN MOTOR CO., LTD.",2014-03-27,1-1022-99709,2015-03-04
ing,,"Charleston Road Registry Inc.",2014-01-23,1-1683-75852,2014-08-30
ink,,"Top Level Design, LLC",2013-12-05,1-1086-41069,2014-03-11
institute,,"Binky Moon, LLC",2013-11-07,1-1514-76062,2013-12-28
insurance,,"fTLD Registry Services LLC",2015-02-19,1-1035-75923,2015-12-03
insure,,"Binky Moon, LLC",2014-03-20,1-1516-617,2014-04-29
intel,,"Intel Corporation",2015-08-06,1-1695-84442,2016-07-28
international,,"Binky Moon, LLC",2013-11-07,1-1513-9603,2013-12-28
intuit,,"Intuit Administrative Services, Inc.",2015-07-30,1-1281-62880,2016-07-12
investments,,"Binky Moon, LLC",2014-03-20,1-1521-75718,2014-04-23
ipiranga,,"Ipiranga Produtos de Petroleo S.A.",2014-08-28,1-1047-90306,2015-07-26
irish,,"Binky Moon, LLC",2014-08-07,1-899-83326,2014-12-02
iselect,,"iSelect Ltd",2015-02-11,1-1088-54663,2016-01-15
ismaili,,"Fondation Aga Khan (Aga Khan Foundation)",2015-08-06,1-1013-63095,2016-04-16
ist,,"Istanbul Metropolitan Municipality",2014-08-28,1-896-64208,2015-07-11
istanbul,,"Istanbul Metropolitan Municipality",2014-08-28,1-896-81048,2015-07-11
itau,,"Itau Unibanco Holding S.A.",2014-10-02,1-876-18413,2015-07-22
itv,,"ITV Services Limited",2015-07-09,1-978-21016,2016-06-21
iveco,,"CNH Industrial N.V.",2015-09-03,1-2053-96234,2016-10-30
jaguar,,"Jaguar Land Rover Ltd",2014-11-13,1-2033-3936,2015-10-27
java,,"Oracle Corporation",2014-06-19,1-1785-88138,2015-03-03
jcb,,"JCB Co., Ltd.",2014-11-20,1-1806-69861,2015-01-23
jcp,,"JCP Media, Inc.",2015-04-23,1-1897-48644,2016-03-30
jeep,,"FCA US LLC.",2015-07-30,1-2056-76990,2016-07-28
jetzt,,"Binky Moon, LLC",2014-01-09,1-1758-31045,2014-03-15
jewelry,,"Binky Moon, LLC",2015-03-05,1-1520-93221,2015-04-16
jio,,"Reliance Industries Limited",2015-04-02,1-1013-15809,2016-11-15
jll,,"Jones Lang LaSalle Incorporated",2015-04-02,1-1250-4137,2015-05-22
jmp,,"Matrix IP LLC",2015-03-26,1-1323-79639,2015-12-18
jnj,,"Johnson & Johnson Services, Inc.",2015-06-18,1-1156-43157,2016-04-08
joburg,,"ZA Central Registry NPC trading as ZA Central Registry",2014-03-24,1-1864-76634,2014-06-19
jot,,"Amazon Registry Services, Inc.",2014-12-18,1-1316-47849,2015-12-05
joy,,"Amazon Registry Services, Inc.",2014-12-18,1-1316-61557,2015-12-05
jpmorgan,,"JPMorgan Chase Bank, National Association",2015-04-30,1-1190-27386,2016-02-27
jprs,,"Japan Registry Services Co., Ltd.",2014-09-18,1-913-735,2015-07-08
juegos,,"Uniregistry, Corp.",2014-03-20,1-845-92261,2014-05-15
juniper,,"JUNIPER NETWORKS, INC.",2015-07-30,1-1937-57060,2016-08-02
kaufen,,"Dog Beach, LLC",2013-11-07,1-1255-46630,2013-12-28
kddi,,"KDDI CORPORATION",2014-09-12,1-1306-80495,2015-01-09
kerryhotels,,"Kerry Trading Co. Limited",2015-04-30,1-928-47602,2016-03-05
kerrylogistics,,"Kerry Trading Co. Limited",2015-04-09,1-928-31367,2016-03-05
kerryproperties,,"Kerry Trading Co. Limited",2015-04-09,1-928-12798,2016-03-05
kfh,,"Kuwait Finance House",2014-12-04,1-2099-6189,2015-12-15
kia,,"KIA MOTORS CORPORATION",2015-07-09,1-1737-31984,2015-09-26
kim,,"Afilias plc",2013-09-23,1-868-81619,2014-01-23
kinder,,"Ferrero Trading Lux S.A.",2014-11-07,1-1126-16883,2015-10-09
kindle,,"Amazon Registry Services, Inc.",2015-06-25,1-1315-18526,2016-06-07
kitchen,,"Binky Moon, LLC",2013-09-20,1-1526-71442,2013-11-19
kiwi,,"DOT KIWI LIMITED",2013-09-20,1-853-70338,2014-01-03
koeln,,"dotKoeln GmbH",2014-01-09,1-860-46860,2014-03-05
komatsu,,"Komatsu Ltd.",2015-01-08,1-946-52298,2015-03-26
kosher,,"Kosher Marketing Assets LLC",2015-08-20,1-1013-67544,2016-06-10
kpmg,,"KPMG International Cooperative (KPMG International Genossenschaft)",2015-04-23,1-1091-69197,2016-04-05
kpn,,"Koninklijke KPN N.V.",2015-01-08,1-1667-96713,2015-12-15
krd,,"KRG Department of Information Technology",2013-12-05,1-1260-38811,2014-07-18
kred,,"KredTLD Pty Ltd",2013-12-19,1-1707-1944,2014-02-27
kuokgroup,,"Kerry Trading Co. Limited",2015-04-09,1-928-30883,2016-03-05
kyoto,,"Academic Institution: Kyoto Jyoho Gakuen",2014-11-07,1-1716-31099,2015-01-28
lacaixa,,"Fundación Bancaria Caixa d’Estalvis i Pensions de Barcelona, “la Caixa”",2014-01-09,1-1835-20716,2014-07-18
ladbrokes,,"LADBROKES INTERNATIONAL PLC",2015-08-06,1-1823-86614,2016-07-29
lamborghini,,"Automobili Lamborghini S.p.A.",2015-06-04,1-1261-2722,2015-11-25
lamer,,"The Estée Lauder Companies Inc.",2015-10-01,1-1964-45137,2015-12-24
lancaster,,"LANCASTER",2015-02-12,1-854-19943,2015-07-15
lancia,,"Fiat Chrysler Automobiles N.V.",2015-07-31,1-2070-21096,2016-08-04
lancome,,"L'Oréal",2015-07-23,1-1301-74397,2016-07-15
land,,"Binky Moon, LLC",2013-09-10,1-1525-41533,2013-11-14
landrover,,"Jaguar Land Rover Ltd",2014-11-13,1-2032-73816,2015-10-27
lanxess,,"LANXESS Corporation",2015-07-30,1-1754-39601,2016-01-26
lasalle,,"Jones Lang LaSalle Incorporated",2015-04-02,1-1250-96768,2015-06-11
lat,,"ECOM-LAC Federaciòn de Latinoamèrica y el Caribe para Internet y el Comercio Electrònico",2014-10-16,1-943-512,2015-01-09
latino,,"Dish DBS Corporation",2015-07-30,1-2008-77299,2016-08-04
latrobe,,"La Trobe University",2014-06-16,1-2074-51517,2014-12-02
law,,"LW TLD Limited",2015-01-22,1-927-20582,2015-06-26
lawyer,,"Dog Beach, LLC",2014-03-20,1-1531-96078,2014-05-31
lds,,"IRI Domain Management, LLC (\"Applicant\")",2014-03-20,1-1098-21368,2014-11-19
lease,,"Binky Moon, LLC",2014-03-06,1-1540-49920,2014-04-11
leclerc,,"A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc",2014-08-07,1-1251-68491,2015-03-03
lefrak,,"LeFrak Organization, Inc.",2015-07-16,1-1907-30970,2016-07-14
legal,,"Binky Moon, LLC",2014-10-16,1-1536-79233,2014-11-26
lego,,"LEGO Juris A/S",2015-07-16,1-1795-41858,2016-06-16
lexus,,"TOYOTA MOTOR CORPORATION",2015-04-23,1-1717-84290,2015-07-26
lgbt,,"Afilias plc",2014-05-08,1-868-8822,2014-07-18
liaison,,"Liaison Technologies, Incorporated",2014-10-02,1-1904-8749,2015-05-02
lidl,,"Schwarz Domains und Services GmbH & Co. KG",2014-09-18,1-1123-60314,2014-12-13
life,,"Binky Moon, LLC",2014-02-06,1-1535-64595,2014-05-15
lifeinsurance,,"American Council of Life Insurers",2015-01-15,1-1160-79590,2016-01-19
lifestyle,,"Lifestyle Domain Holdings, Inc.",2014-12-11,1-1326-24715,2015-11-10
lighting,,"Binky Moon, LLC",2013-08-27,1-1539-6233,2013-11-06
like,,"Amazon Registry Services, Inc.",2014-12-18,1-1316-52467,2015-12-05
lilly,,"Eli Lilly and Company",2015-07-31,1-1018-57217,2016-07-31
limited,,"Binky Moon, LLC",2014-03-06,1-1542-96415,2014-04-23
limo,,"Binky Moon, LLC",2013-10-17,1-1543-47454,2013-12-17
lincoln,,"Ford Motor Company",2014-11-13,1-1666-99781,2015-12-18
linde,,"Linde Aktiengesellschaft",2014-12-04,1-1793-71500,2015-09-16
link,,"Uniregistry, Corp.",2013-11-14,1-855-72194,2014-01-18
lipsy,,"Lipsy Ltd",2015-06-25,1-1319-371,2016-05-03
live,,"Dog Beach, LLC",2014-12-04,1-1545-55209,2015-07-08
living,,"Lifestyle Domain Holdings, Inc.",2015-07-30,1-1326-92909,2015-12-28
lixil,,"LIXIL Group Corporation",2015-03-19,1-969-63512,2015-07-30
llc,,"Afilias plc",2017-12-14,1-868-65445,2018-02-22
loan,,"dot Loan Limited",2014-11-20,1-1222-21097,2015-03-25
loans,,"Binky Moon, LLC",2014-03-20,1-1544-18264,2014-05-15
locker,,"Dish DBS Corporation",2015-06-04,1-2013-75702,2016-05-27
locus,,"Locus Analytics LLC",2015-06-25,1-1890-88961,2016-03-09
loft,,"Annco, Inc.",2015-07-30,1-1161-52785,2016-08-04
lol,,"Uniregistry, Corp.",2015-01-30,1-855-10958,2015-05-02
london,,"Dot London Domains Limited",2013-11-14,1-1252-62369,2014-03-22
lotte,,"Lotte Holdings Co., Ltd.",2014-11-07,1-1863-52010,2015-01-14
lotto,,"Afilias plc",2014-04-10,1-868-7904,2014-06-19
love,,"Merchant Law Group LLP",2014-12-22,1-875-6276,2015-04-02
lpl,,"LPL Holdings, Inc.",2015-07-30,1-1144-53270,2016-07-19
lplfinancial,,"LPL Holdings, Inc.",2015-07-30,1-1144-82616,2016-07-19
ltd,,"Binky Moon, LLC",2014-09-25,1-1550-65638,2015-09-23
ltda,,"InterNetX, Corp",2014-04-17,1-1013-35966,2014-08-16
lundbeck,,"H. Lundbeck A/S",2015-08-06,1-2077-4329,2016-07-15
lupin,,"LUPIN LIMITED",2014-11-07,1-1325-70178,2015-05-16
luxe,,"Minds + Machines Group Limited",2014-01-09,1-1037-14905,2014-05-15
luxury,,"Luxury Partners, LLC",2013-10-17,1-1265-36346,2014-01-18
macys,,"Macys, Inc.",2015-07-31,1-1790-19744,2016-07-12
madrid,,"Comunidad de Madrid",2014-05-01,1-1742-48964,2014-11-20
maif,,"Mutuelle Assurance Instituteur France (MAIF)",2014-10-02,1-1819-55314,2015-03-03
maison,,"Binky Moon, LLC",2013-12-05,1-1552-8006,2014-02-11
makeup,,"L'Oréal",2015-01-15,1-1302-1511,2016-01-15
man,,"MAN SE",2014-12-04,1-1869-92391,2015-07-26
management,,"Binky Moon, LLC",2013-11-07,1-1555-40996,2013-12-17
mango,,"PUNTO FA S.L.",2013-10-24,1-1784-26967,2014-02-16
map,,"Charleston Road Registry Inc.",2016-06-09,1-1417-46480,2017-06-29
market,,"Dog Beach, LLC",2014-03-06,1-1553-52336,2014-05-31
marketing,,"Binky Moon, LLC",2013-11-07,1-1557-30317,2014-01-14
markets,,"Dotmarkets Registry Limited",2014-12-11,1-2042-29017,2015-03-12
marriott,,"Marriott Worldwide Corporation",2014-10-09,1-1242-18450,2015-01-14
marshalls,,"The TJX Companies, Inc.",2015-07-16,1-1764-97027,2016-07-15
maserati,,"Fiat Chrysler Automobiles N.V.",2015-07-31,1-2069-31888,2016-08-04
mattel,,"Mattel Sites, Inc.",2015-08-06,1-2089-2530,2016-05-28
mba,,"Binky Moon, LLC",2015-04-02,1-1556-47497,2015-05-22
mckinsey,,"McKinsey Holdings, Inc.",2015-07-31,1-1782-78035,2016-07-31
med,,"Medistry LLC",2015-08-06,1-907-38758,2015-12-03
media,,"Binky Moon, LLC",2014-03-06,1-1560-69674,2014-04-11
meet,,"Charleston Road Registry Inc.",2014-01-16,1-868-85241,2014-03-27
melbourne,,"The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation",2014-05-29,1-1918-10194,2014-07-10
meme,,"Charleston Road Registry Inc.",2014-01-30,1-1680-9209,2014-08-30
memorial,,"Dog Beach, LLC",2014-10-16,1-1563-40885,2014-11-26
men,,"Exclusive Registry Limited",2015-02-26,1-1215-86537,2015-05-20
menu,,"Wedding TLD2, LLC",2013-09-11,1-856-30202,2013-11-30
merckmsd,,"MSD Registry Holdings, Inc.",2016-07-14,1-1704-28482,2017-07-10
metlife,,"MetLife Services and Solutions, LLC",2015-05-07,1-1774-89667,2016-05-11
miami,,"Minds + Machines Group Limited",2013-12-19,1-1039-76209,2014-03-31
microsoft,,"Microsoft Corporation",2014-12-18,1-1129-74317,2015-06-10
mini,,"Bayerische Motoren Werke Aktiengesellschaft",2014-01-09,1-938-68005,2014-06-24
mint,,"Intuit Administrative Services, Inc.",2015-07-30,1-1509-35084,2016-07-12
mit,,"Massachusetts Institute of Technology",2015-07-02,1-986-42582,2016-07-06
mitsubishi,,"Mitsubishi Corporation",2015-07-23,1-1195-88153,2016-07-07
mlb,,"MLB Advanced Media DH, LLC",2015-05-21,1-1246-40551,2016-05-25
mls,,"The Canadian Real Estate Association",2015-04-23,1-1828-26452,2016-04-20
mma,,"MMA IARD",2014-11-07,1-1727-80321,2015-03-31
mobile,,"Dish DBS Corporation",2016-06-02,1-2012-89566,2016-12-20
mobily,,"GreenTech Consultancy Company W.L.L.",2014-12-18,1-2114-81237,2015-12-23
moda,,"Dog Beach, LLC",2013-11-07,1-1255-64246,2014-01-14
moe,,"Interlink Co., Ltd.",2013-11-13,1-901-45839,2014-03-31
moi,,"Amazon Registry Services, Inc.",2014-12-18,1-1316-70032,2015-10-07
mom,,"Uniregistry, Corp.",2015-04-16,1-855-75369,2015-08-19
monash,,"Monash University",2013-09-30,1-1153-75618,2014-01-18
money,,"Binky Moon, LLC",2014-10-16,1-1567-79679,2014-11-26
monster,,"XYZ.COM LLC",2015-09-11,1-1697-33789,2016-09-14
mopar,,"FCA US LLC.",2015-07-30,1-2060-34064,2016-08-02
mormon,,"IRI Domain Management, LLC (\"Applicant\")",2013-12-05,1-1098-52000,2014-11-19
mortgage,,"Dog Beach, LLC",2014-03-20,1-1564-75367,2014-05-31
moscow,,"Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)",2013-12-19,1-975-59500,2014-04-24
moto,,"Motorola Trademark Holdings, LLC",2015-06-04,1-1138-87257,2016-11-12
motorcycles,,"DERMotorcycles, LLC",2014-01-09,1-909-56431,2014-05-22
mov,,"Charleston Road Registry Inc.",2014-01-30,1-1142-23068,2014-08-30
movie,,"Binky Moon, LLC",2015-02-05,1-1570-42842,2015-03-25
movistar,,"Telefónica S.A.",2014-10-16,1-1791-84637,2015-06-26
msd,,"MSD Registry Holdings, Inc.",2015-07-23,1-1704-5879,2016-07-23
mtn,,"MTN Dubai Limited",2014-12-04,1-2140-13825,2015-03-25
mtr,,"MTR Corporation Limited",2015-03-12,1-2028-44295,2015-10-07
mutual,,"Northwestern Mutual MU TLD Registry, LLC",2015-04-02,1-1187-18162,2016-04-05
nab,,"National Australia Bank Limited",2015-08-20,1-1724-35592,2016-08-18
nadex,,"Nadex Domains, Inc.",2014-12-11,1-2044-88394,2015-05-02
nagoya,,"GMO Registry, Inc.",2013-10-24,1-1725-26914,2014-01-29
nationwide,,"Nationwide Mutual Insurance Company",2015-07-23,1-1878-48436,2016-07-15
natura,,"NATURA COSMÉTICOS S.A.",2015-03-12,1-1781-73309,2016-02-11
navy,,"Dog Beach, LLC",2014-03-06,1-1255-53893,2014-06-04
nba,,"NBA REGISTRY, LLC",2015-07-31,1-1763-23748,2016-08-02
nec,,"NEC Corporation",2015-01-08,1-1665-55096,2015-05-09
netbank,,"COMMONWEALTH BANK OF AUSTRALIA",2014-06-26,1-1672-75814,2015-06-22
netflix,,"Netflix, Inc.",2015-06-18,1-1333-56033,2016-05-28
network,,"Binky Moon, LLC",2013-11-14,1-1572-10553,2014-08-22
neustar,,"Registry Services, LLC",2013-12-05,1-863-45071,2014-02-19
new,,"Charleston Road Registry Inc.",2014-01-30,1-1682-52941,2014-08-30
newholland,,"CNH Industrial N.V.",2015-09-03,1-2052-3417,2016-10-30
news,,"Dog Beach, LLC",2014-12-18,1-1573-27315,2015-03-21
next,,"Next plc",2015-06-18,1-1154-86661,2016-05-03
nextdirect,,"Next plc",2015-06-18,1-1154-75728,2016-05-03
nexus,,"Charleston Road Registry Inc.",2014-07-24,1-1099-20038,2014-09-15
nfl,,"NFL Reg Ops LLC",2015-07-23,1-1118-57681,2016-06-23
ngo,,"Public Interest Registry",2014-03-06,1-910-97160,2014-07-18
nhk,,"Japan Broadcasting Corporation (NHK)",2014-02-13,1-905-1298,2014-06-04
nico,,"DWANGO Co., Ltd.",2014-12-04,1-1805-20663,2015-02-10
nike,,"NIKE, Inc.",2015-07-23,1-1395-25808,2016-07-09
nikon,,"NIKON CORPORATION",2015-05-21,1-1808-6217,2016-01-28
ninja,,"Dog Beach, LLC",2013-11-07,1-1255-70047,2013-12-28
nissan,,"NISSAN MOTOR CO., LTD.",2014-03-27,1-1021-24248,2015-03-04
nissay,,"Nippon Life Insurance Company",2015-10-29,1-2093-82497,2016-03-30
nokia,,"Nokia Corporation",2015-01-08,1-957-83376,2015-07-15
northwesternmutual,,"Northwestern Mutual Registry, LLC",2015-06-18,1-1186-85299,2016-04-06
norton,,"Symantec Corporation",2014-12-04,1-1027-83460,2015-12-03
now,,"Amazon Registry Services, Inc.",2015-06-25,1-1316-48771,2016-06-07
nowruz,,"Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.",2014-09-04,1-2132-15133,2015-12-05
nowtv,,"Starbucks (HK) Limited",2015-05-14,1-1309-12985,2016-05-11
nra,,"NRA Holdings Company, INC.",2014-05-22,1-1013-27442,2014-07-18
nrw,,"Minds + Machines GmbH",2013-11-21,1-994-3470,2014-07-11
ntt,,"NIPPON TELEGRAPH AND TELEPHONE CORPORATION",2014-10-31,1-920-75151,2015-02-03
nyc,,"The City of New York by and through the New York City Department of Information Technology & Telecommunications",2014-01-23,1-1715-21938,2014-03-20
obi,,"OBI Group Holding SE & Co. KGaA",2014-09-25,1-1739-45800,2015-09-23
observer,,"Top Level Spectrum, Inc.",2015-04-30,1-1732-536,2016-09-27
off,,"Johnson Shareholdings, Inc.",2015-07-23,1-1248-7515,2016-07-21
office,,"Microsoft Corporation",2015-03-12,1-1129-34449,2015-06-23
okinawa,,"BRregistry, Inc.",2013-12-05,1-1147-43520,2014-03-02
olayan,,"Crescent Holding GmbH",2015-05-14,1-1017-44037,2016-05-03
olayangroup,,"Crescent Holding GmbH",2015-05-14,1-1017-54910,2016-05-06
oldnavy,,"The Gap, Inc.",2015-07-31,1-925-60784,2016-08-04
ollo,,"Dish DBS Corporation",2015-06-04,1-2010-64737,2016-05-27
omega,,"The Swatch Group Ltd",2015-01-08,1-2122-64214,2015-06-26
one,,"One.com A/S",2014-11-07,1-979-77610,2015-01-22
ong,,"Public Interest Registry",2014-03-06,1-910-64447,2014-07-27
onl,,"I-Registry Ltd.",2013-09-16,1-1003-27595,2013-12-28
online,,"DotOnline Inc.",2015-01-15,1-1070-97873,2015-03-16
onyourside,,"Nationwide Mutual Insurance Company",2015-07-23,1-2083-37948,2016-07-15
ooo,,"INFIBEAM AVENUES LIMITED",2014-01-09,1-1950-81778,2014-08-16
open,,"American Express Travel Related Services Company, Inc.",2015-07-31,1-1305-8942,2016-08-08
oracle,,"Oracle Corporation",2014-06-19,1-1785-25388,2015-03-03
orange,,"Orange Brand Services Limited",2015-03-12,1-958-59844,2015-07-09
organic,,"Afilias plc",2014-03-27,1-868-66930,2014-06-13
origins,,"The Estée Lauder Companies Inc.",2015-10-01,1-1898-34084,2015-12-24
osaka,,"Osaka Registry Co., Ltd.",2014-09-04,1-901-9391,2014-12-13
otsuka,,"Otsuka Holdings Co., Ltd.",2013-10-11,1-906-65402,2014-08-27
ott,,"Dish DBS Corporation",2015-06-04,1-2006-79052,2016-05-27
ovh,,"MédiaBC",2014-01-16,1-1074-68417,2014-06-19
page,,"Charleston Road Registry Inc.",2014-12-04,1-1682-55525,2015-03-16
panasonic,,"Panasonic Corporation",2015-07-30,1-915-75941,2016-07-15
paris,,"City of Paris",2014-01-30,1-1087-47153,2014-04-19
pars,,"Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.",2014-09-04,1-2127-79611,2015-12-07
partners,,"Binky Moon, LLC",2013-12-05,1-1576-29395,2014-02-04
parts,,"Binky Moon, LLC",2013-12-05,1-1577-85976,2014-02-11
party,,"Blue Sky Registry Limited",2014-09-11,1-1214-59403,2014-11-17
passagens,,"Travel Reservations SRL",2015-03-05,1-1249-57355,2016-03-02
pay,,"Amazon Registry Services, Inc.",2015-08-27,1-1317-64413,2016-08-10
pccw,,"PCCW Enterprises Limited",2015-05-14,1-1309-16706,2016-05-11
pet,,"Afilias plc",2015-05-07,1-868-95281,2015-07-26
pfizer,,"Pfizer Inc.",2015-09-11,1-1827-93225,2016-07-15
pharmacy,,"National Association of Boards of Pharmacy",2014-06-19,1-1040-55064,2014-09-05
phd,,"Charleston Road Registry Inc.",2016-07-28,1-1142-85390,2017-06-29
philips,,"Koninklijke Philips N.V.",2014-11-07,1-1748-81516,2015-05-09
phone,,"Dish DBS Corporation",2016-06-02,1-2011-80942,2016-12-20
photo,,"Uniregistry, Corp.",2013-11-14,1-845-871,2014-01-18
photography,,"Binky Moon, LLC",2013-09-20,1-1581-70192,2013-11-19
photos,,"Binky Moon, LLC",2013-10-17,1-1580-67148,2013-12-17
physio,,"PhysBiz Pty Ltd",2014-05-01,1-967-85854,2014-06-19
piaget,,"Richemont DNS Inc.",2014-10-16,1-1253-59416,2015-03-16
pics,,"Uniregistry, Corp.",2013-11-14,1-845-88170,2014-01-18
pictet,,"Pictet Europe S.A.",2014-06-26,1-1314-50545,2015-03-07
pictures,,"Binky Moon, LLC",2014-03-06,1-1585-29698,2014-04-11
pid,,"Top Level Spectrum, Inc.",2015-01-08,1-1279-3321,2015-12-22
pin,,"Amazon Registry Services, Inc.",2014-12-18,1-1317-59644,2015-12-05
ping,,"Ping Registry Provider, Inc.",2015-06-11,1-1833-90242,2015-10-29
pink,,"Afilias plc",2013-10-01,1-868-27848,2014-01-18
pioneer,,"Pioneer Corporation",2015-07-16,1-934-72221,2016-06-02
pizza,,"Binky Moon, LLC",2014-06-26,1-1583-6697,2014-08-27
place,,"Binky Moon, LLC",2014-04-24,1-1584-14507,2014-07-02
play,,"Charleston Road Registry Inc.",2015-03-05,1-1683-17546,2015-06-20
playstation,,"Sony Interactive Entertainment Inc.",2015-07-02,1-1738-53001,2015-11-07
plumbing,,"Binky Moon, LLC",2013-09-10,1-1586-62771,2013-11-14
plus,,"Binky Moon, LLC",2015-02-05,1-1589-56456,2015-03-24
pnc,,"PNC Domain Co., LLC",2015-07-02,1-1909-74251,2016-07-01
pohl,,"Deutsche Vermögensberatung Aktiengesellschaft DVAG",2014-06-23,1-904-3406,2014-09-27
poker,,"Afilias plc",2014-07-03,1-1013-94737,2014-10-15
politie,,"Politie Nederland",2015-08-20,1-1736-17699,2016-06-23
porn,,"ICM Registry PN LLC",2014-10-16,1-1108-8653,2014-12-06
pramerica,,"Prudential Financial, Inc.",2015-07-30,1-1329-24914,2016-07-28
praxi,,"Praxi S.p.A.",2013-12-05,1-873-25989,2014-07-22
press,,"DotPress Inc.",2014-04-03,1-1062-36956,2014-05-31
prime,,"Amazon Registry Services, Inc.",2015-06-25,1-1315-6810,2016-06-07
prod,,"Charleston Road Registry Inc.",2014-01-23,1-1680-83223,2014-08-29
productions,,"Binky Moon, LLC",2013-12-05,1-1590-83448,2014-02-11
prof,,"Charleston Road Registry Inc.",2014-07-24,1-1417-94253,2014-09-15
progressive,,"Progressive Casualty Insurance Company",2015-07-23,1-1269-35396,2016-04-20
promo,,"Afilias plc",2014-12-18,1-973-2576,2015-12-31
properties,,"Binky Moon, LLC",2013-12-05,1-1588-73251,2014-02-04
property,,"Uniregistry, Corp.",2014-05-22,1-845-65560,2014-08-16
protection,,"XYZ.COM LLC",2015-04-23,1-1027-42662,2015-09-13
pru,,"Prudential Financial, Inc.",2015-07-30,1-1329-41024,2016-07-28
prudential,,"Prudential Financial, Inc.",2015-07-30,1-1329-43577,2016-07-28
pub,,"Dog Beach, LLC",2013-12-12,1-1255-25091,2014-02-26
pwc,,"PricewaterhouseCoopers LLP",2015-10-29,1-1891-70526,2016-02-11
qpon,,"dotCOOL, Inc.",2013-11-14,1-2107-33929,2014-02-12
quebec,,"PointQuébec Inc",2013-12-19,1-1663-45909,2014-04-16
quest,,"Quest ION Limited",2015-03-26,1-1817-89377,2016-02-06
qvc,,"QVC, Inc.",2015-07-30,1-877-83686,2016-08-04
racing,,"Premier Registry Limited",2014-12-04,1-1200-70811,2015-04-03
radio,,"European Broadcasting Union (EBU)",2016-07-21,1-1083-39123,2016-10-12
raid,,"Johnson Shareholdings, Inc.",2015-07-23,1-1248-89181,2016-07-21
read,,"Amazon Registry Services, Inc.",2014-12-18,1-1317-97509,2015-12-05
realestate,,"dotRealEstate LLC",2015-09-11,1-907-1363,2016-05-23
realtor,,"Real Estate Domains LLC",2014-05-29,1-907-41079,2014-07-30
realty,,"Fegistry, LLC",2015-03-19,1-1913-14988,2015-07-01
recipes,,"Binky Moon, LLC",2013-10-17,1-1603-97736,2013-12-17
red,,"Afilias plc",2013-11-07,1-868-93793,2014-01-18
redstone,,"Redstone Haute Couture Co., Ltd.",2014-10-31,1-1321-41821,2015-03-28
redumbrella,,"Travelers TLD, LLC",2015-03-26,1-1894-74544,2015-12-11
rehab,,"Dog Beach, LLC",2014-03-06,1-1255-34333,2014-06-04
reise,,"Binky Moon, LLC",2014-03-13,1-892-71956,2014-05-22
reisen,,"Binky Moon, LLC",2014-03-06,1-1606-68851,2014-04-11
reit,,"National Association of Real Estate Investment Trusts, Inc.",2014-09-04,1-1760-71167,2014-11-12
reliance,,"Reliance Industries Limited",2015-04-02,1-1308-77805,2016-11-15
ren,,"Beijing Qianxiang Wangjing Technology Development Co., Ltd.",2013-12-12,1-924-11693,2014-03-27
rent,,"XYZ.COM LLC",2014-12-04,1-909-9048,2015-04-30
rentals,,"Binky Moon, LLC",2013-12-05,1-1600-90191,2014-02-04
repair,,"Binky Moon, LLC",2013-11-07,1-1611-39225,2013-12-28
report,,"Binky Moon, LLC",2013-12-05,1-1615-74729,2014-02-04
republican,,"Dog Beach, LLC",2014-03-20,1-1255-42012,2014-06-04
rest,,"Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable",2013-12-19,1-1712-32476,2014-04-02
restaurant,,"Binky Moon, LLC",2014-07-03,1-1610-3807,2014-08-08
review,,"dot Review Limited",2014-11-20,1-1208-90224,2015-03-25
reviews,,"Dog Beach, LLC",2013-09-13,1-1607-34771,2014-02-11
rexroth,,"Robert Bosch GMBH",2015-06-18,1-1943-50410,2015-12-24
rich,,"I-Registry Ltd.",2013-11-21,1-1003-1483,2014-01-18
richardli,,"Pacific Century Asset Management (HK) Limited",2015-05-14,1-1309-98748,2016-05-11
ricoh,,"Ricoh Company, Ltd.",2014-11-20,1-1101-5912,2015-06-22
rightathome,,"Johnson Shareholdings, Inc.",2015-07-23,1-1248-60975,2016-07-21
ril,,"Reliance Industries Limited",2015-04-02,1-1308-43524,2016-11-15
rio,,"Empresa Municipal de Informática SA - IPLANRIO",2014-02-27,1-1151-10158,2014-05-22
rip,,"Dog Beach, LLC",2014-07-10,1-1255-57953,2014-10-15
rmit,,"Royal Melbourne Institute of Technology",2015-11-19,1-2135-63522,2016-11-24
rocher,,"Ferrero Trading Lux S.A.",2014-12-18,1-1126-33363,2015-11-07
rocks,,"Dog Beach, LLC",2013-11-14,1-1131-85666,2014-04-10
rodeo,,"Minds + Machines Group Limited",2013-12-19,1-1110-28830,2014-03-31
rogers,,"Rogers Communications Canada Inc.",2015-08-06,1-1036-55073,2016-09-20
room,,"Amazon Registry Services, Inc.",2014-12-18,1-1317-22695,2015-12-05
rsvp,,"Charleston Road Registry Inc.",2014-05-08,1-1683-44078,2014-08-30
rugby,,"World Rugby Strategic Developments Limited",2016-12-15,1-994-63638,2017-04-07
ruhr,,"regiodot GmbH & Co. KG",2013-10-02,1-1753-50246,2013-12-10
run,,"Binky Moon, LLC",2015-03-19,1-1616-69474,2015-05-07
rwe,,"RWE AG",2015-04-02,1-1756-92979,2015-10-27
ryukyu,,"BRregistry, Inc.",2014-01-09,1-1147-46178,2014-04-03
saarland,,"dotSaarland GmbH",2013-12-12,1-893-50963,2014-04-02
safe,,"Amazon Registry Services, Inc.",2014-12-18,1-1317-39217,2015-12-05
safety,,"Safety Registry Services, LLC.",2015-01-08,1-1007-20096,2015-12-24
sakura,,"SAKURA Internet Inc.",2014-12-18,1-1163-37277,2015-07-02
sale,,"Dog Beach, LLC",2014-10-16,1-1617-57149,2014-12-25
salon,,"Binky Moon, LLC",2014-12-11,1-1618-18834,2015-12-05
samsclub,,"Wal-Mart Stores, Inc.",2015-07-31,1-1244-43641,2016-08-18
samsung,,"SAMSUNG SDS CO., LTD",2014-04-03,1-955-67484,2014-12-10
sandvik,,"Sandvik AB",2014-11-13,1-1941-6798,2015-05-27
sandvikcoromant,,"Sandvik AB",2014-11-07,1-2075-66439,2015-05-27
sanofi,,"Sanofi",2014-10-09,1-1872-16158,2015-07-24
sap,,"SAP AG",2014-03-27,1-1735-78954,2015-03-26
sarl,,"Binky Moon, LLC",2014-07-03,1-1624-75239,2014-08-08
sas,,"Research IP LLC",2015-04-02,1-1323-55150,2015-12-18
save,,"Amazon Registry Services, Inc.",2015-06-25,1-1317-82096,2016-06-07
saxo,,"Saxo Bank A/S",2014-10-31,1-1043-58809,2015-02-10
sbi,,"STATE BANK OF INDIA",2015-03-12,1-1029-42857,2016-04-16
sbs,,"SPECIAL BROADCASTING SERVICE CORPORATION",2014-11-07,1-1080-34634,2015-10-29
sca,,"SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)",2014-03-13,1-1149-58739,2014-08-14
scb,,"The Siam Commercial Bank Public Company Limited (\"SCB\")",2014-02-20,1-1197-50009,2014-07-11
schaeffler,,"Schaeffler Technologies AG & Co. KG",2015-08-06,1-1749-12808,2015-12-24
schmidt,,"SCHMIDT GROUPE S.A.S.",2014-04-03,1-1114-79381,2014-07-03
scholarships,,"Scholarships.com, LLC",2014-04-24,1-1116-65830,2015-04-02
school,,"Binky Moon, LLC",2014-12-18,1-1622-67844,2015-02-19
schule,,"Binky Moon, LLC",2014-03-06,1-1627-1624,2014-04-22
schwarz,,"Schwarz Domains und Services GmbH & Co. KG",2014-09-18,1-1123-39254,2014-12-13
science,,"dot Science Limited",2014-09-11,1-1238-98669,2014-11-15
scjohnson,,"Johnson Shareholdings, Inc.",2015-07-23,1-1248-67439,2016-07-21
scor,,"SCOR SE",2014-10-31,1-1875-27045,2015-06-23
scot,,"Dot Scot Registry Limited",2014-01-23,1-1741-29613,2014-06-13
search,,"Charleston Road Registry Inc.",2016-06-09,1-1141-50966,2017-06-29
seat,,"SEAT, S.A. (Sociedad Unipersonal)",2014-05-22,1-1879-27918,2015-04-18
secure,,"Amazon Registry Services, Inc.",2015-08-27,1-1317-98508,2016-08-10
security,,"XYZ.COM LLC",2015-05-14,1-1027-69486,2015-09-17
seek,,"Seek Limited",2014-12-04,1-2098-16297,2015-08-11
select,,"iSelect Ltd",2015-10-08,1-1088-97737,2016-01-15
sener,,"Sener Ingeniería y Sistemas, S.A.",2014-10-24,1-1044-53079,2015-05-01
services,,"Binky Moon, LLC",2014-02-27,1-1628-41321,2014-04-11
ses,,"SES",2015-07-23,1-1122-77859,2016-07-09
seven,,"Seven West Media Ltd",2015-08-06,1-2094-72761,2015-09-26
sew,,"SEW-EURODRIVE GmbH & Co KG",2014-07-17,1-849-59039,2014-12-13
sex,,"ICM Registry SX LLC",2014-11-13,1-1106-79501,2015-04-18
sexy,,"Uniregistry, Corp.",2013-09-11,1-855-58140,2013-11-14
sfr,,"Societe Francaise du Radiotelephone - SFR",2015-08-13,1-1686-61159,2015-12-01
shangrila,,"Shangri‐La International Hotel Management Limited",2015-09-03,1-940-76333,2016-07-02
sharp,,"Sharp Corporation",2014-05-01,1-1733-97084,2015-12-05
shaw,,"Shaw Cablesystems G.P.",2015-04-23,1-1013-60745,2016-03-22
shell,,"Shell Information Technology International Inc",2015-07-30,1-1090-40748,2015-12-15
shia,,"Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.",2014-09-04,1-2129-23641,2015-12-05
shiksha,,"Afilias plc",2013-11-14,1-868-35885,2014-01-18
shoes,,"Binky Moon, LLC",2013-10-02,1-1630-4186,2013-12-17
shop,,"GMO Registry, Inc.",2016-04-08,1-890-65213,2016-05-23
shopping,,"Binky Moon, LLC",2016-03-31,1-845-21316,2016-06-21
shouji,,"QIHOO 360 TECHNOLOGY CO. LTD.",2015-01-08,1-974-38448,2016-03-30
show,,"Binky Moon, LLC",2015-03-05,1-1633-36635,2015-04-16
showtime,,"CBS Domains Inc.",2015-08-06,1-869-34582,2016-08-04
shriram,,"Shriram Capital Ltd.",2014-01-23,1-1857-52823,2014-12-30
silk,,"Amazon Registry Services, Inc.",2015-06-25,1-1315-37701,2016-06-07
sina,,"Sina Corporation",2015-03-12,1-950-30912,2016-03-30
singles,,"Binky Moon, LLC",2013-08-27,1-1634-15520,2013-11-06
site,,"DotSite Inc.",2015-01-15,1-1048-46315,2015-03-16
ski,,"Afilias plc",2015-04-09,1-1000-18032,2015-05-30
skin,,"L'Oréal",2015-01-15,1-1302-80853,2016-01-15
sky,,"Sky International AG",2014-06-19,1-991-90219,2014-12-12
skype,,"Microsoft Corporation",2014-12-18,1-1129-38236,2015-06-23
sling,,"DISH Technologies L.L.C.",2015-07-30,1-1999-59552,2016-08-10
smart,,"Smart Communications, Inc. (SMART)",2015-07-09,1-2139-55785,2016-07-15
smile,,"Amazon Registry Services, Inc.",2014-12-18,1-1317-10329,2015-12-05
sncf,,"Société Nationale des Chemins de fer Francais S N C F",2015-02-19,1-1871-30331,2015-06-03
soccer,,"Binky Moon, LLC",2015-03-26,1-1635-18982,2015-05-13
social,,"Dog Beach, LLC",2013-11-07,1-1255-66111,2014-01-14
softbank,,"SoftBank Group Corp.",2015-07-02,1-1807-31061,2016-01-16
software,,"Dog Beach, LLC",2014-03-20,1-1621-97265,2014-05-31
sohu,,"Sohu.com Limited",2013-12-19,1-933-39092,2014-03-25
solar,,"Binky Moon, LLC",2013-11-07,1-1623-664,2013-12-28
solutions,,"Binky Moon, LLC",2013-11-07,1-1620-15722,2013-12-28
song,,"Amazon Registry Services, Inc.",2015-02-26,1-1317-53837,2016-02-24
sony,,"Sony Corporation",2015-01-08,1-999-76968,2015-04-16
soy,,"Charleston Road Registry Inc.",2014-01-23,1-1139-58678,2014-04-19
space,,"DotSpace Inc.",2014-04-03,1-1072-65736,2014-05-30
sport,,"Global Association of International Sports Federations (GAISF)",2017-11-16,1-1012-71460,2018-01-10
spot,,"Amazon Registry Services, Inc.",2015-02-26,1-1317-50025,2016-02-19
spreadbetting,,"Dotspreadbetting Registry Limited",2014-12-11,1-2045-23929,2015-03-13
srl,,"InterNetX, Corp",2015-05-07,1-1013-93642,2015-07-24
srt,,"FCA US LLC.",2015-07-30,1-2059-70151,2016-07-28
stada,,"STADA Arzneimittel AG",2014-11-13,1-1089-42298,2015-09-13
staples,,"Staples, Inc.",2015-07-30,1-1954-61706,2016-07-15
star,,"Star India Private Limited",2015-01-08,1-2109-49205,2015-12-22
starhub,,"StarHub Ltd",2015-02-05,1-1127-53723,2015-06-22
statebank,,"STATE BANK OF INDIA",2015-03-12,1-1029-24289,2016-04-16
statefarm,,"State Farm Mutual Automobile Insurance Company",2015-07-30,1-1034-97709,2015-12-24
stc,,"Saudi Telecom Company",2014-10-09,1-1927-64607,2015-08-29
stcgroup,,"Saudi Telecom Company",2014-10-09,1-1932-58265,2015-08-28
stockholm,,"Stockholms kommun",2014-12-18,1-1078-1796,2015-09-26
storage,,"XYZ.COM LLC",2014-12-22,1-1687-62688,2015-12-18
store,,"DotStore Inc.",2015-04-09,1-1052-82517,2016-02-22
stream,,"dot Stream Limited",2016-01-08,1-1881-96350,2016-03-18
studio,,"Dog Beach, LLC",2015-02-11,1-1608-9291,2015-07-08
study,,"OPEN UNIVERSITIES AUSTRALIA PTY LTD",2014-12-11,1-2031-1961,2015-02-25
style,,"Binky Moon, LLC",2014-12-04,1-1602-30813,2015-02-04
sucks,,"Vox Populi Registry Ltd.",2014-12-22,1-2080-92776,2015-02-25
supplies,,"Binky Moon, LLC",2013-12-19,1-1601-42282,2014-02-25
supply,,"Binky Moon, LLC",2013-12-19,1-1591-23028,2014-02-21
support,,"Binky Moon, LLC",2013-10-24,1-1568-22230,2013-12-18
surf,,"Minds + Machines Group Limited",2014-01-09,1-1110-69902,2014-06-18
surgery,,"Binky Moon, LLC",2014-03-20,1-1569-96051,2014-04-23
suzuki,,"SUZUKI MOTOR CORPORATION",2014-02-20,1-1858-80460,2014-07-02
swatch,,"The Swatch Group Ltd",2015-01-08,1-2121-49660,2015-06-26
swiftcover,,"Swiftcover Insurance Services Limited",2015-07-23,1-1834-24645,2016-07-21
swiss,,"Swiss Confederation",2014-10-16,1-1328-58462,2015-04-29
sydney,,"State of New South Wales, Department of Premier and Cabinet",2014-09-18,1-1917-99809,2014-11-05
symantec,,"Symantec Corporation",2014-12-04,1-1027-75900,2015-12-03
systems,,"Binky Moon, LLC",2013-11-07,1-1565-27165,2013-12-17
tab,,"Tabcorp Holdings Limited",2014-12-04,1-2078-73725,2015-11-13
taipei,,"Taipei City Government",2014-07-10,1-1946-86958,2014-10-23
talk,,"Amazon Registry Services, Inc.",2015-04-09,1-1317-29107,2016-03-25
taobao,,"Alibaba Group Holding Limited",2015-01-15,1-1041-74793,2016-01-21
target,,"Target Domain Holdings, LLC",2015-07-31,1-1188-55951,2016-08-04
tatamotors,,"Tata Motors Ltd",2015-03-12,1-2148-25869,2015-07-24
tatar,,"Limited Liability Company \"Coordination Center of Regional Domain of Tatarstan Republic\"",2014-04-24,1-1664-2308,2014-08-07
tattoo,,"Uniregistry, Corp.",2013-08-30,1-845-15798,2013-11-14
tax,,"Binky Moon, LLC",2014-03-20,1-1562-9879,2014-04-23
taxi,,"Binky Moon, LLC",2015-03-19,1-1558-74769,2015-05-07
tci,,"Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.",2014-09-12,1-2133-18206,2015-12-05
tdk,,"TDK Corporation",2015-06-11,1-901-92814,2016-06-07
team,,"Binky Moon, LLC",2015-03-05,1-1559-19356,2015-04-16
tech,,"Personals TLD Inc.",2015-01-30,1-1670-76346,2015-03-21
technology,,"Binky Moon, LLC",2013-09-13,1-1639-5968,2013-11-14
telefonica,,"Telefónica S.A.",2014-10-16,1-1791-89073,2015-06-26
temasek,,"Temasek Holdings (Private) Limited",2014-08-07,1-848-96376,2015-01-24
tennis,,"Binky Moon, LLC",2014-12-04,1-1640-29241,2015-02-04
teva,,"Teva Pharmaceutical Industries Limited",2015-07-02,1-1081-27807,2016-04-13
thd,,"Home Depot Product Authority, LLC",2015-04-02,1-1095-68549,2015-05-22
theater,,"Binky Moon, LLC",2015-03-19,1-1641-67063,2015-05-06
theatre,,"XYZ.COM LLC",2015-05-07,1-1326-3558,2015-09-13
tiaa,,"Teachers Insurance and Annuity Association of America",2015-07-23,1-1501-39101,2016-07-20
tickets,,"Accent Media Limited",2015-02-05,1-2155-24150,2015-03-25
tienda,,"Binky Moon, LLC",2013-11-14,1-1646-17411,2014-01-23
tiffany,,"Tiffany and Company",2015-01-30,1-1266-93721,2016-01-21
tips,,"Binky Moon, LLC",2013-09-20,1-1644-52968,2013-11-19
tires,,"Binky Moon, LLC",2014-11-07,1-1645-45928,2014-12-18
tirol,,"punkt Tirol GmbH",2014-04-24,1-1703-3426,2014-06-04
tjmaxx,,"The TJX Companies, Inc.",2015-07-16,1-1764-20650,2016-07-15
tjx,,"The TJX Companies, Inc.",2015-07-16,1-1764-49592,2016-07-15
tkmaxx,,"The TJX Companies, Inc.",2015-07-16,1-1764-51316,2016-07-15
tmall,,"Alibaba Group Holding Limited",2015-01-15,1-1041-11077,2016-01-21
today,,"Binky Moon, LLC",2013-09-20,1-1643-67659,2013-11-19
tokyo,,"GMO Registry, Inc.",2013-11-13,1-890-25253,2014-01-29
tools,,"Binky Moon, LLC",2013-11-21,1-1653-6258,2014-01-23
top,,".TOP Registry",2014-03-20,1-1935-70970,2014-08-03
toray,,"Toray Industries, Inc.",2014-12-18,1-945-91406,2015-05-01
toshiba,,"TOSHIBA Corporation",2014-04-10,1-1102-7288,2015-02-04
total,,"Total SA",2015-08-06,1-1162-21667,2016-03-09
tours,,"Binky Moon, LLC",2015-01-22,1-1648-61876,2015-03-24
town,,"Binky Moon, LLC",2014-03-06,1-1655-79604,2014-04-11
toyota,,"TOYOTA MOTOR CORPORATION",2015-04-23,1-1717-25317,2015-07-26
toys,,"Binky Moon, LLC",2014-03-06,1-1650-66027,2014-04-11
trade,,"Elite Registry Limited",2014-01-23,1-1245-40343,2014-03-19
trading,,"Dottrading Registry Limited",2014-12-11,1-2047-17293,2015-03-13
training,,"Binky Moon, LLC",2013-11-07,1-1652-41660,2013-12-28
travelchannel,,"Lifestyle Domain Holdings, Inc.",2015-07-02,1-1326-13526,2016-06-23
travelers,,"Travelers TLD, LLC",2015-03-26,1-1841-77153,2015-12-05
travelersinsurance,,"Travelers TLD, LLC",2015-03-26,1-1895-33687,2015-12-15
trust,,"NCC Group Inc.",2014-10-16,1-1075-15763,2014-12-06
trv,,"Travelers TLD, LLC",2015-03-26,1-1893-86497,2015-12-11
tube,,"Latin American Telecom LLC",2015-06-11,1-926-88379,2016-01-11
tui,,"TUI AG",2014-07-03,1-874-4984,2014-09-27
tunes,,"Amazon Registry Services, Inc.",2015-02-26,1-1317-30761,2016-02-25
tushu,,"Amazon Registry Services, Inc.",2014-12-18,1-1318-59070,2015-12-14
tvs,,"T V SUNDRAM IYENGAR & SONS LIMITED",2015-02-19,1-1862-71358,2016-02-13
ubank,,"National Australia Bank Limited",2015-08-20,1-1724-54856,2016-08-18
ubs,,"UBS AG",2014-12-11,1-1942-41146,2015-07-11
uconnect,,"FCA US LLC.",2015-07-30,1-2061-81662,2016-07-28
unicom,,"China United Network Communications Corporation Limited",2015-10-15,1-996-99850,2016-02-04
university,,"Binky Moon, LLC",2014-03-06,1-1651-77163,2014-04-11
uno,,"Dot Latin LLC",2013-09-11,1-881-92958,2013-11-30
uol,,"UBN INTERNET LTDA.",2014-05-01,1-1151-36619,2014-08-16
ups,,"UPS Market Driver, Inc.",2015-06-25,1-1874-94992,2016-05-31
vacations,,"Binky Moon, LLC",2013-12-05,1-1647-84596,2014-02-21
vana,,"Lifestyle Domain Holdings, Inc.",2014-12-11,1-1326-7776,2015-11-10
vanguard,,"The Vanguard Group, Inc.",2015-09-03,1-1698-41502,2016-08-28
vegas,,"Dot Vegas, Inc.",2014-01-16,1-846-66759,2014-03-31
ventures,,"Binky Moon, LLC",2013-08-27,1-1649-44756,2013-11-06
verisign,,"VeriSign, Inc.",2015-08-13,1-1145-77950,2015-11-25
versicherung,,"TLD-BOX Registrydienstleistungen GmbH",2014-03-20,1-891-92750,2014-05-22
vet,,"Dog Beach, LLC",2014-03-06,1-1642-14231,2014-05-31
viajes,,"Binky Moon, LLC",2013-10-17,1-1629-12298,2013-12-17
video,,"Dog Beach, LLC",2014-10-16,1-1480-90854,2014-12-25
vig,,"VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe",2015-05-14,1-918-87536,2016-04-06
viking,,"Viking River Cruises (Bermuda) Ltd.",2015-04-02,1-1691-8656,2016-02-22
villas,,"Binky Moon, LLC",2013-12-05,1-1537-30547,2014-02-11
vin,,"Binky Moon, LLC",2015-06-18,1-1538-23177,2015-08-05
vip,,"Minds + Machines Group Limited",2015-01-22,1-1037-88001,2015-11-25
virgin,,"Virgin Enterprises Limited",2014-09-25,1-1768-35626,2015-10-07
visa,,"Visa Worldwide Pte. Limited",2015-07-30,1-1338-34737,2016-07-28
vision,,"Binky Moon, LLC",2013-12-05,1-1533-53706,2014-02-11
vistaprint,,"Vistaprint Limited",2014-09-18,1-1033-53103,2015-06-22
viva,,"Saudi Telecom Company",2014-11-07,1-1933-773,2015-08-28
vivo,,"Telefonica Brasil S.A.",2015-07-31,1-1849-63904,2016-07-15
vlaanderen,,"DNS.be vzw",2014-02-06,1-1369-30849,2014-06-18
vodka,,"Minds + Machines Group Limited",2013-12-19,1-1037-7152,2014-03-31
volkswagen,,"Volkswagen Group of America Inc.",2015-05-14,1-1262-79766,2016-01-09
volvo,,"Volvo Holding Sverige Aktiebolag",2015-11-12,1-1797-56873,2016-10-24
vote,,"Monolith Registry LLC",2013-11-21,1-1013-44231,2014-03-02
voting,,"Valuetainment Corp.",2013-11-13,1-1280-72896,2014-01-29
voto,,"Monolith Registry LLC",2013-11-21,1-1013-52757,2014-03-02
voyage,,"Binky Moon, LLC",2013-08-27,1-1529-46197,2013-11-06
vuelos,,"Travel Reservations SRL",2015-03-05,1-1249-83471,2016-03-02
wales,,"Nominet UK",2014-05-08,1-1105-18383,2014-08-07
walmart,,"Wal-Mart Stores, Inc.",2015-07-31,1-1244-56727,2016-08-18
walter,,"Sandvik AB",2014-11-13,1-2076-35685,2015-05-27
wang,,"Zodiac Wang Limited",2013-10-24,1-857-40930,2014-01-03
wanggou,,"Amazon Registry Services, Inc.",2014-12-18,1-1318-32718,2015-12-15
warman,,"Weir Group IP Limited",2015-06-18,1-1822-29200,2016-05-03
watch,,"Binky Moon, LLC",2013-11-14,1-1528-66412,2014-01-23
watches,,"Richemont DNS Inc.",2014-12-22,1-1253-13044,2015-12-14
weather,,"International Business Machines Corporation",2015-01-08,1-1977-49078,2016-01-12
weatherchannel,,"International Business Machines Corporation",2015-03-12,1-2117-66735,2016-01-28
webcam,,"dot Webcam Limited",2014-01-23,1-1236-11213,2014-03-19
weber,,"Saint-Gobain Weber SA",2015-06-04,1-1812-10343,2015-12-22
website,,"DotWebsite Inc.",2014-04-03,1-1050-30871,2014-05-30
wed,,"Atgron, Inc.",2013-10-01,1-1276-92005,2014-01-23
wedding,,"Minds + Machines Group Limited",2014-04-24,1-1037-16321,2014-10-15
weibo,,"Sina Corporation",2015-03-05,1-950-50638,2016-04-06
weir,,"Weir Group IP Limited",2015-01-29,1-1822-6919,2015-04-17
whoswho,,"Who's Who Registry",2014-02-20,1-1829-71938,2014-07-18
wien,,"punkt.wien GmbH",2013-10-28,1-1030-79531,2014-01-03
wiki,,"Top Level Design, LLC",2013-11-07,1-1086-78534,2014-02-19
williamhill,,"William Hill Organization Limited",2014-03-13,1-1755-98806,2014-07-27
win,,"First Registry Limited",2014-11-20,1-1226-82695,2015-03-25
windows,,"Microsoft Corporation",2014-12-18,1-1129-52051,2015-06-10
wine,,"Binky Moon, LLC",2015-06-18,1-1515-14214,2015-08-05
winners,,"The TJX Companies, Inc.",2015-07-16,1-1764-23072,2016-07-15
wme,,"William Morris Endeavor Entertainment, LLC",2014-02-13,1-930-41059,2014-09-10
wolterskluwer,,"Wolters Kluwer N.V.",2015-08-06,1-1005-36512,2016-02-11
woodside,,"Woodside Petroleum Limited",2015-07-09,1-1948-75990,2016-06-23
work,,"Minds + Machines Group Limited",2013-12-19,1-1037-87207,2014-09-23
works,,"Binky Moon, LLC",2013-11-14,1-1518-50195,2014-01-23
world,,"Binky Moon, LLC",2014-06-12,1-1504-13424,2014-09-19
wow,,"Amazon Registry Services, Inc.",2015-10-08,1-1318-51358,2016-09-26
wtc,,"World Trade Centers Association, Inc.",2013-12-19,1-1275-26828,2014-04-29
wtf,,"Binky Moon, LLC",2014-03-06,1-1508-57100,2014-04-23
xbox,,"Microsoft Corporation",2014-12-18,1-1129-57994,2015-06-04
xerox,,"Xerox DNHC LLC",2014-10-24,1-1046-44533,2015-04-16
xfinity,,"Comcast IP Holdings I, LLC",2015-07-09,1-1170-40267,2016-07-07
xihuan,,"QIHOO 360 TECHNOLOGY CO. LTD.",2015-01-08,1-974-79364,2016-03-30
xin,,"Elegant Leader Limited",2014-12-11,1-1152-14481,2015-03-07
xn--11b4c3d,कॉम,"VeriSign Sarl",2015-01-15,1-1254-28833,2015-07-28
xn--1ck2e1b,セール,"Amazon Registry Services, Inc.",2015-02-26,1-1318-75179,2016-02-19
xn--1qqw23a,佛山,"Guangzhou YU Wei Information Technology Co., Ltd.",2014-01-09,1-1121-69393,2014-08-14
xn--30rr7y,慈善,"Excellent First Limited",2014-06-12,1-961-6109,2015-03-31
xn--3bst00m,集团,"Eagle Horizon Limited",2013-09-13,1-962-55795,2014-01-03
xn--3ds443g,在线,"TLD REGISTRY LIMITED",2013-09-08,1-1940-42600,2014-01-02
xn--3oq18vl8pn36a,大众汽车,"Volkswagen (China) Investment Co., Ltd.",2015-07-02,1-1824-64001,2016-08-16
xn--3pxu8k,点看,"VeriSign Sarl",2015-01-15,1-1254-85868,2015-07-28
xn--42c2d9a,คอม,"VeriSign Sarl",2015-01-15,1-1254-3015,2015-07-28
xn--45q11c,八卦,"Zodiac Gemini Ltd",2013-11-21,1-859-69634,2014-11-17
xn--4gbrim,موقع,"Suhub Electronic Establishment",2013-10-04,1-1013-15278,2014-05-28
xn--55qw42g,公益,"China Organizational Name Administration Center",2013-11-08,1-922-7037,2013-12-17
xn--55qx5d,公司,"China Internet Network Information Center (CNNIC)",2013-11-14,1-932-93337,2014-01-18
xn--5su34j936bgsg,香格里拉,"Shangri‐La International Hotel Management Limited",2015-09-03,1-940-19689,2016-07-02
xn--5tzm5g,网站,"Global Website TLD Asia Limited",2014-12-22,1-2101-67873,2016-04-17
xn--6frz82g,移动,"Afilias plc",2013-09-23,1-868-82489,2014-02-05
xn--6qq986b3xl,我爱你,"Tycoon Treasure Limited",2013-09-13,1-960-63893,2014-01-03
xn--80adxhks,москва,"Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)",2013-12-19,1-975-90576,2014-04-24
xn--80aqecdr1a,католик,"Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)",2015-10-21,1-1311-52357,2016-12-01
xn--80asehdb,онлайн,"CORE Association",2013-07-14,1-862-29948,2013-10-23
xn--80aswg,сайт,"CORE Association",2013-07-14,1-862-90073,2013-10-23
xn--8y0a063a,联通,"China United Network Communications Corporation Limited",2015-03-26,1-996-21855,2016-02-06
xn--9dbq2a,קום,"VeriSign Sarl",2015-01-15,1-1254-29622,2015-07-28
xn--9et52u,时尚,"RISE VICTORY LIMITED",2014-06-12,1-1120-95098,2015-03-27
xn--9krt00a,微博,"Sina Corporation",2015-03-12,1-950-28485,2016-04-06
xn--b4w605ferd,淡马锡,"Temasek Holdings (Private) Limited",2014-08-07,1-848-71299,2015-01-24
xn--bck1b9a5dre4c,ファッション,"Amazon Registry Services, Inc.",2015-02-26,1-1318-40887,2016-02-21
xn--c1avg,орг,"Public Interest Registry",2013-11-14,1-910-36696,2014-03-05
xn--c2br7g,नेट,"VeriSign Sarl",2015-01-15,1-1254-86085,2015-07-28
xn--cck2b3b,ストア,"Amazon Registry Services, Inc.",2015-02-26,1-1318-83013,2016-02-19
xn--cg4bki,삼성,"SAMSUNG SDS CO., LTD",2013-09-27,1-955-42062,2014-02-21
xn--czr694b,商标,"Dot Trademark TLD Holding Company Limited",2014-01-16,1-1157-41509,2014-05-22
xn--czrs0t,商店,"Binky Moon, LLC",2013-12-19,1-1490-59840,2014-12-06
xn--czru2d,商城,"Zodiac Aquarius Limited",2013-11-21,1-867-66064,2014-03-31
xn--d1acj3b,дети,"The Foundation for Network Initiatives “The Smart Internet”",2013-11-20,1-1193-2906,2014-02-26
xn--eckvdtc9d,ポイント,"Amazon Registry Services, Inc.",2014-12-18,1-1318-7184,2015-12-14
xn--efvy88h,新闻,"Guangzhou YU Wei Information Technology Co., Ltd.",2014-08-22,1-1309-40591,2015-08-24
xn--estv75g,工行,"Industrial and Commercial Bank of China Limited",2015-02-19,1-1011-2710,2015-05-07
xn--fct429k,家電,"Amazon Registry Services, Inc.",2015-04-09,1-1318-54339,2016-03-25
xn--fhbei,كوم,"VeriSign Sarl",2015-01-15,1-1254-25640,2015-07-28
xn--fiq228c5hs,中文网,"TLD REGISTRY LIMITED",2013-09-08,1-1939-78147,2014-01-03
xn--fiq64b,中信,"CITIC Group Corporation",2013-10-14,1-914-3594,2014-01-18
xn--fjq720a,娱乐,"Binky Moon, LLC",2014-05-22,1-1491-83816,2015-05-09
xn--flw351e,谷歌,"Charleston Road Registry Inc.",2014-07-31,1-1141-36998,2014-11-20
xn--fzys8d69uvgm,電訊盈科,"PCCW Enterprises Limited",2015-05-14,1-1309-63598,2016-05-11
xn--g2xx48c,购物,"Minds + Machines Group Limited",2015-01-30,1-994-1450,2016-01-16
xn--gckr3f0f,クラウド,"Amazon Registry Services, Inc.",2015-02-26,1-1318-69604,2016-02-19
xn--gk3at1e,通販,"Amazon Registry Services, Inc.",2015-10-08,1-1318-15593,2016-09-30
xn--hxt814e,网店,"Zodiac Taurus Limited",2014-05-15,1-858-36255,2014-12-02
xn--i1b6b1a6a2e,संगठन,"Public Interest Registry",2013-11-14,1-910-41904,2014-03-09
xn--imr513n,餐厅,"Dot Trademark TLD Holding Company Limited",2014-12-11,1-1103-5695,2015-05-30
xn--io0a7i,网络,"China Internet Network Information Center (CNNIC)",2013-11-14,1-932-13797,2014-01-18
xn--j1aef,ком,"VeriSign Sarl",2015-01-15,1-1254-23113,2015-07-28
xn--jlq61u9w7b,诺基亚,"Nokia Corporation",2015-01-08,1-957-40223,2015-12-18
xn--jvr189m,食品,"Amazon Registry Services, Inc.",2015-02-26,1-1318-83264,2016-02-22
xn--kcrx77d1x4a,飞利浦,"Koninklijke Philips N.V.",2014-11-07,1-1748-14964,2015-04-07
xn--kpu716f,手表,"Richemont DNS Inc.",2014-12-22,1-1253-73407,2015-12-15
xn--kput3i,手机,"Beijing RITT-Net Technology Development Co., Ltd",2014-02-13,1-1013-60869,2014-06-17
xn--mgba3a3ejt,ارامكو,"Aramco Services Company",2014-11-20,1-1961-53268,2015-10-15
xn--mgba7c0bbn0a,العليان,"Crescent Holding GmbH",2015-05-14,1-1017-64718,2016-05-03
xn--mgbaakc7dvf,اتصالات,"Emirates Telecommunications Corporation (trading as Etisalat)",2015-09-03,1-1745-25333,2017-06-10
xn--mgbab2bd,بازار,"CORE Association",2013-10-31,1-862-50853,2014-02-18
xn--mgbb9fbpob,موبايلي,"GreenTech Consultancy Company W.L.L.",2014-12-18,1-2115-92778,2015-12-23
xn--mgbca7dzdo,ابوظبي,"Abu Dhabi Systems and Information Centre",2015-07-30,1-1925-2822,2016-04-06
xn--mgbi4ecexp,كاثوليك,"Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)",2015-10-21,1-1311-1455,2016-12-01
xn--mgbt3dhd,همراه,"Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.",2014-09-04,1-2134-95773,2015-12-07
xn--mk1bu44c,닷컴,"VeriSign Sarl",2015-01-15,1-1254-16209,2015-07-28
xn--mxtq1m,政府,"Net-Chinese Co., Ltd.",2014-03-06,1-1658-94344,2015-03-03
xn--ngbc5azd,شبكة,"International Domain Registry Pty. Ltd.",2013-07-13,1-1926-49360,2013-10-23
xn--ngbe9e0a,بيتك,"Kuwait Finance House",2014-12-04,1-2100-57621,2015-12-15
xn--ngbrx,عرب,"League of Arab States",2015-11-12,1-1346-36518,2017-05-23
xn--nqv7f,机构,"Public Interest Registry",2013-11-14,1-910-16443,2014-03-09
xn--nqv7fs00ema,组织机构,"Public Interest Registry",2013-11-14,1-910-25137,2014-03-09
xn--nyqy26a,健康,"Stable Tone Limited",2014-11-07,1-1708-88054,2015-04-02
xn--otu796d,招聘,"Dot Trademark TLD Holding Company Limited",2017-08-06,1-1158-95080,2018-01-24
xn--p1acf,рус,"Rusnames Limited",2013-12-12,1-1957-68557,2014-09-27
xn--pbt977c,珠宝,"Richemont DNS Inc.",2014-12-22,1-1253-4621,2015-12-15
xn--pssy2u,大拿,"VeriSign Sarl",2015-01-15,1-1254-52569,2015-07-28
xn--q9jyb4c,みんな,"Charleston Road Registry Inc.",2013-09-17,1-1678-4149,2013-11-23
xn--qcka1pmc,グーグル,"Charleston Road Registry Inc.",2014-07-31,1-1099-81471,2014-11-20
xn--rhqv96g,世界,"Stable Tone Limited",2013-09-11,1-1708-19635,2014-03-12
xn--rovu88b,書籍,"Amazon Registry Services, Inc.",2015-02-26,1-1318-52278,2016-02-19
xn--ses554g,网址,"KNET Co., Ltd.",2014-01-16,1-1159-3507,2014-04-10
xn--t60b56a,닷넷,"VeriSign Sarl",2015-01-15,1-1254-76331,2015-07-28
xn--tckwe,コム,"VeriSign Sarl",2015-01-15,1-1254-37311,2015-07-29
xn--tiq49xqyj,天主教,"Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)",2015-10-21,1-1311-58570,2016-12-01
xn--unup4y,游戏,"Binky Moon, LLC",2013-07-14,1-1485-72605,2013-10-23
xn--vermgensberater-ctb,vermögensberater,"Deutsche Vermögensberatung Aktiengesellschaft DVAG",2014-06-23,1-904-60726,2014-09-27
xn--vermgensberatung-pwb,vermögensberatung,"Deutsche Vermögensberatung Aktiengesellschaft DVAG",2014-06-23,1-904-3145,2014-09-27
xn--vhquv,企业,"Binky Moon, LLC",2013-08-27,1-1495-41000,2014-08-22
xn--vuq861b,信息,"Beijing Tele-info Network Technology Co., Ltd.",2014-10-16,1-995-44061,2015-03-18
xn--w4r85el8fhu5dnra,嘉里大酒店,"Kerry Trading Co. Limited",2015-04-30,1-928-73202,2016-03-05
xn--w4rs40l,嘉里,"Kerry Trading Co. Limited",2015-07-30,1-928-57387,2016-05-16
xn--xhq521b,广东,"Guangzhou YU Wei Information Technology Co., Ltd.",2013-11-14,1-1121-17301,2014-08-14
xn--zfr164b,政务,"China Organizational Name Administration Center",2013-11-08,1-922-56316,2013-12-17
xyz,,"XYZ.COM LLC",2013-12-05,1-1982-70171,2014-02-19
yachts,,"DERYachts, LLC",2014-01-09,1-909-89547,2014-05-22
yahoo,,"Yahoo! Domain Services Inc.",2015-04-02,1-1168-48888,2016-02-13
yamaxun,,"Amazon Registry Services, Inc.",2014-12-18,1-1318-28317,2015-10-07
yandex,,"YANDEX, LLC",2014-04-10,1-977-13382,2014-07-18
yodobashi,,"YODOBASHI CAMERA CO.,LTD.",2014-11-20,1-1809-93761,2015-02-19
yoga,,"Minds + Machines Group Limited",2014-05-29,1-1037-89079,2014-10-15
yokohama,,"GMO Registry, Inc.",2013-12-12,1-1194-80642,2014-04-03
you,,"Amazon Registry Services, Inc.",2015-04-09,1-1318-84751,2016-03-25
youtube,,"Charleston Road Registry Inc.",2014-05-01,1-1417-80062,2014-08-29
yun,,"QIHOO 360 TECHNOLOGY CO. LTD.",2015-01-08,1-974-89210,2016-03-30
zappos,,"Amazon Registry Services, Inc.",2015-06-25,1-1315-80866,2016-06-02
zara,,"Industria de Diseño Textil, S.A. (INDITEX, S.A.)",2014-11-07,1-985-40230,2015-10-27
zero,,"Amazon Registry Services, Inc.",2014-12-18,1-1318-14004,2015-12-05
zip,,"Charleston Road Registry Inc.",2014-05-08,1-1678-17174,2014-09-15
zone,,"Binky Moon, LLC",2013-11-14,1-1503-89379,2014-01-14
zuerich,,"Kanton Zürich (Canton of Zurich)",2014-11-07,1-968-87792,2014-12-25
================================================
FILE: data/root.zone
================================================
. 86400 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2019022100 1800 900 604800 86400
. 86400 IN RRSIG SOA 8 0 86400 20190306050000 20190221040000 16749 . bvOqqwbpRcoU1m0h52PV8SiF/FTvnPeFfSQixmc/lKenGG+055+NZXko7+tUWiD7/ctTM8E4yf/cCua8r8T3RWSXHh7ez/tSu/WCPZkaaNZHYVE/5toyfiH9FvYfsYKZo8gqJcE0AlFnxSGRlvKlis+IzlqelOEdjcc/p5Y344ZhSVapK2BPYsMOUUior3jULO8LQwcQuU15YwcZUh8MPUvW62KBL8YrnyZ5EDFsG5BGQg6kWLLprIWJDUr3MlJ/kZL4XzXkBNwvyAbev8+TQSh88F5hI2b919Z8h4q3nJVENl61HvZQvR/3CJGMUVfhD5ifowkSPXVa47Yqk8qiGQ==
. 518400 IN NS a.root-servers.net.
. 518400 IN NS b.root-servers.net.
. 518400 IN NS c.root-servers.net.
. 518400 IN NS d.root-servers.net.
. 518400 IN NS e.root-servers.net.
. 518400 IN NS f.root-servers.net.
. 518400 IN NS g.root-servers.net.
. 518400 IN NS h.root-servers.net.
. 518400 IN NS i.root-servers.net.
. 518400 IN NS j.root-servers.net.
. 518400 IN NS k.root-servers.net.
. 518400 IN NS l.root-servers.net.
. 518400 IN NS m.root-servers.net.
. 518400 IN RRSIG NS 8 0 518400 20190306050000 20190221040000 16749 . jtO3mGtNpdbI/escI5agBQd9843SG2FZnN0656F3icgruOs/eb1hHZe69uMj5lwN3onakT4wQgdxC/8lmgRqEsWt8Nl8N5sVOICWtC0K/+ckxDWIOPvJ+EKwpuEjPtzYHumfYz2BU4exGmGxMHKhrF8exSIh8AO1Vcs9zWsRz2UaGDipRp0jVSzGmzEzxZ/cR4WzKTZSlj5TmyKi8dOtmuMhR7gCC40OrDBuh4kGQIotsTwIK8IKGgOXwQXgeXjD6ymUhTqs0SriBvBokNwEseFwkDpz1/30wppY4mP92/ArsvEKlHSch0J/Z6KHpCulEarqDs33kV5rmlROBSo6yA==
. 86400 IN NSEC aaa. NS SOA RRSIG NSEC DNSKEY
. 86400 IN RRSIG NSEC 8 0 86400 20190306050000 20190221040000 16749 . XYOTrtlnElAleFqhONDguoJc4Y2WW9LNm12tZFcLvbShNNSqSvAubzwdqkBncbY+jnG/SRyl5LtoImwxLWypn7vvEdBMWMebMh2bCcGHj7d2gTS0/oYyXHuQ1q906Oy5EZLoH1/aANAc7Ekh7JtBx5JfV2Yc1XUJrW/GjxtCcWw0QK7et/nn/+hVRhouP2ZlGh6eDCg9n6jaoFPXiiyuBVZ+qbiFh/DSShmro0SzqXmQkbqqj/RSGBacxmOPw9VELpUH5ytWd4O8pqhOrG6TCWCa/Y8Fok91DEgYfpO0J/KIiJlkw1F9vlCixmH1JaDeKewsAgtdHZ8h/Pkrc8dETQ==
. 172800 IN DNSKEY 256 3 8 AwEAAcH+axCdUOsTc9o+jmyVq5rsGTh1EcatSumPqEfsPBT+whyj0/UhD7cWeixV9Wqzj/cnqs8iWELqhdzGX41ZtaNQUfWNfOriASnWmX2D9m/EunplHu8nMSlDnDcT7+llE9tjk5HI1Sr7d9N16ZTIrbVALf65VB2ABbBG39dyAb7tz21PICJbSp2cd77UF7NFqEVkqohl/LkDw+7Apalmp0qAQT1Mgwi2cVxZMKUiciA6EqS+KNajf0A6olO2oEhZnGGY6b1LTg34/YfHdiIIZQqAfqbieruCGHRiSscC2ZE7iNreL/76f4JyIEUNkt6bQA29JsegxorLzQkpF7NKqZc=
. 172800 IN DNSKEY 257 3 8 AwEAAaz/tAm8yTn4Mfeh5eyI96WSVexTBAvkMgJzkKTOiW1vkIbzxeF3+/4RgWOq7HrxRixHlFlExOLAJr5emLvN7SWXgnLh4+B5xQlNVz8Og8kvArMtNROxVQuCaSnIDdD5LKyWbRd2n9WGe2R8PzgCmr3EgVLrjyBxWezF0jLHwVN8efS3rCj/EWgvIWgb9tarpVUDK/b58Da+sqqls3eNbuv7pr+eoZG+SrDK6nWeL3c6H5Apxz7LjVc1uTIdsIXxuOLYA4/ilBmSVIzuDWfdRUfhHdY6+cn8HFRm+2hM8AnXGXws9555KrUB5qihylGa8subX2Nn6UwNR1AkUTV74bU=
. 172800 IN DNSKEY 385 3 8 AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjFFVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoXbfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaDX6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpzW5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relSQageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulqQxA+Uk1ihz0=
. 172800 IN RRSIG DNSKEY 8 0 172800 20190313000000 20190220000000 20326 . bKvs4iBtsS7x4UItBsNxJnGzKUowmON76AJt6DQlUjcDXdmNUGW0DNfwz91UCnfonlNeG09mCbRFzhfrgNiE2Niu0Qxh+EcygOjuy1uObcPgFBUsKp201u0WFQwrUl4O0NQfPY5Fa01e44v1u+L/yj2WK4gW2BKfW+5d9GIJhWRAPYWphOiG0+G1MUlWQ45cS07wu2X90+UDREw0prI0c4yJ9OiI6OnSvUvDhoyIgf5oHHYPieU7qu/aaiY8MdyJgfIelmFA65VzLDsTAHGoaagxJEolJehWSJl6AhY0mIs6lF2WXVCtEQbdLocsuCXln3w/n8jO2oJBotQ7S6E4bQ==
. 172800 IN RRSIG DNSKEY 8 0 172800 20190313000000 20190220000000 19164 . eyvOQiC637051ggBwNwq0Kle0vatTO4HrfxgLlRcVDWGZeYVoDRGkqPiCyC1K1HvUrRQHB8vbXfdhrVfXJpjh9e1+Uf403++n6J94wMi2UlAmUkNwo6ROE9JcT4QFpQrUj1TPqY9DpdRrRUYgAPl/PNCvKwIvbwSt4I070PLGGPeumOIPCeZr7YMt8ewiCS3uwOUJB6bk8qUo4tQeL5pkPpmFgozw2v7JT/8nTZfbu6T0+9GmqRDxvizFVZ8lQRKZZif+Ilyb+Lz7j2XHiI0JszLEQ5vQKLKEtBtyHwcL7ZPgbN/mpN9ik8h/Jx0H1hjhaS+jSCBBulq+hde8GFH0A==
aaa. 172800 IN NS ns1.dns.nic.aaa.
aaa. 172800 IN NS ns2.dns.nic.aaa.
aaa. 172800 IN NS ns3.dns.nic.aaa.
aaa. 172800 IN NS ns4.dns.nic.aaa.
aaa. 172800 IN NS ns5.dns.nic.aaa.
aaa. 172800 IN NS ns6.dns.nic.aaa.
AAA. 86400 IN DS 21707 8 1 6D92DD0D0DB0E392FA9D5F08EA15BBD297B8CBE2
AAA. 86400 IN DS 21707 8 2 4F74856F31B73F3BFCDF430985329F55AA655BC9E53C4BF9DC6B14CCE6780600
AAA. 86400 IN DS 28192 8 1 563200F63B8B1797B4D88D14BD6A672EA4D0CC0C
AAA. 86400 IN DS 28192 8 2 DCB5AA6EC2B73D3E8C82D481770151160B38BCF2DBF3B9CD587AAD388D3572D7
AAA. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . iGRNC/OxUPdTNiqkk2Qaxu/TABErL7YJ691WlILK8KZokp2iZ+jOBA+mT0GKpIoa0qxktOTVbtsusCoWDZYujR978L7pSHsAiTtZ84ZssI9z/sR8obgTBbkU0yCx9tKtnG+kG+EbgI61RlcZ593VFOxxzRELNIJQcc2h7L4RfPtuAYVSI4MXqQ/Wcu5XeY6FYXIrCPqJqzQuFa2C9vhCELSDV43+99MhCCPJzBQgXcD6AoOLXsdi9jn1WKOIirL9kQy1LcRFQG6Spv4BaO0Gvffy82bufAc4pagARfuEwYl6aS8b9Ik44rcVHpa6kYtoiPhiP+g3zvIxSffCkNqJgA==
aaa. 86400 IN NSEC aarp. NS DS RRSIG NSEC
aaa. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . t206l3DIOwx4k6gaidmRDTK1dIoTMZhwo8q4uD2cvPNLh8Om53GTjcYLX0H0rt1JqsZhbmxyc7eCWyw9WWOBRdOMyXVmK/6v3l7on5eOLN3uTHjj7RIlFQ9Ac9fx9tduxZwG4ZDqt8nxGabmxN/KoB6i3fl4GZ3gTyRxG+Z3oGLCF47wZ9Q6JAIneef4pCRiNakf+Nmp451IjGgw136l7Qj5dNDRCvO5/oDiyQk7OmiVyLE6Dnvd1+5kN3dZld/5H32PzUsdYNvrWHqhRhPqKV6T+hTcgIncxsj9VAoQx/ntuFGhwpYjCr+sPVD0AHkKQrJl82BimLGFtIayUmVW3g==
ns1.dns.nic.aaa. 172800 IN A 156.154.144.2
ns1.dns.nic.aaa. 172800 IN AAAA 2610:a1:1071:0:0:0:0:2
ns2.dns.nic.aaa. 172800 IN A 156.154.145.2
ns2.dns.nic.aaa. 172800 IN AAAA 2610:a1:1072:0:0:0:0:2
ns3.dns.nic.aaa. 172800 IN A 156.154.159.2
ns3.dns.nic.aaa. 172800 IN AAAA 2610:a1:1073:0:0:0:0:2
ns4.dns.nic.aaa. 172800 IN A 156.154.156.2
ns4.dns.nic.aaa. 172800 IN AAAA 2610:a1:1074:0:0:0:0:2
ns5.dns.nic.aaa. 172800 IN A 156.154.157.2
ns5.dns.nic.aaa. 172800 IN AAAA 2610:a1:1075:0:0:0:0:2
ns6.dns.nic.aaa. 172800 IN A 156.154.158.2
ns6.dns.nic.aaa. 172800 IN AAAA 2610:a1:1076:0:0:0:0:2
aarp. 172800 IN NS ac1.nstld.com.
aarp. 172800 IN NS ac2.nstld.com.
aarp. 172800 IN NS ac3.nstld.com.
aarp. 172800 IN NS ac4.nstld.com.
AARP. 86400 IN DS 5751 8 2 7E8A14AB8F85009B9F19859815FA695954233FD9DAA6AB359044D12621A77E9F
AARP. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . iVLtqGm7bbbawoioKw2Eetb4mg2RlEYK1ai/q+UYrBanvFxeXrcH8E89RNCoN2g7ezaqAocewLuwpn+5T8LrWrlbTtm2VbzjcrOTQpCgJ4oZG4gry6QXhcyQCgTNTUVVgYQiR9o0947VjB/FZXsAg5m+0tDgcIAAofakbqkXV3HPLN0T9o2q1eJ3Wo8MtNBMmXf0X2sFyHVRz4w8J5WP6mzo1s9JxmDsSwvbbDHmRErroWCqDubS+f5ZutqAVkqog7td+ofn9y5ByVCImFnwLuZh8qJq+drLcREKW7pw/CMA6iQvfQTMlV01w3Lb0vmZ8qfYCB5058oF8kVmp8sW0w==
aarp. 86400 IN NSEC abarth. NS DS RRSIG NSEC
aarp. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . YU+i5YJQj85abBCqoyr2Arw7dgeKO4dJviGSVI/QU0DiQF3ihoO2AJX3Pk7NKRdQm7znahqjGgt7UDmnpPgykRJcBVpGXAppbD0q0A+eIIqMV5IsCfXl7pqh3JAnIuot1DI0wnLrfsg6pky+63ZQkVcI5wQMxQ8/TtGZWF0s+Erl8PqLa0pNHVFIXJ08jBfjNyCo1Mh7Cg6sxiqzbpqBwX2FjpEODTxMC9v4aXvS4Q9Y+XNpxTFgUS4Ul3H5WOxKzhUTDISPAUI9nEQj1qDc6sm7LS/d5FFA+Lm6onjhhzWyyi4yf3ScxuBgPXMK+Jht/nkRBCFW4ojUJ4BKNVbBqQ==
abarth. 172800 IN NS a0.nic.abarth.
abarth. 172800 IN NS a2.nic.abarth.
abarth. 172800 IN NS b0.nic.abarth.
abarth. 172800 IN NS c0.nic.abarth.
ABARTH. 86400 IN DS 3648 7 1 BBE522E3F7151A144522BF4E5BFC2D4E503727E3
ABARTH. 86400 IN DS 3648 7 2 AC305C0759443E2E43A06FC9AF1004EA466D21879B19FBBC35F6D752F792FA35
ABARTH. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . Dn4w0mg3fLWTxlaRxHFbywTYwxXfzQJXxZDTJKurey3a9eeeGP03DwZzCQx26jbMnUn8SBsX/LFg4ptTSdfQxgJAcMTj5DCqcVtM+0EIhWWeQqPwlgeaZFpwLUUcpkbKXRpqELO/nYFrZH9R39GGDP6Blniv9Ymc3eyQL2FfFmRmdTIZNMz566U2s8ebb7DnZa6ipLbtHjrXufXeSx0RFpRnmAPFRGw+uc8fmndioa/SHQh51hiMzTJJAopmRyEV5uLCa9X1s8B7vL2xWyQijA/XSFEdX/yr8IyZ9a77ggmp9W6kUSz5snh3eq+ftNaQrKp/TI8UQeWVN5OLT0c28g==
abarth. 86400 IN NSEC abb. NS DS RRSIG NSEC
abarth. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . RiKNsJoL6/7V2C2HMny2iRrgPMfxd+nfLaftEk6RQbJLTNK1KuSqg7ssPkh9ip8f+B6WHL+gkivuKr9VAA07yikPk+zm5O0v57hY5Gnmf2qeY+rT+cUKJxqWQ3MW449P/C0Mbqi/lTyyzz4VrWGSXXqnSY0kQ8G9K4+Y4T5K3cwRb5OW5GxIgd59/Fzskvbov2TEipnpyw1xnLW1o4ipvuQs4vazB2DMiJnmrXoudqmYbBg1oP5tqj2mvgkbEGOTtsC5Q2YhYX1ryQ3dQfY9vzS39JYjr7zJJiqlHhM1o+q4Z2tAL8oGtoZJSoThFIddd54xwxXgOmwj0hjNAcXdww==
a0.nic.abarth. 172800 IN A 65.22.24.17
a0.nic.abarth. 172800 IN AAAA 2a01:8840:1a:0:0:0:0:17
a2.nic.abarth. 172800 IN A 65.22.27.17
a2.nic.abarth. 172800 IN AAAA 2a01:8840:1d:0:0:0:0:17
b0.nic.abarth. 172800 IN A 65.22.25.17
b0.nic.abarth. 172800 IN AAAA 2a01:8840:1b:0:0:0:0:17
c0.nic.abarth. 172800 IN A 65.22.26.17
c0.nic.abarth. 172800 IN AAAA 2a01:8840:1c:0:0:0:0:17
abb. 172800 IN NS ac1.nstld.com.
abb. 172800 IN NS ac2.nstld.com.
abb. 172800 IN NS ac3.nstld.com.
abb. 172800 IN NS ac4.nstld.com.
ABB. 86400 IN DS 62559 8 2 2DD7BF24AC488D85BC3F9D3F817D37DE9F608E79403FA29E26A55679254F6F28
ABB. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . WR+ewfk12hfoO2hIBGJ0v+XpTnGoMENxb32Cl/nZgaas4TKGEV1rkIbct2DQiOFWLsHxH8YnrDXhA4Gwj7R4MkMIbMaTkoQzKwxCBGVwmdp8kNIZDPaRedj1KYnwQZEO4w3vFC6NhnYYwPGcplIzZPeMz2ifoB+dZ3W4+6Fvll44sOA/7gRGg7PcdMvbgkZU0EAJlgtNExHVI4yHnEXPHMo77MFDOO8Y2Il44NvlmiY3UZ0bAoQ6m6GuKuGjPwjHfVO3wje0Yo3aj+bNX+qVnalZXZ6zwG6tJ51hXL/PsZsZhuVnm2Rv8RMiC/7ymbL+OkZtEHJVC1vjr1XqrsxPZg==
abb. 86400 IN NSEC abbott. NS DS RRSIG NSEC
abb. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . VVzh3LJNThzAuTcYTPA3Uu1pNjLfhlxI82BW+OIDeF3lHnznNNhKJlvtov2Qi7ZWtIuViOotJ/wsrRmNRZWUw2VU2oYywv37MvO7mKOPqaOaYjwZM/7VfxeD7zePBulsee/ud/ob6mL1b2Jh/8f9ykcmVWhnxA/nbduCFfMuET5rf9ZyGKb8cV3tssXJqP+8dswAOyehbzlUi2vg3W9wyRvVrKUzbJX1uZ4BmLqo0AYkOgpMhGckErBseh+tarOlHdRVN7pxfEFVbi8+NJW4lQg3alh47Guzj99aBGc7UZwt+cpUhZH85pRujPwrNrLvJHQwR3F1wWzEh/v8yoLopg==
abbott. 172800 IN NS a0.nic.abbott.
abbott. 172800 IN NS a2.nic.abbott.
abbott. 172800 IN NS b0.nic.abbott.
abbott. 172800 IN NS c0.nic.abbott.
ABBOTT. 86400 IN DS 24508 7 1 67FE3983F553BB6562134ABFCE80536F8E9229FC
ABBOTT. 86400 IN DS 24508 7 2 CFB26F43D88C4F11EF6CA9CEF82D125C95CD35F01D97129A056307590983C529
ABBOTT. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . I0ePARjUrKyvYO0kry+Ni/Z5cfw0whwfTMmyxQrEvMzFXT9ma5EwRMYEMzPBZRxNfFapB0XManBpyAZQQWDCFtvlxIV4Wx4C6fXegb59siGRjFaiRfMIyzFYm457MLBWkkBVUthhra0sjqFuHXYKLecj1fShN7Gd5AgsqPuE/07dLyx8BHQlqWDk0fUwvGCYC9qF8uST2J8Ek1tCxdh2+SZEplkScdPU186iLokINa5lrCvEWbSoK3bl8Vi1El8KjRGkdeOB9yU16CJYgYO5bnuTev4zZ1Mkk6IKTnfZbDJR9N3EQNTPQcWFueSUzGA1m7cZf61CB1/Q1L76tQ8J6w==
abbott. 86400 IN NSEC abbvie. NS DS RRSIG NSEC
abbott. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . vklWd/zPO7v0ZCnla5pc/Z/s03uu4M10FnKfAcIS8nhS1s6SpJggvjBtPKWqZ0K0W9dH2d/0YPIKqxeIO0yUb7iGYZpdWCnYUsRRDSNRMmHn8eUWKXJIoPHWh7VeYdqVJnR0IzFe4cTZKcBolMrrDGjgt1oSlUkn4dJpzeNDh6MgGNlphHztiItMv/U+Yr1I84kf8hAQd2znY5/Tvbwof1UhjkFg7rSS2smreGs9qByaPYq4GH5bzTTBoDQmlSQyvPkrVXLFq/2MXrpHPbAqdWpMakYA2zYfbrL7wsO1++DZN0iA3hACtSuPBh85IvZvDriAlcDI5c+p1VGheYiVyQ==
a0.nic.abbott. 172800 IN A 65.22.156.41
a0.nic.abbott. 172800 IN AAAA 2a01:8840:9a:0:0:0:0:41
a2.nic.abbott. 172800 IN A 65.22.159.41
a2.nic.abbott. 172800 IN AAAA 2a01:8840:9d:0:0:0:0:41
b0.nic.abbott. 172800 IN A 65.22.157.41
b0.nic.abbott. 172800 IN AAAA 2a01:8840:9b:0:0:0:0:41
c0.nic.abbott. 172800 IN A 65.22.158.41
c0.nic.abbott. 172800 IN AAAA 2a01:8840:9c:0:0:0:0:41
abbvie. 172800 IN NS a0.nic.abbvie.
abbvie. 172800 IN NS a2.nic.abbvie.
abbvie. 172800 IN NS b0.nic.abbvie.
abbvie. 172800 IN NS c0.nic.abbvie.
ABBVIE. 86400 IN DS 9948 7 1 C721DA6A58B9E1CCAE45D1FED8A4C6E9CB39C593
ABBVIE. 86400 IN DS 9948 7 2 FC4E743BFB6063586A678B8015DA63354195249C84FCFCC362642A3C0A4E3639
ABBVIE. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . fRF2+jVeMzCgn3SFbbvANFPYl6/WXPg1NrLA1dlAG2UwdI8AZJ5GwmjJXFarZLpWC+Wjpg08mgQzELIqyB+HViM+mC0dEIY+lmQCbTDp0XwUW6JKKflYwAFr2RPMUmVmiLt+yfb8XMk8RsIJ0ZiFuIRw+BFg1Ec0d4UOFV5e/M3oh5F1ovRAH/JSwLInKMtoxJhFfVnkyQopLmNnTRzK/LrpozEQNTmncC85XisTvH+xn406MfWsyaTJsslJkdCp4tIowenprCyIpBRxPMx5R7kiwYmQjivopU41bwl0GverUobeDXOXsMZkbKP3J/FkQ9MuGupdmU10xPfb7dIN/A==
abbvie. 86400 IN NSEC abc. NS DS RRSIG NSEC
abbvie. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . cvNDcsZzTCQSLMv2upaWvjrjbtahKUEvr8NBwYz7PhnnWHK0se/lcEUqA7s6RbbXb1lj3ynKDKwse4A0sL69wmh897fb18ApleO/BhxewvGRb4W7geQah94miTUf3tLR/+nshcmrm8NUmrSyitXHen6XKow4tNw6rzw0P9LU9OM18pvuuL9FZeEhYo+avUKKR5IfzpLt9naGxqEE6q3H8AY2g2ypR4xZUrMFjo3aIULTTvXvAV7PePABwWvNaM1F0AkGao5OKHZjGo+P/U8ddD6DlmmlsbM3jBAGg+9veE6CI9mFtxlrs39vgWxUwSqb0yyDeMNVvh00r9u3wCSu7Q==
a0.nic.abbvie. 172800 IN A 65.22.156.17
a0.nic.abbvie. 172800 IN AAAA 2a01:8840:9a:0:0:0:0:17
a2.nic.abbvie. 172800 IN A 65.22.159.17
a2.nic.abbvie. 172800 IN AAAA 2a01:8840:9d:0:0:0:0:17
b0.nic.abbvie. 172800 IN A 65.22.157.17
b0.nic.abbvie. 172800 IN AAAA 2a01:8840:9b:0:0:0:0:17
c0.nic.abbvie. 172800 IN A 65.22.158.17
c0.nic.abbvie. 172800 IN AAAA 2a01:8840:9c:0:0:0:0:17
abc. 172800 IN NS ac1.nstld.com.
abc. 172800 IN NS ac2.nstld.com.
abc. 172800 IN NS ac3.nstld.com.
abc. 172800 IN NS ac4.nstld.com.
ABC. 86400 IN DS 39900 8 2 7ABC5A1F64FBBFAD550CFE06953AA56A030BE7212A77A60813FF633DE705DEC8
ABC. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . pzcZMYVF2KwDDiULsJjMecctPq+Kx6efV2XlznoETDLX+mT86CBFuO/723j48EfVU8SUFG2neGiuTt/Ella7Wiz0eBsUCP5f20Rr7GMwYhQ0bjGxb4Nk8crH3lIggLmJdrascTc0Kt1OABcVDFaV646kLWbkhv9nj2D551HCYnXIEQt4hnAi9oyd9AA5klPDZHrB0lwXspjf5n2znNZ3P3EEPQIGKsLVAvccYBuc770h1uWqwR5NI38igDfNugxNP7tqG4iD4uGh3n/+ZMAKpRVPFJ44TZHd2dq6e1sAy86yE64//KVeN2DWTlC1xHjp8Y/7mzlUSgTIrrGWFcWs6Q==
abc. 86400 IN NSEC able. NS DS RRSIG NSEC
abc. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . iFhtQ5hvJUl1qe5WBsEkKs4cI2TQURoRh8vqTJdSSgn7MZrxFu26LB+uNM+wuaEDe5RoWHSt6cEFH3/U17dIk7pIZ7Z4nGm+NgYeNorM6MyK18yaZVMPcqTfznImKVD6u+/b19ThoQNhRF76yq5b9NsPyb+HkcIuE/awk9JvHvLwP023oAkPdgE126r5VCJtuUuYz2Qu1vZsAKNH75J6AlIHVqmTUOpZHNE6NUE2/iS5L8OV+qCfuUflkSoTLQO+/B6oHCEgQ6s3kWpRXmrMjUVGfLf/mDzJBwi9B05km16S66FREUuQ08s1fWtJIp4XI2UQ52wFNrvxUNiueP+TrQ==
able. 172800 IN NS ns1.dns.nic.able.
able. 172800 IN NS ns2.dns.nic.able.
able. 172800 IN NS ns3.dns.nic.able.
able. 172800 IN NS ns4.dns.nic.able.
able. 172800 IN NS ns5.dns.nic.able.
able. 172800 IN NS ns6.dns.nic.able.
ABLE. 86400 IN DS 7909 8 1 EFDCF4C5A0D683EE689E36A53F3B25A68A72EF89
ABLE. 86400 IN DS 7909 8 2 107717747D0BB5F316C65BB6C7AAFC8EDC96C55247328149551704101E153B35
ABLE. 86400 IN DS 40712 8 1 8E259B2A4011069F2037A28BB94618DEA559AED2
ABLE. 86400 IN DS 40712 8 2 55651A34714E4F6AC20E7B450CFC9736C4E21F94DDF21AEA5B7DBCA8DA09D049
ABLE. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . LOGN5q4xcZ6KCSet35p+VsvurXZvBZ+W3lpDRB60ecAE/YTAUpLZM0KftZrs6ZjsUUWWfOTbQa/IbHLEkWvdOyct+x6Tqt9ETiFuEGJ//ENpGnejXDAiXD6PFbGstr3APNmCo0ef4vSsd7hL6qcZoYEzFiqekZAz45crhAu3L8/dDbhH3e1W+q3U70LWZzlfP+LFR5uAjFyOyW/jvL99QN37VOQfeAFN2wsyduZ+IK9JEGYbjPc/Y0cMdZQsP6/IV6KobMJdvY44K0sBYtXTTfga7E8Py5KcwMjFgVaHTHhxNNb/xvD6lB6HOezw2N/402/m6JaMob8Ls7fF1P2azw==
able. 86400 IN NSEC abogado. NS DS RRSIG NSEC
able. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . EwuW9NJmnLHib987mqZKl2curNCKIxzg1AE9XMCLezpgrf+1uI74Fj7Fqi36Wo/UG8AZlkx2I+8bADKxZjBIs20wGPS77hvg8baO+GUkeRa/AjtpI7ZgbQU+z6RXaBr//WUIlBQRRo3AQ+2pvFzAESJ3y3kY73NCp7LNr2s4A7bmODoOiPZ9rpIT1grvfC4lmn88+i0wfBDuXuqs+MODdmdvTKou8NI+fI0qneT9ElS7g7kKvDraFqQgCq1KqLhe3XnK4f5HaBN/S2o4xfyNs7Mr57WrN5wPo/djiju28UfE7UZoRYtIYcb5UEpS4LVZo2eRQDHBoyNP0844s65XBg==
ns1.dns.nic.able. 172800 IN A 156.154.144.3
ns1.dns.nic.able. 172800 IN AAAA 2610:a1:1071:0:0:0:0:3
ns2.dns.nic.able. 172800 IN A 156.154.145.3
ns2.dns.nic.able. 172800 IN AAAA 2610:a1:1072:0:0:0:0:3
ns3.dns.nic.able. 172800 IN A 156.154.159.3
ns3.dns.nic.able. 172800 IN AAAA 2610:a1:1073:0:0:0:0:3
ns4.dns.nic.able. 172800 IN A 156.154.156.3
ns4.dns.nic.able. 172800 IN AAAA 2610:a1:1074:0:0:0:0:3
ns5.dns.nic.able. 172800 IN A 156.154.157.3
ns5.dns.nic.able. 172800 IN AAAA 2610:a1:1075:0:0:0:0:3
ns6.dns.nic.able. 172800 IN A 156.154.158.3
ns6.dns.nic.able. 172800 IN AAAA 2610:a1:1076:0:0:0:0:3
abogado. 172800 IN NS dns1.nic.abogado.
abogado. 172800 IN NS dns2.nic.abogado.
abogado. 172800 IN NS dns3.nic.abogado.
abogado. 172800 IN NS dns4.nic.abogado.
abogado. 172800 IN NS dnsa.nic.abogado.
abogado. 172800 IN NS dnsb.nic.abogado.
abogado. 172800 IN NS dnsc.nic.abogado.
abogado. 172800 IN NS dnsd.nic.abogado.
ABOGADO. 86400 IN DS 55367 8 2 A3065C94F7700D7CAB948BBD4A39845E3881F70E61FFB1D9E71DE1AF566919C6
ABOGADO. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . cz1V2BxBNkM1eTWGXSCt5qodf1MevdwJLCiZdTAduMOHEcjpB7lCXC5UQglcdOpbw7sJs8iUtwpRU4V/wV6wYxGMY9L0Nm8Y9HiDWmSG1pTdZcQcC+jcvfDtapOnT+jXtUy88RAF5AehSCogOD/Vx0dLhArc12+Z1HmoVQCSyA/Jl6lWfYdhHYfkrXq5FHVYyeM1SWGG00SQwFj6AbA5pnBasZ5qQ6kvVN2uGvT2ardmI5dxl3Np/etbUANeucUfJHSMp6VQ3HQLv9URivkAH/EoJWzDU0fI+Y/1iiPwZBUXSyIF5Fj0caIBEP0OhfbFfrbvUjYjWriJ+LPB60n/UA==
abogado. 86400 IN NSEC abudhabi. NS DS RRSIG NSEC
abogado. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . lF0TB0Xqt4n5EXL69uWDTybGgwvSLezZcSAb+3taFpF8W8fW++F8n6QeDXq774PANZDCdRP8cJoPWrWiDeAPZOIMBQIArowBM5FzFSL78dAn/04OzfW3V2WDU9eXNfoI7JWRofnwppem5zscVsAKMK+dsSugC4JeJK2YT38lT81sDSJtRrXbIrcPNtz4m6lA74K+aCD3EtrEQr4CIgMda8YlCtGUU8DFLoMLenrLJzUv0r9KPDfWm55jhfNVqAYv9f1PhJHb3HUNZBo8roHyx13/FOCMXpxI3S0QyqaBK2Sq18Vy1eg2GArEX/1UlhMa4Z/LhpqstZETS4xqY7qolQ==
dns1.nic.abogado. 172800 IN A 213.248.217.13
dns1.nic.abogado. 172800 IN AAAA 2a01:618:401:0:0:0:0:13
dns2.nic.abogado. 172800 IN A 103.49.81.13
dns2.nic.abogado. 172800 IN AAAA 2401:fd80:401:0:0:0:0:13
dns3.nic.abogado. 172800 IN A 213.248.221.13
dns3.nic.abogado. 172800 IN AAAA 2a01:618:405:0:0:0:0:13
dns4.nic.abogado. 172800 IN A 43.230.49.13
dns4.nic.abogado. 172800 IN AAAA 2401:fd80:405:0:0:0:0:13
dnsa.nic.abogado. 172800 IN A 156.154.100.3
dnsa.nic.abogado. 172800 IN AAAA 2001:502:ad09:0:0:0:0:3
dnsb.nic.abogado. 172800 IN A 156.154.101.3
dnsc.nic.abogado. 172800 IN A 156.154.102.3
dnsd.nic.abogado. 172800 IN A 156.154.103.3
abudhabi. 172800 IN NS gtld.beta.aridns.net.au.
abudhabi. 172800 IN NS gtld.alpha.aridns.net.au.
abudhabi. 172800 IN NS gtld.delta.aridns.net.au.
abudhabi. 172800 IN NS gtld.gamma.aridns.net.au.
ABUDHABI. 86400 IN DS 15247 8 1 D2C05AD2312EBE77F6149F8B962DD9012D6D2CCA
ABUDHABI. 86400 IN DS 15247 8 2 4146C35F5EE96A341EE8C8F0ACA17A2CBB52FCD1D6D1C95C9AAB70061A7AC692
ABUDHABI. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . WaWGfIgu7oB9Me8biPuNgnWp6/POWszVLPJ3lSJgeNJc0VrX3xPoaS5Jahn13rWZ3dwUlUjIIUf8+SdkulbSfqYIe52CrjpOVuaJkUK8wBhQVaOOBVVuNcU/e3eYdk13aK+H2psYumsfI/NpPDqhz4zVJKR6ZqqFAZalZTRMj7L3NBK6RAbL5wJdMs4VAoU8ddRoy0MSY0e9XC04qtVLLORbi9KYXW2GOIhRY1YWf7Qe/4BnLrfwGQsWal0TUh9kIEpKq/XkmrupEKZc1qxHu29fPpQ5poE/KwdkjIbntMG2JQGkotOVTo8jPyNajM9MLntMb5fgUkc5jdF/cT2c4Q==
abudhabi. 86400 IN NSEC ac. NS DS RRSIG NSEC
abudhabi. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . fSWbdwdU1HjCkQaRufCFvZfz6zzjwR0Zh4rYGwukmBzjqaawfmJKAbCXTHGPkdSlNDvKvt1R9MGuKHgurQTfdCQdFvzDSL+LKPUpZDlYsnCSeKHJ7B04ts6NxXTzouOxkMozeCA+TTTlagTRSipQ1p1jgd/rqQ3Ex/JGThzpYwYzGcxR6Rt5AAzn+9fI+X6KNpEd55w1/JKFztR22A4C/EIIwMHMhNif3NM0nrVhiPkyS21zGHl5fNdV9qT944XO9wa3a5TkRrWGXCfhLajuv9dH2IZUD1VfW9B6F5hCFbd+kxZbRzIUBAWgya7BRvR8ywNCURjPKT7odPhpAMkKyg==
ac. 172800 IN NS a0.nic.ac.
ac. 172800 IN NS a2.nic.ac.
ac. 172800 IN NS b0.nic.ac.
ac. 172800 IN NS c0.nic.ac.
ac. 172800 IN NS ns-a1.ac.
ac. 172800 IN NS ns-a3.ac.
AC. 86400 IN DS 23014 8 2 9F135B4B4C69C92383B997632E821E3C8AB9699658674CC96FDE5405ACB68B65
AC. 86400 IN DS 42665 8 1 D5E99D85351D361BD6B5B1582F634E8A85CF1BF7
AC. 86400 IN DS 42665 8 2 4B15F405C98F4BC3A370B19E54DBE75DF201EDCD38577C51D277DC6559865D95
AC. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . rrYBEuDbgd3VvvK+UIt/U3miofOvEpizwY7ALiajSc2r5Q1pHQCO4WkTOocm1m3rmnYwGtKi6Vv05bVNs9jVW24RQaEGvYRMdQXjD0KsZbh0jII1ZnTK+N5SwDxKVXCcwGiEW6+gwskVRjyk4tZkAuCgQSMhjvjRvH+3AhLLW53y6nvAfSY4c6QBZ7ipGrD6r2GTKNQU6nTAwxtsctHsVpiRfY7/ekEK/bTNWUUzPS97Bfd1H8BvwsQBYo/M95t+sqpX2YULpJnYcTRt2J7Hcba8ogMS5ljcenJxD0ucVb76MSLK7fSw6tz9LHxxrJn9Kl01zmEoPGIXpnueomtjog==
ac. 86400 IN NSEC academy. NS DS RRSIG NSEC
ac. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . E6vF9HLU0BBIz7m7mQSjeCNv0KBHj/PpP5tyVR/UdpXlrkFxwb4ODJ580VGc144QdpuTdtgfZPqf8LqTUMAjgUCZdHInhXwZg1dGp31YSveqrBoljoUpHBxrHOzKZeXMj3F2lU2oGtOpTrWE9bXlqAJJ3XbqrxA8xvKXWAID+7Y2M4gC1kYziPBGIP1WV71GlGnjynOifPIBYmXjHJva9CnQaBaLdzYW5/2jHZxzBHO9p10Xk/mSXZ/3WijIkk75PfOt6dzbbRc45arm97bwP8KRRu+ipQn4HBeA/J0Y/xZIWj6ri9M5d8SOZ4yMg9/WoE03h5OlK93lJUP1FbwqIQ==
a0.nic.ac. 172800 IN A 65.22.160.1
a0.nic.ac. 172800 IN AAAA 2a01:8840:9e:0:0:0:0:1
a2.nic.ac. 172800 IN A 65.22.163.1
a2.nic.ac. 172800 IN AAAA 2a01:8840:a1:0:0:0:0:1
b0.nic.ac. 172800 IN A 65.22.161.1
b0.nic.ac. 172800 IN AAAA 2a01:8840:9f:0:0:0:0:1
c0.nic.ac. 172800 IN A 65.22.162.1
c0.nic.ac. 172800 IN AAAA 2a01:8840:a0:0:0:0:0:1
ns-a1.ac. 172800 IN A 194.0.1.1
ns-a1.ac. 172800 IN AAAA 2001:678:4:0:0:0:0:1
ns-a3.ac. 172800 IN A 74.116.178.1
academy. 172800 IN NS demand.beta.aridns.net.au.
academy. 172800 IN NS demand.alpha.aridns.net.au.
academy. 172800 IN NS demand.delta.aridns.net.au.
academy. 172800 IN NS demand.gamma.aridns.net.au.
ACADEMY. 86400 IN DS 38581 8 1 3243226CC37E59D9665CE28E767F52D4D6B5FA9E
ACADEMY. 86400 IN DS 38581 8 2 057A36240F02FF0B6017547B457613E17CF75FC7E3E1D62704F894A02799FDD4
ACADEMY. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . l0KPh5kG66cE3QOkTV5xHQLix+6XlZClS0bOL02vJpwkahmNE0qZqPdQTKPhZww6IQ1MSIDarPpelzUfAyfWXD0hoH59bkrTjivbXGzE3CD/dtCgHzAg5etSwsJL+Wex9eLj6U5ZQgGwRQnZWmWn48McvRvOJpxfp6AN7DXdHOnMuEtMXvasslHGc1HvBdew9mzEvUASBtDGQC3sx9Fk3BRZGxzOn++Ug8+HygU2012R/PrbhE7LBgNnXbD7M+GbUxLemL8hy94NUN5tFFbSRSHa0UtoaoEkALrKNJXBLrWZpkpxJQbFL8PdnqBHGhWiicZ0ghC4X21HoR+QNsE8Pw==
academy. 86400 IN NSEC accenture. NS DS RRSIG NSEC
academy. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . L3B778IzEuxZKM8iNBhul6DkIth0EV0skQfxlZyymTOkW6DM584oXSKJQfOHKUCwaPbefyW5xMc4Xm8Go4Os4GjTgYUzEoga9VNocKKZteJ97EoOMF78M+ibAhr3Kp1vLnrJPPedYqjQpUWNA6b0ZSXkgIxw/1CArgYW8+uj3yUYJ0uQiLkbvzNw//qwh6xPpod23srmLNKrv1nW0eOgUp5o7SXUpj/oWjAQtzT/YI0KgBdrBv7pgGCf87CikQav+0jPbT5Dq5Q4jRHAjghAUpHkf5dNRyuE86n6Nyof0U2SJfkApBAD2jJ/JcanvogSS1bCgXC86MqrbVHirOVOrA==
accenture. 172800 IN NS ac1.nstld.com.
accenture. 172800 IN NS ac2.nstld.com.
accenture. 172800 IN NS ac3.nstld.com.
accenture. 172800 IN NS ac4.nstld.com.
ACCENTURE. 86400 IN DS 35388 8 2 0C1DDB821C823AFEC10942D3DCD16D6306221E4EE7F2F524E5D9BAD48BAFD8FC
ACCENTURE. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . uB7TQkkZxx7ww+aZi6whERJX67qV3N9x8Iqw3EK7tKZk18U16uhGwYoiatLDa3e0ggp1VpC7eMn7Qs3u5R3N6PfT1aqFXvY3HP0m7TCUzmczlElUp1udwzRHZ+29rO3K5+ie3QmMHvcuOHr67lRKHhaOPtAIF/teerOyseh7L46r+ytKIvS3t672dtie2QGIxC8+yuHg7d/d8wY+j/1cXm2YUXQyG6T7VZlQXu+o92uvQq6hd9Bs5HeLVajvQHGAMLRF0iL7dj2bpSf7reXpUl0vXQbul8GoRQ4EYawU0bBur4O2Rc0MtXhiFrVsRR7BcBfjch+lPXIvBkRRekLESg==
accenture. 86400 IN NSEC accountant. NS DS RRSIG NSEC
accenture. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . FTEy/OP0rxnUNRWkqJfqGphYYkaMU5QRFiZt6vZhJfUmhoqMPaTRdjLuuQNXTytrFyYcdSZRKXzvF5jDKuvJezHVBiLSLRjZWRSzZWbs/1oUY0G9eH7buwY5Tq3bnsPdYVOB/ug+kl/sscm5GdTQdinDxQTMfCWUryr8Y2MkYjmpuAajGzQs0nl9Fhtvk1G6HAc/mpl/oSLhT2RgN+HHYchoRG5W+8hQFiF7FMrxrS2AirVUEWOQFXPEXVYFynUubcBTuQe1u4dnShS/t2Wnnpjxt7swsHwtXRzUvRzwzHOHm+8ejeP8kPPSVixy6yWlXPNG6tBhjCJv9GHGkcZxsA==
accountant. 172800 IN NS ns1.dns.nic.accountant.
accountant. 172800 IN NS ns2.dns.nic.accountant.
accountant. 172800 IN NS ns3.dns.nic.accountant.
accountant. 172800 IN NS ns4.dns.nic.accountant.
accountant. 172800 IN NS ns5.dns.nic.accountant.
accountant. 172800 IN NS ns6.dns.nic.accountant.
ACCOUNTANT. 86400 IN DS 28099 8 1 C4CF4CC69F777DFB57501D5943337B01A8A5ECA2
ACCOUNTANT. 86400 IN DS 28099 8 2 FFBAC3E447FD25705104BB50F8652E7CCF6EECBFC956E1E65890C9B9DF92E888
ACCOUNTANT. 86400 IN DS 33631 8 1 D9794E6E891EE62E553B1EC015D3563558BBFD69
ACCOUNTANT. 86400 IN DS 33631 8 2 82968A14D9F1F89863ABAA8FA27953DE4C3A4066B88F64EF38044EEB2D3D9105
ACCOUNTANT. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . QC6/BDBJMvLc5QqCvUIK4TX6Q5blkI+YvMINb99HKtTdIyoAZqHsuyAOhN3qD1c4Xj8CBhhM3GZg4uixwm8hSiyh+aYKHj5JlYIyQr3MUz3OoD2U8kz/W4uIBrShsDGbAS/9SlpU4t7ouBAyhKJcs1TLYJ8IXpq/Tf1QcRjj4F4gC/J2xAGmoYNrxYgwu1GO8ad74IELU6IQh3+e8OVCLZuRmsc0Sku82uMGMtGx1MUqyi83r0XTtbAbjL4RjEcliaGC49L468qbS8jEzP3ZL558+BBPgU/d3ODm2sTTwn6jEktglt7MHhHZaqfRsocrPRm95EzZjpPjcGobgRydDw==
accountant. 86400 IN NSEC accountants. NS DS RRSIG NSEC
accountant. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . p8myc1k7hoVBHwhAngsQJUcOinnt/poZwZLWiwDAT3roE27ejFGlXb1Nhr9nljgd+EC2cFliVrjDZLcAAiVLl5RocIBQqsLYEgU6iX1GA180t+dkFpkQWxg+tjOuJQmGE1sVAnEIZ2gwztRPR/YEG5ut+8bvnalsyn3Koqty9XwsDF1xQFKbuy4flBREHCsFtfbgVbTmlpAfsF+9uOgTjKydWSVKMl6h3iV/1YsF0ubqfcVV5akGidZgAksZ8ZLMLZ8M9/rhn9nMfMq6EXccdyy0h8pe9wX30oOH8BKnBaK8HXR/+F7swj1fZ8dpnoWvyVya4BGBmE95EgbaetfYkw==
ns1.dns.nic.accountant. 172800 IN A 156.154.144.195
ns1.dns.nic.accountant. 172800 IN AAAA 2610:a1:1071:0:0:0:0:c3
ns2.dns.nic.accountant. 172800 IN A 156.154.145.195
ns2.dns.nic.accountant. 172800 IN AAAA 2610:a1:1072:0:0:0:0:c3
ns3.dns.nic.accountant. 172800 IN A 156.154.159.195
ns3.dns.nic.accountant. 172800 IN AAAA 2610:a1:1073:0:0:0:0:c3
ns4.dns.nic.accountant. 172800 IN A 156.154.156.195
ns4.dns.nic.accountant. 172800 IN AAAA 2610:a1:1074:0:0:0:0:c3
ns5.dns.nic.accountant. 172800 IN A 156.154.157.195
ns5.dns.nic.accountant. 172800 IN AAAA 2610:a1:1075:0:0:0:0:c3
ns6.dns.nic.accountant. 172800 IN A 156.154.158.195
ns6.dns.nic.accountant. 172800 IN AAAA 2610:a1:1076:0:0:0:0:c3
accountants. 172800 IN NS demand.beta.aridns.net.au.
accountants. 172800 IN NS demand.alpha.aridns.net.au.
accountants. 172800 IN NS demand.delta.aridns.net.au.
accountants. 172800 IN NS demand.gamma.aridns.net.au.
ACCOUNTANTS. 86400 IN DS 49912 8 1 43B3121B3B548FC52C0E94BF8B17C0D3E3BE2A2F
ACCOUNTANTS. 86400 IN DS 49912 8 2 2EB54FB6E746CD4C035DB86878F09C7E4D66E8243275328F2666E05A386898B9
ACCOUNTANTS. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . c8YElocuRW6wUZA5oTHbYo7FtUoNpr+0qsygBEH5WjKsGdjcNSjgaZNrzgON8QkjfmBVjmrcHy5VS0+wQ2si6dqYgfD0yVmOiC4FK7zy796/t1kEl//f4N6q386nAH3kMiz6dgdAMrnENpMNdXw7Ziw8tKKIIy3PiBaCmKb+P0XlysTJvhkcFc0ywvN4tXITnk90d+aAoMEokekhKsuSPsp8M4OrimR1iEy68hYKqGTbWE+oaiNTp0iZ9hn5J5r34tAMM68IP7SEcUq3d18toXHcpVOkQPCjYUgk1zvRo1je+VYJ+ZMJOkX94UciQHme3y6BZ8PX+i9SvhGaGtNofg==
accountants. 86400 IN NSEC aco. NS DS RRSIG NSEC
accountants. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . d5am9tddk87Acos/UQlEoLvJrsAG/29Jwbx841ZVYcBiydh2/oTcqSS3ENmEwxywM+3Ow/tgD88172u0U6vDD1B7zc5Vbl8ZIGDG7YxTWPw9q51rvTyuCEo0bR52nU7XYL/Q6nDvn1e9xaWA4JE5zpVBFf5NwGXvAWGgc/F6NDpVsASyRt4UI1J6/BGAt4t0054QFdFK/Ja6+j9CMEMD9S6yIvJOPDwmw4b1SobAxyU5qv/ordP7hUuGtkhS8LUZ7kk7tbHtP/9xlerHU0xFAh/OoAU7B3/PGXpNBaFCcGx3cRjwKJ6+A0XZ0+1iO9oqmMhehb0KrAFpx1WGkUyo4A==
aco. 172800 IN NS a0.nic.aco.
aco. 172800 IN NS a2.nic.aco.
aco. 172800 IN NS b0.nic.aco.
aco. 172800 IN NS c0.nic.aco.
ACO. 86400 IN DS 49383 7 1 C536914CD2ECC3A45F2BCA3279FD1A25062156B1
ACO. 86400 IN DS 49383 7 2 871A9DDD4FEEF3531929E3866BFCAF8E97E7FE0688D14EF897F1AFCC1CD58F60
ACO. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . hca+9/emT60HikS0fkNW7+BijFXx89In+J+CH8juDNUxT/GYSQJpzS45aP8DGgVOkHB24jiiaJiBL0UHoRnIsncS1weJzb1taq5PYfmuw8F5M0VbxSjozy4kBQsvJxz8IUfojYFgCFmIOHNybVRjvhmk3MAzgXEv87K03PymfxES+rKtDzfZ+xksylsO1FUYNmcVm3tHuRSeuzceLx6RB7m/GAGRNnTtqAaEdhSuE+BdnR2WdEmZmyPb8QFnnhJD1mxL8w+NQbTNm6yaqMcONyxE7WA7SqEeHCD548f+E+/F2uvJFtiqVpLvTy6KEcP3JV3pHzwqCFmNTgeZth+dbg==
aco. 86400 IN NSEC actor. NS DS RRSIG NSEC
aco. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . Jz01VQjCLaeZ63g3hqMxgdh4ct1WvpBIDdSdy+hGnGpAp8la6gEipM2RgEGzlQOQxOTwUMD9zGGlNthp22gVCEcLWpuZpoUe/0kSxOFQp0sSV1k846zeDzu0pmosPtJ1KbX1iZLpITGx1i9MhJQufYr+nDifDOSuXfcHQf9bnq8mgom3gDI1lMvGsF7H2qKkMgtMNji1y+RDTWxdyDs14lkcgG+I/2yG8jTBfPJ49Svv5LbpvAC4VSA2Gxedy8WlxHYCTx14xxJdB15YBAoMhzKew9SfaD9oR8isVLJFh/FOSNhoS3KNqVVSbAIz/NJDniYkHfpSTYwa5eS4TthAaQ==
a0.nic.aco. 172800 IN A 65.22.144.17
a0.nic.aco. 172800 IN AAAA 2a01:8840:8e:0:0:0:0:17
a2.nic.aco. 172800 IN A 65.22.147.17
a2.nic.aco. 172800 IN AAAA 2a01:8840:91:0:0:0:0:17
b0.nic.aco. 172800 IN A 65.22.145.17
b0.nic.aco. 172800 IN AAAA 2a01:8840:8f:0:0:0:0:17
c0.nic.aco. 172800 IN A 65.22.146.17
c0.nic.aco. 172800 IN AAAA 2a01:8840:90:0:0:0:0:17
actor. 172800 IN NS demand.beta.aridns.net.au.
actor. 172800 IN NS demand.alpha.aridns.net.au.
actor. 172800 IN NS demand.delta.aridns.net.au.
actor. 172800 IN NS demand.gamma.aridns.net.au.
ACTOR. 86400 IN DS 56299 8 1 5BEE3A7E7DA16F53B2129B3B95C63875BCCC6B4C
ACTOR. 86400 IN DS 56299 8 2 8C2B8F705CD51CD0452C8F3542B4FD49ADD46869CCBFE1400B74D4A13CC2C687
ACTOR. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . quXJU/+HqT/7NUeUo1U5Qf/hLffjm3j+sjjUfx3vyggOuC4Er1Jat9w5Wnw4XHLrE+s1N1t5Ryub5f0TOuXxnPJboq/+HtGtKfXJ5bUeAkUBBBx8xF0zVauQKgzEychiEf0cJd/CriLzO/d08b7hSPea0v/UZQnaYTei0IgrL8fhP8UhMtq1+AozO69DxXCxzSs0RNJHa7q4fw4m47rDQDULN14FFowUQpUC2tZZeVGzuft9csFJQt8OqqtQ/iuUIVCMDnJRLYoeX/zf/HUXjI4ZYcuqk9jHVllrM3jRt5RCb74gvs/5hEPZPIYqYmkRnBe19l/8TI6XFbw86SDhSA==
actor. 86400 IN NSEC ad. NS DS RRSIG NSEC
actor. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . UVyx1//qQF3XV97qwo8/pag+N9rGWN/+7vvjoRkl3G5efWRDpAaX5qVdiAmD3SaBD1rda44HHGRlVJfth/kq1tlMp1KBg06NkB835cmmKYyNI7EychjIXWDD1gSgo/1QOpHR5tVd6fEPC8+BDUS0LE1UDrULzPrCoS89Z6LyMV6RZpQ+mlAAVUc6ktjM893A/HeWAcXkn4N1M3Ijjm4sxYzBCCA19+z8IxaOLJ16janN73c+qx2cX5/fqFXVIcZSB7QL6fsQ2PrurVPno4cFT+0KKi/lWGHNb671Wsyi+Og5sYopbAh2InUeJ3hJFyKVs6wzOxZHIVYIfiZbasO9/w==
ad. 172800 IN NS ad.ns.nic.es.
ad. 172800 IN NS ad.cctld.authdns.ripe.net.
ad. 172800 IN NS ns3.nic.fr.
ad. 172800 IN NS dnsc.ad.
ad. 172800 IN NS dnsm.ad.
ad. 172800 IN NS ns-ext.isc.org.
AD. 86400 IN DS 60892 8 1 A107006ADE4CA8B6381660A96A606E20B13E2546
AD. 86400 IN DS 60892 8 2 90C3C642C6EB60EAC3C982ED697339A8EE3F70AEA644AC185BD9997790AFABC4
AD. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . HL+3h4rV5TmcayyIjSRxwjNE6BJsZQQP89cX41t+UxgrZIXYRXoucRYwbEiu7FJ1aDiDePrqAgMnc/V4mep2O+h6Um/++UUY+KJNYSdhbDGk1myDqd5XQ/31yZo6WxTk7ysHP2lxZN2CbIuiM+nGfrPm0Yi3fWFowSlf0MFaNJLpLgY1L7DQUQuqLEMs9bnC8kv/jveWZQrlLykECEt1+F1cyYbdY5bQ8BpeJzQg7Za8Y51CVcKXvcya+cKfYKY1GcfT4Xp20IUb72MQaQWRVYF4h7mRlWi/m0kOuAuSmzx05QQ/qplamJ0BjfCuTJ9Q/abVOJ0rF/N3ocD04ehWhQ==
ad. 86400 IN NSEC adac. NS DS RRSIG NSEC
ad. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . a0eaifI2V0capd6XaRL/QhVRrRL987+OoQBa9ovAg2qjkC8ZY/qVqbYFh592iod84CcjW4lc1zXVKax0eh3S/TrusVGVP8CkiyCsI3zNDDoGaS31/XgqTsOW+rO/3LhHZXtWlFK8R+gasukVYanzj1qlva/ssQnq2PrHfN3pRBTBsMn3C6wl5bCOjYQt8VcKHT8m7viFW7facbbXF5LXbxhQObDiMF6/qBnkJiXlPqxN3BobAT97JU7xHiwNJ5cHiB3lNWVRYlq/XfTohMk9TZV0m9i4jzWtMjW0K0CwFmBVCwjCUyrXVOOR/sZmAREc8pDMrH8/0meQpmBg80eN1A==
dnsc.ad. 172800 IN A 194.158.74.10
dnsc.ad. 172800 IN AAAA 2a02:8060:32fa:0:0:0:0:b
dnsm.ad. 172800 IN A 194.158.74.9
dnsm.ad. 172800 IN AAAA 2a02:8060:32fa:0:0:0:0:a
adac. 172800 IN NS a.nic.adac.
adac. 172800 IN NS b.nic.adac.
adac. 172800 IN NS c.nic.adac.
adac. 172800 IN NS d.nic.adac.
ADAC. 86400 IN DS 16410 7 1 F2F49F534C1FBE869839C50C826EEE76CF86C515
ADAC. 86400 IN DS 16410 7 2 F4A30AD82717154B532B185003E45A8A3E4B4EF99914F7C842C9FB7F8C5ED628
ADAC. 86400 IN DS 59289 7 1 A6DC4FDE7C2A1248641A9C2568A0A3A36E5CB584
ADAC. 86400 IN DS 59289 7 2 45D9CB125D3BD55B12532F56C07708E5E7DC9A7117820D78811C5B1D36736831
ADAC. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . FOZqcRL+2+5th4V1N347hJqJIRwpo79S29+7SDOmv9uTTR//31jRitx0zMnqtje3wDJx6YqI97SjRGr6zF7xsTahpqalm5rDpo1De9a0NCfsrXDLYatFCaLJsoKy6rhTvX+XxBufN8BNBLxwldHS32Yr6LOiWbHg/+eSpXZz/ko0S6MxLk8Z6asq0u3gPR8aXoCwvnuBaKe3j7T/87VlJm6tXVC6DtF/FFvg4z3Yvz5uWm9fwGgpf9RQAlEOS9g1BZZe6zyiaKFZehfyUHBU/TJeIJjBym+Roivhnzgd7TdIEYJSrRc80C6RT4WuZvDQBUl13Q5RhbXo0wQIlolPAQ==
adac. 86400 IN NSEC ads. NS DS RRSIG NSEC
adac. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . nAmpiawbyf5sRgeJmD1dlmxZuakB1Da5DBkSGFnBnx/lso6/KPOgnBJ+Q+yKg+tqgSUtILzTTrJQ5yiW0BnCdM9nvEN48g+TK3/VAuko9kTXPvUB46PY5YUpJBOrBpdFvUjLEOnQekR/wPr0+MFHAAOpzIfspHSc9aYUMd0l9mv8hfztWEZmj9cIXK0xSbeAbtxzpJ7maALHDzTnrzSh8uhA3c3uYOUwDPB3pfp25bvsAVusz4MPKbIJ5tlqfPXYIXCdd4uGAOVVwu3q9hV/ao9ZVj1wA2ehYhKDIefFRXYH3ktwWMzLLEn9vurol2hZ/ZDG05MRakQ35G+whC5FWw==
a.nic.adac. 172800 IN A 194.169.218.74
a.nic.adac. 172800 IN AAAA 2001:67c:13cc:0:0:0:1:74
b.nic.adac. 172800 IN A 185.24.64.74
b.nic.adac. 172800 IN AAAA 2a04:2b00:13cc:0:0:0:1:74
c.nic.adac. 172800 IN A 212.18.248.74
c.nic.adac. 172800 IN AAAA 2a04:2b00:13ee:0:0:0:0:74
d.nic.adac. 172800 IN A 212.18.249.74
d.nic.adac. 172800 IN AAAA 2a04:2b00:13ff:0:0:0:0:74
ads. 172800 IN NS ns-tld1.charlestonroadregistry.com.
ads. 172800 IN NS ns-tld2.charlestonroadregistry.com.
ads. 172800 IN NS ns-tld3.charlestonroadregistry.com.
ads. 172800 IN NS ns-tld4.charlestonroadregistry.com.
ads. 172800 IN NS ns-tld5.charlestonroadregistry.com.
ADS. 86400 IN DS 45211 8 2 DDC1297DFF56CC8B2DE6AE9D81734BC6E4440A99FFA17C40E565433F629C3000
ADS. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . rA2TKTvom/qlkgUi7v7ZI8CX9do/g/sQwR0WpmraxtBOWQZdr+BxcpCEXeDd+gGRw1dDm0qvt3mul0MxcPFKmsMFgunHfhjfVawHtZ/ltxuuNe58WJh7VTJeQfgbDZF/UGltdBV2l7w5vEZFns79OLShMsr24zXa34xJTdrqFZXGKG7SZUhUu4UtNs2cDgwcDXeyX0OoYunWYde6NwQybW3PWzTLvQPob8RMpzVxKqjWUlGxzetwz0YSk0xBVMBJeUaNRIW+oJiVoyZ+PDRV5By8h7lRSo3a6dRAx/GpCf1rhkmazBKsbKXATe+Vz3+HYp2mtIQIIGVcPchS6A+0zA==
ads. 86400 IN NSEC adult. NS DS RRSIG NSEC
ads. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . CXCuUI1o3U1YVdA/yLdER+0xNEOxqjNIekqn+VAxrOk9ewCKnqh39gLITRyXzJSGTdpXC0QBuLXVnA6cOc4oI3vDDuoL3c9dbMVmbo0pHS5IDnfUBtf7SsjepNHkvIyIZ/liQjW+81T8Co7Le6fAh5Sb9PWSpaV4yi4S5NcUVzLm+9/bb7vnscJZ3ua3lLEhFvYKzStIijzJX3Yhzw2fMldvrtY4Xch91BEa+JHC7Ef2sa9Q6BFzzrx2PAwxm0zoSYnCeVeUu7xWU9bhk7EyUkYoNqpu2M4E89Lvy4/QdAYKASOsJ0CotdXk7hDh9Ko+k7l5sBt5l98negy5VIQMgw==
adult. 172800 IN NS a0.nic.adult.
adult. 172800 IN NS a2.nic.adult.
adult. 172800 IN NS b0.nic.adult.
adult. 172800 IN NS b2.nic.adult.
adult. 172800 IN NS c0.nic.adult.
adult. 172800 IN NS d0.nic.adult.
ADULT. 86400 IN DS 54513 7 1 D39254DF9EBD7BC52E5B672D9CF38F3D61CB077F
ADULT. 86400 IN DS 54513 7 2 D317551B37E669E2C4B0E4601181E790CFB7424960B178EF78BFFE6C715701EB
ADULT. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . uTlGbxyzuLZIXCPrOdpex99cN/eOEwKuQfCfpC+e8vZPw3lMI9ESyRaW5wIhQXX4IRpkpSex945OUdaEz5xA9paLOxSpIec43uwgpev/HOvy7WiXZOCYt00WptOWypn7qi6UgwUguP66iW8mJQCTC1ph5Chl0WQr78HxeC1OMNsCzebIEMGfuVWzubbT8iooinG8YnsgmtsEEdxfVVXafCeP9FeDG/+yqScZbCnuTb/EFvaxDRDUTOF6UNp11yWKeS0ntQychiT7wOYctNsHfOfb7DyNvYNhkDFBGpQIVuyJqrcBzXJgnTdzR6RUtZ6hY9WVrOoLOVWPRPggMg7Kbg==
adult. 86400 IN NSEC ae. NS DS RRSIG NSEC
adult. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . Vd/ZOu8qhcz4pEygSmbSapWLVtfdirakc/ztMIrodrKXmawzNa8jSmbEVOEGnO+5s/lt+L3uX+ihqLhnqZ/stGhntMf+ko4Vj4UuXFgM0o5qMeFvK1iE8DM+B/1aWjC0MrD9A9BzQxAH10wniG8v9rIkbw3upUvSZJXSKW0RAtTuDweCh6j5BttqjfGXyXSfMLEIBDh8J8FLtOL7hU86RQUtA52ICAtyw2f8mDsdnRzGofkiO3/UDg6rHd03eQ6fEhdHe8HD6V9vk/EhMyAtYhc6rQ9CMXG1eBQ6Km/5GDeqXLPcBHJ3OkF4xtNCvB2VEdQuBZ/iRXD7hoe68nLzuw==
a0.nic.adult. 172800 IN A 199.115.152.1
a0.nic.adult. 172800 IN AAAA 2001:500:a0:0:0:0:0:1
a2.nic.adult. 172800 IN A 199.115.156.1
a2.nic.adult. 172800 IN AAAA 2001:500:a4:0:0:0:0:1
b0.nic.adult. 172800 IN A 199.115.153.1
b0.nic.adult. 172800 IN AAAA 2001:500:a1:0:0:0:0:1
b2.nic.adult. 172800 IN A 199.115.157.1
b2.nic.adult. 172800 IN AAAA 2001:500:a5:0:0:0:0:1
c0.nic.adult. 172800 IN A 199.115.154.1
c0.nic.adult. 172800 IN AAAA 2001:500:a2:0:0:0:0:1
d0.nic.adult. 172800 IN A 199.115.155.1
d0.nic.adult. 172800 IN AAAA 2001:500:a3:0:0:0:0:1
ae. 172800 IN NS ns1.aedns.ae.
ae. 172800 IN NS ns2.aedns.ae.
ae. 172800 IN NS sec3.apnic.net.
ae. 172800 IN NS sns-pb.isc.org.
ae. 172800 IN NS nsext-pch.aedns.ae.
ae. 86400 IN NSEC aeg. NS RRSIG NSEC
ae. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . bVjQy2QKXufAzi0T83y9AUI11r1MO2SuR8RNC2yGDM/XNp7cUphUrtfxPMhXdpspuALv1sQOkO9AkqHCVtXj3IRBR3/PoARonrwB+N/dQRZkPZOdYItw2xWC+EyrVBBRnkyTtw4zMJg7jWmPi/y+qVvh3Jr5b2PsLCkh8Mo4P9HORZzJU9mzAPpqT/UGMDah5XFAeGAiEuV20bqjpycjU6e0CPxM+PtL6MzSusB3P/9LRTYOQTqouE3VILmV4Mcr+qBAvfSBw+V/czOWc2CpFACwUxjFUSKf+IVSN6dmlfN8uLvc0v23vdnK0RG8A+u8Mxg2yW7y5qIYhv0Jj/3twg==
ns1.aedns.ae. 172800 IN A 79.98.120.73
ns2.aedns.ae. 172800 IN A 79.98.121.73
nsext-pch.aedns.ae. 172800 IN A 199.4.137.1
nsext-pch.aedns.ae. 172800 IN AAAA 2001:500:7d:0:0:0:0:1
ns1.uaenic.ae. 172800 IN A 213.42.0.226
ns2.uaenic.ae. 172800 IN A 195.229.0.186
aeg. 172800 IN NS ac1.nstld.com.
aeg. 172800 IN NS ac2.nstld.com.
aeg. 172800 IN NS ac3.nstld.com.
aeg. 172800 IN NS ac4.nstld.com.
AEG. 86400 IN DS 39735 8 2 B28A67A4935609BCF1257AF4215B9FFCE0F7E917BC076BD69030A5D76008AE51
AEG. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . CLBrRUBJpcjydRMVRR4g3DwJNRyFwLvP0er3FVB8YVsL5o5fNMr/3Ym4WbziSDNu+/E4jRTFrISsCTn6xXzh/JrPybF+kb+BZbiTlJ1zUbidTqTa3VYUaysWmKL1M9p4cQ1Pi1866L8PTDJtxekkfpORpb9UisjcRByqfcChsSZAGdFaKj4MgppDx1Au4r2tJvtfzSA+udO3AjJ5XWlb/nqFaoNPu+nxBzYclxFHxXUAgd7iqxDf0NRL7di2v+l9s/qzI2WFSaDvrJjk4kVgGHRLY5WgAVEqRAZXmcaNdmaX654XnRapl0EjiGaQOS3HTdpt/Pbq7J87M5CrPiVDgg==
aeg. 86400 IN NSEC aero. NS DS RRSIG NSEC
aeg. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . KWnppfNGezKaOnwXiXb6h+Ur6FaeruUb1yMDMHk2iQ6Mk6WQlWbscctNSpa7tjzgjmqAow2y/8I31KulL5KNnyWl7cTytZn7wOnp4XihkXlJ+ZWNEaBwFsozcppv6YVX1tUyxql5FsGulGpug+c98cIG3R9v8KF2gey/B1VyEHjNnGka7/y7ahh5F8mL6Ci56wSiQnAL0SQNvonuI0NIOQonH7a0/ZRlvmbwWB4Gq/kmt/5h/OwQUNy1Reh5aROSXBd/6xJIfYhdhg8qNBs/+6xc/68qnWw5+jQEZb1KxMHnrl/q0pM9tzBOg1hJeEoWQ7UjGVW4P1pM/iupqR4f/g==
aero. 172800 IN NS a0.aero.afilias-nst.info.
aero. 172800 IN NS a2.aero.afilias-nst.info.
aero. 172800 IN NS b0.aero.afilias-nst.org.
aero. 172800 IN NS b2.aero.afilias-nst.org.
aero. 172800 IN NS c0.aero.afilias-nst.info.
aero. 172800 IN NS d0.aero.afilias-nst.org.
aero. 86400 IN NSEC aetna. NS RRSIG NSEC
aero. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . pY2BXsxxA08ioQRWeVkMRsaQO59pjhV1IY7DDRYc0Q/aaCWPSTMAgJ+Q1zKElXaHMJwm/wRciDR996Snwr6FeuFCmDV+PWggTotPQ7PRCyGptYfJHeEizi/DawfeQHCuwU09OLpkUvhJ9rG3YV+iqzpjgxH6HBa8lufuNTE5CYDF2fZwKmRxfEc4+cTABIa/mkibXyqS8L0FHQWifPrrL7JB6rABZqihgbiwIBjLQWXfrfB3LT7TMNVuovvEPmCp1YeQFsKnUK2MTeyJ5K9a/a0eodqVk+mxMMXN8oIRf2gFxaG5g3kenq3+06d5ScXCGJwU2J6YCrXYuqaVbGifQw==
aetna. 172800 IN NS ns1.dns.nic.aetna.
aetna. 172800 IN NS ns2.dns.nic.aetna.
aetna. 172800 IN NS ns3.dns.nic.aetna.
aetna. 172800 IN NS ns4.dns.nic.aetna.
aetna. 172800 IN NS ns5.dns.nic.aetna.
aetna. 172800 IN NS ns6.dns.nic.aetna.
AETNA. 86400 IN DS 7456 8 1 C6395AD23410E03FC65B212ACE503079F2354252
AETNA. 86400 IN DS 7456 8 2 2D078958E65EB6C3AD30FC5EE2E67CE7EA5B3AC8447B223EFF4E84F6C8EFD686
AETNA. 86400 IN DS 44921 8 1 402BEFE92B68C31CD8AB2E3BE21B718372115CB7
AETNA. 86400 IN DS 44921 8 2 06FD994B60F7CC5FA679232E67192452CC916F10517A02C7E3D046CA4E728469
AETNA. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . lMn1gW3du6iSef8Df0iOlNQXEGb+ivhez8kdvNxoFYJufInqzMCGh8V5zxzFLm/ucim/S3S+loiExfxvhh8wycpC/hoQCKg6wg1WD6LfyV5us3/Z5WC2Qt5bchPKVZbL2SDgtP8od539RKBqCTdXzgKbre/L/Q1obV9xngqdrCNAsyRuBMSnwkShxnZufJnNLQy1f8whAhHY3owad//DtQgxy5OayzTdd9DpwEmSvSGNfSS4BpbxkWKipXJLVaItU9G+u0gaHq6ZHJ8biUtOMjhesf6s/NySyLOk9OoLLmN4ixWsNG+o2+3FqmPMQMxbyprL2Q54hydKA7cuzKE5ug==
aetna. 86400 IN NSEC af. NS DS RRSIG NSEC
aetna. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . BU5TZuxNqysgJGGv0iC8xFycYDLuf1JOs5kz/1E5OwUe1ujcu+WsvZKpwuI46CHsJW/lhqi9Z+Z0UwDx8Kdy04eneehbtZopPz58DG4oxzYlbwsW+H4P+4IskOlDLvqIGZT/FiqKVuqjXOK2hHC+2AQ+ya+VvkI7J6+rcQ+7IFux6RAyh233vznQ8yzUSy0JE75HCaLXJ7vE8x09dQWK2IKSZwhKYjv+eZtp8CjTxSCQcIjC8r4IS/T/jDmTmfriyiAE/q4LgptGw07h6hrIWycOJFEZwwFlZ5MU7BtjcGRlvxgsP37YirrdetwONUZoLLOwvMF8fq0dIVOiATRgQA==
ns1.dns.nic.aetna. 172800 IN A 156.154.144.5
ns1.dns.nic.aetna. 172800 IN AAAA 2610:a1:1071:0:0:0:0:5
ns2.dns.nic.aetna. 172800 IN A 156.154.145.5
ns2.dns.nic.aetna. 172800 IN AAAA 2610:a1:1072:0:0:0:0:5
ns3.dns.nic.aetna. 172800 IN A 156.154.159.5
ns3.dns.nic.aetna. 172800 IN AAAA 2610:a1:1073:0:0:0:0:5
ns4.dns.nic.aetna. 172800 IN A 156.154.156.5
ns4.dns.nic.aetna. 172800 IN AAAA 2610:a1:1074:0:0:0:0:5
ns5.dns.nic.aetna. 172800 IN A 156.154.157.5
ns5.dns.nic.aetna. 172800 IN AAAA 2610:a1:1075:0:0:0:0:5
ns6.dns.nic.aetna. 172800 IN A 156.154.158.5
ns6.dns.nic.aetna. 172800 IN AAAA 2610:a1:1076:0:0:0:0:5
af. 172800 IN NS ns.cocca.fr.
af. 172800 IN NS ns.anycast.nic.af.
af. 172800 IN NS ns.coccaregistry.org.
AF. 86400 IN DS 3691 8 2 56C77864A2CD726F252634C8804A2AF33EA2CE70C49091E08C223BD2BB33CF5C
AF. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . aLHXin4kdUp3Vu6BV3cG5O80IU6rNxxV/I9iLv1xFIdTlQwhcymO9hGyURhOasgManixDcrlAYi1/n0f+fUbn9qdqRU35mGv/BJwY4XmXjPYeCBuEwGMSG/pzkPytT+YOZ3fP/J/UoYAgA/ggDg0yVs1SNvDSr+riy7B7MNZXOMfXdBtkI/H8JyrMjUzzBrLvWSrY6MMwQ1xE6g9WTk4vSaM1ClZznobozOaAmrt0dP9vAdV6F/DYzA71LLikw+/dfDGjmjjE/dOyd2zcGrZwHm6mtvEHRt7UM2M2caTubdDibY0EQ0p+1bz+cuEPcJTLnfm+xV13WbuaqFx9l7+Bg==
af. 86400 IN NSEC afamilycompany. NS DS RRSIG NSEC
af. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . WTONzXMqxAZkCeRhCRXuDe0oWzyNZmwjXEPCB1lUJpYtyVEa24PyorovIyaSr/HdjlixgmbYY7ptDEB/wQosmN1oq2fVYtD3BD9ZY/jl9fMZcHUbRW7/za0QaL5DuV1c5VA1KC88lU9q7TbV/0uex6YZ5gvDchE+1kfhFu6KLvixx1mvI+pu8qzhnG9KKTX46Qqgf3D7jxPxDNkqUBJa+4WdfWm5CpYUET0lQhXMlPHCw4Tyk0Xr1/hC879jnlDAcKTa/iJWgdSK0NcdyU7EAGwMJ5NW1oC+CV6dSG/+vjPLbBuuu4ChSG7e9XE4z7BAg51+FbjjFDVIVc97Cz7mGA==
ns.anycast.nic.af. 172800 IN A 204.61.216.13
ns.anycast.nic.af. 172800 IN AAAA 2001:500:14:6013:ad:0:0:1
afamilycompany. 172800 IN NS ac1.nstld.com.
afamilycompany. 172800 IN NS ac2.nstld.com.
afamilycompany. 172800 IN NS ac3.nstld.com.
afamilycompany. 172800 IN NS ac4.nstld.com.
AFAMILYCOMPANY. 86400 IN DS 10389 8 2 322F3921B7EEBC3A732BE4E070110B67E26CCB2A68374A796959F3D00FDB3070
AFAMILYCOMPANY. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . Rc8T32C6wd40Z9SwjGSF7OYhxJNU08Jvc8x84jHHJrj0uitDXC6v7S04qFKOcfgrzPNLwVU2to+IgyoSeabE8u/Sw7Qn3BVO7vo4VKXIUX1zUhh04Mm3h/NHiWffb8M6KSoGI4WKabdYacGvDzEOzNkop6xIvglpvFh3sYa6WHpN2UC7CD9nX6GPDoXMf0cckq7kQ6gKXuzhXSEtKuTm5rCu4Pkaftb9dJC7qY/ivcjC0ZbIuyfW+vWbOaTA39JOhHiIaFYcTmYk1fqYxbZkinO/A8jifHhOcEHUgkJYnOloh7rufBCGrJQ4sRaj0f5DShGfo+lXyPVIEl+V8X5K4w==
afamilycompany. 86400 IN NSEC afl. NS DS RRSIG NSEC
afamilycompany. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . fpT6Rixn8cKiEHf2NM5/KXF73OWgh7vLK9cbOvuYKMdcTs5Nh3oJQOmxkGWJUQhfsO/ICAqf2Yjzj6YdQcHWyTRnXrG7roDdKipL3bHUqrFEf6Cp37mBvXpEJ9UYPlWtuunzo5jnhJYMgv3vhe3i4Kfk0LusTTM/5ORHid3NW3W2enyq7eb1DOoOfgbx48xlwHQd3EUEOs6G3bhWDpeUS/ZhZ3BF7oOmPD+raHYvb7qSFOzX4k6faUK5ei9TELCDXnF5jL41BafmzcyE3fFJz/N2w53jdJ7lNj3YGVVnnzFN7+yyHFo8C1WBU1MHZ10Fe4vlT8mg5ekR0f+5zoTOsw==
afl. 172800 IN NS a.nic.afl.
afl. 172800 IN NS b.nic.afl.
afl. 172800 IN NS c.nic.afl.
afl. 172800 IN NS d.nic.afl.
AFL. 86400 IN DS 45196 8 1 A2F895918A4E109BFE0B7AC66EDA63460D771DCB
AFL. 86400 IN DS 45196 8 2 80CFA69B497EC1631C4E1C9F9814DFEEA8A4C466D64C1B33E1321B0C2541F923
AFL. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . qZw9wB1Mtqez8NN599CWfBG2XdA/LiKuCnTdtQAxPemPaxwmKZShHYt79iNxCMKygaBjxlMQVsz2Qye5p8P2N1QFMCpirEg4jqSUiyUWq4eFqPLyFwWhfCs/GJ9ACemZiTiEmp+UbdBbs8Xu4VnLko9zZflo0sk8YVVA+3oo3Woy6gKGG8fqQrwE0x9yL8twUloQ7tU67tGEh/TW0RTiAmEPWIKq4Y7NGUgBznSn8SCJpQ+KWwgmSWP2sKotzmQvLWBxngeTjQ3fH57RPk/CSSjPofFQ0dpprA2tqysMTsBrJyAjSMAxjfwX7hoCDeBEWj6SzqtppITfXWfstAUUbA==
afl. 86400 IN NSEC africa. NS DS RRSIG NSEC
afl. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . gocgWwnXaphN+oPB7yq7DQywmQOeBUU+Ab//i9VKGpFH7DJ1cm1mr8sklS+wOJ61r8ySbVlEjS358EMJFBgBX88UptRF9srRWt/MJK3J3R154Ke1Idbzqz9p6WXmiz8/W48XY2roZoH/gJTaIBLrRswE9R2N2YoNVv/pV+AY+kD3V+gaTm3TZL3Yw1GZzYtuv+2+Lqi3kofG3wMliOHGtZMXzJ1GrOnvBfajUVa4uO5ma9weuHO35IHAfBnbYoFYWR6yHvrUIFki6BtmGgbN0N46eZXrKrwNuqpo/EnopdQnK58ytXoyoN96/aP5YtDeq8L483vztQLGeuZwAszyjQ==
a.nic.afl. 172800 IN A 37.209.192.9
a.nic.afl. 172800 IN AAAA 2001:dcd:1:0:0:0:0:9
b.nic.afl. 172800 IN A 37.209.194.9
b.nic.afl. 172800 IN AAAA 2001:dcd:2:0:0:0:0:9
c.nic.afl. 172800 IN A 37.209.196.9
c.nic.afl. 172800 IN AAAA 2001:dcd:3:0:0:0:0:9
d.nic.afl. 172800 IN A 37.209.198.9
d.nic.afl. 172800 IN AAAA 2001:dcd:4:0:0:0:0:9
africa. 172800 IN NS ns.coza.net.za.
africa. 172800 IN NS ns2.dns.business.
africa. 172800 IN NS coza1.dnsnode.net.
AFRICA. 86400 IN DS 28189 8 2 E2EDCC413C3BBFEBB9E6F34D1EE5A7B33CE43E0208C7E46D18C8CAA4F0BC05F3
AFRICA. 86400 IN DS 48004 8 2 5C4A9348E95F9442FA99EA45BDAD7899322E4838D0AB2A9D413497882080EC99
AFRICA. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . U9f8gP9bGEKkqrziCxs9p+KcE3437IdcGjLSE6ohG07cyMvC4HDKmXhxQVEd6fKcXig6dVIF2js/32zO3wadawzHM540y9MuLWmI/TyfTnHWzKGNiDKhRhTKb3GSow63asz7h9yGTJtzpGw6PNKly8OLtcQPted+ebmztwnTiWsTXw+zCcTLxtCwFaCKHL4UfaFc0C7J06t9gFxicdf4G5sgYE0nmWzvvgXlUNq2S9Pl1uppAmxHI8tyMx+kqZG66EJx90nsLxJoOlpJ4ruPt2D0LHUhQFJImnPJ6CO6lORcmVZoHHpN09GZGodSVI+NIPe9cfNHs1ZqJlV1c7MUnQ==
africa. 86400 IN NSEC ag. NS DS RRSIG NSEC
africa. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . iZAA7y+ErFCF4sMfLieTmmJvb4uUbv/0x6+OVcpGUxZP+lzK1TtnqITtsY6fa6jQWj0Hi6OQgNKFP82cz2eBkNwUAiC01j0iNx9L86hIWYR8TURBuxCZp11kPPni1HCivegHqzChS4pp/kfMPAC7Frst94JG3cDPMn3pCJUQ3BCBAu6Bkt6uen5IdA8gNBY2xwLLj62PmsUmaleAVpFm4MbU614jOwd4MYJw0ERt18uNVZ0cGYLn5qxE2K5PnbNwJmIgJiobXrLw/mdpXSDAungMe56B0Fy4u8X5HCxdbO6zPXf1amwywzeoEJJBggtXjdIur1eS095HR9HDG7E1Lw==
ag. 172800 IN NS a0.cctld.afilias-nst.info.
ag. 172800 IN NS a2.cctld.afilias-nst.info.
ag. 172800 IN NS b0.cctld.afilias-nst.org.
ag. 172800 IN NS b2.cctld.afilias-nst.org.
ag. 172800 IN NS c0.cctld.afilias-nst.info.
ag. 172800 IN NS d0.cctld.afilias-nst.org.
AG. 86400 IN DS 55656 7 1 57F9FF89CE3A02AE33EC017A7C83ED54D925AA13
AG. 86400 IN DS 55656 7 2 B8DC00C070D5BFC5C1C3BA08E5205A1E7F15EABFBFD6359D11E0E62D2FFFA57F
AG. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . NSImwRFvwcnFX6OBEcntY3FIkiyriDTnTxEwE4kVBlN/5OMrmXwaSUd9DRbthuWEc647tWhNsN/BfrIura/7nGi6Voxv3+eo1R++55v5vXLITAf5kvtmET8l+mRSs/u4hntRtjCwssccHbXUhvCtGPM0h6e8ve0oytUt1n/t0Sbm6CSezZYaKdi6R43hV2MTrIQ2Kw53OShh2i7IPd7J2Qk3aSdlPodqStCW2sKL/rMNNpwvosjez2/q7VhZCnsHmmGkoszeKuoTptniHpNus65dQXjUuDahq3Jh53pt8RZmRfjwh6U5QN6WsDmnvR0OWBuk0ZVQ+D022ANcqy1Lsw==
ag. 86400 IN NSEC agakhan. NS DS RRSIG NSEC
ag. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . JsdpCIbxJaHHldfvL6qr119lhTeJG8PnK7vqV6HvfPWMXAyMUHqjA1KobBBDSQY25w6E0izmsGZ8aHt/VWZ361X2XXD50+QECzHCgJt6Z/cYUtqJtf/mTt/7mn8jM49SdlorOAuPDlpOYQfP8+SIUmxRm9pFJu4iQ0/vtbK750tvj0srRFYSjF9Y/AujiI3V5zNTB6FuyFhigDTEUdDjBAsV3n33pHWQCBZSLg/vxAOT/CMg1SqDHQTXkmukYhNWj/885yY8NZVv3PbTmd9Fiail//kB1vuhHg/IPpj86OsAED6Ac3rlNc/5wQXaZHOjDlJHeds6nUhtN1ryLk3MdA==
agakhan. 172800 IN NS a0.nic.agakhan.
agakhan. 172800 IN NS a2.nic.agakhan.
agakhan. 172800 IN NS b0.nic.agakhan.
agakhan. 172800 IN NS c0.nic.agakhan.
AGAKHAN. 86400 IN DS 41499 7 1 A4E1A680E2AC7115CB75490365E92A625E22A666
AGAKHAN. 86400 IN DS 41499 7 2 AFEA463E62CDFDBE888796D8DC8794C56F987D5C2199061AE6461C5205887B6F
AGAKHAN. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . XLM989DEjaAvZn+ubx/Gnr5/qeDz7fM6KoiJJHxPTjmuzYvOB0oZvt6zzRab/L4sfS3DnSmRBG6pZbgsBmAaRU0mrSro2jOgVh/D7xDiD4dFkI3TG9h2L7vpVujyWQ2DNcsbW53rfztPhyIT5vbfsR93+gU1YE3GqLezzvU633qQ68LaOWZuA0kozJcWxCc3JmzC2jJwl6S2U+YbjTySAXkPdg5U/mr8hpml2dcGqF5p/6yFy5q4Y1x1yII7mTqXdCisqpiubDyChlLOjeLWAvKFy+LB4HU83sLEidyiZAAxItwRpgsMFFESZjLE99RRfrluU3DesbezptUzjuJ3ew==
agakhan. 86400 IN NSEC agency. NS DS RRSIG NSEC
agakhan. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . qTIESKReCS/TdLH8JyoK8zMAQF6XtamoJ/atME1AFVYl6vuVBwysbFI+VUFD6UJn3pdMIVAJeISPBB0j1kuMvAdzTYhyzlOHEb8gsD/4v7X3oHOx+rnQ7jYmBBfEq+h0K/4/v8vnYPqSyHFoZguTskbYZohDYoAXmjxWY/d8huVUuNYRhxHl+uoszNRB/LuAJAQ0Hqnbr/+YmxjW6BpKZWeazoA511jxioR0EeVDCeGqIP1lpwhWva0lntHDN/E56jmIE2MDBkljWlerq+rSbcsKIemyTAyACge9pjvY3BhXtdDu8S+zRcfNmULMYHcbi+IvlhcRyXhUP08EgBJ8yg==
a0.nic.agakhan. 172800 IN A 65.22.44.1
a0.nic.agakhan. 172800 IN AAAA 2a01:8840:2a:0:0:0:0:1
a2.nic.agakhan. 172800 IN A 65.22.47.1
a2.nic.agakhan. 172800 IN AAAA 2a01:8840:2d:0:0:0:0:1
b0.nic.agakhan. 172800 IN A 65.22.45.1
b0.nic.agakhan. 172800 IN AAAA 2a01:8840:2b:0:0:0:0:1
c0.nic.agakhan. 172800 IN A 65.22.46.1
c0.nic.agakhan. 172800 IN AAAA 2a01:8840:2c:0:0:0:0:1
agency. 172800 IN NS demand.beta.aridns.net.au.
agency. 172800 IN NS demand.alpha.aridns.net.au.
agency. 172800 IN NS demand.delta.aridns.net.au.
agency. 172800 IN NS demand.gamma.aridns.net.au.
AGENCY. 86400 IN DS 31000 8 1 8FDA07B7D0DF2528D142BCF025AAA36AF9F041EA
AGENCY. 86400 IN DS 31000 8 2 2D61262527F17002427C4379F185BC776278E9A79963D93F9C3170852643CFF1
AGENCY. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . QsBK3tIGxY6kDVamnrbfz3L5452nt4zhNGk2MztW+Edf1+2lXCgriEi1hOrSdLLmAHfC2CQ33YG76GimS+Eea0Vg9fStQ/pc2d3vDnnrzq+d0hyt1nTbPItV+yKNwQ4y4FFk7rrzoBcAtAW+U7rvIqQEzbG6I1GaKli/AC/fd71w9jGr4jOaO61JB67r4ug2yPgubiBBYAOBciOfU1NYWF8/rPC3IesprOdl1WpEmbZrYfIrNECCx8HCbpjdeJKkjurAvfp7HcUMdv/extj0GOjED9gjwe/BbHUXDtsUlSLAeq+g7aJT+UhTHLS6mycmz4nm+fV+b1r7I+ujz8wWgQ==
agency. 86400 IN NSEC ai. NS DS RRSIG NSEC
agency. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . vwJsKYdMaoQ2IlAobIMBDyT2IfbTJz/k5WIkUce77AU2VPo2HbTQ90/R2keqvetzYQCoEzQnFwn8UTzIzYxPWQxamFQzqWSGk8F/kPizLQsSc4Qcah5lrN/uxikPdsCGvyQ+lw76IVnG3h47oFUx4VP8nCSG0d0ThfXguv0qGcrfbDfzeu5GC7PJCfQcV86zis7Eyv9F7PzUnWidnSTzFpIl+TdtFjFzqrof8MWSHAWKK0Q8A0QjQ8AWaSsWamUm7NBbRiIuz5Dg3Rv2QEEJa5vrT1uey4BbfX7otGJkjpi+WbgsjUkgE/G95ZBHBIQRMkwNT19SjtDkS4xU+u+bCw==
ai. 172800 IN NS ns.cocca.fr.
ai. 172800 IN NS ns1.pair.com.
ai. 172800 IN NS ns2.offshore.ai.
ai. 172800 IN NS pch.whois.ai.
ai. 172800 IN NS whois.ai.
ai. 86400 IN NSEC aig. NS RRSIG NSEC
ai. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . wH673Ju1wSCGpBpx/Pl4Hps7UL75EP0Tu2+GH4C+5uopB5lU+lwfKkQicFpKm2fXl2s3zzOwaaRsY1LbdlJNxpDcDGsoPgUUb+SdY1p6U/odKo4+5ZGokDKPsS022Z0k1ucoNX1n6/hko8t1r006rSx0ADRhSY/B5K9RMJF0ZfMnELUpOfbdtWXg39gi6AVfU2qc3fQiUTxaPUhm+29B8sU4fBNH4R4x6ygHGfZ3BdTOJPAgBungMH+g4/Ze0yBUYGM5Dxy3HaanyFOQDDyycjmmPeWCdToVnZEgnG9BzTMqfz1djhQS15gxDRlutPd5rG0IaVY89/pZnGeohEGa+Q==
ns2.offshore.ai. 172800 IN A 108.166.113.245
whois.ai. 172800 IN A 209.59.119.1
pch.whois.ai. 172800 IN A 204.61.216.123
pch.whois.ai. 172800 IN AAAA 2001:500:14:6123:ad:0:0:1
aig. 172800 IN NS ns1.dns.nic.aig.
aig. 172800 IN NS ns2.dns.nic.aig.
aig. 172800 IN NS ns3.dns.nic.aig.
aig. 172800 IN NS ns4.dns.nic.aig.
aig. 172800 IN NS ns5.dns.nic.aig.
aig. 172800 IN NS ns6.dns.nic.aig.
AIG. 86400 IN DS 14476 8 1 383B575F5826D868D5C3CC26F1DF46B8A7B909CB
AIG. 86400 IN DS 14476 8 2 4DAEB0242834CECB1C5C0A06FAF104943D2F5737992E74E6B00928488217CA51
AIG. 86400 IN DS 25324 8 1 AFF0DAEFB7FED747EF83E907A4317892A1D949C4
AIG. 86400 IN DS 25324 8 2 990282A460AFD0DC53BB6F3CF05D41923D1EECA4A56029F8DDF5C0DC7957C937
AIG. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . wPHZRezZSWzfNT8RQmLLi8QpbxDOGqTL7cy28Re+Ks+DDQsZY9lmXOtMYa2nwE5OIKEh3wZqM5zSl/4bewWJP15X9VHHAcIrA9Sb9Tk01vhle51Y0SPRa80jonEiB7IKYCmMbhhpp47fVszDMB5ORq1u8r9yBiqiQYU/SLA7hSc4LO2L3JZjsTAXOW4gaXy+Qy99V5rl4XdHxQvkpN+LFjRe0M8jQB1jVpPlJNUy8eacOgOv11hvTnHP8MufBm3rOWXbku6v7SOzJYyStWAE4/xe2FNmx9U7vO6Un8tXMhK9fd55ECUJ7EKZrtkKwUxCXNWgbyl2SxMEdllZSQKQgA==
aig. 86400 IN NSEC aigo. NS DS RRSIG NSEC
aig. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . f6GxHGxWf/DtCLMyiMuywp1OkXBrl0Ka8vhjaII/V7hcechm3A5KHYI9KaP2YiSUehtyPH+PWDEiOp8I8fVEjBxXuPrCflmqH7nh5Gcn1pGV5xrfRkVofdvBiY3jhEJj2Lx880q1AbQSgXZKBRKod0D07ECAeOgz337Qh4KzW5JhYZGo/xeS/7awhfxElKnFHjbFt3gxNuuArv1hn8iJwmbAGVa+bcO2wLg3Kp5cmviEsldG43H8Hl8DWM3T23elwTfpFww5RFEDYVmnat23rzeE57jGEEoFv1Nh/6J6N06XnDupz2JxOBhFTEW/nx5oKXxOYiJbiOHea4trpxa5bw==
ns1.dns.nic.aig. 172800 IN A 156.154.144.6
ns1.dns.nic.aig. 172800 IN AAAA 2610:a1:1071:0:0:0:0:6
ns2.dns.nic.aig. 172800 IN A 156.154.145.6
ns2.dns.nic.aig. 172800 IN AAAA 2610:a1:1072:0:0:0:0:6
ns3.dns.nic.aig. 172800 IN A 156.154.159.6
ns3.dns.nic.aig. 172800 IN AAAA 2610:a1:1073:0:0:0:0:6
ns4.dns.nic.aig. 172800 IN A 156.154.156.6
ns4.dns.nic.aig. 172800 IN AAAA 2610:a1:1074:0:0:0:0:6
ns5.dns.nic.aig. 172800 IN A 156.154.157.6
ns5.dns.nic.aig. 172800 IN AAAA 2610:a1:1075:0:0:0:0:6
ns6.dns.nic.aig. 172800 IN A 156.154.158.6
ns6.dns.nic.aig. 172800 IN AAAA 2610:a1:1076:0:0:0:0:6
aigo. 172800 IN NS a0.nic.aigo.
aigo. 172800 IN NS a2.nic.aigo.
aigo. 172800 IN NS b0.nic.aigo.
aigo. 172800 IN NS c0.nic.aigo.
AIGO. 86400 IN DS 57270 7 1 6D5722028CA894DCB7AF2D2E5ADC72E27B3F2678
AIGO. 86400 IN DS 57270 7 2 D3903CBE561C266E732ECC4432F91AC49A8A5234838068AFFBD2AF8D4DDF6A8B
AIGO. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . bGlAQQhZZqngz5X7UCh3ZXiTtrC4FM9pRZOK1d1row8Y/txurCbqw2Nfke3oPgjPNwOzqNEZx9puJcIXJpsAXm+1OdidP2bth8shmhMgp3xhamQmT/8uW04j+mT88M/ab62JP/7FQapu/RWk5+zc5RP5Jd4lG6nRxs9y8MrTupPL7aUyeD3oE9eovM+qGg3oSDv+TlYvVJg3GrBuymRDoA3JL7uF2ghQOr/I2P8DNIl6kpp5mmkXYe7MIG4JN2ubdBhuS+W+U1KrIhZszGZeogmgwgandztrjK1RokAuNydZh7LT/LUd4EfjKTeX03tuOifeEukEVl+V/dDE+8NDUw==
aigo. 86400 IN NSEC airbus. NS DS RRSIG NSEC
aigo. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . mUm+6YIEmXKZSLF5kkdmj9LkEcJFCPJjHId3hdBF90ah9sMI/6y8z4Ki+6LnrBFoq1AffP0KEBIJjucy6627AlW9S7X3/K8dE1mMyqHiMYTU6XHBKHaPqGKc+O4vps+flDXV6TT6wuHInDT/8tBbixfG9lL1qPuWQc4iiOrOeUlDqxcPJkb77ilSlBBfgTEJC7ShxLaAUrW3dOskqpjxO6fWHU2mL0i1qgxLc5FvDfseAvsVDzSZjgO9VPnwtIu50On+uqNEeWVXbiaCrV1i4Dx+1ARUBg3+f1pFq/VFdMZkU1JZ2dgEVF9rqjSkwsVcW6wxiR4oU3r+sAR9S902QA==
a0.nic.aigo. 172800 IN A 65.22.132.25
a0.nic.aigo. 172800 IN AAAA 2a01:8840:82:0:0:0:0:25
a2.nic.aigo. 172800 IN A 65.22.135.25
a2.nic.aigo. 172800 IN AAAA 2a01:8840:85:0:0:0:0:25
b0.nic.aigo. 172800 IN A 65.22.133.25
b0.nic.aigo. 172800 IN AAAA 2a01:8840:83:0:0:0:0:25
c0.nic.aigo. 172800 IN A 65.22.134.25
c0.nic.aigo. 172800 IN AAAA 2a01:8840:84:0:0:0:0:25
airbus. 172800 IN NS ac1.nstld.com.
airbus. 172800 IN NS ac2.nstld.com.
airbus. 172800 IN NS ac3.nstld.com.
airbus. 172800 IN NS ac4.nstld.com.
AIRBUS. 86400 IN DS 31023 8 2 FAFDD4F89FA42D1396B42A972019BD3DE013BD1708888FD77BD7DADA8A38936D
AIRBUS. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . HgnFu8ZBHYgfSrGwLriOengNsewKz/Ld754pJbc5FjnzNl+LDeMeoPMx1vxl6FYPxyGRoTnvGzZ1qbtPlcWKM1wWdkJGrmv4sNGbf+GRq23Y+yyBLCnzssCHJ0C1uqN9aAwJ0F6Kg79Fno1FQwrEE+EQV997MjYLEPxApmmVNW/+N0/A1pLGbaJuWqhWA3BB1SBFF2Zlcdo3x6oJpbeFmJ/FU+nW5FoFUUHX5ONy5p6K/5Il3lH51Y+RtOtPFjoDtCA2vutyvRJEHmP42Ks2aKFK8kRsm9TAu9m/BzT6qSN8szzRq+VCKrBRLZxxouSeAHLerYA/VaznkfBMcwUN/A==
airbus. 86400 IN NSEC airforce. NS DS RRSIG NSEC
airbus. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . pQIW20r3BU3qBPnAfrM4fwpLYuVYqJAfXBxS/uOVDZmaIc9dVVKa0h4U/Y7d+BcpLxUw/dWRDRvwNpwI+gWRQdkkA8wZPfJakQKW30oUMOPYM5VjmhcWHVNKNfilmKwVtvmUhiUrQa/AWBY7JKS4BIcnFC5f4F7Cr5NTi0Y+6rxnpJvqUSr8kjWCVuiclNcBRiXHqR91RZ765qUATAo2r/6moqvrDwalvjrqOWdXr+GUcGqEltNcPQw9PK1s7OsdbTwCghbCRaT2f/ZYrtfd+nDO+/JyBNNi6fLo0lQqwEuy2WAhlj6qPWJQPUi+efmJoxbCro3b6xIBZ6unlyHBTg==
airforce. 172800 IN NS demand.beta.aridns.net.au.
airforce. 172800 IN NS demand.alpha.aridns.net.au.
airforce. 172800 IN NS demand.delta.aridns.net.au.
airforce. 172800 IN NS demand.gamma.aridns.net.au.
AIRFORCE. 86400 IN DS 25129 8 1 7D66AE040ED73C77A0C405B59E16BD382E3EDFA8
AIRFORCE. 86400 IN DS 25129 8 2 B4849BA73FD9D0FE3C666FBEC8F074B95A8C73F8BF29D8F6BAAE625EC1956B86
AIRFORCE. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . wKQkD0uXFWrMjjb/FZ/ghE7J0z+HXDu6jdSe21/dQLBTokMUnQSrZsMTYZ+G65CN/ot65TkM3R+Qfry6BxRcej5XsWsRSngjZIf+uHNFxLv7la4vOz0nY+v+TeRHo2IkYltgx0NNBynhyKh0/CByqlczJNTZhVCeIYZhWnoFWCDMvZndz/+oiLsVEy7LlLJVO/WD5UtKl13itxhqs2EPF4czxxz22Rby72YkZsNnejl7VWw9AwFVuqIHh/8618GMLBfSQqh3T/DVk/Z7C7IwD0opgL6te0mN6Dftegkyp9H+QqPvHqtWbZnj+fEQyO4WJolxZBpiZNiiU4tWiMwiAg==
airforce. 86400 IN NSEC airtel. NS DS RRSIG NSEC
airforce. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . WBAL/2+ZwXuvVskz3CAduCcwHjYjh87i4eVcMac3bBJaoh3cuPnvyiNtqfZZqMRvDH9lMOxl+dbH9lwEIwf2CQwWtsXuBn3J20w/VCuF0wMLKfhr0Q02IwrLJPxHH7ltYrEodVHr/mgXIJghRc5zznUgJjjMRxz7PDUJa87Ee5I6ycIj0p5ZoX9ZqmbX7cQcxYYn9NwY0IuDwVWkqEm9SXzjV4olnpRMgQABf4K91055/L9SW1vWBpo67tmwnk8TyrO+/kxQKYkF72MlSKMqT2Fc2WhaVOo0oc81Z4hYQPRigiDs4wlVdWUiRvEzzFco7ehoEZhOUliR7ZQmAGuUjw==
airtel. 172800 IN NS ac1.nstld.com.
airtel. 172800 IN NS ac2.nstld.com.
airtel. 172800 IN NS ac3.nstld.com.
airtel. 172800 IN NS ac4.nstld.com.
AIRTEL. 86400 IN DS 42300 8 2 A698E339483D094208DFB7B858CDF0401BFFC320AFCC5AEED3B03DFE82BFACC0
AIRTEL. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . OLNYAcmYyE1K4+7m0zyUhADzlkfrt+OwRlPHwCdQVBoUyzMBTrjhZ02NehZIN7lSFRkrXnO6KIGoyFVA01NL+tq4G85B3kI5VvOedbCRZuXPBFgDBZ40C+xI2dJE569meaUzmkBkULx1+zn+hHIANtGW3wujN3qOlZDAGAV2/UX5RqaRqKBsx/Av+ZtHy177LlcpN/Mfe/QDEBPsF6r+ctwZfS2UgqlY+1FsdmRl0Fdhiph/v+u+P2+eCIv6udt676qO0s9ojzN8qWkV1ABu2O9zcC5RIKKHvDr1xhuFk0t9So/sUsXGCWbojP+OpexQG3leYBRtpKiCtMXAn87hYg==
airtel. 86400 IN NSEC akdn. NS DS RRSIG NSEC
airtel. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . ROMSIDugE7Jb67VfzndC2no/AT2I5wZbaf27rjmtPVzxNrxMwTgI/7MWWOxBEd54qoefQHtLcFtYkKzcGgXw/fHkeMiCWAGJhzrHjiah3/W+SWZiYwnm+JfADRGqEQffwvj/kA+y3SuzwFOcQKMGjz/hGFwWFOsWi1GA1xPgUQ57jreB8Io7KF9/gwK1dM5aMF66ai7x5egN0KDNHeQ+wk8hyElxp2yjkQhRL4Bg2aF5vTB8/Vf+mzPp6r6kU/FhRlN1shZqdcVpZeBo4Fg+oEELqiyODY9KpsgcTWZBISWUspmxQTdpCC8/AbkiWdRzJrW+xxioub0UdBfR/vb41g==
akdn. 172800 IN NS a0.nic.akdn.
akdn. 172800 IN NS a2.nic.akdn.
akdn. 172800 IN NS b0.nic.akdn.
akdn. 172800 IN NS c0.nic.akdn.
AKDN. 86400 IN DS 50760 7 1 51BC955ABFBCF685DD573C52E35233B3968DED14
AKDN. 86400 IN DS 50760 7 2 955E0F1A8FFE6132098E2A929DE729CD46A566304E33C14185A815D96EDB9C6A
AKDN. 86400 IN RRSIG DS 8 1 86400 20190306050000 20190221040000 16749 . uhsOmweYn+I4VXb0RSDbFa7vam/lQuB0e+ag3go+/VerMPh3LqwgB7jabbwpGs79Uuqad2lDqzXaqH0iaw8jtUIMGX7Usde4+qTBvxiYtE7xoV3ylIgayKjOWj9DeAoibEtOo+xumECIVxAwL3N7MtL76b6Fl504AzGzMt6ZXwCrpVKq+nSGGLdUgaSmm0zepcwfL7bwbPZ6dtVELY6rJ0fk5MGOPUMEMRXdWPDa4ObmsKJnOaXSCs8I1rioUIMPpFw8DKhWe8gBt7pG25rfXrmZYtN9bBOpE5j64XWBF2FUe08PE3pyu4ypGMLqxuaXdCqoYQwuumwXagSj3aq2nA==
akdn. 86400 IN NSEC al. NS DS RRSIG NSEC
akdn. 86400 IN RRSIG NSEC 8 1 86400 20190306050000 20190221040000 16749 . Fu4ZJJ7
gitextract_vn8hwzgd/ ├── .gitignore ├── .rubocop.yml ├── CODE_OF_CONDUCT.md ├── Gemfile ├── LICENSE ├── README.md ├── Rakefile ├── bin/ │ ├── cablint │ ├── cablint-ct │ └── certlint ├── certlint.gemspec ├── data/ │ ├── ldap-names.csv │ ├── newgtlds.csv │ ├── root.zone │ └── special-use-domain.csv ├── ext/ │ ├── .gitignore │ ├── ANY.c │ ├── ANY.h │ ├── AccessDescription.c │ ├── AccessDescription.h │ ├── AdministrationDomainName.c │ ├── AdministrationDomainName.h │ ├── AlgorithmIdentifier.c │ ├── AlgorithmIdentifier.h │ ├── AnotherName.c │ ├── AnotherName.h │ ├── Attribute.c │ ├── Attribute.h │ ├── AttributeType.c │ ├── AttributeType.h │ ├── AttributeTypeAndValue.c │ ├── AttributeTypeAndValue.h │ ├── AttributeValue.c │ ├── AttributeValue.h │ ├── AuthorityInfoAccessSyntax.c │ ├── AuthorityInfoAccessSyntax.h │ ├── AuthorityKeyIdentifier.c │ ├── AuthorityKeyIdentifier.h │ ├── BIT_STRING.c │ ├── BIT_STRING.h │ ├── BMPString.c │ ├── BMPString.h │ ├── BOOLEAN.c │ ├── BOOLEAN.h │ ├── BaseCRLNumber.c │ ├── BaseCRLNumber.h │ ├── BaseDistance.c │ ├── BaseDistance.h │ ├── BasicConstraints.c │ ├── BasicConstraints.h │ ├── BiometricData.c │ ├── BiometricData.h │ ├── BiometricSyntax.c │ ├── BiometricSyntax.h │ ├── BuiltInDomainDefinedAttribute.c │ ├── BuiltInDomainDefinedAttribute.h │ ├── BuiltInDomainDefinedAttributes.c │ ├── BuiltInDomainDefinedAttributes.h │ ├── BuiltInStandardAttributes.c │ ├── BuiltInStandardAttributes.h │ ├── CPSuri.c │ ├── CPSuri.h │ ├── CRLDistributionPoints.c │ ├── CRLDistributionPoints.h │ ├── CRLNumber.c │ ├── CRLNumber.h │ ├── CRLReason.c │ ├── CRLReason.h │ ├── CertPolicyId.c │ ├── CertPolicyId.h │ ├── Certificate.c │ ├── Certificate.h │ ├── CertificateIssuer.c │ ├── CertificateIssuer.h │ ├── CertificateList.c │ ├── CertificateList.h │ ├── CertificatePolicies.c │ ├── CertificatePolicies.h │ ├── CertificateSerialNumber.c │ ├── CertificateSerialNumber.h │ ├── Characteristic-two.c │ ├── Characteristic-two.h │ ├── CommonName.c │ ├── CommonName.h │ ├── CountryName.c │ ├── CountryName.h │ ├── CountryOfCitizenship.c │ ├── CountryOfCitizenship.h │ ├── CountryOfResidence.c │ ├── CountryOfResidence.h │ ├── Curve.c │ ├── Curve.h │ ├── DHPublicKey.c │ ├── DHPublicKey.h │ ├── DSAPublicKey.c │ ├── DSAPublicKey.h │ ├── DateOfBirth.c │ ├── DateOfBirth.h │ ├── DirectoryString.c │ ├── DirectoryString.h │ ├── DisplayText.c │ ├── DisplayText.h │ ├── DistinguishedName.c │ ├── DistinguishedName.h │ ├── DistributionPoint.c │ ├── DistributionPoint.h │ ├── DistributionPointName.c │ ├── DistributionPointName.h │ ├── DomainComponent.c │ ├── DomainComponent.h │ ├── DomainParameters.c │ ├── DomainParameters.h │ ├── Dss-Parms.c │ ├── Dss-Parms.h │ ├── Dss-Sig-Value.c │ ├── Dss-Sig-Value.h │ ├── ECDSA-Sig-Value.c │ ├── ECDSA-Sig-Value.h │ ├── ECPVer.c │ ├── ECPVer.h │ ├── ECParameters.c │ ├── ECParameters.h │ ├── ECPoint.c │ ├── ECPoint.h │ ├── EDIPartyName.c │ ├── EDIPartyName.h │ ├── ENUMERATED.c │ ├── ENUMERATED.h │ ├── EcpkParameters.c │ ├── EcpkParameters.h │ ├── EmailAddress.c │ ├── EmailAddress.h │ ├── ExtKeyUsageSyntax.c │ ├── ExtKeyUsageSyntax.h │ ├── ExtendedNetworkAddress.c │ ├── ExtendedNetworkAddress.h │ ├── Extension.c │ ├── Extension.h │ ├── ExtensionAttribute.c │ ├── ExtensionAttribute.h │ ├── ExtensionAttributes.c │ ├── ExtensionAttributes.h │ ├── ExtensionORAddressComponents.c │ ├── ExtensionORAddressComponents.h │ ├── ExtensionPhysicalDeliveryAddressComponents.c │ ├── ExtensionPhysicalDeliveryAddressComponents.h │ ├── Extensions.c │ ├── Extensions.h │ ├── Features.c │ ├── Features.h │ ├── FieldElement.c │ ├── FieldElement.h │ ├── FieldID.c │ ├── FieldID.h │ ├── FreshestCRL.c │ ├── FreshestCRL.h │ ├── Gender.c │ ├── Gender.h │ ├── GeneralName.c │ ├── GeneralName.h │ ├── GeneralNames.c │ ├── GeneralNames.h │ ├── GeneralSubtree.c │ ├── GeneralSubtree.h │ ├── GeneralSubtrees.c │ ├── GeneralSubtrees.h │ ├── GeneralizedTime.c │ ├── GeneralizedTime.h │ ├── HashAlgAndValue.c │ ├── HashAlgAndValue.h │ ├── HoldInstructionCode.c │ ├── HoldInstructionCode.h │ ├── IA5String.c │ ├── IA5String.h │ ├── INTEGER.c │ ├── INTEGER.h │ ├── InhibitAnyPolicy.c │ ├── InhibitAnyPolicy.h │ ├── InvalidityDate.c │ ├── InvalidityDate.h │ ├── IssuerAltName.c │ ├── IssuerAltName.h │ ├── IssuingDistributionPoint.c │ ├── IssuingDistributionPoint.h │ ├── KEA-Parms-Id.c │ ├── KEA-Parms-Id.h │ ├── KeyIdentifier.c │ ├── KeyIdentifier.h │ ├── KeyPurposeId.c │ ├── KeyPurposeId.h │ ├── KeyUsage.c │ ├── KeyUsage.h │ ├── LocalPostalAttributes.c │ ├── LocalPostalAttributes.h │ ├── LogotypeAudio.c │ ├── LogotypeAudio.h │ ├── LogotypeAudioInfo.c │ ├── LogotypeAudioInfo.h │ ├── LogotypeData.c │ ├── LogotypeData.h │ ├── LogotypeDetails.c │ ├── LogotypeDetails.h │ ├── LogotypeExtn.c │ ├── LogotypeExtn.h │ ├── LogotypeImage.c │ ├── LogotypeImage.h │ ├── LogotypeImageInfo.c │ ├── LogotypeImageInfo.h │ ├── LogotypeImageResolution.c │ ├── LogotypeImageResolution.h │ ├── LogotypeImageType.c │ ├── LogotypeImageType.h │ ├── LogotypeInfo.c │ ├── LogotypeInfo.h │ ├── LogotypeReference.c │ ├── LogotypeReference.h │ ├── NULL.c │ ├── NULL.h │ ├── Name.c │ ├── Name.h │ ├── NameConstraints.c │ ├── NameConstraints.h │ ├── NameRegistrationAuthorities.c │ ├── NameRegistrationAuthorities.h │ ├── NativeEnumerated.c │ ├── NativeEnumerated.h │ ├── NativeInteger.c │ ├── NativeInteger.h │ ├── NetworkAddress.c │ ├── NetworkAddress.h │ ├── NoticeReference.c │ ├── NoticeReference.h │ ├── NumericString.c │ ├── NumericString.h │ ├── NumericUserIdentifier.c │ ├── NumericUserIdentifier.h │ ├── OBJECT_IDENTIFIER.c │ ├── OBJECT_IDENTIFIER.h │ ├── OCTET_STRING.c │ ├── OCTET_STRING.h │ ├── OPEN_TYPE.c │ ├── OPEN_TYPE.h │ ├── ORAddress.c │ ├── ORAddress.h │ ├── OrganizationName.c │ ├── OrganizationName.h │ ├── OrganizationalUnitName.c │ ├── OrganizationalUnitName.h │ ├── OrganizationalUnitNames.c │ ├── OrganizationalUnitNames.h │ ├── OtherLogotypeInfo.c │ ├── OtherLogotypeInfo.h │ ├── PDSName.c │ ├── PDSName.h │ ├── PDSParameter.c │ ├── PDSParameter.h │ ├── PKCS9String.c │ ├── PKCS9String.h │ ├── Pentanomial.c │ ├── Pentanomial.h │ ├── PersonalName.c │ ├── PersonalName.h │ ├── PhysicalDeliveryCountryName.c │ ├── PhysicalDeliveryCountryName.h │ ├── PhysicalDeliveryOfficeName.c │ ├── PhysicalDeliveryOfficeName.h │ ├── PhysicalDeliveryOfficeNumber.c │ ├── PhysicalDeliveryOfficeNumber.h │ ├── PhysicalDeliveryOrganizationName.c │ ├── PhysicalDeliveryOrganizationName.h │ ├── PhysicalDeliveryPersonalName.c │ ├── PhysicalDeliveryPersonalName.h │ ├── PlaceOfBirth.c │ ├── PlaceOfBirth.h │ ├── PolicyConstraints.c │ ├── PolicyConstraints.h │ ├── PolicyInformation.c │ ├── PolicyInformation.h │ ├── PolicyMappings.c │ ├── PolicyMappings.h │ ├── PolicyQualifierId.c │ ├── PolicyQualifierId.h │ ├── PolicyQualifierInfo.c │ ├── PolicyQualifierInfo.h │ ├── PostOfficeBoxAddress.c │ ├── PostOfficeBoxAddress.h │ ├── PostalAddress.c │ ├── PostalAddress.h │ ├── PostalCode.c │ ├── PostalCode.h │ ├── PosteRestanteAddress.c │ ├── PosteRestanteAddress.h │ ├── PredefinedBiometricType.c │ ├── PredefinedBiometricType.h │ ├── PresentationAddress.c │ ├── PresentationAddress.h │ ├── Prime-p.c │ ├── Prime-p.h │ ├── PrintableString.c │ ├── PrintableString.h │ ├── PrivateDomainName.c │ ├── PrivateDomainName.h │ ├── PrivateKeyUsagePeriod.c │ ├── PrivateKeyUsagePeriod.h │ ├── QCStatement.c │ ├── QCStatement.h │ ├── QCStatements.c │ ├── QCStatements.h │ ├── RDNSequence.c │ ├── RDNSequence.h │ ├── README │ ├── RSAPublicKey.c │ ├── RSAPublicKey.h │ ├── ReasonFlags.c │ ├── ReasonFlags.h │ ├── RelativeDistinguishedName.c │ ├── RelativeDistinguishedName.h │ ├── SMIMECapabilities.c │ ├── SMIMECapabilities.h │ ├── SMIMECapability.c │ ├── SMIMECapability.h │ ├── SemanticsInformation.c │ ├── SemanticsInformation.h │ ├── SkipCerts.c │ ├── SkipCerts.h │ ├── StreetAddress.c │ ├── StreetAddress.h │ ├── SubjectAltName.c │ ├── SubjectAltName.h │ ├── SubjectDirectoryAttributes.c │ ├── SubjectDirectoryAttributes.h │ ├── SubjectInfoAccessSyntax.c │ ├── SubjectInfoAccessSyntax.h │ ├── SubjectKeyIdentifier.c │ ├── SubjectKeyIdentifier.h │ ├── SubjectPublicKeyInfo.c │ ├── SubjectPublicKeyInfo.h │ ├── TBSCertList.c │ ├── TBSCertList.h │ ├── TBSCertificate.c │ ├── TBSCertificate.h │ ├── TTime.h │ ├── TeletexCommonName.c │ ├── TeletexCommonName.h │ ├── TeletexDomainDefinedAttribute.c │ ├── TeletexDomainDefinedAttribute.h │ ├── TeletexDomainDefinedAttributes.c │ ├── TeletexDomainDefinedAttributes.h │ ├── TeletexOrganizationName.c │ ├── TeletexOrganizationName.h │ ├── TeletexOrganizationalUnitName.c │ ├── TeletexOrganizationalUnitName.h │ ├── TeletexOrganizationalUnitNames.c │ ├── TeletexOrganizationalUnitNames.h │ ├── TeletexPersonalName.c │ ├── TeletexPersonalName.h │ ├── TeletexString.c │ ├── TeletexString.h │ ├── TerminalIdentifier.c │ ├── TerminalIdentifier.h │ ├── TerminalType.c │ ├── TerminalType.h │ ├── Time.c │ ├── Trinomial.c │ ├── Trinomial.h │ ├── TypeOfBiometricData.c │ ├── TypeOfBiometricData.h │ ├── UTCTime.c │ ├── UTCTime.h │ ├── UTF8String.c │ ├── UTF8String.h │ ├── UnformattedPostalAddress.c │ ├── UnformattedPostalAddress.h │ ├── UniqueIdentifier.c │ ├── UniqueIdentifier.h │ ├── UniquePostalName.c │ ├── UniquePostalName.h │ ├── UniversalString.c │ ├── UniversalString.h │ ├── UserNotice.c │ ├── UserNotice.h │ ├── ValidationParms.c │ ├── ValidationParms.h │ ├── Validity.c │ ├── Validity.h │ ├── Version.c │ ├── Version.h │ ├── VisibleString.c │ ├── VisibleString.h │ ├── X121Address.c │ ├── X121Address.h │ ├── X520CommonName.c │ ├── X520CommonName.h │ ├── X520LocalityName.c │ ├── X520LocalityName.h │ ├── X520OrganizationName.c │ ├── X520OrganizationName.h │ ├── X520OrganizationalUnitName.c │ ├── X520OrganizationalUnitName.h │ ├── X520Pseudonym.c │ ├── X520Pseudonym.h │ ├── X520SerialNumber.c │ ├── X520SerialNumber.h │ ├── X520StateOrProvinceName.c │ ├── X520StateOrProvinceName.h │ ├── X520Title.c │ ├── X520Title.h │ ├── X520countryName.c │ ├── X520countryName.h │ ├── X520dnQualifier.c │ ├── X520dnQualifier.h │ ├── X520name.c │ ├── X520name.h │ ├── asn1/ │ │ ├── MiscAttr.asn1 │ │ ├── MiscAttrImpl.asn1 │ │ ├── pkix-smimecaps.asn1 │ │ ├── rfc3279-PKIX1Algorithms88.asn1 │ │ ├── rfc3280-PKIX1Explicit88.asn1 │ │ ├── rfc3280-PKIX1Implicit88.asn1 │ │ ├── rfc3709-LogotypeCertExtn.asn1 │ │ └── rfc3739-PKIXqualified88.asn1 │ ├── asn1validator.c │ ├── asn_SEQUENCE_OF.c │ ├── asn_SEQUENCE_OF.h │ ├── asn_SET_OF.c │ ├── asn_SET_OF.h │ ├── asn_application.h │ ├── asn_bit_data.c │ ├── asn_bit_data.h │ ├── asn_codecs.h │ ├── asn_codecs_prim.c │ ├── asn_codecs_prim.h │ ├── asn_internal.h │ ├── asn_ioc.h │ ├── asn_system.h │ ├── ber_decoder.c │ ├── ber_decoder.h │ ├── ber_tlv_length.c │ ├── ber_tlv_length.h │ ├── ber_tlv_tag.c │ ├── ber_tlv_tag.h │ ├── constr_CHOICE.c │ ├── constr_CHOICE.h │ ├── constr_SEQUENCE.c │ ├── constr_SEQUENCE.h │ ├── constr_SEQUENCE_OF.c │ ├── constr_SEQUENCE_OF.h │ ├── constr_SET.c │ ├── constr_SET.h │ ├── constr_SET_OF.c │ ├── constr_SET_OF.h │ ├── constr_TYPE.c │ ├── constr_TYPE.h │ ├── constraints.c │ ├── constraints.h │ ├── der_encoder.c │ ├── der_encoder.h │ ├── extconf.rb │ ├── pdu_collection.c │ ├── per_decoder.c │ ├── per_decoder.h │ ├── per_encoder.c │ ├── per_encoder.h │ ├── per_opentype.c │ ├── per_opentype.h │ ├── per_support.c │ ├── per_support.h │ ├── xer_decoder.c │ ├── xer_decoder.h │ ├── xer_encoder.c │ ├── xer_encoder.h │ ├── xer_support.c │ └── xer_support.h ├── lib/ │ ├── certlint/ │ │ ├── cablint.rb │ │ ├── certextlint.rb │ │ ├── certlint.rb │ │ ├── ct.rb │ │ ├── dn_attrs.rb │ │ ├── extensions/ │ │ │ ├── asn1ext.rb │ │ │ ├── authorityinfoaccesssyntax.rb │ │ │ ├── authoritykeyidentifier.rb │ │ │ ├── basicconstraints.rb │ │ │ ├── certificatepolicies.rb │ │ │ ├── crldistributionpoints.rb │ │ │ ├── ctpoison.rb │ │ │ ├── extkeyusagesyntax.rb │ │ │ ├── features.rb │ │ │ ├── freshestcrl.rb │ │ │ ├── inhibitanypolicy.rb │ │ │ ├── issueraltname.rb │ │ │ ├── keyusage.rb │ │ │ ├── logotypeextn.rb │ │ │ ├── nameconstraints.rb │ │ │ ├── ocspnocheck.rb │ │ │ ├── policyconstraints.rb │ │ │ ├── policymappings.rb │ │ │ ├── privatekeyusageperiod.rb │ │ │ ├── qcstatements.rb │ │ │ ├── signedcertificatetimestamplist.rb │ │ │ ├── smimecapabilities.rb │ │ │ ├── subjectaltname.rb │ │ │ ├── subjectdirectoryattributes.rb │ │ │ ├── subjectinfoaccesssyntax.rb │ │ │ └── subjectkeyidentifier.rb │ │ ├── generalnames.rb │ │ ├── iananames.rb │ │ ├── namelint.rb │ │ ├── pemlint.rb │ │ └── version.rb │ └── certlint.rb ├── make-names.rb ├── spec/ │ ├── certlint_spec.rb │ └── spec_helper.rb └── update-data.sh
SYMBOL INDEX (1796 symbols across 437 files)
FILE: ext/ANY.c
function asn_enc_rval_t (line 59) | asn_enc_rval_t
type _callback_arg (line 75) | struct _callback_arg {
function ANY_fromType (line 83) | int
function ANY_t (line 116) | ANY_t *
function ANY_to_type (line 140) | int
function ANY__consume_bytes (line 167) | static int ANY__consume_bytes(const void *buffer, size_t size, void *key) {
function asn_dec_rval_t (line 187) | asn_dec_rval_t
function asn_enc_rval_t (line 243) | asn_enc_rval_t
FILE: ext/ANY.h
type ANY_t (line 14) | typedef struct ANY {
FILE: ext/AccessDescription.c
type AccessDescription (line 11) | struct AccessDescription
type AccessDescription (line 22) | struct AccessDescription
type AccessDescription (line 50) | struct AccessDescription
type AccessDescription (line 51) | struct AccessDescription
FILE: ext/AccessDescription.h
type AccessDescription_t (line 24) | typedef struct AccessDescription {
FILE: ext/AdministrationDomainName.c
function check_permitted_alphabet_2 (line 17) | static int check_permitted_alphabet_2(const void *sptr) {
function check_permitted_alphabet_3 (line 42) | static int check_permitted_alphabet_3(const void *sptr) {
function memb_numeric_constraint_1 (line 56) | static int
function memb_printable_constraint_1 (line 83) | static int
type AdministrationDomainName (line 111) | struct AdministrationDomainName
type AdministrationDomainName (line 122) | struct AdministrationDomainName
type AdministrationDomainName (line 142) | struct AdministrationDomainName
type AdministrationDomainName (line 143) | struct AdministrationDomainName
type AdministrationDomainName (line 144) | struct AdministrationDomainName
type AdministrationDomainName (line 145) | struct AdministrationDomainName
FILE: ext/AdministrationDomainName.h
type AdministrationDomainName_PR (line 24) | typedef enum AdministrationDomainName_PR {
type AdministrationDomainName_t (line 31) | typedef struct AdministrationDomainName {
FILE: ext/AlgorithmIdentifier.c
type AlgorithmIdentifier (line 11) | struct AlgorithmIdentifier
type AlgorithmIdentifier (line 22) | struct AlgorithmIdentifier
type AlgorithmIdentifier (line 41) | struct AlgorithmIdentifier
type AlgorithmIdentifier (line 42) | struct AlgorithmIdentifier
FILE: ext/AlgorithmIdentifier.h
type AlgorithmIdentifier_t (line 24) | typedef struct AlgorithmIdentifier {
FILE: ext/AnotherName.c
type AnotherName (line 11) | struct AnotherName
type AnotherName (line 22) | struct AnotherName
type AnotherName (line 42) | struct AnotherName
type AnotherName (line 43) | struct AnotherName
FILE: ext/AnotherName.h
type AnotherName_t (line 24) | typedef struct AnotherName {
FILE: ext/Attribute.c
type values (line 27) | struct values
type values (line 28) | struct values
type Attribute (line 51) | struct Attribute
type Attribute (line 62) | struct Attribute
type Attribute (line 82) | struct Attribute
type Attribute (line 83) | struct Attribute
FILE: ext/Attribute.h
type Attribute_t (line 26) | typedef struct Attribute {
FILE: ext/AttributeType.h
type OBJECT_IDENTIFIER_t (line 22) | typedef OBJECT_IDENTIFIER_t AttributeType_t;
FILE: ext/AttributeTypeAndValue.c
type AttributeTypeAndValue (line 11) | struct AttributeTypeAndValue
type AttributeTypeAndValue (line 22) | struct AttributeTypeAndValue
type AttributeTypeAndValue (line 41) | struct AttributeTypeAndValue
type AttributeTypeAndValue (line 42) | struct AttributeTypeAndValue
FILE: ext/AttributeTypeAndValue.h
type AttributeTypeAndValue_t (line 24) | typedef struct AttributeTypeAndValue {
FILE: ext/AttributeValue.h
type ANY_t (line 22) | typedef ANY_t AttributeValue_t;
FILE: ext/AuthorityInfoAccessSyntax.c
type AuthorityInfoAccessSyntax (line 27) | struct AuthorityInfoAccessSyntax
type AuthorityInfoAccessSyntax (line 28) | struct AuthorityInfoAccessSyntax
FILE: ext/AuthorityInfoAccessSyntax.h
type AccessDescription (line 23) | struct AccessDescription
type AuthorityInfoAccessSyntax_t (line 26) | typedef struct AuthorityInfoAccessSyntax {
FILE: ext/AuthorityKeyIdentifier.c
type AuthorityKeyIdentifier (line 11) | struct AuthorityKeyIdentifier
type AuthorityKeyIdentifier (line 22) | struct AuthorityKeyIdentifier
type AuthorityKeyIdentifier (line 33) | struct AuthorityKeyIdentifier
type AuthorityKeyIdentifier (line 54) | struct AuthorityKeyIdentifier
type AuthorityKeyIdentifier (line 55) | struct AuthorityKeyIdentifier
FILE: ext/AuthorityKeyIdentifier.h
type GeneralNames (line 24) | struct GeneralNames
type AuthorityKeyIdentifier_t (line 27) | typedef struct AuthorityKeyIdentifier {
FILE: ext/BIT_STRING.c
function BIT_STRING_constraint (line 65) | int
function asn_enc_rval_t (line 93) | asn_enc_rval_t
function BIT_STRING_print (line 158) | int
function BIT_STRING_compare (line 212) | int
FILE: ext/BIT_STRING.h
type BIT_STRING_t (line 14) | typedef struct BIT_STRING_s {
FILE: ext/BMPString.c
function BMPString__dump (line 71) | static ssize_t
function asn_dec_rval_t (line 109) | asn_dec_rval_t
function asn_enc_rval_t (line 175) | asn_enc_rval_t
function BMPString_print (line 194) | int
FILE: ext/BMPString.h
type OCTET_STRING_t (line 14) | typedef OCTET_STRING_t BMPString_t;
FILE: ext/BOOLEAN.c
function asn_dec_rval_t (line 58) | asn_dec_rval_t
function asn_enc_rval_t (line 121) | asn_enc_rval_t
function BOOLEAN__xer_body_decode (line 157) | static enum xer_pbd_rval
function asn_dec_rval_t (line 187) | asn_dec_rval_t
function asn_enc_rval_t (line 197) | asn_enc_rval_t
function BOOLEAN_print (line 222) | int
function BOOLEAN_free (line 248) | void
function asn_dec_rval_t (line 265) | asn_dec_rval_t
function asn_enc_rval_t (line 298) | asn_enc_rval_t
function BOOLEAN_compare (line 316) | int
FILE: ext/BOOLEAN.h
type BOOLEAN_t (line 19) | typedef int BOOLEAN_t;
FILE: ext/BaseCRLNumber.c
function BaseCRLNumber_constraint (line 10) | int
FILE: ext/BaseCRLNumber.h
type CRLNumber_t (line 22) | typedef CRLNumber_t BaseCRLNumber_t;
FILE: ext/BaseDistance.c
function BaseDistance_constraint (line 10) | int
FILE: ext/BaseDistance.h
type INTEGER_t (line 22) | typedef INTEGER_t BaseDistance_t;
FILE: ext/BasicConstraints.c
function memb_pathLenConstraint_constraint_1 (line 10) | static int
function asn_DFL_2_set_0 (line 37) | static int asn_DFL_2_set_0(int set_value, void **sptr) {
type BasicConstraints (line 56) | struct BasicConstraints
type BasicConstraints (line 67) | struct BasicConstraints
type BasicConstraints (line 87) | struct BasicConstraints
type BasicConstraints (line 88) | struct BasicConstraints
FILE: ext/BasicConstraints.h
type BasicConstraints_t (line 24) | typedef struct BasicConstraints {
FILE: ext/BiometricData.c
type BiometricData (line 11) | struct BiometricData
type BiometricData (line 22) | struct BiometricData
type BiometricData (line 33) | struct BiometricData
type BiometricData (line 44) | struct BiometricData
type BiometricData (line 67) | struct BiometricData
type BiometricData (line 68) | struct BiometricData
FILE: ext/BiometricData.h
type BiometricData_t (line 26) | typedef struct BiometricData {
FILE: ext/BiometricSyntax.c
type BiometricSyntax (line 27) | struct BiometricSyntax
type BiometricSyntax (line 28) | struct BiometricSyntax
FILE: ext/BiometricSyntax.h
type BiometricData (line 23) | struct BiometricData
type BiometricSyntax_t (line 26) | typedef struct BiometricSyntax {
FILE: ext/BuiltInDomainDefinedAttribute.c
function check_permitted_alphabet_2 (line 21) | static int check_permitted_alphabet_2(const void *sptr) {
function check_permitted_alphabet_3 (line 46) | static int check_permitted_alphabet_3(const void *sptr) {
function memb_type_constraint_1 (line 60) | static int
function memb_value_constraint_1 (line 87) | static int
type BuiltInDomainDefinedAttribute (line 115) | struct BuiltInDomainDefinedAttribute
type BuiltInDomainDefinedAttribute (line 126) | struct BuiltInDomainDefinedAttribute
type BuiltInDomainDefinedAttribute (line 146) | struct BuiltInDomainDefinedAttribute
type BuiltInDomainDefinedAttribute (line 147) | struct BuiltInDomainDefinedAttribute
FILE: ext/BuiltInDomainDefinedAttribute.h
type BuiltInDomainDefinedAttribute_t (line 23) | typedef struct BuiltInDomainDefinedAttribute {
FILE: ext/BuiltInDomainDefinedAttributes.c
type BuiltInDomainDefinedAttributes (line 27) | struct BuiltInDomainDefinedAttributes
type BuiltInDomainDefinedAttributes (line 28) | struct BuiltInDomainDefinedAttributes
FILE: ext/BuiltInDomainDefinedAttributes.h
type BuiltInDomainDefinedAttribute (line 23) | struct BuiltInDomainDefinedAttribute
type BuiltInDomainDefinedAttributes_t (line 26) | typedef struct BuiltInDomainDefinedAttributes {
FILE: ext/BuiltInStandardAttributes.c
type BuiltInStandardAttributes (line 11) | struct BuiltInStandardAttributes
type BuiltInStandardAttributes (line 22) | struct BuiltInStandardAttributes
type BuiltInStandardAttributes (line 33) | struct BuiltInStandardAttributes
type BuiltInStandardAttributes (line 44) | struct BuiltInStandardAttributes
type BuiltInStandardAttributes (line 55) | struct BuiltInStandardAttributes
type BuiltInStandardAttributes (line 66) | struct BuiltInStandardAttributes
type BuiltInStandardAttributes (line 77) | struct BuiltInStandardAttributes
type BuiltInStandardAttributes (line 88) | struct BuiltInStandardAttributes
type BuiltInStandardAttributes (line 99) | struct BuiltInStandardAttributes
type BuiltInStandardAttributes (line 126) | struct BuiltInStandardAttributes
type BuiltInStandardAttributes (line 127) | struct BuiltInStandardAttributes
FILE: ext/BuiltInStandardAttributes.h
type CountryName (line 26) | struct CountryName
type AdministrationDomainName (line 27) | struct AdministrationDomainName
type PrivateDomainName (line 28) | struct PrivateDomainName
type PersonalName (line 29) | struct PersonalName
type OrganizationalUnitNames (line 30) | struct OrganizationalUnitNames
type BuiltInStandardAttributes_t (line 33) | typedef struct BuiltInStandardAttributes {
FILE: ext/CPSuri.h
type IA5String_t (line 22) | typedef IA5String_t CPSuri_t;
FILE: ext/CRLDistributionPoints.c
type CRLDistributionPoints (line 27) | struct CRLDistributionPoints
type CRLDistributionPoints (line 28) | struct CRLDistributionPoints
FILE: ext/CRLDistributionPoints.h
type DistributionPoint (line 23) | struct DistributionPoint
type CRLDistributionPoints_t (line 26) | typedef struct CRLDistributionPoints {
FILE: ext/CRLNumber.c
function CRLNumber_constraint (line 10) | int
FILE: ext/CRLNumber.h
type INTEGER_t (line 22) | typedef INTEGER_t CRLNumber_t;
FILE: ext/CRLReason.h
type e_CRLReason (line 22) | typedef enum CRLReason {
type ENUMERATED_t (line 36) | typedef ENUMERATED_t CRLReason_t;
FILE: ext/CertPolicyId.h
type OBJECT_IDENTIFIER_t (line 22) | typedef OBJECT_IDENTIFIER_t CertPolicyId_t;
FILE: ext/Certificate.c
type Certificate (line 11) | struct Certificate
type Certificate (line 22) | struct Certificate
type Certificate (line 33) | struct Certificate
type Certificate (line 54) | struct Certificate
type Certificate (line 55) | struct Certificate
FILE: ext/Certificate.h
type Certificate_t (line 25) | typedef struct Certificate {
FILE: ext/CertificateIssuer.c
function CertificateIssuer_constraint (line 10) | int
FILE: ext/CertificateIssuer.h
type GeneralNames_t (line 22) | typedef GeneralNames_t CertificateIssuer_t;
FILE: ext/CertificateList.c
type CertificateList (line 11) | struct CertificateList
type CertificateList (line 22) | struct CertificateList
type CertificateList (line 33) | struct CertificateList
type CertificateList (line 54) | struct CertificateList
type CertificateList (line 55) | struct CertificateList
FILE: ext/CertificateList.h
type CertificateList_t (line 25) | typedef struct CertificateList {
FILE: ext/CertificatePolicies.c
type CertificatePolicies (line 27) | struct CertificatePolicies
type CertificatePolicies (line 28) | struct CertificatePolicies
FILE: ext/CertificatePolicies.h
type PolicyInformation (line 23) | struct PolicyInformation
type CertificatePolicies_t (line 26) | typedef struct CertificatePolicies {
FILE: ext/CertificateSerialNumber.h
type INTEGER_t (line 22) | typedef INTEGER_t CertificateSerialNumber_t;
FILE: ext/Characteristic-two.c
type Characteristic_two (line 11) | struct Characteristic_two
type Characteristic_two (line 22) | struct Characteristic_two
type Characteristic_two (line 33) | struct Characteristic_two
type Characteristic_two (line 53) | struct Characteristic_two
type Characteristic_two (line 54) | struct Characteristic_two
FILE: ext/Characteristic-two.h
type Characteristic_two_t (line 25) | typedef struct Characteristic_two {
FILE: ext/CommonName.c
function check_permitted_alphabet_1 (line 21) | static int check_permitted_alphabet_1(const void *sptr) {
function CommonName_constraint (line 35) | int
FILE: ext/CommonName.h
type PrintableString_t (line 22) | typedef PrintableString_t CommonName_t;
FILE: ext/CountryName.c
function check_permitted_alphabet_2 (line 17) | static int check_permitted_alphabet_2(const void *sptr) {
function check_permitted_alphabet_3 (line 42) | static int check_permitted_alphabet_3(const void *sptr) {
function memb_x121_dcc_code_constraint_1 (line 56) | static int
function memb_iso_3166_alpha2_code_constraint_1 (line 83) | static int
type CountryName (line 111) | struct CountryName
type CountryName (line 122) | struct CountryName
type CountryName (line 142) | struct CountryName
type CountryName (line 143) | struct CountryName
type CountryName (line 144) | struct CountryName
type CountryName (line 145) | struct CountryName
FILE: ext/CountryName.h
type CountryName_PR (line 24) | typedef enum CountryName_PR {
type CountryName_t (line 31) | typedef struct CountryName {
FILE: ext/CountryOfCitizenship.c
function check_permitted_alphabet_1 (line 21) | static int check_permitted_alphabet_1(const void *sptr) {
function CountryOfCitizenship_constraint (line 35) | int
FILE: ext/CountryOfCitizenship.h
type PrintableString_t (line 22) | typedef PrintableString_t CountryOfCitizenship_t;
FILE: ext/CountryOfResidence.c
function check_permitted_alphabet_1 (line 21) | static int check_permitted_alphabet_1(const void *sptr) {
function CountryOfResidence_constraint (line 35) | int
FILE: ext/CountryOfResidence.h
type PrintableString_t (line 22) | typedef PrintableString_t CountryOfResidence_t;
FILE: ext/Curve.c
type Curve (line 11) | struct Curve
type Curve (line 22) | struct Curve
type Curve (line 33) | struct Curve
type Curve (line 54) | struct Curve
type Curve (line 55) | struct Curve
FILE: ext/Curve.h
type Curve_t (line 24) | typedef struct Curve {
FILE: ext/DHPublicKey.h
type INTEGER_t (line 22) | typedef INTEGER_t DHPublicKey_t;
FILE: ext/DSAPublicKey.h
type INTEGER_t (line 22) | typedef INTEGER_t DSAPublicKey_t;
FILE: ext/DateOfBirth.h
type GeneralizedTime_t (line 22) | typedef GeneralizedTime_t DateOfBirth_t;
FILE: ext/DirectoryString.c
function check_permitted_alphabet_3 (line 21) | static int check_permitted_alphabet_3(const void *sptr) {
function check_permitted_alphabet_4 (line 35) | static int check_permitted_alphabet_4(const void *sptr) {
function check_permitted_alphabet_6 (line 52) | static int check_permitted_alphabet_6(const void *sptr) {
function memb_teletexString_constraint_1 (line 67) | static int
function memb_printableString_constraint_1 (line 93) | static int
function memb_universalString_constraint_1 (line 120) | static int
function memb_utf8String_constraint_1 (line 147) | static int
function memb_bmpString_constraint_1 (line 179) | static int
type DirectoryString (line 207) | struct DirectoryString
type DirectoryString (line 218) | struct DirectoryString
type DirectoryString (line 229) | struct DirectoryString
type DirectoryString (line 240) | struct DirectoryString
type DirectoryString (line 251) | struct DirectoryString
type DirectoryString (line 271) | struct DirectoryString
type DirectoryString (line 272) | struct DirectoryString
type DirectoryString (line 273) | struct DirectoryString
type DirectoryString (line 274) | struct DirectoryString
FILE: ext/DirectoryString.h
type DirectoryString_PR (line 27) | typedef enum DirectoryString_PR {
type DirectoryString_t (line 37) | typedef struct DirectoryString {
FILE: ext/DisplayText.c
function check_permitted_alphabet_2 (line 10) | static int check_permitted_alphabet_2(const void *sptr) {
function check_permitted_alphabet_3 (line 23) | static int check_permitted_alphabet_3(const void *sptr) {
function check_permitted_alphabet_4 (line 36) | static int check_permitted_alphabet_4(const void *sptr) {
function memb_ia5String_constraint_1 (line 51) | static int
function memb_visibleString_constraint_1 (line 78) | static int
function memb_bmpString_constraint_1 (line 105) | static int
function memb_utf8String_constraint_1 (line 132) | static int
type DisplayText (line 165) | struct DisplayText
type DisplayText (line 176) | struct DisplayText
type DisplayText (line 187) | struct DisplayText
type DisplayText (line 198) | struct DisplayText
type DisplayText (line 217) | struct DisplayText
type DisplayText (line 218) | struct DisplayText
type DisplayText (line 219) | struct DisplayText
type DisplayText (line 220) | struct DisplayText
FILE: ext/DisplayText.h
type DisplayText_PR (line 26) | typedef enum DisplayText_PR {
type DisplayText_t (line 35) | typedef struct DisplayText {
FILE: ext/DistinguishedName.h
type RDNSequence_t (line 22) | typedef RDNSequence_t DistinguishedName_t;
FILE: ext/DistributionPoint.c
type DistributionPoint (line 11) | struct DistributionPoint
type DistributionPoint (line 22) | struct DistributionPoint
type DistributionPoint (line 33) | struct DistributionPoint
type DistributionPoint (line 54) | struct DistributionPoint
type DistributionPoint (line 55) | struct DistributionPoint
FILE: ext/DistributionPoint.h
type DistributionPointName (line 23) | struct DistributionPointName
type GeneralNames (line 24) | struct GeneralNames
type DistributionPoint_t (line 27) | typedef struct DistributionPoint {
FILE: ext/DistributionPointName.c
type DistributionPointName (line 11) | struct DistributionPointName
type DistributionPointName (line 22) | struct DistributionPointName
type DistributionPointName (line 39) | struct DistributionPointName
type DistributionPointName (line 40) | struct DistributionPointName
type DistributionPointName (line 41) | struct DistributionPointName
type DistributionPointName (line 42) | struct DistributionPointName
FILE: ext/DistributionPointName.h
type DistributionPointName_PR (line 24) | typedef enum DistributionPointName_PR {
type DistributionPointName_t (line 31) | typedef struct DistributionPointName {
FILE: ext/DomainComponent.h
type IA5String_t (line 22) | typedef IA5String_t DomainComponent_t;
FILE: ext/DomainParameters.c
type DomainParameters (line 11) | struct DomainParameters
type DomainParameters (line 22) | struct DomainParameters
type DomainParameters (line 33) | struct DomainParameters
type DomainParameters (line 44) | struct DomainParameters
type DomainParameters (line 55) | struct DomainParameters
type DomainParameters (line 78) | struct DomainParameters
type DomainParameters (line 79) | struct DomainParameters
FILE: ext/DomainParameters.h
type ValidationParms (line 23) | struct ValidationParms
type DomainParameters_t (line 26) | typedef struct DomainParameters {
FILE: ext/Dss-Parms.c
type Dss_Parms (line 11) | struct Dss_Parms
type Dss_Parms (line 22) | struct Dss_Parms
type Dss_Parms (line 33) | struct Dss_Parms
type Dss_Parms (line 54) | struct Dss_Parms
type Dss_Parms (line 55) | struct Dss_Parms
FILE: ext/Dss-Parms.h
type Dss_Parms_t (line 23) | typedef struct Dss_Parms {
FILE: ext/Dss-Sig-Value.c
type Dss_Sig_Value (line 11) | struct Dss_Sig_Value
type Dss_Sig_Value (line 22) | struct Dss_Sig_Value
type Dss_Sig_Value (line 42) | struct Dss_Sig_Value
type Dss_Sig_Value (line 43) | struct Dss_Sig_Value
FILE: ext/Dss-Sig-Value.h
type Dss_Sig_Value_t (line 23) | typedef struct Dss_Sig_Value {
FILE: ext/ECDSA-Sig-Value.c
type ECDSA_Sig_Value (line 11) | struct ECDSA_Sig_Value
type ECDSA_Sig_Value (line 22) | struct ECDSA_Sig_Value
type ECDSA_Sig_Value (line 42) | struct ECDSA_Sig_Value
type ECDSA_Sig_Value (line 43) | struct ECDSA_Sig_Value
FILE: ext/ECDSA-Sig-Value.h
type ECDSA_Sig_Value_t (line 23) | typedef struct ECDSA_Sig_Value {
FILE: ext/ECPVer.h
type e_ECPVer (line 22) | typedef enum ECPVer {
type INTEGER_t (line 27) | typedef INTEGER_t ECPVer_t;
FILE: ext/ECParameters.c
type ECParameters (line 11) | struct ECParameters
type ECParameters (line 22) | struct ECParameters
type ECParameters (line 33) | struct ECParameters
type ECParameters (line 44) | struct ECParameters
type ECParameters (line 55) | struct ECParameters
type ECParameters (line 66) | struct ECParameters
type ECParameters (line 90) | struct ECParameters
type ECParameters (line 91) | struct ECParameters
FILE: ext/ECParameters.h
type ECParameters_t (line 27) | typedef struct ECParameters {
FILE: ext/ECPoint.h
type OCTET_STRING_t (line 22) | typedef OCTET_STRING_t ECPoint_t;
FILE: ext/EDIPartyName.c
type EDIPartyName (line 11) | struct EDIPartyName
type EDIPartyName (line 22) | struct EDIPartyName
type EDIPartyName (line 42) | struct EDIPartyName
type EDIPartyName (line 43) | struct EDIPartyName
FILE: ext/EDIPartyName.h
type DirectoryString (line 23) | struct DirectoryString
type EDIPartyName_t (line 26) | typedef struct EDIPartyName {
FILE: ext/ENUMERATED.c
function asn_dec_rval_t (line 57) | asn_dec_rval_t
function asn_enc_rval_t (line 80) | asn_enc_rval_t
FILE: ext/ENUMERATED.h
type INTEGER_t (line 14) | typedef INTEGER_t ENUMERATED_t;
FILE: ext/EcpkParameters.c
type EcpkParameters (line 11) | struct EcpkParameters
type EcpkParameters (line 22) | struct EcpkParameters
type EcpkParameters (line 33) | struct EcpkParameters
type EcpkParameters (line 51) | struct EcpkParameters
type EcpkParameters (line 52) | struct EcpkParameters
type EcpkParameters (line 53) | struct EcpkParameters
type EcpkParameters (line 54) | struct EcpkParameters
FILE: ext/EcpkParameters.h
type EcpkParameters_PR (line 25) | typedef enum EcpkParameters_PR {
type EcpkParameters_t (line 33) | typedef struct EcpkParameters {
FILE: ext/EmailAddress.c
function check_permitted_alphabet_1 (line 10) | static int check_permitted_alphabet_1(const void *sptr) {
function EmailAddress_constraint (line 23) | int
FILE: ext/EmailAddress.h
type IA5String_t (line 22) | typedef IA5String_t EmailAddress_t;
FILE: ext/ExtKeyUsageSyntax.c
type ExtKeyUsageSyntax (line 27) | struct ExtKeyUsageSyntax
type ExtKeyUsageSyntax (line 28) | struct ExtKeyUsageSyntax
FILE: ext/ExtKeyUsageSyntax.h
type ExtKeyUsageSyntax_t (line 24) | typedef struct ExtKeyUsageSyntax {
FILE: ext/ExtendedNetworkAddress.c
function check_permitted_alphabet_3 (line 17) | static int check_permitted_alphabet_3(const void *sptr) {
function check_permitted_alphabet_4 (line 38) | static int check_permitted_alphabet_4(const void *sptr) {
function memb_number_constraint_2 (line 52) | static int
function memb_sub_address_constraint_2 (line 79) | static int
type e163_4_address (line 107) | struct e163_4_address
type e163_4_address (line 118) | struct e163_4_address
type e163_4_address (line 138) | struct e163_4_address
type e163_4_address (line 139) | struct e163_4_address
type ExtendedNetworkAddress (line 166) | struct ExtendedNetworkAddress
type ExtendedNetworkAddress (line 177) | struct ExtendedNetworkAddress
type ExtendedNetworkAddress (line 194) | struct ExtendedNetworkAddress
type ExtendedNetworkAddress (line 195) | struct ExtendedNetworkAddress
type ExtendedNetworkAddress (line 196) | struct ExtendedNetworkAddress
type ExtendedNetworkAddress (line 197) | struct ExtendedNetworkAddress
FILE: ext/ExtendedNetworkAddress.h
type ExtendedNetworkAddress_PR (line 25) | typedef enum ExtendedNetworkAddress_PR {
type ExtendedNetworkAddress_t (line 32) | typedef struct ExtendedNetworkAddress {
FILE: ext/Extension.c
function asn_DFL_3_set_0 (line 10) | static int asn_DFL_3_set_0(int set_value, void **sptr) {
type Extension (line 29) | struct Extension
type Extension (line 40) | struct Extension
type Extension (line 51) | struct Extension
type Extension (line 72) | struct Extension
type Extension (line 73) | struct Extension
FILE: ext/Extension.h
type Extension_t (line 25) | typedef struct Extension {
FILE: ext/ExtensionAttribute.c
function memb_extension_attribute_type_constraint_1 (line 10) | static int
type ExtensionAttribute (line 36) | struct ExtensionAttribute
type ExtensionAttribute (line 47) | struct ExtensionAttribute
type ExtensionAttribute (line 67) | struct ExtensionAttribute
type ExtensionAttribute (line 68) | struct ExtensionAttribute
FILE: ext/ExtensionAttribute.h
type ExtensionAttribute_t (line 24) | typedef struct ExtensionAttribute {
FILE: ext/ExtensionAttributes.c
type ExtensionAttributes (line 27) | struct ExtensionAttributes
type ExtensionAttributes (line 28) | struct ExtensionAttributes
FILE: ext/ExtensionAttributes.h
type ExtensionAttribute (line 23) | struct ExtensionAttribute
type ExtensionAttributes_t (line 26) | typedef struct ExtensionAttributes {
FILE: ext/ExtensionORAddressComponents.h
type PDSParameter_t (line 22) | typedef PDSParameter_t ExtensionORAddressComponents_t;
FILE: ext/ExtensionPhysicalDeliveryAddressComponents.h
type PDSParameter_t (line 22) | typedef PDSParameter_t ExtensionPhysicalDeliveryAddressComponents_t;
FILE: ext/Extensions.c
type Extensions (line 27) | struct Extensions
type Extensions (line 28) | struct Extensions
FILE: ext/Extensions.h
type Extension (line 23) | struct Extension
type Extensions_t (line 26) | typedef struct Extensions {
FILE: ext/Features.c
type Features (line 27) | struct Features
type Features (line 28) | struct Features
FILE: ext/Features.h
type Features_t (line 24) | typedef struct Features {
FILE: ext/FieldElement.h
type OCTET_STRING_t (line 22) | typedef OCTET_STRING_t FieldElement_t;
FILE: ext/FieldID.c
type FieldID (line 11) | struct FieldID
type FieldID (line 22) | struct FieldID
type FieldID (line 41) | struct FieldID
type FieldID (line 42) | struct FieldID
FILE: ext/FieldID.h
type FieldID_t (line 24) | typedef struct FieldID {
FILE: ext/FreshestCRL.c
function FreshestCRL_constraint (line 10) | int
FILE: ext/FreshestCRL.h
type CRLDistributionPoints_t (line 22) | typedef CRLDistributionPoints_t FreshestCRL_t;
FILE: ext/Gender.c
function check_permitted_alphabet_1 (line 21) | static int check_permitted_alphabet_1(const void *sptr) {
function Gender_constraint (line 35) | int
FILE: ext/Gender.h
type PrintableString_t (line 22) | typedef PrintableString_t Gender_t;
FILE: ext/GeneralName.c
type GeneralName (line 11) | struct GeneralName
type GeneralName (line 22) | struct GeneralName
type GeneralName (line 33) | struct GeneralName
type GeneralName (line 44) | struct GeneralName
type GeneralName (line 55) | struct GeneralName
type GeneralName (line 66) | struct GeneralName
type GeneralName (line 77) | struct GeneralName
type GeneralName (line 88) | struct GeneralName
type GeneralName (line 99) | struct GeneralName
type GeneralName (line 123) | struct GeneralName
type GeneralName (line 124) | struct GeneralName
type GeneralName (line 125) | struct GeneralName
type GeneralName (line 126) | struct GeneralName
FILE: ext/GeneralName.h
type GeneralName_PR (line 29) | typedef enum GeneralName_PR {
type GeneralName_t (line 43) | typedef struct GeneralName {
FILE: ext/GeneralNames.c
type GeneralNames (line 27) | struct GeneralNames
type GeneralNames (line 28) | struct GeneralNames
FILE: ext/GeneralNames.h
type GeneralName (line 23) | struct GeneralName
type GeneralNames_t (line 26) | typedef struct GeneralNames {
FILE: ext/GeneralSubtree.c
function asn_DFL_3_set_0 (line 10) | static int asn_DFL_3_set_0(int set_value, void **sptr) {
type GeneralSubtree (line 31) | struct GeneralSubtree
type GeneralSubtree (line 42) | struct GeneralSubtree
type GeneralSubtree (line 53) | struct GeneralSubtree
type GeneralSubtree (line 82) | struct GeneralSubtree
type GeneralSubtree (line 83) | struct GeneralSubtree
FILE: ext/GeneralSubtree.h
type GeneralSubtree_t (line 24) | typedef struct GeneralSubtree {
FILE: ext/GeneralSubtrees.c
type GeneralSubtrees (line 27) | struct GeneralSubtrees
type GeneralSubtrees (line 28) | struct GeneralSubtrees
FILE: ext/GeneralSubtrees.h
type GeneralSubtree (line 23) | struct GeneralSubtree
type GeneralSubtrees_t (line 26) | typedef struct GeneralSubtrees {
FILE: ext/GeneralizedTime.c
type tm (line 31) | struct tm
type tm (line 31) | struct tm
type tm (line 32) | struct tm
type tm (line 34) | struct tm
type tm (line 38) | struct tm
type tm (line 38) | struct tm
type tm (line 39) | struct tm
type tm (line 41) | struct tm
function GMTOFF (line 98) | static long GMTOFF(struct tm a){
function time_t (line 147) | static time_t timegm(struct tm *tm) {
function GeneralizedTime_constraint (line 221) | int
function asn_enc_rval_t (line 239) | asn_enc_rval_t
function asn_enc_rval_t (line 271) | asn_enc_rval_t
function GeneralizedTime_print (line 303) | int
function time_t (line 331) | time_t
function time_t (line 336) | time_t
function time_t (line 367) | time_t
function GeneralizedTime_t (line 603) | GeneralizedTime_t *
function GeneralizedTime_t (line 608) | GeneralizedTime_t *
FILE: ext/GeneralizedTime.h
type OCTET_STRING_t (line 14) | typedef OCTET_STRING_t GeneralizedTime_t;
type tm (line 35) | struct tm
type tm (line 44) | struct tm
type tm (line 50) | struct tm
type tm (line 59) | struct tm
type tm (line 69) | struct tm
type tm (line 71) | struct tm
FILE: ext/HashAlgAndValue.c
type HashAlgAndValue (line 11) | struct HashAlgAndValue
type HashAlgAndValue (line 22) | struct HashAlgAndValue
type HashAlgAndValue (line 42) | struct HashAlgAndValue
type HashAlgAndValue (line 43) | struct HashAlgAndValue
FILE: ext/HashAlgAndValue.h
type HashAlgAndValue_t (line 24) | typedef struct HashAlgAndValue {
FILE: ext/HoldInstructionCode.h
type OBJECT_IDENTIFIER_t (line 22) | typedef OBJECT_IDENTIFIER_t HoldInstructionCode_t;
FILE: ext/IA5String.c
function IA5String_constraint (line 62) | int
FILE: ext/IA5String.h
type OCTET_STRING_t (line 14) | typedef OCTET_STRING_t IA5String_t;
FILE: ext/INTEGER.c
function asn_enc_rval_t (line 60) | asn_enc_rval_t
function INTEGER__dump (line 123) | static ssize_t
function INTEGER_print (line 208) | int
type e2v_key (line 225) | struct e2v_key {
function INTEGER__compar_enum2value (line 231) | static int
function asn_INTEGER_enum_map_t (line 250) | static const asn_INTEGER_enum_map_t *
function INTEGER__compar_value2enum (line 289) | static int
function asn_INTEGER_enum_map_t (line 299) | const asn_INTEGER_enum_map_t *
function INTEGER_st_prealloc (line 308) | static int
function INTEGER__xer_body_decode (line 325) | static enum xer_pbd_rval
function asn_dec_rval_t (line 544) | asn_dec_rval_t
function asn_enc_rval_t (line 554) | asn_enc_rval_t
function asn_dec_rval_t (line 575) | asn_dec_rval_t
function asn_enc_rval_t (line 688) | asn_enc_rval_t
function asn_INTEGER2imax (line 787) | int
function asn_INTEGER2umax (line 849) | int
function asn_umax2INTEGER (line 881) | int
function asn_imax2INTEGER (line 907) | int
function asn_INTEGER2long (line 962) | int
function asn_INTEGER2ulong (line 977) | int
function asn_long2INTEGER (line 992) | int
function asn_ulong2INTEGER (line 997) | int
function asn_strtoimax_lim (line 1008) | enum asn_strtox_result_e
function asn_strtol_lim (line 1068) | enum asn_strtox_result_e
function INTEGER_compare (line 1098) | int
FILE: ext/INTEGER.h
type ASN__PRIMITIVE_TYPE_t (line 16) | typedef ASN__PRIMITIVE_TYPE_t INTEGER_t;
type asn_INTEGER_enum_map_t (line 22) | typedef struct asn_INTEGER_enum_map_s {
type asn_INTEGER_specifics_t (line 29) | typedef struct asn_INTEGER_specifics_s {
type asn_strtox_result_e (line 78) | enum asn_strtox_result_e {
type asn_strtox_result_e (line 85) | enum asn_strtox_result_e
type asn_strtox_result_e (line 86) | enum asn_strtox_result_e
FILE: ext/InhibitAnyPolicy.c
function InhibitAnyPolicy_constraint (line 10) | int
FILE: ext/InhibitAnyPolicy.h
type SkipCerts_t (line 22) | typedef SkipCerts_t InhibitAnyPolicy_t;
FILE: ext/InvalidityDate.h
type GeneralizedTime_t (line 22) | typedef GeneralizedTime_t InvalidityDate_t;
FILE: ext/IssuerAltName.c
function IssuerAltName_constraint (line 10) | int
FILE: ext/IssuerAltName.h
type GeneralNames_t (line 22) | typedef GeneralNames_t IssuerAltName_t;
FILE: ext/IssuingDistributionPoint.c
function asn_DFL_3_set_0 (line 10) | static int asn_DFL_3_set_0(int set_value, void **sptr) {
function asn_DFL_4_set_0 (line 28) | static int asn_DFL_4_set_0(int set_value, void **sptr) {
function asn_DFL_6_set_0 (line 46) | static int asn_DFL_6_set_0(int set_value, void **sptr) {
function asn_DFL_7_set_0 (line 64) | static int asn_DFL_7_set_0(int set_value, void **sptr) {
type IssuingDistributionPoint (line 83) | struct IssuingDistributionPoint
type IssuingDistributionPoint (line 94) | struct IssuingDistributionPoint
type IssuingDistributionPoint (line 105) | struct IssuingDistributionPoint
type IssuingDistributionPoint (line 116) | struct IssuingDistributionPoint
type IssuingDistributionPoint (line 127) | struct IssuingDistributionPoint
type IssuingDistributionPoint (line 138) | struct IssuingDistributionPoint
type IssuingDistributionPoint (line 162) | struct IssuingDistributionPoint
type IssuingDistributionPoint (line 163) | struct IssuingDistributionPoint
FILE: ext/IssuingDistributionPoint.h
type DistributionPointName (line 24) | struct DistributionPointName
type IssuingDistributionPoint_t (line 27) | typedef struct IssuingDistributionPoint {
FILE: ext/KEA-Parms-Id.h
type OCTET_STRING_t (line 22) | typedef OCTET_STRING_t KEA_Parms_Id_t;
FILE: ext/KeyIdentifier.h
type OCTET_STRING_t (line 22) | typedef OCTET_STRING_t KeyIdentifier_t;
FILE: ext/KeyPurposeId.h
type OBJECT_IDENTIFIER_t (line 22) | typedef OBJECT_IDENTIFIER_t KeyPurposeId_t;
FILE: ext/KeyUsage.h
type e_KeyUsage (line 22) | typedef enum KeyUsage {
type BIT_STRING_t (line 35) | typedef BIT_STRING_t KeyUsage_t;
FILE: ext/LocalPostalAttributes.h
type PDSParameter_t (line 22) | typedef PDSParameter_t LocalPostalAttributes_t;
FILE: ext/LogotypeAudio.c
type LogotypeAudio (line 11) | struct LogotypeAudio
type LogotypeAudio (line 22) | struct LogotypeAudio
type LogotypeAudio (line 42) | struct LogotypeAudio
type LogotypeAudio (line 43) | struct LogotypeAudio
FILE: ext/LogotypeAudio.h
type LogotypeAudioInfo (line 23) | struct LogotypeAudioInfo
type LogotypeAudio_t (line 26) | typedef struct LogotypeAudio {
FILE: ext/LogotypeAudioInfo.c
type LogotypeAudioInfo (line 11) | struct LogotypeAudioInfo
type LogotypeAudioInfo (line 22) | struct LogotypeAudioInfo
type LogotypeAudioInfo (line 33) | struct LogotypeAudioInfo
type LogotypeAudioInfo (line 44) | struct LogotypeAudioInfo
type LogotypeAudioInfo (line 55) | struct LogotypeAudioInfo
type LogotypeAudioInfo (line 78) | struct LogotypeAudioInfo
type LogotypeAudioInfo (line 79) | struct LogotypeAudioInfo
FILE: ext/LogotypeAudioInfo.h
type LogotypeAudioInfo_t (line 24) | typedef struct LogotypeAudioInfo {
FILE: ext/LogotypeData.c
type image (line 27) | struct image
type image (line 28) | struct image
type audio (line 68) | struct audio
type audio (line 69) | struct audio
type LogotypeData (line 92) | struct LogotypeData
type LogotypeData (line 103) | struct LogotypeData
type LogotypeData (line 123) | struct LogotypeData
type LogotypeData (line 124) | struct LogotypeData
FILE: ext/LogotypeData.h
type LogotypeImage (line 24) | struct LogotypeImage
type LogotypeAudio (line 25) | struct LogotypeAudio
type LogotypeData_t (line 28) | typedef struct LogotypeData {
FILE: ext/LogotypeDetails.c
function memb_logotypeHash_constraint_1 (line 10) | static int
function memb_logotypeURI_constraint_1 (line 36) | static int
type logotypeHash (line 79) | struct logotypeHash
type logotypeHash (line 80) | struct logotypeHash
type logotypeURI (line 119) | struct logotypeURI
type logotypeURI (line 120) | struct logotypeURI
type LogotypeDetails (line 143) | struct LogotypeDetails
type LogotypeDetails (line 154) | struct LogotypeDetails
type LogotypeDetails (line 165) | struct LogotypeDetails
type LogotypeDetails (line 186) | struct LogotypeDetails
type LogotypeDetails (line 187) | struct LogotypeDetails
FILE: ext/LogotypeDetails.h
type HashAlgAndValue (line 25) | struct HashAlgAndValue
type LogotypeDetails_t (line 28) | typedef struct LogotypeDetails {
FILE: ext/LogotypeExtn.c
type communityLogos (line 28) | struct communityLogos
type communityLogos (line 29) | struct communityLogos
type otherLogos (line 69) | struct otherLogos
type otherLogos (line 70) | struct otherLogos
type LogotypeExtn (line 93) | struct LogotypeExtn
type LogotypeExtn (line 104) | struct LogotypeExtn
type LogotypeExtn (line 115) | struct LogotypeExtn
type LogotypeExtn (line 126) | struct LogotypeExtn
type LogotypeExtn (line 148) | struct LogotypeExtn
type LogotypeExtn (line 149) | struct LogotypeExtn
FILE: ext/LogotypeExtn.h
type LogotypeInfo (line 24) | struct LogotypeInfo
type OtherLogotypeInfo (line 25) | struct OtherLogotypeInfo
type LogotypeExtn_t (line 28) | typedef struct LogotypeExtn {
FILE: ext/LogotypeImage.c
type LogotypeImage (line 11) | struct LogotypeImage
type LogotypeImage (line 22) | struct LogotypeImage
type LogotypeImage (line 42) | struct LogotypeImage
type LogotypeImage (line 43) | struct LogotypeImage
FILE: ext/LogotypeImage.h
type LogotypeImageInfo (line 23) | struct LogotypeImageInfo
type LogotypeImage_t (line 26) | typedef struct LogotypeImage {
FILE: ext/LogotypeImageInfo.c
function asn_DFL_2_set_1 (line 10) | static int asn_DFL_2_set_1(int set_value, void **sptr) {
type LogotypeImageInfo (line 31) | struct LogotypeImageInfo
type LogotypeImageInfo (line 42) | struct LogotypeImageInfo
type LogotypeImageInfo (line 53) | struct LogotypeImageInfo
type LogotypeImageInfo (line 64) | struct LogotypeImageInfo
type LogotypeImageInfo (line 75) | struct LogotypeImageInfo
type LogotypeImageInfo (line 86) | struct LogotypeImageInfo
type LogotypeImageInfo (line 111) | struct LogotypeImageInfo
type LogotypeImageInfo (line 112) | struct LogotypeImageInfo
FILE: ext/LogotypeImageInfo.h
type LogotypeImageResolution (line 25) | struct LogotypeImageResolution
type LogotypeImageInfo_t (line 28) | typedef struct LogotypeImageInfo {
FILE: ext/LogotypeImageResolution.c
type LogotypeImageResolution (line 11) | struct LogotypeImageResolution
type LogotypeImageResolution (line 22) | struct LogotypeImageResolution
type LogotypeImageResolution (line 39) | struct LogotypeImageResolution
type LogotypeImageResolution (line 40) | struct LogotypeImageResolution
type LogotypeImageResolution (line 41) | struct LogotypeImageResolution
type LogotypeImageResolution (line 42) | struct LogotypeImageResolution
FILE: ext/LogotypeImageResolution.h
type LogotypeImageResolution_PR (line 23) | typedef enum LogotypeImageResolution_PR {
type LogotypeImageResolution_t (line 30) | typedef struct LogotypeImageResolution {
FILE: ext/LogotypeImageType.h
type e_LogotypeImageType (line 22) | typedef enum LogotypeImageType {
type INTEGER_t (line 28) | typedef INTEGER_t LogotypeImageType_t;
FILE: ext/LogotypeInfo.c
type LogotypeInfo (line 11) | struct LogotypeInfo
type LogotypeInfo (line 22) | struct LogotypeInfo
type LogotypeInfo (line 39) | struct LogotypeInfo
type LogotypeInfo (line 40) | struct LogotypeInfo
type LogotypeInfo (line 41) | struct LogotypeInfo
type LogotypeInfo (line 42) | struct LogotypeInfo
FILE: ext/LogotypeInfo.h
type LogotypeInfo_PR (line 24) | typedef enum LogotypeInfo_PR {
type LogotypeInfo_t (line 31) | typedef struct LogotypeInfo {
FILE: ext/LogotypeReference.c
function memb_refStructHash_constraint_1 (line 10) | static int
function memb_refStructURI_constraint_1 (line 36) | static int
type refStructHash (line 79) | struct refStructHash
type refStructHash (line 80) | struct refStructHash
type refStructURI (line 119) | struct refStructURI
type refStructURI (line 120) | struct refStructURI
type LogotypeReference (line 143) | struct LogotypeReference
type LogotypeReference (line 154) | struct LogotypeReference
type LogotypeReference (line 174) | struct LogotypeReference
type LogotypeReference (line 175) | struct LogotypeReference
FILE: ext/LogotypeReference.h
type HashAlgAndValue (line 25) | struct HashAlgAndValue
type LogotypeReference_t (line 28) | typedef struct LogotypeReference {
FILE: ext/NULL.c
function asn_enc_rval_t (line 56) | asn_enc_rval_t
function asn_enc_rval_t (line 71) | asn_enc_rval_t
function NULL__xer_body_decode (line 90) | static enum xer_pbd_rval
function asn_dec_rval_t (line 105) | asn_dec_rval_t
function NULL_compare (line 115) | int
function NULL_print (line 123) | int
function asn_dec_rval_t (line 137) | asn_dec_rval_t
function asn_enc_rval_t (line 166) | asn_enc_rval_t
FILE: ext/NULL.h
type NULL_t (line 19) | typedef int NULL_t;
FILE: ext/Name.c
type Name (line 11) | struct Name
type Name (line 27) | struct Name
type Name (line 28) | struct Name
type Name (line 29) | struct Name
type Name (line 30) | struct Name
FILE: ext/Name.h
type Name_PR (line 23) | typedef enum Name_PR {
type Name_t (line 29) | typedef struct Name {
FILE: ext/NameConstraints.c
type NameConstraints (line 11) | struct NameConstraints
type NameConstraints (line 22) | struct NameConstraints
type NameConstraints (line 42) | struct NameConstraints
type NameConstraints (line 43) | struct NameConstraints
FILE: ext/NameConstraints.h
type GeneralSubtrees (line 22) | struct GeneralSubtrees
type NameConstraints_t (line 25) | typedef struct NameConstraints {
FILE: ext/NameRegistrationAuthorities.c
type NameRegistrationAuthorities (line 27) | struct NameRegistrationAuthorities
type NameRegistrationAuthorities (line 28) | struct NameRegistrationAuthorities
FILE: ext/NameRegistrationAuthorities.h
type GeneralName (line 23) | struct GeneralName
type NameRegistrationAuthorities_t (line 26) | typedef struct NameRegistrationAuthorities {
FILE: ext/NativeEnumerated.c
function asn_enc_rval_t (line 61) | asn_enc_rval_t
function asn_dec_rval_t (line 92) | asn_dec_rval_t
function NativeEnumerated__compar_value2enum (line 148) | static int
function asn_enc_rval_t (line 159) | asn_enc_rval_t
FILE: ext/NativeInteger.c
function asn_dec_rval_t (line 65) | asn_dec_rval_t
function asn_enc_rval_t (line 151) | asn_enc_rval_t
function asn_dec_rval_t (line 188) | asn_dec_rval_t
function asn_enc_rval_t (line 230) | asn_enc_rval_t
function asn_dec_rval_t (line 257) | asn_dec_rval_t
function asn_enc_rval_t (line 294) | asn_enc_rval_t
function NativeInteger_print (line 325) | int
function NativeInteger_free (line 348) | void
function NativeInteger_compare (line 369) | int
FILE: ext/NetworkAddress.c
function check_permitted_alphabet_1 (line 17) | static int check_permitted_alphabet_1(const void *sptr) {
function NetworkAddress_constraint (line 31) | int
FILE: ext/NetworkAddress.h
type X121Address_t (line 22) | typedef X121Address_t NetworkAddress_t;
FILE: ext/NoticeReference.c
type noticeNumbers (line 27) | struct noticeNumbers
type noticeNumbers (line 28) | struct noticeNumbers
type NoticeReference (line 51) | struct NoticeReference
type NoticeReference (line 62) | struct NoticeReference
type NoticeReference (line 85) | struct NoticeReference
type NoticeReference (line 86) | struct NoticeReference
FILE: ext/NoticeReference.h
type NoticeReference_t (line 26) | typedef struct NoticeReference {
FILE: ext/NumericString.c
function asn_DEF_NumericString_v2c (line 15) | static int asn_DEF_NumericString_v2c(unsigned int value) {
function asn_DEF_NumericString_c2v (line 24) | static int asn_DEF_NumericString_c2v(unsigned int code) {
function NumericString_constraint (line 82) | int
FILE: ext/NumericString.h
type OCTET_STRING_t (line 14) | typedef OCTET_STRING_t NumericString_t;
FILE: ext/NumericUserIdentifier.c
function check_permitted_alphabet_1 (line 17) | static int check_permitted_alphabet_1(const void *sptr) {
function NumericUserIdentifier_constraint (line 31) | int
FILE: ext/NumericUserIdentifier.h
type NumericString_t (line 22) | typedef NumericString_t NumericUserIdentifier_t;
FILE: ext/OBJECT_IDENTIFIER.c
function OBJECT_IDENTIFIER_constraint (line 61) | int
function OBJECT_IDENTIFIER_get_single_arc (line 85) | int
function OBJECT_IDENTIFIER__dump_arc (line 201) | ssize_t
function OBJECT_IDENTIFIER_print_arc (line 232) | int
function OBJECT_IDENTIFIER__dump_body (line 242) | static ssize_t
function OBJECT_IDENTIFIER__xer_body_decode (line 288) | static enum xer_pbd_rval
function asn_dec_rval_t (line 330) | asn_dec_rval_t
function asn_enc_rval_t (line 340) | asn_enc_rval_t
function OBJECT_IDENTIFIER_print (line 359) | int
function OBJECT_IDENTIFIER_get_arcs (line 380) | int
function OBJECT_IDENTIFIER_set_single_arc (line 441) | int
function OBJECT_IDENTIFIER_set_arcs (line 509) | int
function OBJECT_IDENTIFIER_parse_arcs (line 664) | int
FILE: ext/OBJECT_IDENTIFIER.h
type ASN__PRIMITIVE_TYPE_t (line 17) | typedef ASN__PRIMITIVE_TYPE_t OBJECT_IDENTIFIER_t;
FILE: ext/OCTET_STRING.c
type _stack_el (line 138) | struct _stack_el
type _stack_el (line 139) | struct _stack_el
type _stack (line 141) | struct _stack {
type _stack_el (line 146) | struct _stack_el
type _stack (line 147) | struct _stack
type _stack_el (line 148) | struct _stack_el
type _stack_el (line 159) | struct _stack_el
type _stack_el (line 159) | struct _stack_el
type _stack (line 177) | struct _stack
type _stack (line 179) | struct _stack
type _stack (line 179) | struct _stack
function asn_dec_rval_t (line 185) | asn_dec_rval_t
function asn_enc_rval_t (line 531) | asn_enc_rval_t
function asn_enc_rval_t (line 595) | asn_enc_rval_t
type OCTET_STRING__xer_escape_table_s (line 658) | struct OCTET_STRING__xer_escape_table_s {
function OS__check_escaped_control_char (line 711) | static int
function OCTET_STRING__handle_control_chars (line 729) | static int
function asn_enc_rval_t (line 751) | asn_enc_rval_t
function OCTET_STRING__convert_hexadecimal (line 799) | static ssize_t OCTET_STRING__convert_hexadecimal(void *sptr, const void ...
function OCTET_STRING__convert_binary (line 876) | static ssize_t OCTET_STRING__convert_binary(void *sptr, const void *chun...
function OS__strtoent (line 938) | static int
function OCTET_STRING__convert_entrefs (line 978) | static ssize_t OCTET_STRING__convert_entrefs(void *sptr, const void *chu...
function asn_dec_rval_t (line 1118) | static asn_dec_rval_t
function asn_dec_rval_t (line 1178) | asn_dec_rval_t
function asn_dec_rval_t (line 1189) | asn_dec_rval_t
function asn_dec_rval_t (line 1200) | asn_dec_rval_t
function OCTET_STRING_per_get_characters (line 1210) | static int
function OCTET_STRING_per_put_characters (line 1274) | static int
function asn_dec_rval_t (line 1341) | asn_dec_rval_t
function asn_enc_rval_t (line 1513) | asn_enc_rval_t
function OCTET_STRING_print (line 1675) | int
function OCTET_STRING_print_utf8 (line 1717) | int
function OCTET_STRING_free (line 1732) | void
function OCTET_STRING_fromBuf (line 1784) | int
function OCTET_STRING_t (line 1821) | OCTET_STRING_t *
function OCTET_STRING_compare (line 1841) | int
FILE: ext/OCTET_STRING.h
type OCTET_STRING_t (line 14) | typedef struct OCTET_STRING {
type asn_OCTET_STRING_specifics_t (line 73) | typedef const struct asn_OCTET_STRING_specifics_s {
FILE: ext/OPEN_TYPE.c
function asn_dec_rval_t (line 39) | asn_dec_rval_t
function asn_dec_rval_t (line 123) | asn_dec_rval_t
function asn_dec_rval_t (line 286) | asn_dec_rval_t
function asn_enc_rval_t (line 360) | asn_enc_rval_t
FILE: ext/ORAddress.c
type ORAddress (line 11) | struct ORAddress
type ORAddress (line 22) | struct ORAddress
type ORAddress (line 33) | struct ORAddress
type ORAddress (line 54) | struct ORAddress
type ORAddress (line 55) | struct ORAddress
FILE: ext/ORAddress.h
type BuiltInDomainDefinedAttributes (line 23) | struct BuiltInDomainDefinedAttributes
type ExtensionAttributes (line 24) | struct ExtensionAttributes
type ORAddress_t (line 27) | typedef struct ORAddress {
FILE: ext/OrganizationName.c
function check_permitted_alphabet_1 (line 21) | static int check_permitted_alphabet_1(const void *sptr) {
function OrganizationName_constraint (line 35) | int
FILE: ext/OrganizationName.h
type PrintableString_t (line 22) | typedef PrintableString_t OrganizationName_t;
FILE: ext/OrganizationalUnitName.c
function check_permitted_alphabet_1 (line 21) | static int check_permitted_alphabet_1(const void *sptr) {
function OrganizationalUnitName_constraint (line 35) | int
FILE: ext/OrganizationalUnitName.h
type PrintableString_t (line 22) | typedef PrintableString_t OrganizationalUnitName_t;
FILE: ext/OrganizationalUnitNames.c
type OrganizationalUnitNames (line 27) | struct OrganizationalUnitNames
type OrganizationalUnitNames (line 28) | struct OrganizationalUnitNames
FILE: ext/OrganizationalUnitNames.h
type OrganizationalUnitNames_t (line 24) | typedef struct OrganizationalUnitNames {
FILE: ext/OtherLogotypeInfo.c
type OtherLogotypeInfo (line 11) | struct OtherLogotypeInfo
type OtherLogotypeInfo (line 22) | struct OtherLogotypeInfo
type OtherLogotypeInfo (line 43) | struct OtherLogotypeInfo
type OtherLogotypeInfo (line 44) | struct OtherLogotypeInfo
FILE: ext/OtherLogotypeInfo.h
type OtherLogotypeInfo_t (line 24) | typedef struct OtherLogotypeInfo {
FILE: ext/PDSName.c
function check_permitted_alphabet_1 (line 21) | static int check_permitted_alphabet_1(const void *sptr) {
function PDSName_constraint (line 35) | int
FILE: ext/PDSName.h
type PrintableString_t (line 22) | typedef PrintableString_t PDSName_t;
FILE: ext/PDSParameter.c
function check_permitted_alphabet_2 (line 21) | static int check_permitted_alphabet_2(const void *sptr) {
function memb_printable_string_constraint_1 (line 35) | static int
function memb_teletex_string_constraint_1 (line 62) | static int
type PDSParameter (line 89) | struct PDSParameter
type PDSParameter (line 100) | struct PDSParameter
type PDSParameter (line 123) | struct PDSParameter
type PDSParameter (line 124) | struct PDSParameter
type PDSParameter (line 125) | struct PDSParameter
FILE: ext/PDSParameter.h
type PDSParameter_PR (line 28) | typedef enum PDSParameter_PR {
type PDSParameter_t (line 34) | typedef struct PDSParameter {
FILE: ext/PKCS9String.c
function check_permitted_alphabet_2 (line 10) | static int check_permitted_alphabet_2(const void *sptr) {
function memb_ia5String_constraint_1 (line 23) | static int
type PKCS9String (line 51) | struct PKCS9String
type PKCS9String (line 62) | struct PKCS9String
type PKCS9String (line 83) | struct PKCS9String
type PKCS9String (line 84) | struct PKCS9String
type PKCS9String (line 85) | struct PKCS9String
type PKCS9String (line 86) | struct PKCS9String
FILE: ext/PKCS9String.h
type PKCS9String_PR (line 24) | typedef enum PKCS9String_PR {
type PKCS9String_t (line 31) | typedef struct PKCS9String {
FILE: ext/Pentanomial.c
type Pentanomial (line 11) | struct Pentanomial
type Pentanomial (line 22) | struct Pentanomial
type Pentanomial (line 33) | struct Pentanomial
type Pentanomial (line 54) | struct Pentanomial
type Pentanomial (line 55) | struct Pentanomial
FILE: ext/Pentanomial.h
type Pentanomial_t (line 23) | typedef struct Pentanomial {
FILE: ext/PersonalName.c
function check_permitted_alphabet_2 (line 21) | static int check_permitted_alphabet_2(const void *sptr) {
function check_permitted_alphabet_3 (line 46) | static int check_permitted_alphabet_3(const void *sptr) {
function check_permitted_alphabet_4 (line 71) | static int check_permitted_alphabet_4(const void *sptr) {
function check_permitted_alphabet_5 (line 96) | static int check_permitted_alphabet_5(const void *sptr) {
function memb_surname_constraint_1 (line 110) | static int
function memb_given_name_constraint_1 (line 137) | static int
function memb_initials_constraint_1 (line 164) | static int
function memb_generation_qualifier_constraint_1 (line 191) | static int
type PersonalName (line 219) | struct PersonalName
type PersonalName (line 230) | struct PersonalName
type PersonalName (line 241) | struct PersonalName
type PersonalName (line 252) | struct PersonalName
type PersonalName (line 277) | struct PersonalName
type PersonalName (line 278) | struct PersonalName
type PersonalName (line 279) | struct PersonalName
FILE: ext/PersonalName.h
type PersonalName_PR (line 27) | typedef enum PersonalName_PR {
type PersonalName_t (line 35) | typedef struct PersonalName {
FILE: ext/PhysicalDeliveryCountryName.c
function check_permitted_alphabet_2 (line 17) | static int check_permitted_alphabet_2(const void *sptr) {
function check_permitted_alphabet_3 (line 42) | static int check_permitted_alphabet_3(const void *sptr) {
function memb_x121_dcc_code_constraint_1 (line 56) | static int
function memb_iso_3166_alpha2_code_constraint_1 (line 83) | static int
type PhysicalDeliveryCountryName (line 111) | struct PhysicalDeliveryCountryName
type PhysicalDeliveryCountryName (line 122) | struct PhysicalDeliveryCountryName
type PhysicalDeliveryCountryName (line 139) | struct PhysicalDeliveryCountryName
type PhysicalDeliveryCountryName (line 140) | struct PhysicalDeliveryCountryName
type PhysicalDeliveryCountryName (line 141) | struct PhysicalDeliveryCountryName
type PhysicalDeliveryCountryName (line 142) | struct PhysicalDeliveryCountryName
FILE: ext/PhysicalDeliveryCountryName.h
type PhysicalDeliveryCountryName_PR (line 24) | typedef enum PhysicalDeliveryCountryName_PR {
type PhysicalDeliveryCountryName_t (line 31) | typedef struct PhysicalDeliveryCountryName {
FILE: ext/PhysicalDeliveryOfficeName.h
type PDSParameter_t (line 22) | typedef PDSParameter_t PhysicalDeliveryOfficeName_t;
FILE: ext/PhysicalDeliveryOfficeNumber.h
type PDSParameter_t (line 22) | typedef PDSParameter_t PhysicalDeliveryOfficeNumber_t;
FILE: ext/PhysicalDeliveryOrganizationName.h
type PDSParameter_t (line 22) | typedef PDSParameter_t PhysicalDeliveryOrganizationName_t;
FILE: ext/PhysicalDeliveryPersonalName.h
type PDSParameter_t (line 22) | typedef PDSParameter_t PhysicalDeliveryPersonalName_t;
FILE: ext/PlaceOfBirth.h
type DirectoryString_t (line 22) | typedef DirectoryString_t PlaceOfBirth_t;
FILE: ext/PolicyConstraints.c
type PolicyConstraints (line 11) | struct PolicyConstraints
type PolicyConstraints (line 22) | struct PolicyConstraints
type PolicyConstraints (line 42) | struct PolicyConstraints
type PolicyConstraints (line 43) | struct PolicyConstraints
FILE: ext/PolicyConstraints.h
type PolicyConstraints_t (line 23) | typedef struct PolicyConstraints {
FILE: ext/PolicyInformation.c
function memb_policyQualifiers_constraint_1 (line 10) | static int
type policyQualifiers (line 53) | struct policyQualifiers
type policyQualifiers (line 54) | struct policyQualifiers
type PolicyInformation (line 77) | struct PolicyInformation
type PolicyInformation (line 88) | struct PolicyInformation
type PolicyInformation (line 108) | struct PolicyInformation
type PolicyInformation (line 109) | struct PolicyInformation
FILE: ext/PolicyInformation.h
type PolicyQualifierInfo (line 25) | struct PolicyQualifierInfo
type PolicyInformation_t (line 28) | typedef struct PolicyInformation {
FILE: ext/PolicyMappings.c
type Member (line 11) | struct Member
type Member (line 22) | struct Member
type Member (line 42) | struct Member
type Member (line 43) | struct Member
type PolicyMappings (line 86) | struct PolicyMappings
type PolicyMappings (line 87) | struct PolicyMappings
FILE: ext/PolicyMappings.h
type Member (line 25) | typedef struct Member {
type PolicyMappings_t (line 34) | typedef struct PolicyMappings {
FILE: ext/PolicyQualifierId.c
function PolicyQualifierId_constraint (line 10) | int
FILE: ext/PolicyQualifierId.h
type OBJECT_IDENTIFIER_t (line 22) | typedef OBJECT_IDENTIFIER_t PolicyQualifierId_t;
FILE: ext/PolicyQualifierInfo.c
type PolicyQualifierInfo (line 11) | struct PolicyQualifierInfo
type PolicyQualifierInfo (line 22) | struct PolicyQualifierInfo
type PolicyQualifierInfo (line 41) | struct PolicyQualifierInfo
type PolicyQualifierInfo (line 42) | struct PolicyQualifierInfo
FILE: ext/PolicyQualifierInfo.h
type PolicyQualifierInfo_t (line 24) | typedef struct PolicyQualifierInfo {
FILE: ext/PostOfficeBoxAddress.h
type PDSParameter_t (line 22) | typedef PDSParameter_t PostOfficeBoxAddress_t;
FILE: ext/PostalAddress.c
type PostalAddress (line 27) | struct PostalAddress
type PostalAddress (line 28) | struct PostalAddress
FILE: ext/PostalAddress.h
type DirectoryString (line 23) | struct DirectoryString
type PostalAddress_t (line 26) | typedef struct PostalAddress {
FILE: ext/PostalCode.c
function check_permitted_alphabet_2 (line 17) | static int check_permitted_alphabet_2(const void *sptr) {
function check_permitted_alphabet_3 (line 42) | static int check_permitted_alphabet_3(const void *sptr) {
function memb_numeric_code_constraint_1 (line 56) | static int
function memb_printable_code_constraint_1 (line 83) | static int
type PostalCode (line 111) | struct PostalCode
type PostalCode (line 122) | struct PostalCode
type PostalCode (line 139) | struct PostalCode
type PostalCode (line 140) | struct PostalCode
type PostalCode (line 141) | struct PostalCode
type PostalCode (line 142) | struct PostalCode
FILE: ext/PostalCode.h
type PostalCode_PR (line 24) | typedef enum PostalCode_PR {
type PostalCode_t (line 31) | typedef struct PostalCode {
FILE: ext/PosteRestanteAddress.h
type PDSParameter_t (line 22) | typedef PDSParameter_t PosteRestanteAddress_t;
FILE: ext/PredefinedBiometricType.c
function PredefinedBiometricType_constraint (line 10) | int
FILE: ext/PredefinedBiometricType.h
type e_PredefinedBiometricType (line 22) | typedef enum PredefinedBiometricType {
type PredefinedBiometricType_t (line 28) | typedef long PredefinedBiometricType_t;
FILE: ext/PresentationAddress.c
function memb_nAddresses_constraint_1 (line 10) | static int
type nAddresses (line 54) | struct nAddresses
type nAddresses (line 55) | struct nAddresses
type PresentationAddress (line 78) | struct PresentationAddress
type PresentationAddress (line 89) | struct PresentationAddress
type PresentationAddress (line 100) | struct PresentationAddress
type PresentationAddress (line 111) | struct PresentationAddress
type PresentationAddress (line 133) | struct PresentationAddress
type PresentationAddress (line 134) | struct PresentationAddress
FILE: ext/PresentationAddress.h
type PresentationAddress_t (line 25) | typedef struct PresentationAddress {
FILE: ext/Prime-p.h
type INTEGER_t (line 22) | typedef INTEGER_t Prime_p_t;
FILE: ext/PrintableString.c
function asn_DEF_PrintableString_v2c (line 36) | static int asn_DEF_PrintableString_v2c(unsigned int value) {
function asn_DEF_PrintableString_c2v (line 39) | static int asn_DEF_PrintableString_c2v(unsigned int code) {
function PrintableString_constraint (line 93) | int
FILE: ext/PrintableString.h
type OCTET_STRING_t (line 14) | typedef OCTET_STRING_t PrintableString_t;
FILE: ext/PrivateDomainName.c
function check_permitted_alphabet_2 (line 17) | static int check_permitted_alphabet_2(const void *sptr) {
function check_permitted_alphabet_3 (line 42) | static int check_permitted_alphabet_3(const void *sptr) {
function memb_numeric_constraint_1 (line 56) | static int
function memb_printable_constraint_1 (line 83) | static int
type PrivateDomainName (line 111) | struct PrivateDomainName
type PrivateDomainName (line 122) | struct PrivateDomainName
type PrivateDomainName (line 139) | struct PrivateDomainName
type PrivateDomainName (line 140) | struct PrivateDomainName
type PrivateDomainName (line 141) | struct PrivateDomainName
type PrivateDomainName (line 142) | struct PrivateDomainName
FILE: ext/PrivateDomainName.h
type PrivateDomainName_PR (line 24) | typedef enum PrivateDomainName_PR {
type PrivateDomainName_t (line 31) | typedef struct PrivateDomainName {
FILE: ext/PrivateKeyUsagePeriod.c
type PrivateKeyUsagePeriod (line 11) | struct PrivateKeyUsagePeriod
type PrivateKeyUsagePeriod (line 22) | struct PrivateKeyUsagePeriod
type PrivateKeyUsagePeriod (line 42) | struct PrivateKeyUsagePeriod
type PrivateKeyUsagePeriod (line 43) | struct PrivateKeyUsagePeriod
FILE: ext/PrivateKeyUsagePeriod.h
type PrivateKeyUsagePeriod_t (line 23) | typedef struct PrivateKeyUsagePeriod {
FILE: ext/QCStatement.c
type QCStatement (line 11) | struct QCStatement
type QCStatement (line 22) | struct QCStatement
type QCStatement (line 41) | struct QCStatement
type QCStatement (line 42) | struct QCStatement
FILE: ext/QCStatement.h
type QCStatement_t (line 24) | typedef struct QCStatement {
FILE: ext/QCStatements.c
type QCStatements (line 27) | struct QCStatements
type QCStatements (line 28) | struct QCStatements
FILE: ext/QCStatements.h
type QCStatement (line 23) | struct QCStatement
type QCStatements_t (line 26) | typedef struct QCStatements {
FILE: ext/RDNSequence.c
type RDNSequence (line 27) | struct RDNSequence
type RDNSequence (line 28) | struct RDNSequence
FILE: ext/RDNSequence.h
type RelativeDistinguishedName (line 23) | struct RelativeDistinguishedName
type RDNSequence_t (line 26) | typedef struct RDNSequence {
FILE: ext/RSAPublicKey.c
type RSAPublicKey (line 11) | struct RSAPublicKey
type RSAPublicKey (line 22) | struct RSAPublicKey
type RSAPublicKey (line 42) | struct RSAPublicKey
type RSAPublicKey (line 43) | struct RSAPublicKey
FILE: ext/RSAPublicKey.h
type RSAPublicKey_t (line 23) | typedef struct RSAPublicKey {
FILE: ext/ReasonFlags.h
type e_ReasonFlags (line 22) | typedef enum ReasonFlags {
type BIT_STRING_t (line 35) | typedef BIT_STRING_t ReasonFlags_t;
FILE: ext/RelativeDistinguishedName.c
type RelativeDistinguishedName (line 27) | struct RelativeDistinguishedName
type RelativeDistinguishedName (line 28) | struct RelativeDistinguishedName
FILE: ext/RelativeDistinguishedName.h
type AttributeTypeAndValue (line 23) | struct AttributeTypeAndValue
type RelativeDistinguishedName_t (line 26) | typedef struct RelativeDistinguishedName {
FILE: ext/SMIMECapabilities.c
type SMIMECapabilities (line 27) | struct SMIMECapabilities
type SMIMECapabilities (line 28) | struct SMIMECapabilities
FILE: ext/SMIMECapabilities.h
type SMIMECapability (line 23) | struct SMIMECapability
type SMIMECapabilities_t (line 26) | typedef struct SMIMECapabilities {
FILE: ext/SMIMECapability.c
type SMIMECapability (line 11) | struct SMIMECapability
type SMIMECapability (line 22) | struct SMIMECapability
type SMIMECapability (line 41) | struct SMIMECapability
type SMIMECapability (line 42) | struct SMIMECapability
FILE: ext/SMIMECapability.h
type SMIMECapability_t (line 24) | typedef struct SMIMECapability {
FILE: ext/SemanticsInformation.c
type SemanticsInformation (line 11) | struct SemanticsInformation
type SemanticsInformation (line 22) | struct SemanticsInformation
type SemanticsInformation (line 42) | struct SemanticsInformation
type SemanticsInformation (line 43) | struct SemanticsInformation
FILE: ext/SemanticsInformation.h
type NameRegistrationAuthorities (line 23) | struct NameRegistrationAuthorities
type SemanticsInformation_t (line 26) | typedef struct SemanticsInformation {
FILE: ext/SkipCerts.c
function SkipCerts_constraint (line 10) | int
FILE: ext/SkipCerts.h
type INTEGER_t (line 22) | typedef INTEGER_t SkipCerts_t;
FILE: ext/StreetAddress.h
type PDSParameter_t (line 22) | typedef PDSParameter_t StreetAddress_t;
FILE: ext/SubjectAltName.c
function SubjectAltName_constraint (line 10) | int
FILE: ext/SubjectAltName.h
type GeneralNames_t (line 22) | typedef GeneralNames_t SubjectAltName_t;
FILE: ext/SubjectDirectoryAttributes.c
type SubjectDirectoryAttributes (line 27) | struct SubjectDirectoryAttributes
type SubjectDirectoryAttributes (line 28) | struct SubjectDirectoryAttributes
FILE: ext/SubjectDirectoryAttributes.h
type Attribute (line 23) | struct Attribute
type SubjectDirectoryAttributes_t (line 26) | typedef struct SubjectDirectoryAttributes {
FILE: ext/SubjectInfoAccessSyntax.c
type SubjectInfoAccessSyntax (line 27) | struct SubjectInfoAccessSyntax
type SubjectInfoAccessSyntax (line 28) | struct SubjectInfoAccessSyntax
FILE: ext/SubjectInfoAccessSyntax.h
type AccessDescription (line 23) | struct AccessDescription
type SubjectInfoAccessSyntax_t (line 26) | typedef struct SubjectInfoAccessSyntax {
FILE: ext/SubjectKeyIdentifier.h
type KeyIdentifier_t (line 22) | typedef KeyIdentifier_t SubjectKeyIdentifier_t;
FILE: ext/SubjectPublicKeyInfo.c
type SubjectPublicKeyInfo (line 11) | struct SubjectPublicKeyInfo
type SubjectPublicKeyInfo (line 22) | struct SubjectPublicKeyInfo
type SubjectPublicKeyInfo (line 42) | struct SubjectPublicKeyInfo
type SubjectPublicKeyInfo (line 43) | struct SubjectPublicKeyInfo
FILE: ext/SubjectPublicKeyInfo.h
type SubjectPublicKeyInfo_t (line 24) | typedef struct SubjectPublicKeyInfo {
FILE: ext/TBSCertList.c
type Member (line 11) | struct Member
type Member (line 22) | struct Member
type Member (line 33) | struct Member
type Member (line 55) | struct Member
type Member (line 56) | struct Member
type revokedCertificates (line 99) | struct revokedCertificates
type revokedCertificates (line 100) | struct revokedCertificates
type TBSCertList (line 123) | struct TBSCertList
type TBSCertList (line 134) | struct TBSCertList
type TBSCertList (line 145) | struct TBSCertList
type TBSCertList (line 156) | struct TBSCertList
type TBSCertList (line 167) | struct TBSCertList
type TBSCertList (line 178) | struct TBSCertList
type TBSCertList (line 189) | struct TBSCertList
type TBSCertList (line 216) | struct TBSCertList
type TBSCertList (line 217) | struct TBSCertList
FILE: ext/TBSCertList.h
type Time (line 29) | struct Time
type Extensions (line 30) | struct Extensions
type Member (line 33) | typedef struct Member {
type TBSCertList_t (line 43) | typedef struct TBSCertList {
FILE: ext/TBSCertificate.c
function asn_DFL_2_set_0 (line 10) | static int asn_DFL_2_set_0(int set_value, void **sptr) {
type TBSCertificate (line 31) | struct TBSCertificate
type TBSCertificate (line 42) | struct TBSCertificate
type TBSCertificate (line 53) | struct TBSCertificate
type TBSCertificate (line 64) | struct TBSCertificate
type TBSCertificate (line 75) | struct TBSCertificate
type TBSCertificate (line 86) | struct TBSCertificate
type TBSCertificate (line 97) | struct TBSCertificate
type TBSCertificate (line 108) | struct TBSCertificate
type TBSCertificate (line 119) | struct TBSCertificate
type TBSCertificate (line 130) | struct TBSCertificate
type TBSCertificate (line 158) | struct TBSCertificate
type TBSCertificate (line 159) | struct TBSCertificate
FILE: ext/TBSCertificate.h
type Extensions (line 29) | struct Extensions
type TBSCertificate_t (line 32) | typedef struct TBSCertificate {
FILE: ext/TTime.h
type Time_PR (line 24) | typedef enum Time_PR {
type Time_t (line 31) | typedef struct Time {
FILE: ext/TeletexCommonName.c
function TeletexCommonName_constraint (line 10) | int
FILE: ext/TeletexCommonName.h
type TeletexString_t (line 22) | typedef TeletexString_t TeletexCommonName_t;
FILE: ext/TeletexDomainDefinedAttribute.c
function memb_type_constraint_1 (line 10) | static int
function memb_value_constraint_1 (line 36) | static int
type TeletexDomainDefinedAttribute (line 63) | struct TeletexDomainDefinedAttribute
type TeletexDomainDefinedAttribute (line 74) | struct TeletexDomainDefinedAttribute
type TeletexDomainDefinedAttribute (line 94) | struct TeletexDomainDefinedAttribute
type TeletexDomainDefinedAttribute (line 95) | struct TeletexDomainDefinedAttribute
FILE: ext/TeletexDomainDefinedAttribute.h
type TeletexDomainDefinedAttribute_t (line 23) | typedef struct TeletexDomainDefinedAttribute {
FILE: ext/TeletexDomainDefinedAttributes.c
type TeletexDomainDefinedAttributes (line 27) | struct TeletexDomainDefinedAttributes
type TeletexDomainDefinedAttributes (line 28) | struct TeletexDomainDefinedAttributes
FILE: ext/TeletexDomainDefinedAttributes.h
type TeletexDomainDefinedAttribute (line 23) | struct TeletexDomainDefinedAttribute
type TeletexDomainDefinedAttributes_t (line 26) | typedef struct TeletexDomainDefinedAttributes {
FILE: ext/TeletexOrganizationName.c
function TeletexOrganizationName_constraint (line 10) | int
FILE: ext/TeletexOrganizationName.h
type TeletexString_t (line 22) | typedef TeletexString_t TeletexOrganizationName_t;
FILE: ext/TeletexOrganizationalUnitName.c
function TeletexOrganizationalUnitName_constraint (line 10) | int
FILE: ext/TeletexOrganizationalUnitName.h
type TeletexString_t (line 22) | typedef TeletexString_t TeletexOrganizationalUnitName_t;
FILE: ext/TeletexOrganizationalUnitNames.c
type TeletexOrganizationalUnitNames (line 27) | struct TeletexOrganizationalUnitNames
type TeletexOrganizationalUnitNames (line 28) | struct TeletexOrganizationalUnitNames
FILE: ext/TeletexOrganizationalUnitNames.h
type TeletexOrganizationalUnitNames_t (line 24) | typedef struct TeletexOrganizationalUnitNames {
FILE: ext/TeletexPersonalName.c
function memb_surname_constraint_1 (line 10) | static int
function memb_given_name_constraint_1 (line 36) | static int
function memb_initials_constraint_1 (line 62) | static int
function memb_generation_qualifier_constraint_1 (line 88) | static int
type TeletexPersonalName (line 115) | struct TeletexPersonalName
type TeletexPersonalName (line 126) | struct TeletexPersonalName
type TeletexPersonalName (line 137) | struct TeletexPersonalName
type TeletexPersonalName (line 148) | struct TeletexPersonalName
type TeletexPersonalName (line 174) | struct TeletexPersonalName
type TeletexPersonalName (line 175) | struct TeletexPersonalName
type TeletexPersonalName (line 176) | struct TeletexPersonalName
FILE: ext/TeletexPersonalName.h
type TeletexPersonalName_PR (line 27) | typedef enum TeletexPersonalName_PR {
type TeletexPersonalName_t (line 35) | typedef struct TeletexPersonalName {
FILE: ext/TeletexString.h
type OCTET_STRING_t (line 14) | typedef OCTET_STRING_t TeletexString_t;
FILE: ext/TerminalIdentifier.c
function check_permitted_alphabet_1 (line 21) | static int check_permitted_alphabet_1(const void *sptr) {
function TerminalIdentifier_constraint (line 35) | int
FILE: ext/TerminalIdentifier.h
type PrintableString_t (line 22) | typedef PrintableString_t TerminalIdentifier_t;
FILE: ext/TerminalType.c
function TerminalType_constraint (line 10) | int
FILE: ext/TerminalType.h
type e_TerminalType (line 22) | typedef enum TerminalType {
type TerminalType_t (line 32) | typedef long TerminalType_t;
FILE: ext/Time.c
type Time (line 11) | struct Time
type Time (line 22) | struct Time
type Time (line 39) | struct Time
type Time (line 40) | struct Time
type Time (line 41) | struct Time
type Time (line 42) | struct Time
FILE: ext/Trinomial.h
type INTEGER_t (line 22) | typedef INTEGER_t Trinomial_t;
FILE: ext/TypeOfBiometricData.c
type TypeOfBiometricData (line 11) | struct TypeOfBiometricData
type TypeOfBiometricData (line 22) | struct TypeOfBiometricData
type TypeOfBiometricData (line 39) | struct TypeOfBiometricData
type TypeOfBiometricData (line 40) | struct TypeOfBiometricData
type TypeOfBiometricData (line 41) | struct TypeOfBiometricData
type TypeOfBiometricData (line 42) | struct TypeOfBiometricData
FILE: ext/TypeOfBiometricData.h
type TypeOfBiometricData_PR (line 24) | typedef enum TypeOfBiometricData_PR {
type TypeOfBiometricData_t (line 31) | typedef struct TypeOfBiometricData {
FILE: ext/UTCTime.c
function UTCTime_constraint (line 78) | int
function asn_enc_rval_t (line 98) | asn_enc_rval_t
function UTCTime_print (line 129) | int
function time_t (line 157) | time_t
function UTCTime_t (line 184) | UTCTime_t *
FILE: ext/UTCTime.h
type OCTET_STRING_t (line 14) | typedef OCTET_STRING_t UTCTime_t;
type tm (line 35) | struct tm
type tm (line 38) | struct tm
type tm (line 41) | struct tm
FILE: ext/UTF8String.c
function UTF8String_constraint (line 88) | int
function UTF8String__process (line 121) | static ssize_t
function UTF8String_length (line 170) | ssize_t
function UTF8String_to_wcs (line 179) | size_t
function UTF8String_print (line 189) | int
FILE: ext/UTF8String.h
type OCTET_STRING_t (line 14) | typedef OCTET_STRING_t UTF8String_t;
FILE: ext/UnformattedPostalAddress.c
function check_permitted_alphabet_3 (line 21) | static int check_permitted_alphabet_3(const void *sptr) {
function memb_PrintableString_constraint_2 (line 35) | static int
function memb_printable_address_constraint_1 (line 62) | static int
function memb_teletex_string_constraint_1 (line 88) | static int
type printable_address (line 131) | struct printable_address
type printable_address (line 132) | struct printable_address
type UnformattedPostalAddress (line 155) | struct UnformattedPostalAddress
type UnformattedPostalAddress (line 166) | struct UnformattedPostalAddress
type UnformattedPostalAddress (line 190) | struct UnformattedPostalAddress
type UnformattedPostalAddress (line 191) | struct UnformattedPostalAddress
type UnformattedPostalAddress (line 192) | struct UnformattedPostalAddress
FILE: ext/UnformattedPostalAddress.h
type UnformattedPostalAddress_PR (line 30) | typedef enum UnformattedPostalAddress_PR {
type UnformattedPostalAddress_t (line 36) | typedef struct UnformattedPostalAddress {
FILE: ext/UniqueIdentifier.h
type BIT_STRING_t (line 22) | typedef BIT_STRING_t UniqueIdentifier_t;
FILE: ext/UniquePostalName.h
type PDSParameter_t (line 22) | typedef PDSParameter_t UniquePostalName_t;
FILE: ext/UniversalString.c
function UniversalString__dump (line 69) | static ssize_t
function asn_dec_rval_t (line 128) | asn_dec_rval_t
function asn_enc_rval_t (line 185) | asn_enc_rval_t
function UniversalString_print (line 204) | int
FILE: ext/UniversalString.h
type OCTET_STRING_t (line 14) | typedef OCTET_STRING_t UniversalString_t;
FILE: ext/UserNotice.c
type UserNotice (line 11) | struct UserNotice
type UserNotice (line 22) | struct UserNotice
type UserNotice (line 45) | struct UserNotice
type UserNotice (line 46) | struct UserNotice
FILE: ext/UserNotice.h
type NoticeReference (line 22) | struct NoticeReference
type DisplayText (line 23) | struct DisplayText
type UserNotice_t (line 26) | typedef struct UserNotice {
FILE: ext/ValidationParms.c
type ValidationParms (line 11) | struct ValidationParms
type ValidationParms (line 22) | struct ValidationParms
type ValidationParms (line 42) | struct ValidationParms
type ValidationParms (line 43) | struct ValidationParms
FILE: ext/ValidationParms.h
type ValidationParms_t (line 24) | typedef struct ValidationParms {
FILE: ext/Validity.c
type Validity (line 11) | struct Validity
type Validity (line 22) | struct Validity
type Validity (line 44) | struct Validity
type Validity (line 45) | struct Validity
FILE: ext/Validity.h
type Validity_t (line 23) | typedef struct Validity {
FILE: ext/Version.h
type e_Version (line 22) | typedef enum Version {
type INTEGER_t (line 29) | typedef INTEGER_t Version_t;
FILE: ext/VisibleString.c
function VisibleString_constraint (line 62) | int
FILE: ext/VisibleString.h
type OCTET_STRING_t (line 14) | typedef OCTET_STRING_t VisibleString_t;
FILE: ext/X121Address.c
function check_permitted_alphabet_1 (line 17) | static int check_permitted_alphabet_1(const void *sptr) {
function X121Address_constraint (line 31) | int
FILE: ext/X121Address.h
type NumericString_t (line 22) | typedef NumericString_t X121Address_t;
FILE: ext/X520CommonName.c
function check_permitted_alphabet_3 (line 21) | static int check_permitted_alphabet_3(const void *sptr) {
function check_permitted_alphabet_4 (line 35) | static int check_permitted_alphabet_4(const void *sptr) {
function check_permitted_alphabet_6 (line 52) | static int check_permitted_alphabet_6(const void *sptr) {
function memb_teletexString_constraint_1 (line 67) | static int
function memb_printableString_constraint_1 (line 93) | static int
function memb_universalString_constraint_1 (line 120) | static int
function memb_utf8String_constraint_1 (line 147) | static int
function memb_bmpString_constraint_1 (line 179) | static int
type X520CommonName (line 207) | struct X520CommonName
type X520CommonName (line 218) | struct X520CommonName
type X520CommonName (line 229) | struct X520CommonName
type X520CommonName (line 240) | struct X520CommonName
type X520CommonName (line 251) | struct X520CommonName
type X520CommonName (line 271) | struct X520CommonName
type X520CommonName (line 272) | struct X520CommonName
type X520CommonName (line 273) | struct X520CommonName
type X520CommonName (line 274) | struct X520CommonName
FILE: ext/X520CommonName.h
type X520CommonName_PR (line 27) | typedef enum X520CommonName_PR {
type X520CommonName_t (line 37) | typedef struct X520CommonName {
FILE: ext/X520LocalityName.c
function check_permitted_alphabet_3 (line 21) | static int check_permitted_alphabet_3(const void *sptr) {
function check_permitted_alphabet_4 (line 35) | static int check_permitted_alphabet_4(const void *sptr) {
function check_permitted_alphabet_6 (line 52) | static int check_permitted_alphabet_6(const void *sptr) {
function memb_teletexString_constraint_1 (line 67) | static int
function memb_printableString_constraint_1 (line 93) | static int
function memb_universalString_constraint_1 (line 120) | static int
function memb_utf8String_constraint_1 (line 147) | static int
function memb_bmpString_constraint_1 (line 179) | static int
type X520LocalityName (line 207) | struct X520LocalityName
type X520LocalityName (line 218) | struct X520LocalityName
type X520LocalityName (line 229) | struct X520LocalityName
type X520LocalityName (line 240) | struct X520LocalityName
type X520LocalityName (line 251) | struct X520LocalityName
type X520LocalityName (line 271) | struct X520LocalityName
type X520LocalityName (line 272) | struct X520LocalityName
type X520LocalityName (line 273) | struct X520LocalityName
type X520LocalityName (line 274) | struct X520LocalityName
FILE: ext/X520LocalityName.h
type X520LocalityName_PR (line 27) | typedef enum X520LocalityName_PR {
type X520LocalityName_t (line 37) | typedef struct X520LocalityName {
FILE: ext/X520OrganizationName.c
function check_permitted_alphabet_3 (line 21) | static int check_permitted_alphabet_3(const void *sptr) {
function check_permitted_alphabet_4 (line 35) | static int check_permitted_alphabet_4(const void *sptr) {
function check_permitted_alphabet_6 (line 52) | static int check_permitted_alphabet_6(const void *sptr) {
function memb_teletexString_constraint_1 (line 67) | static int
function memb_printableString_constraint_1 (line 93) | static int
function memb_universalString_constraint_1 (line 120) | static int
function memb_utf8String_constraint_1 (line 147) | static int
function memb_bmpString_constraint_1 (line 179) | static int
type X520OrganizationName (line 207) | struct X520OrganizationName
type X520OrganizationName (line 218) | struct X520OrganizationName
type X520OrganizationName (line 229) | struct X520OrganizationName
type X520OrganizationName (line 240) | struct X520OrganizationName
type X520OrganizationName (line 251) | struct X520OrganizationName
type X520OrganizationName (line 271) | struct X520OrganizationName
type X520OrganizationName (line 272) | struct X520OrganizationName
type X520OrganizationName (line 273) | struct X520OrganizationName
type X520OrganizationName (line 274) | struct X520OrganizationName
FILE: ext/X520OrganizationName.h
type X520OrganizationName_PR (line 27) | typedef enum X520OrganizationName_PR {
type X520OrganizationName_t (line 37) | typedef struct X520OrganizationName {
FILE: ext/X520OrganizationalUnitName.c
function check_permitted_alphabet_3 (line 21) | static int check_permitted_alphabet_3(const void *sptr) {
function check_permitted_alphabet_4 (line 35) | static int check_permitted_alphabet_4(const void *sptr) {
function check_permitted_alphabet_6 (line 52) | static int check_permitted_alphabet_6(const void *sptr) {
function memb_teletexString_constraint_1 (line 67) | static int
function memb_printableString_constraint_1 (line 93) | static int
function memb_universalString_constraint_1 (line 120) | static int
function memb_utf8String_constraint_1 (line 147) | static int
function memb_bmpString_constraint_1 (line 179) | static int
type X520OrganizationalUnitName (line 207) | struct X520OrganizationalUnitName
type X520OrganizationalUnitName (line 218) | struct X520OrganizationalUnitName
type X520OrganizationalUnitName (line 229) | struct X520OrganizationalUnitName
type X520OrganizationalUnitName (line 240) | struct X520OrganizationalUnitName
type X520OrganizationalUnitName (line 251) | struct X520OrganizationalUnitName
type X520OrganizationalUnitName (line 271) | struct X520OrganizationalUnitName
type X520OrganizationalUnitName (line 272) | struct X520OrganizationalUnitName
type X520OrganizationalUnitName (line 273) | struct X520OrganizationalUnitName
type X520OrganizationalUnitName (line 274) | struct X520OrganizationalUnitName
FILE: ext/X520OrganizationalUnitName.h
type X520OrganizationalUnitName_PR (line 27) | typedef enum X520OrganizationalUnitName_PR {
type X520OrganizationalUnitName_t (line 37) | typedef struct X520OrganizationalUnitName {
FILE: ext/X520Pseudonym.c
function check_permitted_alphabet_3 (line 21) | static int check_permitted_alphabet_3(const void *sptr) {
function check_permitted_alphabet_4 (line 35) | static int check_permitted_alphabet_4(const void *sptr) {
function check_permitted_alphabet_6 (line 52) | static int check_permitted_alphabet_6(const void *sptr) {
function memb_teletexString_constraint_1 (line 67) | static int
function memb_printableString_constraint_1 (line 93) | static int
function memb_universalString_constraint_1 (line 120) | static int
function memb_utf8String_constraint_1 (line 147) | static int
function memb_bmpString_constraint_1 (line 179) | static int
type X520Pseudonym (line 207) | struct X520Pseudonym
type X520Pseudonym (line 218) | struct X520Pseudonym
type X520Pseudonym (line 229) | struct X520Pseudonym
type X520Pseudonym (line 240) | struct X520Pseudonym
type X520Pseudonym (line 251) | struct X520Pseudonym
type X520Pseudonym (line 271) | struct X520Pseudonym
type X520Pseudonym (line 272) | struct X520Pseudonym
type X520Pseudonym (line 273) | struct X520Pseudonym
type X520Pseudonym (line 274) | struct X520Pseudonym
FILE: ext/X520Pseudonym.h
type X520Pseudonym_PR (line 27) | typedef enum X520Pseudonym_PR {
type X520Pseudonym_t (line 37) | typedef struct X520Pseudonym {
FILE: ext/X520SerialNumber.c
function check_permitted_alphabet_1 (line 21) | static int check_permitted_alphabet_1(const void *sptr) {
function X520SerialNumber_constraint (line 35) | int
FILE: ext/X520SerialNumber.h
type PrintableString_t (line 22) | typedef PrintableString_t X520SerialNumber_t;
FILE: ext/X520StateOrProvinceName.c
function check_permitted_alphabet_3 (line 21) | static int check_permitted_alphabet_3(const void *sptr) {
function check_permitted_alphabet_4 (line 35) | static int check_permitted_alphabet_4(const void *sptr) {
function check_permitted_alphabet_6 (line 52) | static int check_permitted_alphabet_6(const void *sptr) {
function memb_teletexString_constraint_1 (line 67) | static int
function memb_printableString_constraint_1 (line 93) | static int
function memb_universalString_constraint_1 (line 120) | static int
function memb_utf8String_constraint_1 (line 147) | static int
function memb_bmpString_constraint_1 (line 179) | static int
type X520StateOrProvinceName (line 207) | struct X520StateOrProvinceName
type X520StateOrProvinceName (line 218) | struct X520StateOrProvinceName
type X520StateOrProvinceName (line 229) | struct X520StateOrProvinceName
type X520StateOrProvinceName (line 240) | struct X520StateOrProvinceName
type X520StateOrProvinceName (line 251) | struct X520StateOrProvinceName
type X520StateOrProvinceName (line 271) | struct X520StateOrProvinceName
type X520StateOrProvinceName (line 272) | struct X520StateOrProvinceName
type X520StateOrProvinceName (line 273) | struct X520StateOrProvinceName
type X520StateOrProvinceName (line 274) | struct X520StateOrProvinceName
FILE: ext/X520StateOrProvinceName.h
type X520StateOrProvinceName_PR (line 27) | typedef enum X520StateOrProvinceName_PR {
type X520StateOrProvinceName_t (line 37) | typedef struct X520StateOrProvinceName {
FILE: ext/X520Title.c
function check_permitted_alphabet_3 (line 21) | static int check_permitted_alphabet_3(const void *sptr) {
function check_permitted_alphabet_4 (line 35) | static int check_permitted_alphabet_4(const void *sptr) {
function check_permitted_alphabet_6 (line 52) | static int check_permitted_alphabet_6(const void *sptr) {
function memb_teletexString_constraint_1 (line 67) | static int
function memb_printableString_constraint_1 (line 93) | static int
function memb_universalString_constraint_1 (line 120) | static int
function memb_utf8String_constraint_1 (line 147) | static int
function memb_bmpString_constraint_1 (line 179) | static int
type X520Title (line 207) | struct X520Title
type X520Title (line 218) | struct X520Title
type X520Title (line 229) | struct X520Title
type X520Title (line 240) | struct X520Title
type X520Title (line 251) | struct X520Title
type X520Title (line 271) | struct X520Title
type X520Title (line 272) | struct X520Title
type X520Title (line 273) | struct X520Title
type X520Title (line 274) | struct X520Title
FILE: ext/X520Title.h
type X520Title_PR (line 27) | typedef enum X520Title_PR {
type X520Title_t (line 37) | typedef struct X520Title {
FILE: ext/X520countryName.c
function check_permitted_alphabet_1 (line 21) | static int check_permitted_alphabet_1(const void *sptr) {
function X520countryName_constraint (line 35) | int
FILE: ext/X520countryName.h
type PrintableString_t (line 22) | typedef PrintableString_t X520countryName_t;
FILE: ext/X520dnQualifier.h
type PrintableString_t (line 22) | typedef PrintableString_t X520dnQualifier_t;
FILE: ext/X520name.c
function check_permitted_alphabet_3 (line 21) | static int check_permitted_alphabet_3(const void *sptr) {
function check_permitted_alphabet_4 (line 35) | static int check_permitted_alphabet_4(const void *sptr) {
function check_permitted_alphabet_6 (line 52) | static int check_permitted_alphabet_6(const void *sptr) {
function memb_teletexString_constraint_1 (line 67) | static int
function memb_printableString_constraint_1 (line 93) | static int
function memb_universalString_constraint_1 (line 120) | static int
function memb_utf8String_constraint_1 (line 147) | static int
function memb_bmpString_constraint_1 (line 179) | static int
type X520name (line 207) | struct X520name
type X520name (line 218) | struct X520name
type X520name (line 229) | struct X520name
type X520name (line 240) | struct X520name
type X520name (line 251) | struct X520name
type X520name (line 271) | struct X520name
type X520name (line 272) | struct X520name
type X520name (line 273) | struct X520name
type X520name (line 274) | struct X520name
FILE: ext/X520name.h
type X520name_PR (line 27) | typedef enum X520name_PR {
type X520name_t (line 37) | typedef struct X520name {
FILE: ext/asn1validator.c
function asn_TYPE_descriptor_t (line 30) | static asn_TYPE_descriptor_t *asn1pdu_type_descriptor(VALUE pdu_type) {
function VALUE (line 64) | static VALUE asn1pdu_initialize(VALUE self, VALUE pdu_data, VALUE pdu_ty...
function VALUE (line 87) | static VALUE asn1pdu_check_constraints(VALUE self) {
function VALUE (line 106) | static VALUE asn1pdu_to_der(VALUE self) {
function Init_asn1validator (line 137) | void Init_asn1validator() {
FILE: ext/asn_SEQUENCE_OF.c
type asn_sequence (line 8) | typedef A_SEQUENCE_OF(void) asn_sequence;
function asn_sequence_del (line 10) | void
FILE: ext/asn_SEQUENCE_OF.h
type asn_anonymous_sequence_ (line 44) | typedef A_SEQUENCE_OF(void) asn_anonymous_sequence_;
FILE: ext/asn_SET_OF.c
function asn_set_add (line 12) | int
function asn_set_del (line 42) | void
function asn_set_empty (line 70) | void
FILE: ext/asn_SET_OF.h
type asn_anonymous_set_ (line 64) | typedef A_SET_OF(void) asn_anonymous_set_;
FILE: ext/asn_application.h
type asn_TYPE_descriptor_s (line 37) | struct asn_TYPE_descriptor_s
FILE: ext/asn_bit_data.c
function asn_get_undo (line 24) | void
function asn_get_few_bits (line 37) | int32_t
function asn_get_many_bits (line 122) | int
function asn_put_few_bits (line 166) | int
function asn_put_many_bits (line 258) | int
function asn_put_aligned_flush (line 288) | int
FILE: ext/asn_bit_data.h
type asn_bit_data_t (line 18) | typedef struct asn_bit_data_s {
type asn_bit_outp_t (line 51) | typedef struct asn_bit_outp_s {
FILE: ext/asn_codecs.h
type asn_TYPE_descriptor_s (line 13) | struct asn_TYPE_descriptor_s
type asn_codec_ctx_t (line 24) | typedef struct asn_codec_ctx_s {
type asn_enc_rval_t (line 42) | typedef struct asn_enc_rval_s {
type asn_dec_rval_code_e (line 82) | enum asn_dec_rval_code_e {
type asn_dec_rval_t (line 87) | typedef struct asn_dec_rval_s {
FILE: ext/asn_codecs_prim.c
function asn_dec_rval_t (line 12) | asn_dec_rval_t
function asn_enc_rval_t (line 83) | asn_enc_rval_t
function ASN__PRIMITIVE_TYPE_free (line 117) | void
type xdp_arg_s (line 146) | struct xdp_arg_s {
function xer_decode__unexpected_tag (line 159) | static int
function xer_decode__primitive_body (line 193) | static ssize_t
function asn_dec_rval_t (line 250) | asn_dec_rval_t
FILE: ext/asn_codecs_prim.h
type ASN__PRIMITIVE_TYPE_t (line 14) | typedef struct ASN__PRIMITIVE_TYPE_s {
type xer_pbd_rval (line 26) | enum xer_pbd_rval {
type xer_pbd_rval (line 33) | enum xer_pbd_rval
FILE: ext/asn_internal.h
function ASN_DEBUG (line 65) | static void ASN_DEBUG(const char *fmt, ...) { (void)fmt; }
function ASN__STACK_OVERFLOW_CHECK (line 110) | static int GCC_NOTUSED
FILE: ext/asn_ioc.h
type asn_TYPE_descriptor_s (line 15) | struct asn_TYPE_descriptor_s
type asn_ioc_cell_s (line 16) | struct asn_ioc_cell_s
type asn_ioc_set_t (line 21) | typedef struct asn_ioc_set_s {
type asn_ioc_cell_t (line 28) | typedef struct asn_ioc_cell_s {
FILE: ext/ber_decoder.c
function asn_dec_rval_t (line 64) | asn_dec_rval_t
FILE: ext/ber_decoder.h
type asn_TYPE_descriptor_s (line 14) | struct asn_TYPE_descriptor_s
type asn_codec_ctx_s (line 15) | struct asn_codec_ctx_s
type asn_codec_ctx_s (line 22) | struct asn_codec_ctx_s
type asn_TYPE_descriptor_s (line 23) | struct asn_TYPE_descriptor_s
type asn_dec_rval_t (line 32) | typedef asn_dec_rval_t (ber_type_decoder_f)(
type asn_codec_ctx_s (line 50) | struct asn_codec_ctx_s
type asn_TYPE_descriptor_s (line 51) | struct asn_TYPE_descriptor_s
FILE: ext/ber_tlv_length.c
function ber_fetch_length (line 9) | ssize_t
function ber_skip_length (line 77) | ssize_t
function der_tlv_length_serialize (line 141) | size_t
FILE: ext/ber_tlv_length.h
type ber_tlv_len_t (line 12) | typedef ssize_t ber_tlv_len_t;
type asn_codec_ctx_s (line 35) | struct asn_codec_ctx_s
FILE: ext/ber_tlv_tag.c
function ber_fetch_tag (line 9) | ssize_t
function ber_tlv_tag_fwrite (line 61) | ssize_t
function ber_tlv_tag_snprint (line 75) | ssize_t
function ber_tlv_tag_serialize (line 103) | size_t
FILE: ext/ber_tlv_tag.h
type asn_tag_class (line 12) | enum asn_tag_class {
type ber_tlv_tag_t (line 18) | typedef unsigned ber_tlv_tag_t;
FILE: ext/constr_CHOICE.c
function _search4tag (line 77) | static int
function asn_dec_rval_t (line 105) | asn_dec_rval_t
function asn_enc_rval_t (line 361) | asn_enc_rval_t
function ber_tlv_tag_t (line 452) | ber_tlv_tag_t
function CHOICE_constraint (line 484) | int
function asn_dec_rval_t (line 551) | asn_dec_rval_t
function asn_enc_rval_t (line 779) | asn_enc_rval_t
function asn_dec_rval_t (line 832) | asn_dec_rval_t
function asn_enc_rval_t (line 914) | asn_enc_rval_t
function CHOICE_print (line 998) | int
function CHOICE_free (line 1039) | void
function _fetch_present_idx (line 1094) | static unsigned
function _set_present_idx (line 1115) | static void
function CHOICE_compare (line 1172) | int
function CHOICE_variant_get_presence (line 1201) | unsigned
function CHOICE_variant_set_presence (line 1213) | int
FILE: ext/constr_CHOICE.h
type asn_CHOICE_specifics_t (line 15) | typedef const struct asn_CHOICE_specifics_s {
FILE: ext/constr_SEQUENCE.c
function _t2e_cmp (line 77) | static int
function asn_dec_rval_t (line 112) | asn_dec_rval_t
function asn_enc_rval_t (line 515) | asn_enc_rval_t
function asn_dec_rval_t (line 628) | asn_dec_rval_t
function asn_enc_rval_t (line 876) | asn_enc_rval_t
function SEQUENCE_print (line 932) | int
function SEQUENCE_free (line 980) | void
function SEQUENCE_constraint (line 1016) | int
function asn_dec_rval_t (line 1070) | asn_dec_rval_t
function SEQUENCE_handle_extensions (line 1291) | static int
function asn_enc_rval_t (line 1343) | asn_enc_rval_t
function SEQUENCE_compare (line 1478) | int
FILE: ext/constr_SEQUENCE.h
type asn_SEQUENCE_specifics_t (line 14) | typedef const struct asn_SEQUENCE_specifics_s {
FILE: ext/constr_SEQUENCE_OF.c
function asn_enc_rval_t (line 13) | asn_enc_rval_t
function asn_enc_rval_t (line 90) | asn_enc_rval_t
function asn_enc_rval_t (line 143) | asn_enc_rval_t
FILE: ext/constr_SET.c
function _t2e_cmp (line 68) | static int
function asn_dec_rval_t (line 96) | asn_dec_rval_t
function _SET_is_populated (line 394) | static int
function asn_enc_rval_t (line 434) | asn_enc_rval_t
function asn_dec_rval_t (line 607) | asn_dec_rval_t
function asn_enc_rval_t (line 823) | asn_enc_rval_t
function SET_print (line 885) | int
function SET_free (line 932) | void
function SET_constraint (line 967) | int
function SET_compare (line 1019) | int
FILE: ext/constr_SET.h
type asn_SET_specifics_t (line 15) | typedef const struct asn_SET_specifics_s {
FILE: ext/constr_SET_OF.c
function asn_dec_rval_t (line 68) | asn_dec_rval_t
type _el_buffer (line 270) | struct _el_buffer {
function _el_addbytes (line 276) | static int _el_addbytes(const void *buffer, size_t size, void *el_buf_pt...
function _el_buf_cmp (line 287) | static int _el_buf_cmp(const void *ap, const void *bp) {
function asn_enc_rval_t (line 312) | asn_enc_rval_t
function asn_dec_rval_t (line 468) | asn_dec_rval_t
type xer_tmp_enc_t (line 616) | typedef struct xer_tmp_enc_s {
function SET_OF_encode_xer_callback (line 621) | static int
function SET_OF_xer_order (line 635) | static int
function asn_enc_rval_t (line 653) | asn_enc_rval_t
function SET_OF_print (line 758) | int
function SET_OF_free (line 790) | void
function SET_OF_constraint (line 833) | int
function asn_dec_rval_t (line 875) | asn_dec_rval_t
function SET_OF_compare (line 964) | int
FILE: ext/constr_SET_OF.h
type asn_SET_OF_specifics_t (line 14) | typedef const struct asn_SET_OF_specifics_s {
FILE: ext/constr_TYPE.c
function get_asn1c_environment_version (line 12) | int get_asn1c_environment_version() { return ASN1C_ENVIRONMENT_VERSION; }
function ber_tlv_tag_t (line 19) | ber_tlv_tag_t
function asn_fprint (line 35) | int
function _print2fp (line 55) | static int
function ASN_DEBUG_f (line 71) | void ASN_DEBUG_f(const char *fmt, ...) {
FILE: ext/constr_TYPE.h
type asn_TYPE_descriptor_s (line 22) | struct asn_TYPE_descriptor_s
type asn_TYPE_member_s (line 23) | struct asn_TYPE_member_s
type asn_struct_ctx_t (line 30) | typedef struct asn_struct_ctx_s {
type asn_oer_constraints_t (line 49) | typedef struct{} asn_oer_constraints_t;
type asn_struct_free_method (line 60) | enum asn_struct_free_method {
type asn_TYPE_descriptor_s (line 66) | struct asn_TYPE_descriptor_s
type asn_struct_free_method (line 67) | enum asn_struct_free_method
type asn_TYPE_descriptor_s (line 100) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 112) | struct asn_TYPE_descriptor_s
type ber_tlv_tag_t (line 122) | typedef ber_tlv_tag_t (asn_outmost_tag_f)(
type asn_type_selector_result_t (line 132) | typedef struct asn_type_selector_result_s {
type asn_type_selector_result_t (line 136) | typedef asn_type_selector_result_t(asn_type_selector_f)(
type asn_TYPE_operation_t (line 144) | typedef struct asn_TYPE_operation_s {
type asn_TYPE_descriptor_t (line 163) | typedef struct asn_TYPE_descriptor_s {
type asn_TYPE_flags_e (line 206) | enum asn_TYPE_flags_e {
type asn_TYPE_member_t (line 212) | typedef struct asn_TYPE_member_s {
type asn_TYPE_tag2member_t (line 230) | typedef struct asn_TYPE_tag2member_s {
FILE: ext/constraints.c
function asn_generic_no_constraint (line 4) | int
function asn_generic_unknown_constraint (line 17) | int
type errbufDesc (line 30) | struct errbufDesc {
function _asn_i_ctfailcb (line 37) | static void
function asn_check_constraints (line 75) | int
FILE: ext/constraints.h
type asn_TYPE_descriptor_s (line 14) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 29) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 41) | struct asn_TYPE_descriptor_s
FILE: ext/der_encoder.c
function asn_enc_rval_t (line 14) | asn_enc_rval_t
type enc_to_buf_arg (line 33) | typedef struct enc_to_buf_arg {
function encode_to_buffer_cb (line 37) | static int encode_to_buffer_cb(const void *buffer, size_t size, void *ke...
function asn_enc_rval_t (line 53) | asn_enc_rval_t
function der_write_tags (line 76) | ssize_t
function der_write_TL (line 169) | static ssize_t
FILE: ext/der_encoder.h
type asn_TYPE_descriptor_s (line 14) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 20) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 28) | struct asn_TYPE_descriptor_s
type asn_enc_rval_t (line 37) | typedef asn_enc_rval_t (der_type_encoder_f)(
type asn_TYPE_descriptor_s (line 55) | struct asn_TYPE_descriptor_s
FILE: ext/pdu_collection.c
type asn_TYPE_descriptor_s (line 5) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 7) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 8) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 9) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 10) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 11) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 12) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 13) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 14) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 15) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 16) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 17) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 18) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 19) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 20) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 21) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 22) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 23) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 24) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 25) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 26) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 27) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 28) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 29) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 30) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 31) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 32) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 33) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 34) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 35) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 36) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 37) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 38) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 39) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 40) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 41) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 42) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 43) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 44) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 45) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 46) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 47) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 48) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 49) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 50) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 51) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 52) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 53) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 54) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 55) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 56) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 57) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 58) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 59) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 60) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 61) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 62) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 63) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 64) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 65) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 66) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 67) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 68) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 69) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 70) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 71) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 72) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 73) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 74) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 75) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 76) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 77) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 78) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 79) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 80) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 81) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 82) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 83) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 84) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 85) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 86) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 87) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 88) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 89) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 90) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 91) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 92) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 93) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 94) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 95) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 96) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 97) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 98) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 99) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 100) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 101) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 102) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 103) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 104) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 105) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 106) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 107) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 108) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 109) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 110) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 111) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 112) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 113) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 114) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 115) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 116) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 117) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 118) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 119) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 120) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 121) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 122) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 123) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 124) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 125) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 126) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 127) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 128) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 129) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 130) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 131) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 132) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 133) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 134) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 135) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 136) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 137) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 138) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 139) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 140) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 141) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 142) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 143) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 144) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 145) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 146) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 147) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 148) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 149) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 150) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 151) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 152) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 153) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 154) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 155) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 156) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 157) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 158) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 159) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 160) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 161) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 162) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 163) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 164) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 165) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 166) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 167) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 168) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 169) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 170) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 171) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 172) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 173) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 174) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 175) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 176) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 177) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 178) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 179) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 180) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 181) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 182) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 183) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 186) | struct asn_TYPE_descriptor_s
FILE: ext/per_decoder.c
function asn_dec_rval_t (line 10) | asn_dec_rval_t
function asn_dec_rval_t (line 39) | asn_dec_rval_t
FILE: ext/per_decoder.h
type asn_TYPE_descriptor_s (line 15) | struct asn_TYPE_descriptor_s
type asn_codec_ctx_s (line 21) | struct asn_codec_ctx_s
type asn_TYPE_descriptor_s (line 22) | struct asn_TYPE_descriptor_s
type asn_codec_ctx_s (line 32) | struct asn_codec_ctx_s
type asn_TYPE_descriptor_s (line 33) | struct asn_TYPE_descriptor_s
type asn_dec_rval_t (line 45) | typedef asn_dec_rval_t (per_type_decoder_f)(asn_codec_ctx_t *opt_codec_ctx,
FILE: ext/per_encoder.c
function asn_enc_rval_t (line 7) | asn_enc_rval_t
type enc_to_buf_arg (line 15) | typedef struct enc_to_buf_arg {
function encode_to_buffer_cb (line 19) | static int encode_to_buffer_cb(const void *buffer, size_t size, void *ke...
function asn_enc_rval_t (line 32) | asn_enc_rval_t
type enc_dyn_arg (line 44) | typedef struct enc_dyn_arg {
function encode_dyn_cb (line 49) | static int
function uper_encode_to_new_buffer (line 67) | ssize_t
function _uper_encode_flush_outp (line 103) | static int
function asn_enc_rval_t (line 120) | static asn_enc_rval_t
FILE: ext/per_encoder.h
type asn_TYPE_descriptor_s (line 15) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 23) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 35) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 49) | struct asn_TYPE_descriptor_s
type asn_enc_rval_t (line 58) | typedef asn_enc_rval_t (per_type_encoder_f)(
FILE: ext/per_opentype.c
type uper_ugot_key (line 10) | typedef struct uper_ugot_key {
function uper_open_type_put (line 28) | int
function asn_dec_rval_t (line 59) | static asn_dec_rval_t
function asn_dec_rval_t (line 137) | static asn_dec_rval_t GCC_NOTUSED
function asn_dec_rval_t (line 247) | asn_dec_rval_t
function uper_open_type_skip (line 254) | int
function asn_dec_rval_t (line 275) | static asn_dec_rval_t
function uper_ugot_refill (line 293) | static int
function per_skip_bits (line 363) | static int
FILE: ext/per_support.c
function uper_get_length (line 14) | ssize_t
function uper_get_nslength (line 48) | ssize_t
function uper_get_nsnnwn (line 71) | ssize_t
function uper_put_nsnnwn (line 97) | int
function uper_get_constrained_whole_number (line 121) | int uper_get_constrained_whole_number(asn_per_data_t *pd, unsigned long ...
function uper_put_constrained_whole_number_s (line 147) | int uper_put_constrained_whole_number_s(asn_per_outp_t *po, long v, int ...
function uper_put_constrained_whole_number_u (line 161) | int uper_put_constrained_whole_number_u(asn_per_outp_t *po, unsigned lon...
function uper_put_length (line 175) | ssize_t
function uper_put_nslength (line 198) | int
FILE: ext/per_support.h
type asn_per_constraint_t (line 19) | typedef struct asn_per_constraint_s {
type asn_per_constraints_t (line 31) | typedef struct asn_per_constraints_s {
type asn_per_data_t (line 39) | typedef struct asn_bit_data_s asn_per_data_t;
type asn_per_outp_t (line 67) | typedef struct asn_bit_outp_s asn_per_outp_t;
FILE: ext/xer_decoder.c
function asn_dec_rval_t (line 13) | asn_dec_rval_t
type xer__cb_arg (line 42) | struct xer__cb_arg {
function xer__token_cb (line 49) | static int
function xer_next_token (line 62) | ssize_t
function xer_check_tag_e (line 107) | xer_check_tag_e
function asn_dec_rval_t (line 203) | asn_dec_rval_t
function xer_whitespace_span (line 322) | size_t
function xer_skip_unknown (line 348) | int
FILE: ext/xer_decoder.h
type asn_TYPE_descriptor_s (line 14) | struct asn_TYPE_descriptor_s
type asn_codec_ctx_s (line 19) | struct asn_codec_ctx_s
type asn_TYPE_descriptor_s (line 20) | struct asn_TYPE_descriptor_s
type asn_dec_rval_t (line 29) | typedef asn_dec_rval_t (xer_type_decoder_f)(asn_codec_ctx_t *opt_codec_ctx,
type pxer_chunk_type_e (line 65) | typedef enum pxer_chunk_type {
type xer_check_tag_e (line 77) | typedef enum xer_check_tag {
FILE: ext/xer_encoder.c
function asn_enc_rval_t (line 12) | asn_enc_rval_t
function xer__print2fp (line 44) | static int
function xer_fprint (line 54) | int
type xer_buffer (line 69) | struct xer_buffer {
function xer__buffer_append (line 75) | static int
function xer_equivalent (line 95) | enum xer_equivalence_e
FILE: ext/xer_encoder.h
type asn_TYPE_descriptor_s (line 14) | struct asn_TYPE_descriptor_s
type xer_encoder_flags_e (line 17) | enum xer_encoder_flags_e {
type asn_TYPE_descriptor_s (line 26) | struct asn_TYPE_descriptor_s
type xer_encoder_flags_e (line 28) | enum xer_encoder_flags_e
type xer_equivalence_e (line 42) | enum xer_equivalence_e {
type xer_equivalence_e (line 51) | enum xer_equivalence_e
type asn_TYPE_descriptor_s (line 52) | struct asn_TYPE_descriptor_s
type asn_TYPE_descriptor_s (line 63) | struct asn_TYPE_descriptor_s
type asn_enc_rval_t (line 68) | typedef asn_enc_rval_t (xer_type_encoder_f)(
FILE: ext/xer_support.c
type pstate_e (line 11) | typedef enum {
function pxml_parse (line 82) | ssize_t pxml_parse(int *stateContext, const void *xmlbuf, size_t size, p...
FILE: ext/xer_support.h
type pxml_chunk_type_e (line 18) | typedef enum {
FILE: lib/certlint/cablint.rb
type CertLint (line 23) | module CertLint
class CABLint (line 24) | class CABLint
method lint (line 48) | def self.lint(der)
FILE: lib/certlint/certextlint.rb
type CertLint (line 18) | module CertLint
class CertExtLint (line 19) | class CertExtLint
method register_handler (line 33) | def self.register_handler(oid, klass)
method lint (line 41) | def self.lint(oid, value, cert, critical = false)
FILE: lib/certlint/certlint.rb
type CertLint (line 47) | module CertLint
function check_pdu (line 65) | def self.check_pdu(pdu, content)
function check_spki (line 166) | def self.check_spki(spki_der)
function lint (line 254) | def self.lint(der)
FILE: lib/certlint/ct.rb
type CertLint (line 23) | module CertLint
class CT (line 24) | class CT
class PreCertificate (line 25) | class PreCertificate < OpenSSL::X509::Certificate
method initialize (line 30) | def initialize(tbs_der)
class ASN1Cert (line 44) | class ASN1Cert < BinData::Primitive
method get (line 49) | def get
method set (line 53) | def set(v)
method certificate (line 57) | def certificate
method raw_certificate (line 61) | def raw_certificate
class PreCert (line 66) | class PreCert < BinData::Record
method certificate (line 71) | def certificate
method raw_certificate (line 75) | def raw_certificate
class MerkleTreeLeaf (line 80) | class MerkleTreeLeaf < BinData::Record
method read_base64 (line 96) | def self.read_base64(b64)
method raw_certificate (line 100) | def raw_certificate
method certificate (line 104) | def certificate
class CertChain (line 109) | class CertChain < BinData::Record
method read_base64 (line 117) | def self.read_base64(b64)
method chain_certificates (line 125) | def chain_certificates
class PrecertChainEntry (line 130) | class PrecertChainEntry < BinData::Record
method read_base64 (line 135) | def self.read_base64(b64)
method chain_certificates (line 143) | def chain_certificates
method initialize (line 148) | def initialize(log)
method get_sth (line 152) | def get_sth
method get_entries (line 157) | def get_entries(min = 0, max = 0)
method _qstr (line 178) | def _qstr(h)
method _call (line 182) | def _call(url)
FILE: lib/certlint/dn_attrs.rb
type CertLint (line 1) | module CertLint
type DNAttrs (line 2) | module DNAttrs
FILE: lib/certlint/extensions/asn1ext.rb
type CertLint (line 18) | module CertLint
class ASN1Ext (line 19) | class ASN1Ext
method lint (line 20) | def self.lint(content, _cert, critical = false)
FILE: lib/certlint/extensions/authorityinfoaccesssyntax.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class AuthorityInfoAccessSyntax (line 19) | class AuthorityInfoAccessSyntax < ASN1Ext
FILE: lib/certlint/extensions/authoritykeyidentifier.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class AuthorityKeyIdentifier (line 19) | class AuthorityKeyIdentifier < ASN1Ext
method lint (line 23) | def self.lint(content, cert, critical = false)
FILE: lib/certlint/extensions/basicconstraints.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class BasicConstraints (line 19) | class BasicConstraints < ASN1Ext
method lint (line 23) | def self.lint(content, cert, critical = false)
FILE: lib/certlint/extensions/certificatepolicies.rb
type CertLint (line 22) | module CertLint
class ASN1Ext (line 23) | class ASN1Ext
class CertificatePolicies (line 24) | class CertificatePolicies < ASN1Ext
method lint (line 30) | def self.lint(content, cert, critical = false)
FILE: lib/certlint/extensions/crldistributionpoints.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class CRLDistributionPoints (line 19) | class CRLDistributionPoints < ASN1Ext
FILE: lib/certlint/extensions/ctpoison.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class CTPoison (line 19) | class CTPoison < ASN1Ext
method lint (line 20) | def self.lint(content, cert, critical = false)
FILE: lib/certlint/extensions/extkeyusagesyntax.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class ExtKeyUsageSyntax (line 19) | class ExtKeyUsageSyntax < ASN1Ext
method lint (line 23) | def self.lint(content, cert, critical = false)
FILE: lib/certlint/extensions/features.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class Features (line 19) | class Features < ASN1Ext
FILE: lib/certlint/extensions/freshestcrl.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class FreshestCRL (line 19) | class FreshestCRL < ASN1Ext
FILE: lib/certlint/extensions/inhibitanypolicy.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class InhibitAnyPolicy (line 19) | class InhibitAnyPolicy < ASN1Ext
FILE: lib/certlint/extensions/issueraltname.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class IssuerAltName (line 19) | class IssuerAltName < ASN1Ext
FILE: lib/certlint/extensions/keyusage.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class KeyUsage (line 19) | class KeyUsage < ASN1Ext
method lint (line 24) | def self.lint(content, cert, critical = false)
FILE: lib/certlint/extensions/logotypeextn.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class LogotypeExtn (line 19) | class LogotypeExtn < ASN1Ext
FILE: lib/certlint/extensions/nameconstraints.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class NameConstraints (line 19) | class NameConstraints < ASN1Ext
method lint (line 24) | def self.lint(content, cert, critical = false)
FILE: lib/certlint/extensions/ocspnocheck.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class OcspNocheck (line 19) | class OcspNocheck < ASN1Ext
method lint (line 24) | def self.lint(content, cert, critical = false)
FILE: lib/certlint/extensions/policyconstraints.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class PolicyConstraints (line 19) | class PolicyConstraints < ASN1Ext
FILE: lib/certlint/extensions/policymappings.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class PolicyMappings (line 19) | class PolicyMappings < ASN1Ext
FILE: lib/certlint/extensions/privatekeyusageperiod.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class PrivateKeyUsagePeriod (line 19) | class PrivateKeyUsagePeriod < ASN1Ext
FILE: lib/certlint/extensions/qcstatements.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class QCStatements (line 19) | class QCStatements < ASN1Ext
FILE: lib/certlint/extensions/signedcertificatetimestamplist.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class SignedCertificateTimestampList (line 19) | class SignedCertificateTimestampList < ASN1Ext
method lint (line 20) | def self.lint(content, cert, critical = false)
FILE: lib/certlint/extensions/smimecapabilities.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class SmimeCapabilities (line 19) | class SmimeCapabilities < ASN1Ext
FILE: lib/certlint/extensions/subjectaltname.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class SubjectAltName (line 19) | class SubjectAltName < ASN1Ext
method lint (line 23) | def self.lint(content, cert, critical = false)
FILE: lib/certlint/extensions/subjectdirectoryattributes.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class SubjectDirectoryAttributes (line 19) | class SubjectDirectoryAttributes < ASN1Ext
FILE: lib/certlint/extensions/subjectinfoaccesssyntax.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class SubjectInfoAccessSyntax (line 19) | class SubjectInfoAccessSyntax < ASN1Ext
FILE: lib/certlint/extensions/subjectkeyidentifier.rb
type CertLint (line 17) | module CertLint
class ASN1Ext (line 18) | class ASN1Ext
class SubjectKeyIdentifier (line 19) | class SubjectKeyIdentifier < ASN1Ext
FILE: lib/certlint/generalnames.rb
type CertLint (line 16) | module CertLint
class GeneralNames (line 17) | class GeneralNames
method othername (line 54) | def self.othername(value, is_constraint = false)
method rfc822name (line 73) | def self.rfc822name(orig_addr, is_constraint = false)
method dnsname (line 153) | def self.dnsname(orig_fqdn, is_constraint = false)
method lint (line 211) | def self.lint(genname, is_san = true)
FILE: lib/certlint/iananames.rb
type CertLint (line 26) | module CertLint
class IANANames (line 27) | class IANANames
method load_domains (line 30) | def self.load_domains
method lint (line 81) | def self.lint(fqdn)
FILE: lib/certlint/namelint.rb
type CertLint (line 25) | module CertLint
class NameLint (line 27) | class NameLint
method attr_name (line 100) | def self.attr_name(oid)
method lint (line 109) | def self.lint(name)
FILE: lib/certlint/pemlint.rb
type CertLint (line 17) | module CertLint
class PEMLint (line 18) | class PEMLint
method lint (line 19) | def self.lint(pem, type)
FILE: lib/certlint/version.rb
type CertLint (line 1) | module CertLint
FILE: make-names.rb
function sort_oid (line 22) | def sort_oid(ao, bo)
Condensed preview — 514 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (4,059K chars).
[
{
"path": ".gitignore",
"chars": 29,
"preview": "build-x509helper/asn1c\n*.gem\n"
},
{
"path": ".rubocop.yml",
"chars": 37,
"preview": "Metrics/LineLength:\n Enabled: false\n"
},
{
"path": "CODE_OF_CONDUCT.md",
"chars": 3222,
"preview": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, w"
},
{
"path": "Gemfile",
"chars": 93,
"preview": "source \"https://rubygems.org\"\n\n# Specify your gem's dependencies in certlint.gemspec\ngemspec\n"
},
{
"path": "LICENSE",
"chars": 11357,
"preview": " Apache License\n Version 2.0, January 2004\n "
},
{
"path": "README.md",
"chars": 1448,
"preview": "# certlint\nX.509 certificate linter\n\n`certlint` is currently at version 0.9.0. It does not yet build as a gem.\n\nFor now"
},
{
"path": "Rakefile",
"chars": 117,
"preview": "require \"bundler/gem_tasks\"\nrequire \"rspec/core/rake_task\"\n\nRSpec::Core::RakeTask.new(:spec)\n\ntask :default => :spec\n"
},
{
"path": "bin/cablint",
"chars": 1035,
"preview": "#!/usr/bin/ruby -Eutf-8:utf-8\n# encoding: UTF-8\n# Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Res"
},
{
"path": "bin/cablint-ct",
"chars": 1590,
"preview": "#!/usr/bin/ruby -Eutf-8:utf-8\n# encoding: UTF-8\n# Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Res"
},
{
"path": "bin/certlint",
"chars": 926,
"preview": "#!/usr/bin/ruby -Eutf-8:utf-8\n# encoding: UTF-8\n# Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Res"
},
{
"path": "certlint.gemspec",
"chars": 1437,
"preview": "# coding: utf-8\nlib = File.expand_path(\"../lib\", __FILE__)\n$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)\nrequi"
},
{
"path": "data/ldap-names.csv",
"chars": 34039,
"preview": "Name,Type,OID,Reference\r\naccessControlInnerArea,R,2.5.23.3,[RFC3672]\r\naccessControlSpecificArea,R,2.5.23.2,[RFC3672]\r\nac"
},
{
"path": "data/newgtlds.csv",
"chars": 84052,
"preview": ">>> Updated on: 2019-02-21T12:02:02Z <<<\ntld,u-label,registry-operator,date-of-contract-signature,application-id,delegat"
},
{
"path": "data/root.zone",
"chars": 2244327,
"preview": ".\t\t\t86400\tIN\tSOA\ta.root-servers.net. nstld.verisign-grs.com. 2019022100 1800 900 604800 86400\n.\t\t\t86400\tIN\tRRSIG\tSOA 8 0"
},
{
"path": "data/special-use-domain.csv",
"chars": 939,
"preview": "Name,Reference\r\n10.in-addr.arpa.,[RFC6761]\r\n16.172.in-addr.arpa.,[RFC6761]\r\n17.172.in-addr.arpa.,[RFC6761]\r\n18.172.in-ad"
},
{
"path": "ext/.gitignore",
"chars": 35,
"preview": "*.o\nMakefile*\n*.so\n*.bundle\nasn1c/\n"
},
{
"path": "ext/ANY.c",
"chars": 6168,
"preview": "/*\n * Copyright (c) 2004-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.\n * Redistribution and modifications are"
},
{
"path": "ext/ANY.h",
"chars": 1893,
"preview": "/*-\n * Copyright (c) 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.\n * Redistribution and modifications are per"
},
{
"path": "ext/AccessDescription.c",
"chars": 2794,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AccessDescription.h",
"chars": 1003,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AdministrationDomainName.c",
"chars": 5282,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AdministrationDomainName.h",
"chars": 1376,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AlgorithmIdentifier.c",
"chars": 2174,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AlgorithmIdentifier.h",
"chars": 1013,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AnotherName.c",
"chars": 2082,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AnotherName.h",
"chars": 919,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/Attribute.c",
"chars": 3125,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/Attribute.h",
"chars": 1085,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AttributeType.c",
"chars": 984,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AttributeType.h",
"chars": 946,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AttributeTypeAndValue.c",
"chars": 2198,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AttributeTypeAndValue.h",
"chars": 1020,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AttributeValue.c",
"chars": 730,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AttributeValue.h",
"chars": 931,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AuthorityInfoAccessSyntax.c",
"chars": 1646,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AuthorityInfoAccessSyntax.h",
"chars": 1006,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AuthorityKeyIdentifier.c",
"chars": 2905,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/AuthorityKeyIdentifier.h",
"chars": 1136,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BIT_STRING.c",
"chars": 6120,
"preview": "/*-\n * Copyright (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.\n * Redistribution and modifications a"
},
{
"path": "ext/BIT_STRING.h",
"chars": 1347,
"preview": "/*-\n * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.\n * Redistribution and modifications are per"
},
{
"path": "ext/BMPString.c",
"chars": 5209,
"preview": "/*-\n * Copyright (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.\n * Redistribution and modifications a"
},
{
"path": "ext/BMPString.h",
"chars": 1141,
"preview": "/*-\n * Copyright (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.\n * Redistribution and modifications a"
},
{
"path": "ext/BOOLEAN.c",
"chars": 7387,
"preview": "/*-\n * Copyright (c) 2003, 2005 Lev Walkin <vlm@lionet.info>. All rights reserved.\n * Redistribution and modifications a"
},
{
"path": "ext/BOOLEAN.h",
"chars": 1031,
"preview": "/*-\n * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.\n * Redistribution and modifications are per"
},
{
"path": "ext/BaseCRLNumber.c",
"chars": 1590,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BaseCRLNumber.h",
"chars": 930,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BaseDistance.c",
"chars": 1571,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BaseDistance.h",
"chars": 913,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BasicConstraints.c",
"chars": 3189,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BasicConstraints.h",
"chars": 872,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BiometricData.c",
"chars": 3042,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIXqualified88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BiometricData.h",
"chars": 1122,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIXqualified88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BiometricSyntax.c",
"chars": 1472,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIXqualified88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BiometricSyntax.h",
"chars": 924,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIXqualified88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BuiltInDomainDefinedAttribute.c",
"chars": 5629,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BuiltInDomainDefinedAttribute.h",
"chars": 1069,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BuiltInDomainDefinedAttributes.c",
"chars": 1729,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BuiltInDomainDefinedAttributes.h",
"chars": 1225,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BuiltInStandardAttributes.c",
"chars": 5653,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/BuiltInStandardAttributes.h",
"chars": 1972,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CPSuri.c",
"chars": 884,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CPSuri.h",
"chars": 839,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CRLDistributionPoints.c",
"chars": 1564,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CRLDistributionPoints.h",
"chars": 1108,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CRLNumber.c",
"chars": 1532,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CRLNumber.h",
"chars": 874,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CRLReason.c",
"chars": 2021,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CRLReason.h",
"chars": 1252,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CertPolicyId.c",
"chars": 973,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CertPolicyId.h",
"chars": 933,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/Certificate.c",
"chars": 2516,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/Certificate.h",
"chars": 903,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CertificateIssuer.c",
"chars": 1713,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CertificateIssuer.h",
"chars": 988,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CertificateList.c",
"chars": 2592,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CertificateList.h",
"chars": 922,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CertificatePolicies.c",
"chars": 1544,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CertificatePolicies.h",
"chars": 964,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CertificateSerialNumber.c",
"chars": 1064,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CertificateSerialNumber.h",
"chars": 1056,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/Characteristic-two.c",
"chars": 2514,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/Characteristic-two.h",
"chars": 899,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/CommonName.c",
"chars": 2561,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CommonName.h",
"chars": 903,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CountryName.c",
"chars": 5066,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CountryName.h",
"chars": 1202,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CountryOfCitizenship.c",
"chars": 2677,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIXqualified88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CountryOfCitizenship.h",
"chars": 1033,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIXqualified88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CountryOfResidence.c",
"chars": 2651,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIXqualified88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/CountryOfResidence.h",
"chars": 1007,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIXqualified88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/Curve.c",
"chars": 2256,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/Curve.h",
"chars": 901,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/DHPublicKey.c",
"chars": 936,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/DHPublicKey.h",
"chars": 904,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/DSAPublicKey.c",
"chars": 947,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/DSAPublicKey.h",
"chars": 917,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/DateOfBirth.c",
"chars": 957,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIXqualified88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/DateOfBirth.h",
"chars": 916,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIXqualified88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/DirectoryString.c",
"chars": 8112,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/DirectoryString.h",
"chars": 1524,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/DisplayText.c",
"chars": 6211,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/DisplayText.h",
"chars": 1324,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/DistinguishedName.c",
"chars": 1067,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/DistinguishedName.h",
"chars": 986,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/DistributionPoint.c",
"chars": 2705,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/DistributionPoint.h",
"chars": 1228,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/DistributionPointName.c",
"chars": 2148,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/DistributionPointName.h",
"chars": 1376,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/DomainComponent.c",
"chars": 983,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/DomainComponent.h",
"chars": 956,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/DomainParameters.c",
"chars": 3250,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/DomainParameters.h",
"chars": 1017,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/Dss-Parms.c",
"chars": 2337,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/Dss-Parms.h",
"chars": 769,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/Dss-Sig-Value.c",
"chars": 2074,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/Dss-Sig-Value.h",
"chars": 782,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/ECDSA-Sig-Value.c",
"chars": 2116,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/ECDSA-Sig-Value.h",
"chars": 796,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/ECPVer.c",
"chars": 888,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/ECPVer.h",
"chars": 913,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/ECParameters.c",
"chars": 3528,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/ECParameters.h",
"chars": 1072,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/ECPoint.c",
"chars": 937,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/ECPoint.h",
"chars": 862,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/EDIPartyName.c",
"chars": 2173,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/EDIPartyName.h",
"chars": 1060,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/ENUMERATED.c",
"chars": 2630,
"preview": "/*-\n * Copyright (c) 2003, 2005, 2006 Lev Walkin <vlm@lionet.info>.\n * All rights reserved.\n * Redistribution and modifi"
},
{
"path": "ext/ENUMERATED.h",
"chars": 975,
"preview": "/*-\n * Copyright (c) 2003, 2005 Lev Walkin <vlm@lionet.info>. All rights reserved.\n * Redistribution and modifications a"
},
{
"path": "ext/EcpkParameters.c",
"chars": 2343,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/EcpkParameters.h",
"chars": 1193,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/EmailAddress.c",
"chars": 1867,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/EmailAddress.h",
"chars": 917,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/ExtKeyUsageSyntax.c",
"chars": 1504,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/ExtKeyUsageSyntax.h",
"chars": 850,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/ExtendedNetworkAddress.c",
"chars": 6755,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/ExtendedNetworkAddress.h",
"chars": 1444,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/Extension.c",
"chars": 2774,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/Extension.h",
"chars": 985,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/ExtensionAttribute.c",
"chars": 2910,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/ExtensionAttribute.h",
"chars": 1000,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/ExtensionAttributes.c",
"chars": 1521,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/ExtensionAttributes.h",
"chars": 1078,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/ExtensionORAddressComponents.c",
"chars": 1175,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/ExtensionORAddressComponents.h",
"chars": 1131,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/ExtensionPhysicalDeliveryAddressComponents.c",
"chars": 1329,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/ExtensionPhysicalDeliveryAddressComponents.h",
"chars": 1313,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/Extensions.c",
"chars": 1369,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/Extensions.h",
"chars": 985,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/Features.c",
"chars": 1343,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"MiscImplicitDefinitions\"\n * \tfound in \""
},
{
"path": "ext/Features.h",
"chars": 774,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"MiscImplicitDefinitions\"\n * \tfound in \""
},
{
"path": "ext/FieldElement.c",
"chars": 992,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/FieldElement.h",
"chars": 927,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/FieldID.c",
"chars": 1926,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/FieldID.h",
"chars": 894,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/FreshestCRL.c",
"chars": 1662,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/FreshestCRL.h",
"chars": 928,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/Gender.c",
"chars": 2495,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIXqualified88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/Gender.h",
"chars": 851,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIXqualified88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/GeneralName.c",
"chars": 4920,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/GeneralName.h",
"chars": 1714,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/GeneralNames.c",
"chars": 1392,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/GeneralNames.h",
"chars": 1009,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/GeneralSubtree.c",
"chars": 3596,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/GeneralSubtree.h",
"chars": 1008,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/GeneralSubtrees.c",
"chars": 1459,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/GeneralSubtrees.h",
"chars": 1045,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/GeneralizedTime.c",
"chars": 16343,
"preview": "/*-\n * Copyright (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.\n * Redistribution and modifications a"
},
{
"path": "ext/GeneralizedTime.h",
"chars": 2638,
"preview": "/*-\n * Copyright (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.\n * Redistribution and modifications a"
},
{
"path": "ext/HashAlgAndValue.c",
"chars": 2160,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"LogotypeCertExtn\"\n * \tfound in \"asn1/rf"
},
{
"path": "ext/HashAlgAndValue.h",
"chars": 983,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"LogotypeCertExtn\"\n * \tfound in \"asn1/rf"
},
{
"path": "ext/HoldInstructionCode.c",
"chars": 1050,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/HoldInstructionCode.h",
"chars": 1024,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/IA5String.c",
"chars": 2517,
"preview": "/*-\n * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.\n * Redistribution and modifications are per"
},
{
"path": "ext/IA5String.h",
"chars": 1084,
"preview": "/*-\n * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.\n * Redistribution and modifications are per"
},
{
"path": "ext/INTEGER.c",
"chars": 28481,
"preview": "/*-\n * Copyright (c) 2003-2014 Lev Walkin <vlm@lionet.info>.\n * All rights reserved.\n * Redistribution and modifications"
},
{
"path": "ext/INTEGER.h",
"chars": 3580,
"preview": "/*-\n * Copyright (c) 2003, 2005 Lev Walkin <vlm@lionet.info>. All rights reserved.\n * Redistribution and modifications a"
},
{
"path": "ext/InhibitAnyPolicy.c",
"chars": 1629,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/InhibitAnyPolicy.h",
"chars": 969,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/InvalidityDate.c",
"chars": 990,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/InvalidityDate.h",
"chars": 955,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/IssuerAltName.c",
"chars": 1661,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/IssuerAltName.h",
"chars": 936,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/IssuingDistributionPoint.c",
"chars": 5797,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/IssuingDistributionPoint.h",
"chars": 1300,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/KEA-Parms-Id.c",
"chars": 992,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/KEA-Parms-Id.h",
"chars": 927,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Algorithms88\"\n * \tfound in \"asn1/r"
},
{
"path": "ext/KeyIdentifier.c",
"chars": 999,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/KeyIdentifier.h",
"chars": 936,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/KeyPurposeId.c",
"chars": 973,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/KeyPurposeId.h",
"chars": 933,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/KeyUsage.c",
"chars": 943,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/KeyUsage.h",
"chars": 1183,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Implicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/LocalPostalAttributes.c",
"chars": 1098,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/LocalPostalAttributes.h",
"chars": 1040,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"PKIX1Explicit88\"\n * \tfound in \"asn1/rfc"
},
{
"path": "ext/LogotypeAudio.c",
"chars": 2137,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"LogotypeCertExtn\"\n * \tfound in \"asn1/rf"
},
{
"path": "ext/LogotypeAudio.h",
"chars": 1077,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"LogotypeCertExtn\"\n * \tfound in \"asn1/rf"
},
{
"path": "ext/LogotypeAudioInfo.c",
"chars": 3384,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"LogotypeCertExtn\"\n * \tfound in \"asn1/rf"
},
{
"path": "ext/LogotypeAudioInfo.h",
"chars": 1069,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"LogotypeCertExtn\"\n * \tfound in \"asn1/rf"
},
{
"path": "ext/LogotypeData.c",
"chars": 4313,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"LogotypeCertExtn\"\n * \tfound in \"asn1/rf"
},
{
"path": "ext/LogotypeData.h",
"chars": 1366,
"preview": "/*\n * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\n * From ASN.1 module \"LogotypeCertExtn\"\n * \tfound in \"asn1/rf"
}
]
// ... and 314 more files (download for full content)
About this extraction
This page contains the full source code of the awslabs/certlint GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 514 files (3.6 MB), approximately 967.3k tokens, and a symbol index with 1796 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.