Commit Graph

1349 Commits (0424308d2e6520157c0e803f2e5fa59ffe7adc7c)

Author SHA1 Message Date
kaleb-himes ee78caaeec Extend certfields to output alt names and tie in w/ certgen example 2020-06-25 14:24:01 -06:00
kaleb-himes 8c0d3e9270 Add a sample of IP address as opposed to DNS Name only 2020-06-25 13:19:42 -06:00
Sean Parkinson fe08915dea Add PKCS#11 random number generator example
Add copyright notices to files.
2020-06-25 09:13:48 +10:00
Kaleb Himes 238019d1d2
Merge branch 'master' into TEST_CERT_KEY_PAIR 2020-06-18 07:31:36 -06:00
Kaleb Himes 9622943b6a
Merge pull request #212 from SparkiDev/curve448_examples
Add Curve448, Ed448 and Ed25519 examples
2020-06-18 07:27:52 -06:00
Sean Parkinson 0687fcb3b7 Add Curve448, Ed448 and Ed25519 examples
Curve448 example as part of pk/ecdh_generate_secret/ecdh_gen_secret.c
2020-06-18 13:16:03 +10:00
Kaleb Himes edd754a38a
Merge pull request #193 from SparkiDev/srp_examples
SRP examples
2020-06-17 21:01:53 -06:00
Sean Parkinson 037d296724 SRP examples
srp_gen - generates the verifier for username and password
srp_gen does client and server side work to create and verify proofs
2020-06-18 09:25:51 +10:00
Eric Blankenhorn 491bea6454 Improve build instructions, add example 2020-06-16 17:51:20 -05:00
Eric Blankenhorn ede7299457
Merge pull request #210 from dgarske/sigtests
Improvements and cleanups to the sigtests
2020-06-16 16:21:08 -05:00
Eric Blankenhorn 4d3763952c Fix make order and types with Linux 2020-06-16 16:06:51 -05:00
David Garske 61bda8dbdf Improvements and cleanups to the sigtests. Updated the wolfsigtest.c to support three methods for loading RSA public keys. Added a `DEMO_RSA_VERIFY_ONLY` build option to show verify only. Added an example for using `wc_SignatureVerifyHash`. 2020-06-15 16:52:16 -07:00
JacobBarthelmeh c080ea89f5
Merge pull request #209 from ejohnstown/aesctr-example
Add a crypto example for AES-CTR encrypt/decrypt
2020-06-10 10:22:57 -06:00
John Safranek 5e460127d0
Add a crypto example for AES-CTR encrypt/decrypt. 2020-06-09 14:05:28 -07:00
David Garske 8dbdcac3a9
Merge pull request #208 from kaleb-himes/certgen-improvements
name certs reflecting PK used, update examples w/ new names
2020-06-03 14:09:01 -07:00
kaleb-himes fdd09aa1b7 name certs reflecting PK used, update examples w/ new names 2020-06-03 14:44:52 -06:00
David Garske 8877e05680
Merge pull request #207 from kaleb-himes/TYPO
Fix a comment typo
2020-06-02 14:21:49 -07:00
kaleb-himes 33a16547a7 Fix a comment typo 2020-06-02 15:01:54 -06:00
kaleb-himes 05009a6255 Add executable to ignore, add check for FP_MAX_BITS 2020-05-27 14:35:39 -06:00
kaleb-himes 5bac34359e Quick example app to check if a cert and key match 2020-05-27 14:27:35 -06:00
David Garske 2865055ae9
Merge pull request #205 from kaleb-himes/ECC_EXAMPLES
Fix: ecc sign/verify examples calling wolfmath primitives without WOL…
2020-05-08 16:04:56 -07:00
kaleb-himes b9d5847fb4 Fix: ecc sign/verify examples calling wolfmath primitives without WOLFSSL_PUBLIC_MP check 2020-05-08 16:35:12 -06:00
David Garske 1ff7ba3418
Merge pull request #204 from kaleb-himes/ZD10204-alt-name-to-cert
correct logic in PP check
2020-05-08 15:03:29 -07:00
kaleb-himes 8175e9da8b correct logic in PP check 2020-05-08 16:00:55 -06:00
David Garske 792b04e4e8
Merge pull request #203 from kaleb-himes/ZD10204-alt-name-to-cert
Example of setting alt names with crafted ASN.1 string
2020-05-08 06:50:58 -07:00
Kaleb Himes 6466c9bda3
Fix a comment 2020-05-07 15:39:27 -06:00
kaleb-himes 2c14954fa1 Example of setting alt names with crafted ASN.1 string 2020-05-07 15:30:33 -06:00
John Safranek 5a909f9434
Merge pull request #202 from kojo1/Refactor-dtls
Refactor dtls
2020-05-04 14:17:45 -07:00
Kaleb Himes 52bb99ab03
Merge pull request #197 from dgarske/ecc
ECC examples for raw sign/verify
2020-05-04 09:25:06 -07:00
Kaleb Himes c450156d64
Merge pull request #163 from dgarske/ecc_params
Added example for getting a parsing ECC parameters for a specific curve.
2020-05-04 08:12:00 -07:00
David Garske 751d3ee4ad Updated Makefile to allow for wolf path. 2020-05-04 08:00:11 -07:00
David Garske 8b8915d17e Peer review feedback. Adjust README.md and fix possible use of un-init variable. 2020-05-04 07:58:43 -07:00
David Garske 4f732c9b6b Improved ECC sign/verify examples using raw key/signature elements. Add ECC public key export example. Cleanup ecc_keys.c example. 2020-05-04 07:52:27 -07:00
David Garske 6d0241b4c4 Improvements to ecc-params example. 2020-05-04 07:51:52 -07:00
David Garske 1f2dc5ef5e Added example for getting a parsing ECC parameters for a specific curve. 2020-05-04 07:51:52 -07:00
kojo1 6db497ba71 wolfSSL_dtls_set_peer sample coding on server side 2020-05-04 10:42:17 +09:00
Kaleb Himes 031ef49415
Merge pull request #195 from dgarske/tls_server_verifycb
Added TLS server verify callback example.
2020-05-01 16:21:08 -07:00
David Garske a2658fe96e
Merge pull request #201 from kaleb-himes/example-updates
Add cleanups to most used examples
2020-05-01 14:57:58 -07:00
kaleb-himes 26dcbdd200 Add cleanups to most used examples 2020-05-01 13:50:57 -06:00
JacobBarthelmeh e5af3effb3
Merge pull request #199 from kaleb-himes/SGX_UPDATES
Add instructions for those working with github only
2020-04-23 15:27:12 -06:00
Kaleb Himes ec0c6f8d18
Implement peer feedback suggestions. 2020-04-23 15:24:34 -06:00
Kaleb Himes a310a0256e
Add missing back-tick 2020-04-23 15:14:14 -06:00
kaleb-himes 5bced71b0d Add instructions for those working with github only 2020-04-23 15:12:31 -06:00
Kaleb Himes 18522ad597
Merge pull request #198 from JacobBarthelmeh/bio
PSK custom WOLFSSL_BIO example
2020-04-23 12:55:48 -07:00
JacobBarthelmeh 639a53cdbd add build settings check and help message 2020-04-23 12:50:53 -07:00
JacobBarthelmeh 45ed6a9953 clean up BIO free'ing 2020-04-23 12:11:57 -07:00
Jacob Barthelmeh 9458946311 add custom bio example with psk 2020-04-23 11:31:16 -06:00
kojo1 1d5c4f6a15 refactor flags 2020-04-15 07:04:09 +09:00
kojo1 95f2ab6865 fix socket close, client iteration 2020-04-15 06:42:02 +09:00
David Garske b52636914e Added TLS server verify callback example. 2020-03-31 12:06:03 -07:00