Commit Graph

969 Commits (4272ff9ca3f350a9a48bb2ac8efa01ffdd0675a7)

Author SHA1 Message Date
kaleb-himes 4272ff9ca3 Add simple example to hash contents of a file 2020-09-24 11:22:01 -06:00
Kaleb Himes f872ba16a5
Merge pull request #225 from SparkiDev/ecc_warning
Check return of write
2020-08-10 08:58:11 -06:00
Sean Parkinson 36f9a46318 Check return of write
gcc on Linux warns when the return value of write is not checked.
2020-08-10 11:08:33 +10:00
Kaleb Himes 5a0c1bdc26
Merge pull request #223 from danielinux/ecc-export-qx-qy
Added ecc/ecc-export-Qx-Qy example program
2020-07-30 08:28:02 -06:00
Daniele Lacamera e2c20021bb Typo 2020-07-30 14:35:55 +02:00
Daniele Lacamera 965eb84d44 Fixes after review 2020-07-30 14:32:36 +02:00
Kaleb Himes e239ef24d1
Merge pull request #222 from danielinux/ecc-sign-verify-makefile-fix
Fixed linking order in ecc-sign-verify example
2020-07-29 09:02:05 -07:00
Daniele Lacamera 2fd78f6d40 Added ecc/ecc-export-Qx-Qy example program 2020-07-29 16:47:56 +02:00
Daniele Lacamera 66a9a3bf87 Fixed linking order in ecc-sign-verify example 2020-07-29 16:33:14 +02:00
Eric Blankenhorn dcd84b86c5
Merge pull request #219 from JacobBarthelmeh/sgx
add build script and SP build
2020-07-17 13:10:36 -05:00
JacobBarthelmeh a445bf42ac
Merge pull request #211 from embhorn/zd10459
Improve build instructions, add example
2020-07-17 11:34:57 -06:00
David Garske 699b0b11b1
Merge pull request #213 from SparkiDev/pkcs11_rand
Add PKCS#11 random number generator example
2020-07-13 09:01:50 -07:00
Chris Conlon 9ad86b4cbf
Merge pull request #217 from kaleb-himes/EXTENDED_CERTFIELDS
Add note for IP output req opensslall
2020-07-08 18:36:56 -06:00
John Safranek 4244b5f725
Merge pull request #218 from kaleb-himes/NONBLOCK_CLARIFY
remove unnecessary nonblock calls and update to _dtls_ on relevant calls
2020-07-07 13:36:05 -07:00
kaleb-himes 5195bdbd31 Address other examples also based on peer feedback 2020-07-07 11:57:38 -06:00
JacobBarthelmeh ca5542e8eb add build script and SP build 2020-07-07 11:07:43 -06:00
kaleb-himes f45184fc4a remove unnecessary nonblock calls and update to _dtls_ on relevant calls 2020-07-07 09:33:17 -06:00
kaleb-himes f18c5ebb22 Add note for IP output req opensslall 2020-07-07 08:13:15 -06:00
David Garske ad1b2f2288
Merge pull request #216 from kaleb-himes/EXTENDED_CERTFIELDS
Confirmed Davids' report
2020-06-29 08:39:53 -07:00
kaleb-himes 8b87d8d115 Confirmed Davids' report 2020-06-29 09:33:57 -06:00
David Garske f2d961b7bc
Merge pull request #215 from kaleb-himes/EXTEND_CERTRFIELDS
Extend certfields to output alt names and tie in w/ certgen example
2020-06-29 06:53:23 -07:00
David Garske 8b14a534ad
Merge pull request #214 from kaleb-himes/IP_ADDR
Add a sample of IP address as opposed to DNS Name only
2020-06-25 15:04:01 -07:00
Kaleb Himes 69aca39cbb
Remove commented out old code. 2020-06-25 14:30:40 -06:00
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 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
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