Re: [sr-dev] [kamailio/kamailio] tls: add sel for tls verified cert chain (requires OpenSSL 1.1+) (#2289)

2020-04-20 Thread Daniel-Constantin Mierla
Merged #2289 into master. -- 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/2289#event-3250517816___ Kamailio (SER) - Development Mailing

Re: [sr-dev] [kamailio/kamailio] tls: add sel for tls verified cert chain (requires OpenSSL 1.1+) (#2289)

2020-04-19 Thread Armen Babikyan
@armenb pushed 1 commit. abc474d1caedb4661f3b0fc8168ea0cb608b3e83 remove extra tcpconn_put() call -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] tls: add sel for tls verified cert chain (requires OpenSSL 1.1+) (#2289)

2020-04-17 Thread Daniel-Constantin Mierla
Thanks, it will be merged! Have you seen my comment on your previous PR: * https://github.com/kamailio/kamailio/pull/2268#issuecomment-609935161 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] tls: add sel for tls verified cert chain (requires OpenSSL 1.1+) (#2289)

2020-04-17 Thread Armen Babikyan
* New Feature * Changes Tested Locally This sel variable allows a kam script to get access to not just the peer certificate (at index 0), but when a certificate is successfully verified, the entire chain of certificates that were used to verify the peer certificate (at index 1, 2, 3, etc).