SSL; Cipher suites
What are cipher suites?
http://en.wikipedia.org/wiki/Cipher_suiteConfiguring Apache to accept a particular list of cipher suites
https://httpd.apache.org/docs/2.0/ssl/ssl_howto.htmlTesting ssl connections using OpenSSL's s_client and s_server
http://wiki.wireshark.org/SSLBash script to test OpenSSL's supported cipher suites against a given web server
https://www.ssllabs.com/ssltest/index.htmlOpenSSL's documentation for ciphers
http://www.openssl.org/docs/apps/ciphers.html#NAMEHow to Disable SSL weak Ciphers in Tomcat Server
http://www.fromdev.com/2009/02/tomcat-best-practices-securing-ssl-by.htmlHow to control the SSL ciphers available to Tomcat
http://stackoverflow.com/questions/7417809/how-to-control-the-ssl-ciphers-available-to-tomcatJava™ Cryptography Architecture Standard Algorithm Name Documentation; JSSE Cipher Suite Names
http://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#jssenamesSSLHandshakeException: Received fatal alert: handshake_failure when setting ciphers on tomcat 7 server
http://stackoverflow.com/questions/15544116/sslhandshakeexception-received-fatal-alert-handshake-failure-when-setting-ciph?rq=1-keyalg is only one part of the solution; the other peer involved in the ssl conversation must support a compatible hash algorith for OID in addition to supporting a common cipher suite
SSL; handshake
Give me a detailed breakdown of how the ssl-handshake works
http://pic.dhe.ibm.com/infocenter/tivihelp/v2r1/index.jsp?topic=%2Fcom.ibm.itame2.doc_5.1%2Fss7aumst18.htmAn overview of the SSL handshake
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=%2Fcom.ibm.mq.csqzas.doc%2Fsy10660_.htm http://pic.dhe.ibm.com/infocenter/tivihelp/v2r1/index.jsp?topic=%2Fcom.ibm.itame2.doc_5.1%2Fss7aumst18.htmSSL; keytool
Documentation for keytool
http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/keytool.htmlKeytool and the -keyalg option
http://stackoverflow.com/questions/15544116/sslhandshakeexception-received-fatal-alert-handshake-failure-when-setting-ciph?rq=1Java keytool; common commands
https://www.sslshopper.com/article-most-common-java-keytool-keystore-commands.htmlKeytool keeps giving SHA256 sigalg instead of requested alg
http://stackoverflow.com/questions/14163889/keytool-keeps-giving-sha256-sigalg-instead-of-requested-algkeytool - Key and Certificate Management Tool; Supported Algorithms and Key Sizes
http://docs.oracle.com/javase/1.5.0/docs/tooldocs/solaris/keytool.htmlHow do I generate a 2048 bit CSR using Java Keytool?
http://www.entrust.net/knowledge-base/technote.cfm?tn=8425keytool - Key and Certificate Management Tool; Option Defaults
http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/keytool.htmlSSL; misc
Online tester for SSL-enabled servers
https://www.ssllabs.com/ssltest/index.htmlHash Algorithm OIDs
http://msdn.microsoft.com/en-us/library/ff635603.aspxSSL; OpenSSL
Creating a self-signed test certificate
http://www.openssl.org/docs/HOWTO/certificates.txtPublic Key Encryption and Digital Signatures using OpenSSL
http://sandilands.info/sgordon/public-key-encryption-and-digital-signatures-using-opensslthese procedures do not involve browsers at all; it's a great example in raw form of how to use certificates for encrypting and signing data
Testing ssl connections using OpenSSL's s_client and s_server
http://wiki.wireshark.org/SSLBash script to test OpenSSL's supported cipher suites against a given web server
https://www.ssllabs.com/ssltest/index.htmlOpenSSL's documentation for ciphers
http://www.openssl.org/docs/apps/ciphers.html#NAMETomcat
How to Disable SSL weak Ciphers in Tomcat Server
http://www.fromdev.com/2009/02/tomcat-best-practices-securing-ssl-by.htmlHow to control the SSL ciphers available to Tomcat
http://stackoverflow.com/questions/7417809/how-to-control-the-ssl-ciphers-available-to-tomcatTomcat configuration; creating a certificate for an SSL-enabled Tomcat server
http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.htmlHOWTO: Secure SSL in Tomcat and JBoss
http://www.techstacks.com/howto/secure-ssl-in-tomcat.htmlThe HTTP Connector; SSL Support - BIO and NIO
http://tomcat.apache.org/tomcat-7.0-doc/config/http.htmlVim
How do you do a case insensitive search using a pattern modifier using less?
http://stackoverflow.com/questions/16828/how-do-you-do-a-case-insensitive-search-using-a-pattern-modifier-using-lessHow to do case insensitive search in Vim
http://stackoverflow.com/questions/2287440/how-to-do-case-insensitive-search-in-vimBash
Bash custom functions
http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-8.htmlWhat's the best way to check that environment variables are set in Unix shellscript
http://stackoverflow.com/questions/307503/whats-the-best-way-to-check-that-environment-variables-are-set-in-unix-shellscrWeblogic
Using Weblogic SSL
http://www.inf.fu-berlin.de/lehre/WS00/SWT/BEA/documentation/docs51/classdocs/API_secure.htmlIntroduction to WebLogic Security; Cipher Suites
http://docs.oracle.com/cd/E13222_01/wls/docs81/secintro/concepts.htmlUnderstanding WebLogic Security; J2EE and WebLogic Security
http://docs.oracle.com/cd/E11035_01/wls100/secintro/concepts.html
No comments:
Post a Comment