kmwebnet
  • Joined on 2024-02-25
kmwebnet pushed to main at kmwebnet/decisions-log 2026-04-20 10:46:05 +09:00
6a97ff3d78 feat(csirt-automation): Add ADR-0001 - AI efficiency as priority investment area
kmwebnet pushed to main at kmwebnet/decisions-log 2026-04-20 08:53:58 +09:00
805b3c44b9 feat: Add 2-product structure (csirt-automation, iot-prototype) with ADR/EXP/AAR templates
kmwebnet pushed to main at kmwebnet/decisions-log 2026-04-20 08:09:58 +09:00
b3ebeed743 Initial: ADR/EXP/AAR templates and README
kmwebnet created branch main in kmwebnet/decisions-log 2026-04-20 08:09:58 +09:00
kmwebnet created repository kmwebnet/decisions-log 2026-04-20 08:09:35 +09:00
kmwebnet created branch main in kmwebnet/ota-chunk-transfer 2026-03-30 06:37:57 +09:00
kmwebnet pushed to main at kmwebnet/ota-chunk-transfer 2026-03-30 06:37:57 +09:00
297cf2e5eb Add .gitignore
b1c3ec3af4 Initial commit: OTA chunk transfer protocol implementation
kmwebnet created repository kmwebnet/ota-chunk-transfer 2026-03-30 06:37:10 +09:00
kmwebnet pushed to main at kmwebnet/se050-wireguard 2026-03-29 19:08:01 +09:00
11bcc5e0c3 Remove dynamic memory allocation (malloc/calloc/free)
kmwebnet pushed to main at kmwebnet/se050-wireguard 2026-03-29 18:52:52 +09:00
479fcd37c1 Fix WireGuard decryption failures
kmwebnet pushed to main at kmwebnet/se050-wireguard 2026-03-29 07:12:21 +09:00
675e452071 feat: Replace Poly1305 with RFC 8439 compliant implementation
kmwebnet pushed to main at kmwebnet/se050-wireguard 2026-03-29 06:06:02 +09:00
43643bc4cf fix: Poly1305 MAC computation bugs
kmwebnet pushed to main at kmwebnet/se050-wireguard 2026-03-29 06:01:11 +09:00
760b37690e fix: Poly1305 key initialization and hibit calculation
kmwebnet pushed to main at kmwebnet/se050-wireguard 2026-03-29 05:50:10 +09:00
7ef235d5b1 cleanup: Remove debug output and verify API signatures
kmwebnet pushed to main at kmwebnet/se050-wireguard 2026-03-29 05:39:16 +09:00
77c6dfbf1a debug: Add debug output for ChaCha20-Poly1305
kmwebnet pushed to main at kmwebnet/se050-wireguard 2026-03-29 05:28:55 +09:00
a430accd11 fix: BLAKE2s NULL pointer check for empty messages
kmwebnet pushed to main at kmwebnet/se050-wireguard 2026-03-28 21:16:34 +09:00
2ec7829b52 fix: BLAKE2s update boundary condition
kmwebnet pushed to main at kmwebnet/se050-wireguard 2026-03-28 21:13:23 +09:00
42e6222637 fix: Use keyed BLAKE2s instead of HMAC-BLAKE2s for WireGuard MAC
kmwebnet pushed to main at kmwebnet/se050-wireguard 2026-03-28 21:00:13 +09:00
7c2c6d94bf fix: Remove incorrect datalen limit in HMAC-BLAKE2s
kmwebnet pushed to main at kmwebnet/se050-wireguard 2026-03-28 20:57:36 +09:00
d5ca4b3634 fix: RFC 9153 compliance for packet type constants