Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PoC: Make it possible to write code that interacts with OpenSSL in Rust #6695

Closed
wants to merge 25 commits into from

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    37c02ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    accb232 View commit details
    Browse the repository at this point in the history
  3. Use DEP_OPENSSL_INCLUDE

    messense committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    e7d71a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71c8424 View commit details
    Browse the repository at this point in the history
  5. Fix PYTHONPATH

    messense committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    e5f9407 View commit details
    Browse the repository at this point in the history
  6. Force OpenSSL link

    messense committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    68214d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d68c685 View commit details
    Browse the repository at this point in the history
  8. Fix a clippy warning

    messense committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    d07fd9a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b895314 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    add33fa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8a6f0f9 View commit details
    Browse the repository at this point in the history
  12. Try to fix Windows

    messense committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    c11218a View commit details
    Browse the repository at this point in the history
  13. Set rpath with RUSTFLAGS

    messense committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    b087223 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1ef6259 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    65340cb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a9aa151 View commit details
    Browse the repository at this point in the history
  17. Bump MSRV to 1.48.0

    messense committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    e36ba2b View commit details
    Browse the repository at this point in the history
  18. Define Py_LIMITED_API

    messense committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    21208ff View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    916716c View commit details
    Browse the repository at this point in the history
  20. Install pkg-config in zuul

    messense committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    a114535 View commit details
    Browse the repository at this point in the history
  21. Try to fix mypy error

    messense committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    2eea530 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1377cee View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9518ea1 View commit details
    Browse the repository at this point in the history
  24. Try cffi embedding API

    messense committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    0604d80 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    50a751a View commit details
    Browse the repository at this point in the history