537 | | |
538 | | |
539 | | === OpenSSL === |
540 | | |
541 | | Software |
542 | | SSL/TLS encryption and transport |
543 | | |
544 | | Author |
545 | | http://www.openssl.org |
546 | | |
547 | | Location |
548 | | external |
549 | | |
550 | | Description |
551 | | PJSIP may be linked with OpenSSL to enable SIP TLS transport. |
552 | | |
553 | | License |
554 | | Please see [http://www.openssl.org/source/license.html OpenSSL License] |
555 | | |
556 | | Using the Software |
557 | | SIP TLS transport is disabled by default, and application must enable SIP TLS transport manually by declaring {{{PJSIP_HAS_TLS_TRANSPORT}}} to 1 in config_site.h. OpenSSL library must be installed in order to build SIP TLS transport. |
558 | | |
559 | | The OpenSSL library itself is not included in PJSIP distribution. With the GNU build system, the configure script will detect the presence of OpenSSL library automatically. On Windows, application must add OpenSSL include and lib paths in Visual Studio directory search paths. |
560 | | |