2019-12-08 |
Mark Wooding | @@@ 64-bit kludging |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | @@@ test copyright dates |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | @@@ ed25519-test header |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | Update crypto code from Catacomb 2.5.0. |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | @@@ import-catacomb-crypto keccak/sha3 |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | @@@ ed25519 |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | @@@ crypto-test |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | @@@ fake-mlib-bits |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | Update crypto code from Catacomb 2.5.0. |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | @@@ import-catacomb-crypto wip |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | Update crypto code from Catacomb 2.3.0.1-45-g9c14. |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | @@@ delete old catcomb import |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | @@@ testing |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | make-secnet-sites: Make the `dh' property be listish... |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | xdh.c: New module defining elliptic curve Diffie--Hellm... |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | Hack on the newly imported X25519 and X448 code. |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | Import implementations of X25519 and X448 from Catacomb. |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | unaligned.h: Add macros for reading and writing little... |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | Adjust the DH closure protocol to handle public values... |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | Introduce negotiation for Diffie--Hellman groups. |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | site.c: Allocate and free the Diffie--Hellman secret... |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | site.c: Abstract out generation of the Diffie--Hellman... |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | dh.c, secnet.8: Allow `diffie-hellman' to take a dictio... |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | site.c: Pass the length of the actual shared secret... |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | Change our view of the Diffie--Hellman closure protocol. |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | site.c, dh.c, secnet.h: Allow the dh `makeshared' metho... |
commit | commitdiff | tree | snapshot |
2019-12-08 |
Mark Wooding | sha512.c, etc.: Provide `sha512' as a hash function... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Mark Wooding | sha512.[ch]: Remove a bunch of unused code. |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Mark Wooding | mdw-test/: Include some random utilities I've found... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | stest: Add test for load-private wip.pubkeys.v1 |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | load-private: Use cfgfile_log, not system_log |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | secnet: Provide `load-private' verb |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | privcache: Break out DEFAULT_MAXPRIV_BYTES |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | secnet: loadpriv interface: Return a closure_t too |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | privcache: Minor style fixes |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | privcache: Regularise error handling in missing defhash... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | privcache; uncached_load_file: Introduce error_out |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | CL_GET_STR_ARG: Move into util.h |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | privcache: Break out uncached_load_file |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | privcache: Transpose scheme lookup and file opening |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | privcache: uncached_get: Introduce `databuf' local |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | privcache: uncached_get: Introduce `defhash' local |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | privcache: uncached_get: Introduce `path' local |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | stest/t-Cnonnego-onr: New test |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | stest: Make it possible to have kex initiated by `outside' |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | sest/t-Cnonnego-on: New test |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | stest: Machinery for runing an old secnet if a test... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | test-common: Framework for compatibility tests |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | test-common: Use $(wildcard ) rather than $(shell echo ) |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | mtest/t-filter: New test for --filter mode |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Provide --filter mode |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | README.make-secnet-sites: Slightly restructure mode... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: OpConf: Move positional_args to... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: OpUserv: Rename sitesfile to outputfile |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: OpBase.write_out: Move heading back... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: OpBase.write_out: Tolerate sitesfile... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Abolish now-obsolete `service' variable |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Provide explicit --conf mode option |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: OpBase.read_in: save read lines |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Move sites file writing into OpBase |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Refactor operational code into OpModes |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Introduce new OpMod classes |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | stest/t-nonnego-oo: Use `make-public' verb |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | stest: Honour new sitesconf_hook |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | mtest: Use --pubkeys-elide instead of --output-version |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | stest: Fix an entry in &DEPS |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | test-example: all-privkeys: Define, and indirect throug... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | test-example: Test new long-term key arrangements |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | test-example: Generate new style sites.conf |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | test-example: Make sites.conf variable, in principle |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | test-example: Provide a new-style public key set for... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | tests: Pass --output-version=1 to make-secnet-sites |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | stest: Honour new privkey() hash |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | stest: Provide a global `hash' key |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | stest: Transfer pubkeys from test-example |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | test-example: Add a 2nd rsa1 key |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | test-example: Add the inside.key to the privcache too |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | test-example: Make privkeys by default |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | test-example: Rules for making a privkeys directory |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Declare `pubkey' directive old |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: New --pubkeys-elide mode |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Rework --pubkeys-MODE, provide ... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Rework with new `inpub' class |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: In v1 output, ignore keys for non... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Support `pkg' and `pkgf' |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Support `serial' |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Without --pubkeys-install, write... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: New --pubkeys-install option |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Add new pubkeys-dir option, and... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Handle `pub rsa1' properties specially |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Write rsa1 keys as `pub rsa1 ..... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Do not use `copy' in pubkey forsites |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Do not write `pub' entries in v1... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Make the `pub' key name primary |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Support new `pub' directive |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Prepare for multiple public key... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Provide `serial' property class |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Provide ArgActionLambda |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Allow properties to control output... |
commit | commitdiff | tree | snapshot |
2019-12-07 |
Ian Jackson | make-secnet-sites: Provide --output-version option |
commit | commitdiff | tree | snapshot |
next |