recentpopularlog in

ssl

«    
SSL Endpoint | Heroku Dev Center
Steps to add an SSL endpoint on Heroku
heroku  ssl  https 
12 hours ago by etucker
How Does Secure Socket Layer (SSL or TLS) Work? | LuxSci FYI
The Secure Socket Layer, SSL for short, is a protocol by which many services that communicate over the Internet can do so in a secure fashion.
security  www  ssl  tls  wpd  itp 
13 hours ago by gdw
grwl/sslcaudit
"The goal of sslcaudit project is to develop a utility to automate testing SSL/TLS clients for resistance against MITM attacks. It might be useful for testing a thick client, a mobile application, an appliance, pretty much anything communicating over SSL/TLS over TCP."
ssl  ssl/tls  security  security_analysis  security_assessment  mitm  sslcaudit  tcp  infosec 
4 days ago by adulau
Adding self-signed https certificates to java keystore | Chris Searle
#!/bin/sh
#
# usage: retrieve-cert.sh remote.host.name [port]
#
REMHOST=$1
REMPORT=${2:-443}
echo |
openssl s_client -connect ${REMHOST}:${REMPORT} 2>&1 |
sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p'
java  ssl  keystore  development  https 
5 days ago by jenkner

Copy this bookmark:





private to read