libqaeda

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2025-04-01 14:04Link all object files manually into dev static liblash1+6-5
2025-04-01 00:28Add merged static library builderlash8+88-20
2025-03-31 02:45Change cert to two-step process, leaks aboundlash8+196-46
2025-03-31 00:31Remove ctx from certlash5+12-41
2025-03-30 23:28Remove malfunctioning memstore from testslash4+38-10
2025-03-30 23:11Use correct store freerlash4+20-22
2025-03-30 22:13Fixing more memory leakslash4+35-28
2025-03-30 21:45Elimiate memory leakslash11+188-35
2025-03-30 14:34Reinstate all crypto testslash3+11-11
2025-03-30 14:28Memstore does not store fingerprinted key as well as default keylash4+46-26
2025-03-30 13:29Add test provisions helperlash7+127-11
2025-03-30 12:39Implement RERR, but tests flaky when activatedlash13+190-106
2025-03-30 03:47Add changelog and versionlash3+16-9
2025-03-30 03:21Remove warningslash6+28-46
2025-03-30 03:13Correct passphrase hash stack allocationlash1+2-2
2025-03-30 03:10nonce create overwrites the passphraselash3+58-69
2025-03-30 01:43Remove seed input for private keylash7+77-30
2025-03-30 01:22Slight docs improvementlash1+18-19
2025-03-30 01:09Protect key overflow in store putlash6+97-31
2025-03-29 23:40Create privatekey when missinglash1+18-58
2025-03-29 23:23Key implemented on store, all tests passlash2+117-70
2025-03-29 21:34WIP consistent prefix storelash13+91-26
2025-03-29 19:42WIP implement privkey in store, default keylash5+43-18
2025-03-28 16:26IMplement store for store key createlash3+259-153
2025-03-28 14:35Add cwalk in aux with makelash79+9838-2
2025-03-28 13:34Normalize crypto path on initlash3+27-21
2025-03-28 12:05Change debug setup, log private key load linelash4+20-16
2025-03-28 01:56Implement private key loadlash5+69-20
2025-03-27 17:00WIP add load key from file capabilitylash10+502-90
2025-03-26 23:08Add static library buildlash2+8-1
2025-03-26 03:38Move init to outer test thread in cert testlash1+3-10
2025-03-26 03:34All tests passlash4+22-13
2025-03-26 03:08Add fs entry counterlash18+189-14
2025-03-25 02:11Add signature verify, but cert sig verify now fails in testslash3+107-14
2025-03-25 01:21Abstract io std callslash3+26-7
2025-03-25 00:13Signature test assertion passlash1+2-3
2025-03-24 16:36WIP implement gcrypt signatureslash4+179-39
2025-03-24 13:30Update gitignorelash1+3-0
2025-03-24 02:31Impl gcrypt w test for pk, pubklash6+193-21
2025-03-23 15:23Add debug line to gpg for versionlash1+1-1
2025-03-23 15:22Add vararg debuglash9+203-17
2025-03-22 23:54Add text index for config entrieslash4+61-34
2025-03-22 22:40Test get and set overflowlash2+5-2
2025-03-22 22:39Add set get config testlash2+10-3
2025-03-22 22:30Add set get config testlash4+109-12
2025-03-22 15:01WIP add configlash11+335-3
2025-03-11 15:01Merge branch 'master' into HEADlash6+112-24
2025-03-11 14:59Merge branch 'lash/kali-build' into HEADlash8+260-66
2025-03-11 14:45Update Makefile: move library flags to LDFLAGSAbdallahWario1+10-9
2025-03-05 16:18Add passphrase private key encryption everywherelash4+41-23
2025-03-05 15:57Implement key encryption and decrypt before signlash5+80-11
2025-03-05 14:57Fix structs typolash1+3-2
2025-03-05 14:43Make crypto interface pluggablelash8+264-69
2025-03-04 21:58Include math lib to solve missing floor sym on kalilash1+1-1
2025-03-03 15:44Fix struct docs, add doxygenlash12+3598-141
2025-03-03 13:51Add missing docslash1+7-4
2025-03-03 13:48Remove unused code, address warningslash2+6-11
2025-03-03 13:43Add trust module documentationlash1+23-4
2025-03-03 13:28Add store freelash1+2-1
2025-03-03 13:27Add store freelash6+28-3
2025-03-03 13:12Set output values in mem store getlash3+13-10
2025-03-03 12:32Add aux dir createlash1+1-0
2025-03-03 03:25Explicitly set destdir for aux buildlash1+1-1
2025-03-03 03:23Complete trust tests; WIP: flakylash4+86-28
2025-03-03 02:19Pass first trust testlash3+104-20
2025-03-03 00:55Finish implementing mem modulelash1+9-3
2025-03-03 00:50WIP adding pki/trust modulelash13+1587-3
2025-03-02 22:15Add documentationlash4+32-0
2025-03-02 22:01Add filesystem storelash12+195-14
2025-03-02 20:19Add store interface and resolverlash11+133-38
2025-03-02 19:06Add toplevel makefilelash1+7-4
2025-03-02 18:54Add toplevel makefilelash4+17-11
2025-03-02 18:50Populate parent_hash when calculatedlash2+10-5
2025-03-02 18:42Set parent as hash in serializelash1+16-4
2025-03-02 18:39Add domain, parent to signature material for cert msglash2+39-14
2025-03-02 18:24Add request signature to response signature materiallash1+6-0
2025-03-02 18:23Add request signature to response signature materiallash1+13-1
2025-03-02 18:19Add request signature to response signature materiallash6+56-23
2025-03-02 16:16Add documentation to header fileslash7+293-16
2025-03-02 15:04Add certificate sign interfacelash5+39-19
2025-03-02 14:50Add cert testslash3+29-0
2025-03-02 14:43Add cert testslash11+346-28
2025-03-02 12:56Add cert testlash7+159-27
2025-03-02 11:40Add msg test, serializationlash8+185-15
2025-03-02 02:35Add aux liblash, WIP serialize msglash35+1456-23
2025-03-02 01:53Commence serialize, move msg sigs to certlash9+100-8
2025-03-02 00:42Add sig testlash2+13-4
2025-03-02 00:27Add pubkey testlash1+13-0
2025-03-02 00:23Add pubkey testlash4+45-23
2025-03-01 18:10Add libcheck stublash3+56-0
2025-03-01 17:40Add digestlash4+36-5
2025-03-01 17:24Implement msg handling, less digestlash5+67-13
2025-03-01 16:52Add crypto freeslash1+10-5
2025-03-01 16:38Implement dummy crypto pubkey, siglash3+67-5
2025-03-01 16:07Initial commitlash13+204-0