-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Low-level certificate verification examples #434
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are GREAT examples! Thank you so much
36f4b40
to
aaf7ae0
Compare
certvfy/README.md
Outdated
``` | ||
$ cd wolfssl | ||
$ ./autogen.sh # If downloaded from github | ||
$ ./configure '--enable-cryptonly' '--enable-singlethreaded' '--enable-opensslextra' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is opensslextra really required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wc_CheckCertSigPubKey is only available when OPENSSL_EXTRA is defined.
certvfy/README.md
Outdated
|
||
``` | ||
$ cd wolfssl-examples | ||
$ cd certmanager |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cd certvfy ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay! Great examples
Low-level certificate verification examples
No description provided.