Skip to content
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

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

SparkiDev
Copy link
Contributor

No description provided.

@SparkiDev SparkiDev self-assigned this Apr 29, 2024
Copy link
Contributor

@dgarske dgarske left a 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

certvfy/certsigvfy.c Outdated Show resolved Hide resolved
certvfy/certsigvfy.c Outdated Show resolved Hide resolved
certvfy/certsigvfy.c Outdated Show resolved Hide resolved
@SparkiDev SparkiDev force-pushed the certvfy branch 2 times, most recently from 36f4b40 to aaf7ae0 Compare May 7, 2024 23:54
```
$ cd wolfssl
$ ./autogen.sh # If downloaded from github
$ ./configure '--enable-cryptonly' '--enable-singlethreaded' '--enable-opensslextra'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is opensslextra really required?

Copy link
Contributor Author

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.


```
$ cd wolfssl-examples
$ cd certmanager
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cd certvfy ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@dgarske dgarske self-requested a review May 29, 2024 17:50
certvfy/certsigvfy.c Show resolved Hide resolved
certvfy/sigvfycert.c Show resolved Hide resolved
certvfy/sigvfycert.c Show resolved Hide resolved
@dgarske dgarske assigned SparkiDev and unassigned SparkiDev May 29, 2024
Copy link
Contributor

@dgarske dgarske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay! Great examples

@dgarske dgarske merged commit 37f622e into wolfSSL:master Jun 6, 2024
jefferyq2 pushed a commit to mr-efog/wolfssl-examples that referenced this pull request Jun 14, 2024
Low-level certificate verification examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants