summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-06-17 15:08:25 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-06-17 15:08:25 +0200
commit169bd1f29b239d314475bdbe05f0a7a9aa332864 (patch)
tree45ab5f0c2cf3506bc0c9384b00122d46bba71fdf /project.clj
parentf58ba7296c88ca1c217f0482c18660f701e4a026 (diff)
Implement client certificate generation and signing.
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/project.clj b/project.clj
index 4a49f2a..4288ab1 100644
--- a/project.clj
+++ b/project.clj
@@ -48,6 +48,8 @@
[jivesoftware/smack "3.1.0"]
[jivesoftware/smackx "3.1.0"]
[joda-time/joda-time "2.1"]
+ [org.bouncycastle/bcprov-jdk15on "1.47"]
+ [org.bouncycastle/bcpkix-jdk15on "1.47"]
]
:plugins [[lein-swank "1.4.3"]]
:exclusions [org.clojure/clojure-contrib] ;you know, the old pre-1.3.0 versions