Re: Porting to version 1.1.1 with old Linux kernel 3.0.8

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thank you for response.

Could you suggest best approach for porting application from 1.0.2 to 1.1.1?
So far I've found good manual which describes required modifications:
https://wiki.tizen.org/Security/Tizen_5.X_Migration_from_OpenSSL_1.0.2_to_OpenSSL_1.1.1_guide

The question is whether it describes ALL required modification?

On Monday, April 5, 2021, 03:57:36 PM EDT, Viktor Dukhovni <openssl-users@xxxxxxxxxxxx> wrote:



> On Apr 5, 2021, at 11:16 AM, Boris Shpoungin via openssl-users <openssl-users@xxxxxxxxxxx> wrote:
>
> Is there minimal requirements for Linux kernel for usage of openssl library version 1.1.1?
>
> I have old application based on Linux kernel 3.0.8 which uses openssl version 1.0.2. My question is whether it is possible to port this application to use openssl version 1.1.1 in Linux 3.0.8 environment?


The version of the Linux kernel is almost certainly irrelevant.  OpenSSL
makes minimal demands of the operating system.  Only random number generation
is plausibly something you need to think about.  The getrandom(2) kernel API
was added in Linux 3.17, so you'll need to use /dev/urandom instead.

Otherwise, sockets, threads, ... are all present in Linux even before 3.0.

--
    Viktor.



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux