Commit Graph

608 Commits

Author SHA1 Message Date
Derek Collison
850da72adc Added in TLS/Bcrypt documentation, bumped version 2015-12-03 12:43:00 -08:00
Derek Collison
36e329a161 cache padding for better performance, addresses #86 2015-12-03 10:01:12 -08:00
Derek Collison
d214b8af87 Merge pull request #151 from nats-io/https_monitor
Enable HTTPS for monitoring
2015-12-01 19:41:26 -08:00
Derek Collison
d1a333c713 Add in tls for connection details 2015-12-01 19:23:42 -08:00
Derek Collison
b61da04ef7 Enable HTTPS for monitoring 2015-12-01 19:01:56 -08:00
Derek Collison
0ae71a1f2c Merge pull request #149 from nats-io/bcrypt
Bcrypt Support
2015-12-01 17:49:15 -08:00
Derek Collison
a63293db6b root page cleanup 2015-12-01 15:43:37 -08:00
Derek Collison
f2309164f5 Add ability to control cost function via command line 2015-12-01 14:27:34 -08:00
Derek Collison
847de3f8b5 comment constants 2015-12-01 12:50:16 -08:00
Derek Collison
c9feb8f354 logic flow change 2015-12-01 12:48:10 -08:00
Derek Collison
ed2bd178e6 Merge pull request #150 from vanillahsu/master
add freebsd support.
2015-11-30 23:09:16 -08:00
Vanilla Hsu
a1bda5cad5 add freebsd support. 2015-12-01 14:37:14 +08:00
Derek Collison
f04e44fad7 Allow more time for goroutines to exit 2015-11-30 19:51:40 -08:00
Derek Collison
34eeadfb76 Should be QSRIDs 2015-11-30 19:47:16 -08:00
Derek Collison
100fb681cc Updated completed items 2015-11-30 19:15:49 -08:00
Derek Collison
adcbf3bc64 ignore util for coverage 2015-11-30 18:43:59 -08:00
Derek Collison
6b8e8d89c8 Use smaller cost function for test, fix race 2015-11-30 18:29:53 -08:00
Derek Collison
8fca964049 fetch remote bcrypt dependency 2015-11-30 17:47:15 -08:00
Derek Collison
6fc9927f52 bcrypt support for passwords and tokens 2015-11-30 17:38:08 -08:00
Derek Collison
6dd81b0dd5 Merge pull request #148 from wallyqs/cluster-listen-arg
Add --cluster_listen flag to set cluster addr and port
2015-11-30 15:59:57 -08:00
Waldemar Quevedo
4958f0f684 Add --cluster_listen flag to set cluster addr and port for others to solicit routes 2015-11-30 14:30:11 -08:00
Derek Collison
e16fc7f8d5 Merge pull request #146 from wallyqs/incomplete-pub-arg
Avoid `cap out of range` error when handling split buffer
2015-11-29 19:26:44 -10:00
Waldemar Quevedo
498df401af Return empty string when can't take slice for snippet from buffer 2015-11-29 20:47:47 -08:00
Waldemar Quevedo
18f932620f Avoid cap out of range error when handling split buffer 2015-11-29 11:11:17 -08:00
Derek Collison
a873191169 usage arg update 2015-11-29 07:11:42 -10:00
Derek Collison
9d0695ec47 Merge pull request #143 from nats-io/tls_strict_route
TLS strict route verifications
2015-11-23 12:18:41 -08:00
Derek Collison
fe6402a948 Add in TLS flags 2015-11-23 10:23:33 -08:00
Derek Collison
40c8cb13ea Strict verification for route TLS 2015-11-23 10:19:47 -08:00
Derek Collison
a691aaf278 Merge pull request #141 from nats-io/tls_add_cipher
Add optional override of cipher suites
2015-11-23 10:14:43 -08:00
Colin Sullivan
bb286ba424 Merge branch 'master' into tls_add_cipher 2015-11-23 10:55:43 -07:00
Derek Collison
0eedb9a350 Merge pull request #142 from nats-io/tls_updates
TLS updates
2015-11-22 16:57:35 -08:00
Derek Collison
2a8293a11d Move defer closer 2015-11-22 16:31:16 -08:00
Derek Collison
18ebe3ff73 Just test 1.5 2015-11-22 16:26:58 -08:00
Derek Collison
1a2dab0494 Run TLS pub/sub under complex example 2015-11-22 16:22:27 -08:00
Colin Sullivan
790578f3f4 Add negative tests for cipher_suite configurations. 2015-11-22 17:21:22 -07:00
Derek Collison
8ff37c03ec Allow EOF as well 2015-11-22 16:17:29 -08:00
Derek Collison
cd3f50b59e Force specific versions 2015-11-22 15:27:59 -08:00
Derek Collison
1b2c22410c Need for syslog 2015-11-22 15:15:03 -08:00
Derek Collison
5732a4445c Move travis to containers 2015-11-22 15:10:54 -08:00
Derek Collison
647213b1d7 TLS timeout handling for routes 2015-11-22 15:07:44 -08:00
Derek Collison
3b64567f00 tls flags, proper timeouts 2015-11-22 14:43:16 -08:00
Derek Collison
d703fd551a Add Go ReportCard Badge 2015-11-22 08:41:26 -08:00
Derek Collison
055f1dccb3 Allow test to use correct default ciphers 2015-11-22 08:34:06 -08:00
Derek Collison
ef43c19fce Use better ciphers available under 1.5 2015-11-22 08:29:18 -08:00
Colin Sullivan
936259e0d6 Removed the requirement for cipher_suites configuration in TLS and added default ciphers. 2015-11-21 21:15:35 -07:00
Colin Sullivan
c56b3677da Fixed formatting 2015-11-20 16:08:13 -07:00
Colin Sullivan
0ff1b55fa9 Require cipher suites to be specified in the configuration.
* Configuration requires a cipher suite
* Removed default cipher suites
* Added help to assist with TLS configuration and list available cipher suites.
2015-11-20 16:00:25 -07:00
Colin Sullivan
0675a8fd1f Update test to include expanded cipher suite. 2015-11-19 16:22:57 -07:00
Colin Sullivan
9ff1c9a12c Expand the cipher suite options. This allows older clients (e.g. .NET on Windows 7) to more easily use TLS. 2015-11-19 15:58:46 -07:00
Derek Collison
5753e94bbd Merge pull request #140 from nats-io/fix-races
Fix races, add a test and adjust others.
2015-11-18 22:08:27 -08:00