Opened 16 years ago

Closed 6 years ago

Last modified 6 years ago

#484 closed enhancement (fixed)

Allow to use binary certificate in TLS transport

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-2.8
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description (last modified by nanang)

It would be nice if PJSIP allows not only to load certificate from a file, but also from a memory, for example if the certificate is embedded in the application or if it's retrieved from Windows certificate store. Also it may improve performance, especially for server app, because currently the same certificate may be read again and again from disk.

Thanks Klaus Darilion and Peter Koletzki for the suggestion.

Change History (5)

comment:1 Changed 16 years ago by bennylp

  • Milestone changed from release-0.9.0 to Known-Issues

comment:2 Changed 6 years ago by nanang

  • Backported unset
  • Description modified (diff)
  • Milestone changed from Known-Issues-and-Ideas to release-2.8
  • Priority changed from minor to normal

comment:3 Changed 6 years ago by ming

  • Milestone changed from release-2.7.1 to release-2.8

comment:4 Changed 6 years ago by riza

  • Resolution set to fixed
  • Status changed from new to closed

In 5821:

Close #484: Allow to use binary certificate in TLS transport.

comment:5 Changed 6 years ago by riza

In 5836:

Re #484: Fix compile warning of unused method.

Note: See TracTickets for help on using tickets.