Neustradamus
Neustradamus
@agronholm: @tiran has done it: - https://github.com/python/cpython/pull/95366
@kongo2002: Thanks for your reply, sorry for the delay :S - https://github.com/processone/ejabberd/search?q=mod_mam But there is not compatibility with MongoDB, it is the request to add...
Hello @maheshmnj, @chinmaygarde, @zanderso, @brianquinlan, @a-siva, Thanks for your comments, I have already published an issue here: - https://github.com/dart-lang/sdk/issues/49581
@PapaTutuWawa: I have done ticket here, do not hesitated to explain your problem. Linked to: - https://github.com/PapaTutuWawa/moxxyv2/issues/13
@bnoordhuis: thanks for your answer! Here: https://github.com/nodejs/node/blob/main/doc/api/tls.md It is specified for tls-unique: ``` tlsSocket.getFinished() Returns: {Buffer|undefined} The latest Finished message that has been sent to the socket as part of...
Any news about it?
@brianquinlan: About BoringSSL, it is not complete, you can compare: 1/ tls-unique: - https://github.com/google/boringssl/search?q=tls-unique - https://github.com/google/boringssl/search?q=rfc5929 2/ tls-exporter: - https://github.com/google/boringssl/search?q=tls-exporter - https://github.com/google/boringssl/search?q=rfc9266 From @agl, @davidben: tls-unique: - https://github.com/google/boringssl/commit/af0e32cb84f0c9cc65b9233a3414d2562642b342 - https://github.com/google/boringssl/commit/ced00b4258e86b14bd313b2701b103fd034dbe8c...
@PapaTutuWawa: I have done ticket here, do not hesitated to explain your problem. Linked to: - https://github.com/PapaTutuWawa/moxxyv2/issues/13
@davidben: It is linked to: - https://github.com/openssl/openssl/issues/12221
@davidben: It is possible to add in code: - RFC 5929 - tls-unique - tls-server-end-point - RFC 9266 - tls-exporter It will be better to find in the code... Example:...