TLSv1.3 support in PJSIP for Linux

S
sameer@cdot.in
Thu, Nov 25, 2021 5:32 AM

I was looking for TLSv1.3 support in PJSIP for Linux. The documentation provided for
PJSIP states that it only supports TLSv1.1 and TLSv1.2. I have following query regarding
this:

-Is any new version of PJSIP is available which supports TLSv1.3?

-Is any new release is planned for future which supports TLSv1.3?

-Can i configure the existing PJSIP for TLSv1.3 support?

Thanks in advance

I was looking for TLSv1.3 support in PJSIP for Linux. The documentation provided for\ PJSIP states that it only supports TLSv1.1 and TLSv1.2. I have following query regarding\ this:\ \ \-Is any new version of PJSIP is available which supports TLSv1.3?\ \ \-Is any new release is planned for future which supports TLSv1.3?\ \ \-Can i configure the existing PJSIP for TLSv1.3 support?\ \ Thanks in advance
AW
Andreas Wehrmann
Thu, Nov 25, 2021 8:07 AM

On 25.11.21 06:32, sameer@cdot.in wrote:

I was looking for TLSv1.3 support in PJSIP for Linux. The
documentation provided for
PJSIP states that it only supports TLSv1.1 and TLSv1.2. I have
following query regarding
this:

-Is any new version of PJSIP is available which supports TLSv1.3?

-Is any new release is planned for future which supports TLSv1.3?

-Can i configure the existing PJSIP for TLSv1.3 support?

Thanks in advance

Hey there,

from the looks of it, pjproject added support for TLS 1.3 with release 2.11;
see the milestones here:
https://github.com/pjsip/pjproject/milestone/75?closed=1

I noticed, that pjsip.org seems to be slightly outdated,
so the documentation there might be behind what's actually implemented.

All the best,
Andreas

On 25.11.21 06:32, sameer@cdot.in wrote: > > I was looking for TLSv1.3 support in PJSIP for Linux. The > documentation provided for > PJSIP states that it only supports TLSv1.1 and TLSv1.2. I have > following query regarding > this: > > -Is any new version of PJSIP is available which supports TLSv1.3? > > -Is any new release is planned for future which supports TLSv1.3? > > -Can i configure the existing PJSIP for TLSv1.3 support? > > Thanks in advance > Hey there, from the looks of it, pjproject added support for TLS 1.3 with release 2.11; see the milestones here: https://github.com/pjsip/pjproject/milestone/75?closed=1 I noticed, that pjsip.org seems to be slightly outdated, so the documentation there might be behind what's actually implemented. All the best, Andreas