bugThe eXtended osip library - Bugs: bug #62113, Hello, I want to ask, is there a...

 
 

bug #62113: Hello, I want to ask, is there a write error

Submitter:  pengwang <pengwang>
Submitted:  Fri 25 Feb 2022 01:43:18 AM UTC
   
 
Category:  None Severity:  2 - Minor
Item Group:  None Status:  Works For Me
Privacy:  Public Assigned to:  aymeric
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 13 Apr 2023 05:01:31 PM UTC, comment #2: 

Closing because I have no additionnal information.

Aymeric MOIZARD <aymeric>
Group administrator
Fri 25 Feb 2022 09:45:35 AM UTC, comment #1: 

Hi,

This code is not yet doing networking. I have never seen it failing.

It could be some incompatibility with the ssl version used? You can try to provide details, but right now, I can't help.

Thanks,

Aymeric MOIZARD <aymeric>
Group administrator
Fri 25 Feb 2022 01:43:18 AM UTC, original submission:  

eXosip2-5.2.1

function name: initialize_server_ctx

  ctx = SSL_CTX_new(meth);

  if (ctx == NULL) {
    OSIP_TRACE(osip_trace(_FILE_, _LINE_, OSIP_ERROR, NULL, "[eXosip] [TLS] cannot create SSL_CTX\n"));
    SSL_CTX_free(ctx);
    return NULL;
  }

pengwang <pengwang>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by aymeric (Posted a comment)
  • -email is unavailable- added by pengwang (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-04-13 aymeric Open/ClosedOpen Closed
    2022-02-25 aymeric Severity3 - Normal 2 - Minor
        StatusNone Works For Me
        Assigned toNone aymeric

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code