David Garske
|
0ce48b6028
|
Cleanup non ECC cases.
|
2021-11-29 14:34:44 -08:00 |
David Garske
|
f304069438
|
Fixes for building without ECC enabled. Updated examples and remove duplicate with_altnames and combined into existing example.
|
2021-11-29 13:29:26 -08:00 |
David Garske
|
7212062235
|
Fixes issue with uninitialized `caKey` found with valgrind reported in ZD 13212.
|
2021-11-29 07:10:35 -08:00 |
David Garske
|
dfd8a09c19
|
Fixes to get csr_sign working correctly. Currently only supports ECC, but could be easily adopted for RSA or ED25519.
|
2021-11-18 22:10:10 -08:00 |
David Garske
|
bde4231cb3
|
Improvements to CSR examples.
* Add ed25519 support to csr_example.
* Added example for signing a CSR using a CA.
* Cleanup the csrgen_example.
|
2021-11-17 17:08:58 -08:00 |
Anthony Hu
|
bb753dc179
|
Comment fixup for csr_example.c
|
2021-10-18 10:11:06 -04:00 |
Kaleb Himes
|
59e50a6a09
|
Merge pull request #265 from lealem47/nightly-CDT-Fixes
Getting files to run and pass nightly-CDT test
|
2021-07-06 17:46:14 -05:00 |
Lealem Amedie
|
c8d596269d
|
Getting files to run and pass nightly-CDT test
|
2021-07-06 13:57:19 -06:00 |
Lealem Amedie
|
7032e3d457
|
removing depreciated void
|
2021-06-30 10:07:29 -06:00 |
Lealem Amedie
|
be264f0511
|
Adding documentation where needed. Made changes to code to assure files build and implement good coding practices
|
2021-06-29 16:02:52 -06:00 |
kaleb-himes
|
80295cedf4
|
Fixes warnings thrown by csr_w_ed25519_example.c
|
2021-06-29 14:47:25 -06:00 |
David Garske
|
5ba15f1426
|
Spelling fixes.
|
2021-06-09 09:07:40 -07:00 |
kaleb-himes
|
8c0d3e9270
|
Add a sample of IP address as opposed to DNS Name only
|
2020-06-25 13:19:42 -06:00 |
kaleb-himes
|
fdd09aa1b7
|
name certs reflecting PK used, update examples w/ new names
|
2020-06-03 14:44:52 -06:00 |
kaleb-himes
|
33a16547a7
|
Fix a comment typo
|
2020-06-02 15:01:54 -06:00 |
kaleb-himes
|
8175e9da8b
|
correct logic in PP check
|
2020-05-08 16:00:55 -06: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 |
Chris Conlon
|
9237d307b5
|
update copyright to 2020
|
2020-01-03 16:08:42 -08:00 |
kaleb-himes
|
6a8906d86b
|
Remove unused enums
|
2019-07-23 11:52:47 -06:00 |
kaleb-himes
|
04d5a505b4
|
Extend CSR example to include RSA option
|
2019-07-23 11:51:04 -06:00 |
David Garske
|
4a9031a93a
|
Merge pull request #135 from kaleb-himes/ed25519-csr-example
add ed25519 certificate signing request example
|
2019-04-30 13:13:54 -07:00 |
Kaleb Himes
|
8c52551a7a
|
Update Makefile
|
2019-04-30 13:49:38 -06:00 |
kaleb-himes
|
746104bd37
|
Last review item, add keygen to build instructions
|
2019-04-30 13:24:16 -06:00 |
kaleb-himes
|
e0108ed42f
|
address review items
|
2019-04-30 13:19:53 -06:00 |
David Garske
|
bb06f661fe
|
Fixes for nightly Jenkins reports (pass 1).
|
2019-03-26 10:27:25 -07:00 |
kaleb-himes
|
e294a5dba8
|
add ed25519 certificate signing request example
|
2019-03-11 14:20:01 -06:00 |
David Garske
|
da8042ad35
|
Fix for wc_SignCert reponse code checking in CSR example.
|
2018-01-23 15:21:28 -08:00 |
David Garske
|
cc6641c20d
|
Added example for creating Certificate Signing Request (CSR).
|
2017-10-10 10:20:29 -07:00 |
kaleb-himes
|
f77642030f
|
Update README
|
2017-07-18 08:59:06 -06:00 |
kaleb-himes
|
0d1a15f076
|
Add missing header and add subject info for newCert
|
2017-07-18 08:56:20 -06:00 |
kaleb-himes
|
f623315c43
|
Requested changes from Jacob implemented
|
2016-11-04 17:11:04 -06:00 |
kaleb-himes
|
d1e818dd48
|
Modify arg passing to retain NULL assignment
|
2016-11-03 15:55:26 -06:00 |
kaleb-himes
|
e3678ee8cd
|
minor fixes to debugging and whitespace
minor fixes to debugging and whitespace
|
2016-11-02 18:28:07 -06:00 |
kaleb-himes
|
5fab3a4ab1
|
certgen example init
|
2016-11-02 17:18:32 -06:00 |