Thank you very much for the information. Please let me know whether it is mandatory to use gnuTLS for TLS encryption? Is it possible to achieve TLS support with openssl. Our project is already having openssl. Our platform is Linux
Regards, Girish -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Thomas D. Sent: Tuesday, February 02, 2016 4:37 PM To: [email protected] Subject: Re: [rsyslog] Upgrading rsyslog to 8.15.0 Hi, Girish Kumar wrote: > Sorry for sending the same mail again. > My requirement is to send the log messages to remote log server securely > (with TLS). > The project which I am implementing is on embedded systems. So the space is > very important. > As per the configure of rsyslog I have included all the following dependency > libraries. > Please let me know if any of the libraries can be skipped. Thanks in advance. > > libestr-0.1.9 > json-c-0.1 > libuuid-1.0.3 > libgcrypt-1.6.4 > libgpg-error-1.21 > liblogging-1.0.5 A minimal rsyslog must have - json-c - libestr - liblogging - zlib To send logs upstream to another remote log server you don't need libgcrypt. libgcrypt is only needed if you want to _store_ encrypted log files on the _local_ system. If you want to use any kind of TLS (SSL) within rsyslog you need gnutls. Have a look at librelp if you need reliable logging. -Thomas _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

