aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kB->kiBv0.2.1Sam Anthony2025-09-301-2/+2
|
* Create LICENSESam Anthony2025-07-261-0/+674
|
* fix version numberSam Anthony2025-04-191-1/+1
|
* release scriptSam Anthony2025-04-192-1/+23
|
* resolve address of hostv0.2.0Sam Anthony2025-04-191-1/+20
|
* add missing printf argSam Anthony2025-04-191-1/+1
|
* refactor recv()Sam Anthony2025-04-181-12/+25
|
* acceptConnection()Sam Anthony2025-04-185-26/+25
|
* decrypt and verify on the receiving endSam Anthony2025-04-182-13/+43
|
* SigncryptKeyringSam Anthony2025-04-182-33/+99
|
* implement saltpack.BoxSecretKeySam Anthony2025-04-181-7/+36
|
* SigKeyringSam Anthony2025-04-182-0/+42
|
* encryptSam Anthony2025-04-183-8/+57
|
* generate symmetric session keySam Anthony2025-04-181-0/+19
|
* implement saltpack.BoxPublicKeySam Anthony2025-04-181-0/+19
|
* implement saltpack.SigningPrivateKeySam Anthony2025-04-181-7/+30
|
* lookup hostSam Anthony2025-04-181-0/+18
|
* load signature keypairSam Anthony2025-04-181-0/+18
|
* load private signing keySam Anthony2025-04-173-32/+46
|
* refactor handshakeSam Anthony2025-04-163-174/+208
|
* call key decoding functions when parsing known_hosts fileSam Anthony2025-04-163-18/+16
|
* handshake: split host and port when parsing addressSam Anthony2025-04-161-8/+8
|
* key decoding functionsSam Anthony2025-04-162-12/+18
|
* key encoding functionSam Anthony2025-04-162-5/+11
|
* refactor key generationSam Anthony2025-04-163-125/+126
|
* generate sign/verify keypairSam Anthony2025-04-163-4/+51
|
* load public signature verification key from discSam Anthony2025-04-143-11/+58
|
* send signature verification key in handshakeSam Anthony2025-04-141-2/+9
|
* create handshake packageSam Anthony2025-04-142-13/+16
|
* receive signature verification key in handshakeSam Anthony2025-04-142-24/+56
|
* store signature verification key in known hosts fileSam Anthony2025-04-142-36/+80
|
* create NaCl box key data typesSam Anthony2025-04-143-29/+44
|
* load keypair from discSam Anthony2025-04-141-8/+27
|
* append newline to known_hostsSam Anthony2025-04-111-2/+2
|
* cancel context when handshake routines finishSam Anthony2025-04-111-0/+1
|
* retry handshake connection until timeoutSam Anthony2025-04-111-6/+48
|
* remove name resolutionSam Anthony2025-04-111-20/+3
|
* add acme dump file to gitignoreSam Anthony2025-04-111-0/+1
|
* show valid responses when verifying keySam Anthony2025-04-111-2/+4
|
* default option no when verifying keySam Anthony2025-04-111-12/+24
|
* split host and port when setting key of known hostSam Anthony2025-04-111-2/+6
|
* remove fingerprint; display entire keySam Anthony2025-04-112-17/+9
|
* hex-encode keysSam Anthony2025-04-112-5/+23
|
* create data directorySam Anthony2025-04-111-0/+14
|
* split host and port of remote addrSam Anthony2025-04-111-2/+6
|
* fmtSam Anthony2025-04-111-1/+1
|
* create util packageSam Anthony2025-04-114-32/+47
|
* load/store known hosts fileSam Anthony2025-04-111-0/+100
|
* print fingerprint in hexadecimalSam Anthony2025-04-111-1/+1
|
* fingerprintSam Anthony2025-04-112-1/+8
|