aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-31 19:29:24 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-31 19:29:24 +1300
commit802f4fafbace6ce5c2eb95f5ab83869ddf2a3424 (patch)
treeef74c2bc0ae81476d195682c1faa60aa843166b2
parentMerge branch 'feature/versioning' into develop (diff)
parentRemove -no_ssl2 from osc(1df) (diff)
downloaddotfiles-802f4fafbace6ce5c2eb95f5ab83869ddf2a3424.tar.gz
dotfiles-802f4fafbace6ce5c2eb95f5ab83869ddf2a3424.zip
Merge branch 'release/v0.1.0' into develop
-rw-r--r--VERSION4
-rw-r--r--bin/osc.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index a86f84ca..85545e1d 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.0.0
-Thu Jan 1 00:00:00 UTC 1970
+tejr dotfiles v0.1.0
+Tue Oct 31 06:16:09 UTC 2017
diff --git a/bin/osc.sh b/bin/osc.sh
index b145b5cd..47d62089 100644
--- a/bin/osc.sh
+++ b/bin/osc.sh
@@ -22,7 +22,7 @@ fi
## The actual openssl(1ssl) and subcommand call
set -- "$@" openssl s_client
## No insecure SSL methods
-set -- "$@" -no_ssl2 -no_ssl3
+set -- "$@" -no_ssl3
## Don't dump nonsense to terminal, and don't renegotiate on R or quit on Q
set -- "$@" -quiet
## But do cut the connection if I issue ^D, even though I just set -quiet