[OpenSIPS-Devel] [opensips] Feature request #77 fulfilled (#138)

2013-11-26 Thread secusmartChris
We fulfilled our own request for TLSv1.2 features like using elliptic curves.
Please use OpenSSL 1.0.1e or newer.
You can merge this Pull Request by running:

  git pull https://github.com/secusmartChris/opensips master

Or you can view, comment on it, or merge it online at:

  https://github.com/OpenSIPS/opensips/pull/138

-- Commit Summary --

  * Feature request #77 fulfilled

-- File Changes --

M cfg.lex (11)
M cfg.y (118)
M config.h (4)
M tls/doc/tls.sgml (11)
M tls/doc/tls_user.sgml (91)
M tls/tls_config.c (2)
M tls/tls_config.h (7)
M tls/tls_domain.h (3)
M tls/tls_init.c (116)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/138.patch
https://github.com/OpenSIPS/opensips/pull/138.diff
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Feature request #77 fulfilled (#138)

2013-11-26 Thread Saúl Ibarra Corretgé
 @@ -346,6 +420,11 @@ int verify_callback(int pre_verify_ok, X509_STORE_CTX 
 *ctx) {
   ssl_methods[TLS_USE_SSLv23_cli - 1] = SSLv23_client_method();
   ssl_methods[TLS_USE_SSLv23_srv - 1] = SSLv23_server_method();
   ssl_methods[TLS_USE_SSLv23 - 1] = SSLv23_method();
 + 
 + ssl_methods[TLS_USE_TLSv1_2_cli - 1] = TLSv1_2_client_method();

Should these be ifdefed in case the OpenSSL version is too old?

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/138/files#r7923384___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Feature request #77 fulfilled (#138)

2013-11-26 Thread secusmartChris
 @@ -346,6 +420,11 @@ int verify_callback(int pre_verify_ok, X509_STORE_CTX 
 *ctx) {
   ssl_methods[TLS_USE_SSLv23_cli - 1] = SSLv23_client_method();
   ssl_methods[TLS_USE_SSLv23_srv - 1] = SSLv23_server_method();
   ssl_methods[TLS_USE_SSLv23 - 1] = SSLv23_method();
 + 
 + ssl_methods[TLS_USE_TLSv1_2_cli - 1] = TLSv1_2_client_method();

You're right saghul. It should be ifdefed.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/138/files#r7923849___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] Allow for `event_pkg_threshold` support. (#139)

2013-11-26 Thread Stéphane Alnet
PKG_MEM is not defined or use anywhere else in the code, so assuming 
`PKG_MALLOC` is meant here.
You can merge this Pull Request by running:

  git pull https://github.com/shimaore/opensips pkg_mem_events

Or you can view, comment on it, or merge it online at:

  https://github.com/OpenSIPS/opensips/pull/139

-- Commit Summary --

  * Allow for `event_pkg_threshold` support.

-- File Changes --

M cfg.y (4)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/139.patch
https://github.com/OpenSIPS/opensips/pull/139.diff
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] No DNS-based failover on locally generated requests (#140)

2013-11-26 Thread jpyle490
DNS-based failover (SRV) doesn't work on locally generated requests, including 
B2BUA topology hiding and REGISTER attempts from uac_registrant.  

To my untrained eyes it looks like this happens because there is no proxy 
structure associated with locally generated requests (via t_uac).

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/140___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] Corrected db_http example: the timeout is an integer. (#141)

2013-11-26 Thread Stéphane Alnet
This is a minor documentation correction.
You can merge this Pull Request by running:

  git pull https://github.com/shimaore/opensips db_http_timeout_doc

Or you can view, comment on it, or merge it online at:

  https://github.com/OpenSIPS/opensips/pull/141

-- Commit Summary --

  * Corrected db_http example: the timeout is an integer.

-- File Changes --

M modules/db_http/README (5)
M modules/db_http/doc/db_http_admin.xml (2)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/141.patch
https://github.com/OpenSIPS/opensips/pull/141.diff
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel