Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
  • 1.  python3 / openssl 3 (inbuilt)

    Posted yesterday

    Hi everybody

    I wanted to ask if there's an estimate to when python3.9.x  will be built with the newest openssl 3 libraries ?
    I'm not a developer myself, but I'm getting triggered by security that the libs we're using are outdated (openssl 1.1.x).

    Thanks in advance and kind regards,

    Stefano

    AIX Level 7200-05-09-2446

    ./check_python_openssl.py
    Python Version: 3.9.20 (main, Sep 27 2024, 03:16:26)
    [GCC 10.3.0]
    OpenSSL Version: OpenSSL 1.1.1x  30 Jan 2024
    OpenSSL Version Info: (1, 1, 1, 24, 15)
    OpenSSL Build Version (Hex): 0x1010118f

    AIX Level 7300-03-01-2520

    Python Version: 3.9.20 (main, Sep 27 2024, 03:16:26)
    [GCC 10.3.0]
    OpenSSL Version: OpenSSL 1.1.1x  30 Jan 2024
    OpenSSL Version Info: (1, 1, 1, 24, 15)
    OpenSSL Build Version (Hex): 0x1010118f



    ------------------------------
    Stefano Calisto
    ------------------------------


  • 2.  RE: python3 / openssl 3 (inbuilt)

    Posted 15 hours ago

    Hi everybody

    Nevermind, I checked the AIX Toolbox and the newest python version is compiled with openssl 3:
    # ./python3
    Python 3.9.23 (main, Jul 22 2025, 00:57:36)
    [GCC 10.3.0] on aix
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import ssl
    >>> print(ssl.OPENSSL_VERSION)
    OpenSSL 3.0.15 3 Sep 2024

    Kind regards,

    Stefano Calisto



    ------------------------------
    Stefano Calisto
    ------------------------------