Re: [sr-dev] [kamailio/kamailio] [WIP] tls: add support for OpenSSL engine and private keys in HSM (#1484)

2018-03-22 Thread aalba6675
@aalba6675 pushed 1 commit.

064689c  tls: add documentation for engine params


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/kamailio/kamailio/pull/1484/files/5d5aae2826db9635d29a5db5be688fc8caf02e5e..064689c7d255791177875d9bc6d13f7943e99b59
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] [WIP] tls: add support for OpenSSL engine and private keys in HSM (#1484)

2018-03-22 Thread aalba6675
The feature set is generally complete now with the last commit. Just leaving 
the documentation of the directives TODO

* support for OpenSSL engine and HSM keys for TLS server and client domains
* HSM private keys are stored in worker-local memory - probably this is the 
most intrusive change; the rest is just related to initialization. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1484#issuecomment-375511220___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] [WIP] tls: add support for OpenSSL engine and private keys in HSM (#1484)

2018-03-22 Thread aalba6675
@aalba6675 pushed 1 commit.

5d5aae2  tls/tls_server.c: add HSM key support in outbound connections


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/kamailio/kamailio/pull/1484/files/4c5d1e6cb7d55c4f2f7f61cc95ca9c8a66aee059..5d5aae2826db9635d29a5db5be688fc8caf02e5e
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] app_java: gcj is been removed from gcc since gcc7 (#1487)

2018-03-22 Thread Victor Seva
>From debian bugreport https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892538
```
Source: kamailio
Severity: serious
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: gcj-rm

Hi,

kamailio depends or build-depends on GCJ. GCJ has been dropped
upstream since GCC 7, so we are dropping it from Debian. Thus please
either drop support for GCJ if you are just building an alternative
package with GCJ support (e.g. ant-gcj, ecj-gcj) or switch to
default-jdk / default-jre as appropriate.

Cheers, Emilio 
```

>From https://gcc.gnu.org/gcc-7/changes.html
```
Java (GCJ)

The GCC Java frontend and associated libjava runtime library have been removed 
from GCC.
```
Can the ``app_java`` module be built with openjdk-9-jdk?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1487___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:master:f464c780: sqlops: fix doc error introduced in commit 7ce1ed71

2018-03-22 Thread Henning Westerholt
Module: kamailio
Branch: master
Commit: f464c780bf402eebadf0d95623b07b776e6a8258
URL: 
https://github.com/kamailio/kamailio/commit/f464c780bf402eebadf0d95623b07b776e6a8258

Author: Henning Westerholt 
Committer: Henning Westerholt 
Date: 2018-03-22T08:35:48+01:00

sqlops: fix doc error introduced in commit 7ce1ed71

---

Modified: src/modules/sqlops/doc/sqlops_admin.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/f464c780bf402eebadf0d95623b07b776e6a8258.diff
Patch: 
https://github.com/kamailio/kamailio/commit/f464c780bf402eebadf0d95623b07b776e6a8258.patch

---

diff --git a/src/modules/sqlops/doc/sqlops_admin.xml 
b/src/modules/sqlops/doc/sqlops_admin.xml
index 63027bea66..4b38a3f7b8 100644
--- a/src/modules/sqlops/doc/sqlops_admin.xml
+++ b/src/modules/sqlops/doc/sqlops_admin.xml
@@ -146,7 +146,7 @@
Set sqlcon parameter

 ...
-modparam("sqlops","sqlcon","cb=")
+modparam("sqlops","sqlcon","cb=")
 modparam("sqlops","sqlcon","ca=")
 ...
 


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev