Hello,
I examined the onboard certification generation code and agree with your assessment and fix. I am working on improving the selection logic around selecting a DEFAULT_KEY_TYPE to be used, instead of relying on a plethora of defines. This should arrive with the next release. But in the short ...
Search found 288 matches
- Tue Dec 17, 2024 2:19 pm
- Forum: NetBurner Software
- Topic: self generated cert has invalid signature
- Replies: 6
- Views: 24885
- Tue Nov 12, 2024 4:52 pm
- Forum: NetBurner Software
- Topic: v2.9.5 System rebuild error
- Replies: 2
- Views: 15770
Re: v2.9.5 System rebuild error
Does this only occur in a single project, or all of your projects?
- Tue Jul 16, 2024 3:24 pm
- Forum: NetBurner Software
- Topic: Known Issues: 3.5.1
- Replies: 0
- Views: 22555
Known Issues: 3.5.1
Summary of Issues
Compilation error when attempting to build in IPv4 only mode
---
Compilation error when attempting to build in IPv4 only mode
Known Affected Versions
3.5.1
Description
A build error occurs when attempting to build an application with IPV4ONLY defined in nbrtos ...
Compilation error when attempting to build in IPv4 only mode
---
Compilation error when attempting to build in IPv4 only mode
Known Affected Versions
3.5.1
Description
A build error occurs when attempting to build an application with IPV4ONLY defined in nbrtos ...
- Tue Jun 04, 2024 9:39 am
- Forum: NetBurner Software
- Topic: Image signing with v3.5.0
- Replies: 6
- Views: 36728
Re: Image signing with v3.5.0
Hello,
I investigated this and it turns out that it was caused by a new issue, not a regression to the previous one you described.
If you replace nbrtos/source/nbupdate.cpp with this attached update, it should be resolved. Note, we are working on a new release which should be available in the next ...
I investigated this and it turns out that it was caused by a new issue, not a regression to the previous one you described.
If you replace nbrtos/source/nbupdate.cpp with this attached update, it should be resolved. Note, we are working on a new release which should be available in the next ...
- Mon May 20, 2024 2:32 pm
- Forum: NetBurner Software
- Topic: v3.5.0 Build errors
- Replies: 2
- Views: 22318
Re: v3.5.0 Build errors
Hello,
I looked through this and it looks like we failed to change the name of the global variable under the ENABLE_AUTOCERT_REGEN ifdefs. This internal variable name had been changed between the 3.5.0 and previous release. I fixed this for the upcoming release. You can fix it locally by renaming ...
I looked through this and it looks like we failed to change the name of the global variable under the ENABLE_AUTOCERT_REGEN ifdefs. This internal variable name had been changed between the 3.5.0 and previous release. I fixed this for the upcoming release. You can fix it locally by renaming ...
- Tue Feb 13, 2024 3:18 pm
- Forum: NetBurner Software
- Topic: Virtual Comm: sec_AddConnectionToService failed with error - 50
- Replies: 4
- Views: 13975
Re: Virtual Comm: sec_AddConnectionToService failed with error - 50
There was a big change in the back end service between those two releases. The license method changed completely. I'm concerned that either your service or the configuration files did not get removed and you may be running portions of both versions. The new install should have uninstalled the ...
- Wed Dec 13, 2023 2:52 pm
- Forum: NetBurner Software
- Topic: predef.h in v2.9.6
- Replies: 1
- Views: 9666
Re: predef.h in v2.9.6
Thanks for the note. Our installation process changed from 295 to 296, matching the same software we use in 3.x. It looks like the script that filled in this along with the copyright/revision tag on each source file did not make the transition. Since the release has already been out 2 weeks, I'm ...
- Tue Apr 18, 2023 4:29 pm
- Forum: NetBurner Software
- Topic: tls 1.2 vs 1.3
- Replies: 13
- Views: 41771
Re: tls 1.2 vs 1.3
3.4 included big speed improvements for the ARM modules. The coldfire got marginally faster. For 3.4.1, we hope to include a speed boost for the coldfire as well.
You can improve speed on the coldfire a little more by modifying some wolfSSL configuration options. To try this change, open user ...
You can improve speed on the coldfire a little more by modifying some wolfSSL configuration options. To try this change, open user ...
- Mon Jan 16, 2023 2:33 pm
- Forum: NetBurner Software
- Topic: "make -j12 all" terminated with exit code 2. Build might be incomplete.
- Replies: 3
- Views: 7186
Re: "make -j12 all" terminated with exit code 2. Build might be incomplete.
Running the bat file is for command line. It sets the path for the current command line instance. The installer should have set up NNDK_ROOT as a system environment variable as well.
Check your system env variables:
From the start menu, search for Environment Vairables, and click on Edit the ...
Check your system env variables:
From the start menu, search for Environment Vairables, and click on Edit the ...
- Mon Oct 24, 2022 2:11 pm
- Forum: NetBurner Software
- Topic: NNDK in docker
- Replies: 1
- Views: 5175
NNDK in docker
We use Docker extensively in testing our releases. I posted the Dockerfile that we use to test the NNDK so that others may use it as well. Its up on GitHub.
The Dockerfile builds into a Linux installation of the NNDK with all required Linux utilities installed. If you are doing more then just ...
The Dockerfile builds into a Linux installation of the NNDK with all required Linux utilities installed. If you are doing more then just ...