pull/454/merge
Kenjiro Nakayama 2026-08-28 22:51:11 +05:30 committed by GitHub
commit 209db3cbe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 11 deletions

2
.gitignore vendored
View File

@ -117,6 +117,8 @@ android/wolfssljni-ndk-sample/proguard-project.txt
/tls/client-tls-cryptocb
/tls/server-tls-pkcallback
/tls/client-tls-pkcallback
/tls/server-tls-posthsauth
/tls/client-tls-posthsauth
/tls/server-tls-uart
/tls/server-tls-verifycallback
/tls/server-tls-writedup

View File

@ -201,17 +201,6 @@ Please see the [picotcp/README.md](picotcp/README.md) for further usage and
details.
<br />
#### picotcp (picoTCP Examples)
This directory contains a TLS server created by using picoTCP via wolfSSL
custom callbacks.
Please see the [picotcp/README.md](picotcp/README.md) for further usage and
details.
<br />
#### pk (Public-Key)