Git Product home page Git Product logo

cert-verifier's People

Contributors

fuerve avatar kimdhamilton avatar neon-ninja avatar xieqihui avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cert-verifier's Issues

FileNotFoundError: Could not find module 'libeay32' (or one of its dependencies). Try using the full path with constructor syntax.

Hey

I have installed the Python dependency package as prompted

but when i run python verifier.py , an error occured, below is the wrong prompt

$ python verifier.py
Traceback (most recent call last):
  File "verifier.py", line 16, in <module>
    from cert_verifier.checks import create_verification_steps
  File "C:\Env\Python\lib\site-packages\cert_verifier\checks.py", line 9, in <module>
    from bitcoin.signmessage import BitcoinMessage, VerifyMessage
  File "C:\Program Files (x86)\Python38-32\lib\site-packages\bitcoin\signmessage.py", line 14, in <module>
    from bitcoin.core.key import CPubKey
  File "C:\Program Files (x86)\Python38-32\lib\site-packages\bitcoin\core\key.py", line 34, in <module>
    _ssl = ctypes.cdll.LoadLibrary(ctypes.util.find_library('ssl') or 'libeay32')
  File "C:\Program Files (x86)\Python38-32\lib\ctypes\__init__.py", line 451, in LoadLibrary
    return self._dlltype(name)
  File "C:\Program Files (x86)\Python38-32\lib\ctypes\__init__.py", line 373, in __init__
    self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'libeay32' (or one of its dependencies). Try using the full path with constructor syntax.

How to solve this problem?

I am looking forward to your reply !!

❤️❤️❤️

ModuleNotFoundError: No module named 'cert_core'

I'm getting the below error, while running: python verifier.py

Traceback (most recent call last):
File "verifier.py", line 14, in <module>
from cert_core import to_certificate_model
ModuleNotFoundError: No module named 'cert_core'

Expose as a service endpoint, v1.2 schemas only

Currently cert-issuer is using cert-verifier as a python library, which is available on pypi. At some point we will want a cert-verifier service. We will need to have this support v1.2 format only -- not the v1.1 binary hash validation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.