AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
Expand all | Collapse all

Is it possible to get python3-openssl into the AIX Toolbox for Open Source Software?

  • 1.  Is it possible to get python3-openssl into the AIX Toolbox for Open Source Software?

    Posted Thu February 22, 2024 07:13 AM

    Is it possible to get "python3-openssl" into the AIX Toolbox for Open Source Software? The goal is to make "from OpenSSL import crypto, SSL" in python3.9 possible.



    ------------------------------
    Björn Gräbe
    ------------------------------


  • 2.  RE: Is it possible to get python3-openssl into the AIX Toolbox for Open Source Software?

    Posted Thu February 22, 2024 08:43 AM

    https://github.com/pyca/pyopenssl

    This is a pure python package. One can easily use pip command to install this wrapper. Our strategy is to keep the python modules as low as possible in AIX Toolbox because of maintenance issues. 



    ------------------------------
    Ayappan P
    ------------------------------