morph166955

Results 88 comments of morph166955
trafficstars

Is this good to merge at this point? I'm still getting the same error on 3964

I'd be happy to look through it soon. At almost 6000 lines it seems like this is almost a full rewrite than just bug fixes. Also to note I don't...

@wborn just gave it a quick look. Suggest we try with BC 1.77 before troubleshooting any further to see if the problem is resolved. 1.72 is over a year old...

There are definitely positive and negative points to weigh out on that. On one hand, absolutely one single KeyStore, holding all the keys in a very secured place would be...

This is what I did with the Shield as an example: https://github.com/morph166955/openhab-addons/blob/shieldtv/bundles/org.openhab.binding.shieldtv/src/main/java/org/openhab/binding/shieldtv/internal/ShieldTVPKI.java

I like where you're going with this. Let's keep peeling the onion. We would need to add a global configuration option to store a user specified keystore password. Probably something...

Here's a thought. The bulk of this is going to be making sure the actual crypto bits are working/returning as expected. Storage is ultimately going to just be "the end...

I'll go ask some of my colleagues who have dealt with building centralized key stores before how they did it and what speed bumps they run into. The general rule...

Fair enough, and I do agree that a zero trust model would definitely be preferred. I'll see what I can come up with as an authentication mechanism. What about a...

We could make it as trivial as a forced prepend of the binding name on the key alias similar to what @J-N-K said on the core side. For example, if...