libqaeda

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

DateCommit messageAuthorFiles+-
2025-05-10 20:48Enable retrieve public keys from certificatelash6+152-11
2025-05-08 19:49Proper publickey instantiation in signature from byteslash1+7-2
2025-05-08 19:24Add verify to example, fix missing pubkey in signaturelash3+22-2
2025-05-08 18:55Add query and verify toolslash5+119-0
2025-05-07 07:59Add query getters for key and valuelash4+57-10
2025-05-07 07:38Add test for successive use of querylash2+23-5
2025-05-04 11:00Add store query modulelash11+263-43
2025-05-03 18:13Differentiate between decrypt fail and createlash1+12-1
2025-04-22 01:09Ensure correct endian in numeric hint in envelopelash2+15-3
2025-04-19 15:42Add envelope to example clilash1+27-7
2025-04-19 15:27Add docs, minor cleanuplash5+75-16
2025-04-19 15:05Add envelope deserializelash3+70-4
2025-04-19 14:50Add envelope serializationlash5+81-9
2025-04-19 13:29Add envelope typelash3+37-2
2025-04-19 13:23Add envelope typelash5+199-3
2025-04-19 12:34Add method to set literal statelash3+64-11
2025-04-19 12:21WIP add option for literal messagelash8+130-39
2025-04-15 22:15Update lock key test to new crypto init test structurelash1+6-0
2025-04-15 22:13Merge branch 'lash/lockkey-test' into lash/keytestslash2+31-1
2025-04-15 22:08Add lock key testlash2+31-1
2025-04-12 00:19Add default key load testlash1+12-0
2025-04-12 00:17Add publickey matching method, privatekey load testinglash3+144-12
2025-04-11 18:04Small readme edit to check writes remotelash1+1-0
2025-04-08 04:26Improve docslash7+122-35
2025-04-07 15:23Change order of serialization functionslash6+138-106
2025-04-05 14:14All tests golash6+69-53
2025-04-05 04:41WIP false dup in deserialize, need msg init flaglash3+44-32
2025-04-05 03:09WIP Resolved crashes, publickey in serialize still missinglash6+62-44
2025-04-05 02:01WIP use single instance of asn treelash6+109-109
2025-04-05 01:31WIP still segfaults in deserialize, crashes valgrindlash4+51-18
2025-04-05 01:10WIP add asn struct frees to all asn1 codelash3+70-47
2025-04-05 00:56WIP serialize cert does not leak anymorelash2+15-0
2025-04-05 00:50WIP fix leaks in serializationlash9+98-27
2025-04-04 23:21Reciprocal cert signatures implemented with verifylash2+23-10
2025-04-04 23:01Now have valid request signaturelash3+27-11
2025-04-04 21:41WIP implementing certificate and message verifylash8+154-32
2025-04-04 20:10WIP writing proper cert verify testslash6+75-23
2025-04-04 19:31Fix memory leak in cert siglash4+14-10
2025-04-04 18:33More error output from crypto-gcryptlash2+19-11
2025-04-04 01:44Retrieve by fingerprint fixlash3+10-4
2025-04-04 01:21Fix signature verifylash3+15-17
2025-04-04 00:49WIP decrypt mac and fix verifylash6+52-45
2025-04-02 21:06Implement missing MAC verification in decrypt, cert test still croakinglash5+149-34
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