c109c93382
Initial template structure from nostr_core_lib
...
- Complete C library template with OpenSSL-based crypto
- Comprehensive build system (Makefile, build.sh)
- Example code and test suite
- Documentation and usage guides
- Cross-platform compatibility (x64/ARM64)
- Production-ready structure for C library projects
2025-08-14 15:10:59 -04:00
0ace93e303
Adding in curl and openssl repos
2025-08-14 12:09:30 -04:00
af2117b574
Complete mbedTLS cleanup - Removed all mbedTLS dependencies and updated documentation
...
- Moved mbedTLS directories to Trash/ (mbedtls/, mbedtls-install/, mbedtls-arm64-install/)
- Removed obsolete nostr_websocket_mbedtls.c implementation
- Updated nostr_websocket/Makefile to use OpenSSL instead of mbedTLS
- Updated nostr_websocket/README.md with OpenSSL migration notes
- Updated nostr_websocket/EXPORT_GUIDE.md with OpenSSL instructions
- All tests pass: crypto tests, static linking verification
- Build system fully functional with OpenSSL-only dependencies
2025-08-14 11:59:03 -04:00
6d7b709f9a
Pre-mbedTLS cleanup checkpoint - OpenSSL migration complete, all tests passing
2025-08-14 11:51:26 -04:00
5a7c796873
Last commit before switching from mbedtls to openssl
2025-08-14 09:58:24 -04:00
3aaa46bb9b
cJSON.h added
2025-08-12 21:05:39 -04:00
d257ae49f1
Fully statically linked for both x64 and arm64. Updated build.sh to always compile both versions
2025-08-11 06:54:50 -04:00
ae4aa7cf80
added nostr_decode_npub
2025-08-09 11:40:34 -04:00
e137560d64
.
2025-08-09 11:07:11 -04:00
ca6b4754f9
First commit on a late git install
2025-08-09 10:23:28 -04:00