b9bfd48871
- client based auth (see sclient_connect_successful() works now, see #206) - careful regression tests for this, point open: speed - test for more TLS extensions - heartbleed() does now before a check whether heartbeat is available to save time - breach simplyfied (and doesn't have to be killed in seldom cases) - tmpfiles are only being erased after exit not after each function - user agent is testssl -- unless --sneaky is chosen - global host vars are now being resetted to prevent side effects - tls version in record layer is now always 1 - used ERRFILE wherever possible - smaller code cleanups
Dirk2015-10-11 23:07:16 +02:00
2fe8fc95fa
Readme: add link(s) to external contrib, such as docker images
Paul Morgan2015-10-01 21:35:04 -04:00
5d230edb3a
Merge branch 'master' of github.com:drwetter/testssl.sh
Dirk Wetter2015-10-01 13:29:25 +02:00
f3cef41053
- some speed improvements (sed, tr --> bash internal s'n'r) - revamped BEAST a bit: availablity of higher protocols lead now to yellow color, see #208 - Fixed error in BEAST (no higher protos led to no message) - made BEAST it faster: one check for protocol ssl3+tls1 upfront, see #208Dirk Wetter2015-10-01 13:27:14 +02:00
2ca6c2b0dc
improved variable naming, scope and worked around length limitation of cipher list, as suggested by @drwetter
typingArtist2015-09-30 14:54:39 +02:00
1c1eaa53d8
- fix for renamed http_header function
Dirk2015-09-29 18:47:49 +02:00
cac49cb1f1
- "--file" implicitly does "--warnings=batch" - "--file" works now fine with equal sign - fixed load balancer issue where header request stalled and testssl.sh consequently too - http_date needed to be changed too because of that - needed to estimate then the http_date when request was killed (HAD_SLEPT) will Mr. Spock like this?? - fixed load balancer issue where header request for breach test stalled and thus an error was displayed - code improvements
Dirk2015-09-28 22:54:00 +02:00
feaef680aa
- IPv6 #11 is 80% working (whohoo!). Needed is an openssl capable IPv6 and HAS_IPv6=true in the environment - FIX#191Dirk2015-09-26 22:44:33 +02:00
bf54d9ef3d
Merge branch 'master' of github.com:drwetter/testssl.sh
Dirk2015-09-22 20:09:41 +02:00
0b1e573fc9
- FIX#190: Server temp key backport for RH-ish systems works now automagically - just to be sure there's a cmd line flag --has-dhbit / env HAS_DH_BITS - some reordering
Dirk2015-09-22 20:09:26 +02:00
9b718d39d0
- removed VERBERR (is now DEBUG=2) - hex2dec uses now internal echo instead of printf (which has problems with some chars if unexpected content if not properly used)
Dirk Wetter2015-08-28 14:59:04 +02:00
b5818f6034
- FIX $177 - some by-catches whle shellchecking - minor cleanups
Dirk2015-08-28 00:15:51 +02:00
06572c521f
Mac OS X Darwin openssl binaries with zlib support
Jeroen Pluimers2015-08-27 23:03:59 +02:00
c102bb6712
micro fix for the ESC code orgination fron tput test
Dirk2015-08-27 20:39:20 +02:00
0d9370237c
- FIX#172 - labeled TLS_FALLBACK_SCSV as experimental, to be improved in next release (remarks in code) - removed experimental from FREAK check - separated headerfile from errorfile, TLS handshake oids were sometimes misinterpreted as IPv4 addreses in header - bumped up rc version - linefeeds
Dirk2015-08-27 11:25:12 +02:00
c93dc01b41
better service detection, dedicated line for NNTP and certificate stuff redirected to ERRFILE
Dirk Wetter2015-08-26 20:06:53 +02:00
838112e6d2
- LibreSSL compatibility: recent pull spits out an error if cnf file isn't found (oh well) ==> introduction of #ERRFILE, good idea anyway - commented what I wanted to achieve with the colors - code cleanups
Dirk Wetter2015-08-24 23:50:03 +02:00
aa91990fb3
- fix bug where a host name like AAA.BBB.CCC.DDD.in-addr.arpa.DOMAIN.TLS was taken as an ipv4 address - freebsd 9 supports now also colors with setaf, Darwin? - correct indentation of help - improved parsing in command line so that where a distinct option is required it is also tested in the 1st place - removed -q in help (deprecated as we might want to use it for other things in the future) - fix: if $PWD/openssl was a dir it bailed out - cleanup of fatal errors ==> provide ONE function
Dirk2015-08-24 22:17:35 +02:00
83bf9067aaFIX#167 (# of certificates provided)
Dirk2015-08-23 21:16:34 +02:00
6baf5e377c
- sanitize '%' in general output function, avoids hiccups in url encoded strings - FIX#178 (Security headers only key in green, not value) - CSP rule for facebook hast 127.0.0.1 which is labeled as IP address
Dirk Wetter2015-08-21 18:10:45 +02:00
87cef93b6c
- more solid parsing for HPKP header (FIX#163) - X-UA-Compatible is now an "other" flag and key won't be swallowed
Dirk Wetter2015-08-21 12:43:10 +02:00