Skip to main content



      Home
Home » Eclipse Projects » Paho » Custom OpenSSL Authentication in C?
Custom OpenSSL Authentication in C? [message #1760607] Fri, 28 April 2017 15:24 Go to next message
Eclipse UserFriend
Hi!

I'm trying to add OpenSSL authentication to our MQTT Client. I don't want to use the built in one because I need something that uses OCSP stapling certificate checking, special certificate validation rules, auth tokens, etc. Is there a way to integrate a custom OpenSSL implementation into Eclipse Paho?
Re: Custom OpenSSL Authentication in C? [message #1764055 is a reply to message #1760607] Wed, 24 May 2017 08:36 Go to previous messageGo to next message
Eclipse UserFriend
Not in the main C client. You can add your own TLS support in the embedded client (https://github.com/eclipse/paho.mqtt.embedded-c), but the capabilities are quite different.

Would it be possible to add OSCP support to the main C client in a general way that would be sufficient for your use case?
Re: Custom OpenSSL Authentication in C? [message #1764846 is a reply to message #1764055] Fri, 02 June 2017 11:08 Go to previous messageGo to next message
Eclipse UserFriend
I'm currently already using the main eclipse paho c client for our embedded linux system. So that's kind of locked in. Although, general support for OCSP certificate validation might be sufficient, our team isn't sure if we want to go with Auth tokens or not. Allowing users to implement their own SSL authentication solution is preferred.

Thanks, I think I have what I need.
Re: Custom OpenSSL Authentication in C? [message #1764847 is a reply to message #1764055] Fri, 02 June 2017 11:08 Go to previous message
Eclipse UserFriend
I'm currently already using the main eclipse paho c client for our embedded linux system. So that's kind of locked in. Although, general support for OCSP certificate validation might be sufficient, our team isn't sure if we want to go with Auth tokens or not. Allowing users to implement their own SSL authentication solution is preferred.

Thanks, I think I have what I need.
Previous Topic:Newbie question on a simple embedded Mqtt implementation
Next Topic:Android Paho client crashing on connectivity change
Goto Forum:
  


Current Time: Mon Jun 23 12:43:45 EDT 2025

Powered by FUDForum. Page generated in 0.26025 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top