Daniele Ricci opened 1 decade ago
|
|
Danielle, thank you for the patch. Bartosz will look at it and add it to our code base if possible. |
|
I'm sorry, I've just realized that I submitted this patch to the wrong repository. This code applies to tigase-utils. Is there any chance for it to be included there? Thank you. |
|
Moved to https://projects.tigase.org/issues/2618. |
|
Move patch to the Tigase Utils project |
|
Daniele, we need source code disclaimer before we can use your patch. |
|
Artur Hefczyc wrote:
Actually I did checked it during issue creation but Wojciech reverted it to "No" :-) Anyway, no problem. I accept the disclaimer. |
|
This was probably for the other/new issue, this one was most likely created without any value for the field and when I was moving it a default No was set, corrected now. |
|
Guys I don't want to rush, but... is there any problem merging this? If it needs fixing or testing I can write some tests. |
|
No need to test. I didn't realize that this is so important to you ;-) Patch added. Thank you. |
|
Thanks! This patch was the only thing that made me maintain a fork of tigase-utils on GitHub :) I can now delete it. |
Type |
Patch
|
Priority |
Minor
|
Assignee | |
RedmineID |
2438
|
I've wrote a small method to load an X.509 certificate from a DER byte buffer. I'm using it to transmit the certificate object from C2S to SM for certificate verification, therefore I dump the certificate into bytes from the connection manager and send it encoded to SM and re-create it using this method. It might be useful for other stuff too... your decision :)
0001-Load-certificate-from-DER-byte-buffer.patch