Hi Esun,

I have an application which uses openssl v 1.1.1c.
I am trying to integrate with grpc , it compiles and links properly, but
when i run it throws a segmentation fault (core dump). The issue points to
libcrypto.so.

Can you please guide me on installing grpc (any specific version?) and the
steps to install, so that it is compatible with openssl v1.1.1c?
Trying for many days. Appreciate your help

regards
Daksha

On Fri, Aug 23, 2024 at 4:00 PM Daksha Tulshikar <daksha.tulshi...@blinkx.in>
wrote:

> correction , my application works on openssl  1.1.1c ,will try with that.
>
> On Fri, Aug 23, 2024 at 3:58 PM Daksha Tulshikar <
> daksha.tulshi...@blinkx.in> wrote:
>
>> Hi Esun,
>>
>> Thanks for the update.
>>
>> I am using the latest grpc v1.66.0
>>
>> git clone --recurse-submodules -b v1.66.0 --depth 1 --shallow-submodules
>> https://github.com/grpc/grpc
>>
>> So will it work with openssl 3.0.7 or 3.0.8 ?
>>
>> I first installed grpc with default boringssl and then installed
>> with openssl installed on my system (1.1.1g) ie with
>>
>> cmake -DgRPC_INSTALL=ON \
>> -DgRPC_SSL_PROVIDER=package \
>>       -DgRPC_BUILD_TESTS=OFF \
>>       -DCMAKE_INSTALL_PREFIX=$MY_INSTALL_DIR \
>>       ../..
>>
>> This worked for me.
>> since grpc v1.66 will work with openssl 3.0.7 , i will try with that as
>> well. My application works on openssl 3.0.7.
>>
>>
>>
>>
>> On Fri, Aug 23, 2024 at 1:48 AM Esun Kim <vebl...@google.com> wrote:
>>
>>> Sorry for missing version;
>>>
>>> gRPC started to support OpenSSL 3 since 1.58 (link)
>>>
>>> On Thu, Aug 22, 2024 at 1:17 PM Esun Kim <vebl...@google.com> wrote:
>>>
>>>> gRPC started to support OpenSSL since 1.58 (link
>>>> <https://github.com/grpc/grpc/releases/tag/v1.58.0>)
>>>>
>>>> On Thu, Aug 22, 2024 at 11:31 AM 'Daksha Tulshikar' via grpc.io <
>>>> grpc-io@googlegroups.com> wrote:
>>>>
>>>>> are there any plans to support openssl 3.0?
>>>>>
>>>>> On Thursday, January 26, 2023 at 12:05:28 AM UTC+5:30
>>>>> veb...@google.com wrote:
>>>>>
>>>>>> I don't think gRPC supports OpenSSL 3.0 yet as we have
>>>>>> https://github.com/grpc/grpc/pull/31256 open.
>>>>>> But it's puzzling to me that you saw many undefined errors. I
>>>>>> expected that it should be compile errors due to API breaking changes or
>>>>>> runtime errors due to potential API behavior changes.
>>>>>>
>>>>>> On Thursday, January 12, 2023 at 12:29:29 AM UTC-8 小煤球 wrote:
>>>>>>
>>>>>>> When I tried to compile grpc, I changed the OpenSSL version to 3.0,
>>>>>>> but many undefined errors occurred during the compilation.
>>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> You received this message because you are subscribed to a topic in the
>>>>> Google Groups "grpc.io" group.
>>>>> To unsubscribe from this topic, visit
>>>>> https://groups.google.com/d/topic/grpc-io/V3Bp4QNGpMQ/unsubscribe.
>>>>> To unsubscribe from this group and all its topics, send an email to
>>>>> grpc-io+unsubscr...@googlegroups.com.
>>>>> To view this discussion on the web visit
>>>>> https://groups.google.com/d/msgid/grpc-io/5267b229-7ff3-4614-9cae-0b82785cb22an%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/grpc-io/5267b229-7ff3-4614-9cae-0b82785cb22an%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>>
>>>>
>>>> --
>>>> Regards,
>>>> Esun.
>>>>
>>>>
>>>
>>> --
>>> Regards,
>>> Esun.
>>>
>>>

-- 

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAPDrRGX8LyJwi3GBaQbSAU25frJtA1yn7CvMbm-sBw2W-WpP7A%40mail.gmail.com.

Reply via email to