question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

trust_list: Add OID info/filtering

See original GitHub issue

Package Control will be switching to use oscrypto.trust_list for TLS trust roots to solve:

In order to do this, we need to tweak trust_list.get_list(). Ideally we need:

  1. A way to filter get_list() by one or more key usage strings/extended key usage OIDs
  2. A new method such as get_list() that will return the list os trust roots along with a set() of their key usage names and extended key usage OIDs

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:21
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
wbondcommented, Jun 24, 2016

As of 41cb25705aabe33003c89dcc307c81cb23ee650b, oscrypto.trust_list now includes trust information for each certificate in the store, and trust_list.get_path() encodes the trust info into a format that OpenSSL understands.

0reactions
ipv6freelycommented, Jul 12, 2016

@FichteFoll Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

000339: Input <value> does not have OIDs.—ArcGIS Pro
Solution. Convert the dataset to a dataset that will add an OID field. Several tools, including Copy Features and Copy Rows ...
Read more >
Object Identifiers (OID) in PKI - PKI Solutions LLC
One GUI way is via AD Sites and Services (make sure Show Service Node is on under View). Right click and select properties...
Read more >
The oscrypto from wbond - Coder Social Home
TLS functionality uses the operating system's trust list/CA certs and is pre-configured with sane defaults ... trust_list: Add OID info/filtering.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found