Patches item #1446614, was opened at 2006-03-09 18:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1446614&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: modules Group: None Status: Open Resolution: None Priority: 5 Submitted By: Klaus Darilion (klaus_darilion) Assigned to: Nobody/Anonymous (nobody) Summary: tlsops module Initial Comment: Hi! This patch is a tlsops module. The idea was to have some TLS related functions which can be used in the routing script to check TLS parameters. I've implemented only one function: is_peer_verified() This function returns 1 if the message is received via TLS and the peer was verified during TLS connection handshake, otherwise it returns -1 This module can be seen as a proof of concept and to learn openssl related programming. I'm not planning to extend this module in the next time, thus I submitted it as a starting point for others which want to play around with TLS. Further, probably it would be better to use pseudo variables to access such parameters. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1446614&group_id=139143 _______________________________________________ Devel mailing list Devel@openser.org http://openser.org/cgi-bin/mailman/listinfo/devel