wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

Sni csharp wrapper patch

Open gasbytes opened this issue 1 year ago • 0 comments

Description

Fixes zd#17990

Testing

server:

mcs wolfSSL_CSharp/wolfSSL.cs wolfSSL_CSharp/X509.cs \
wolfSSL-TLS-Server/wolfSSL-TLS-Server.cs -OUT:server.exe

client:

mcs wolfSSL_CSharp/wolfSSL.cs wolfSSL_CSharp/X509.cs \
wolfSSL-TLS-Client/wolfSSL-TLS-Client.cs -OUT:client.exe

Checklist

  • [x] added tests
  • [ ] updated/added doxygen
  • [ ] updated appropriate READMEs
  • [ ] Updated manual and documentation

gasbytes avatar Jun 27 '24 15:06 gasbytes