|
| 1 | +# wolfCLU v0.1.0 (Sep 12, 2022) |
| 2 | +### Fixes and Enhancements |
| 3 | +- Fix for buffer issue with s_client |
| 4 | +- Add fsanitize testing with github actions |
| 5 | +- Update dhparam to read mod size from different location in arguments |
| 6 | +- Fix for x509 encoding modifying the cert |
| 7 | +- Fix for supporting more alt names and skipping count |
| 8 | +- Add -CAfile and verify_return_error flags for s_client command |
| 9 | +- Expand testing with additional unit tests and Jenkins nightly test |
| 10 | +- Fix for enc edge cases |
| 11 | +- Fix x509 command to use piped input |
| 12 | +- Support for building on Windows |
| 13 | +- Add -pass flag to enc command |
| 14 | +- Add -partial_chain arg for verify command |
| 15 | +- Add -modulus flag for x509 command |
| 16 | +- Handle additional CSR attribute print outs |
| 17 | +- Add -passout flag to req command |
| 18 | +- Fix for enc with nosalt |
| 19 | +- Update m4 files |
| 20 | +- Fix for parsing basic constraint from conf file |
| 21 | +- Improve error logging |
| 22 | +- IPV6 parsing support for s_client command |
| 23 | +- Support for building with FIPS wolfSSL |
| 24 | +- Add -text flag for crl command |
| 25 | +- Support for building on FreeRTOS |
| 26 | +- Add disable filesystem configure |
| 27 | +- Support for creating req with attributes |
| 28 | + |
1 | 29 | # wolfCLU v0.0.8 (Mar 04, 2022) |
2 | 30 | ### Commands Added |
3 | 31 | - Add rand command |
|
0 commit comments