From d49fd47928c5137e1b936ff778225a619bf2af13 Mon Sep 17 00:00:00 2001 From: Andrew Bruce Date: Mon, 6 Jun 2016 10:48:18 +0100 Subject: [PATCH] More what's-implemented updates --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a66a594..6236a117 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Test-driven from Swift and implemented in Objective-C, to avoid burdening Object - [x] CocoaPods support - [x] iOS support - [ ] [OSX support](https://github.com/rabbitmq/rabbitmq-objc-client/issues/55) +- [x] PKCS12 client certificates using the [TLS auth mechanism plugin](https://github.com/rabbitmq/rabbitmq-auth-mechanism-ssl) +- [ ] [PKCS12 client certificates using chained CAs](https://github.com/rabbitmq/rabbitmq-objc-client/issues/74) - [ ] [Publisher confirmations](https://github.com/rabbitmq/rabbitmq-objc-client/issues/68) - [ ] [Publish and consume messages as data](https://github.com/rabbitmq/rabbitmq-objc-client/issues/46) - [ ] [Connection closure when broker doesn't send heartbeats fast enough](https://github.com/rabbitmq/rabbitmq-objc-client/issues/41)