|
NAMETwiggy::TLS::Info - TLS connection informationSYNOPSISIn PSGI application:warn "Client's CommonName: " . $env->{"psgi.tls"}->client_certificate('cn'); warn "Used cipher: " . $env->{"psgi.tls"}->cipher; METHODSclient_certificateRetrieve value from client certificate. If no field is given the internal representation of certificate from Net::SSLeay is returned. The list of fields can be found in IO::Socket::SSL "peer_certificate" method documentation.cipherReturns the string form of the cipher used for current connection.
Visit the GSP FreeBSD Man Page Interface. |