chiark / gitweb /
secnet
2019-09-27 Mark Woodingec-field-test.c: Make the field-element type use intern... mdw/xdh
2019-09-27 Mark Woodingcrypto-test.c: Don't print dead registers.
2019-09-26 Mark Wooding@@@ simplify makefile
2019-09-26 Mark Wooding@@@ and ed448
2019-09-26 Mark Wooding@@@ test keccak and sha3
2019-09-26 Mark Wooding@@@ crypto-test strings
2019-09-26 Mark Wooding@@@ 64-bit kludging
2019-09-26 Mark Wooding@@@ test copyright dates
2019-09-26 Mark Wooding@@@ ed25519-test header
2019-09-26 Mark WoodingUpdate crypto code from Catacomb 2.5.0.
2019-09-26 Mark Wooding@@@ import-catacomb-crypto keccak/sha3
2019-09-25 Mark Wooding@@@ ed25519
2019-09-25 Mark Wooding@@@ crypto-test
2019-09-25 Mark Wooding@@@ fake-mlib-bits
2019-09-25 Mark WoodingUpdate crypto code from Catacomb 2.5.0.
2019-09-25 Mark Wooding@@@ import-catacomb-crypto wip
2019-09-25 Mark WoodingUpdate crypto code from Catacomb 2.3.0.1-45-g9c14.
2019-09-25 Mark Wooding@@@ delete old catcomb import
2019-09-25 Mark Wooding@@@ testing
2019-09-25 Mark Woodingmake-secnet-sites: Make the `dh' property be listish...
2019-09-25 Mark Woodingmake-secnet-sites: Introduce a notion of listish types.
2019-09-25 Mark Woodingmake-secnet-sites: Introduce a superclass for the confi...
2019-09-25 Mark Woodingxdh.c: New module defining elliptic curve Diffie--Hellm...
2019-09-25 Mark WoodingHack on the newly imported X25519 and X448 code.
2019-09-25 Mark WoodingImport implementations of X25519 and X448 from Catacomb.
2019-09-25 Mark Woodingunaligned.h: Add macros for reading and writing little...
2019-09-25 Mark WoodingAdjust the DH closure protocol to handle public values...
2019-09-25 Mark WoodingIntroduce negotiation for Diffie--Hellman groups.
2019-09-25 Mark Woodingsite.c: Allocate and free the Diffie--Hellman secret...
2019-09-25 Mark Woodingsite.c: Abstract out generation of the Diffie--Hellman...
2019-09-25 Mark Woodingdh.c, secnet.8: Allow `diffie-hellman' to take a dictio...
2019-09-25 Mark Woodingsite.c: Prepare for adding more MSG3 variants.
2019-09-25 Mark Woodingsite.c: Pass the length of the actual shared secret...
2019-09-25 Mark WoodingChange our view of the Diffie--Hellman closure protocol.
2019-09-25 Mark Woodingsite.c, dh.c, secnet.h: Allow the dh `makeshared' metho...
2019-09-25 Mark Woodingsha512.c, etc.: Provide `sha512' as a hash function...
2019-09-25 Mark Woodingsha512.[ch]: Remove a bunch of unused code.
2019-09-25 Mark Woodingmdw-test/: Include some random utilities I've found...
2019-09-25 Mark Woodingsite.c, magic.h, NOTES: Make early capabilities be...
2019-09-25 Mark Woodingsecnet.8: Describe capability negotiation in its own...
2019-09-25 Mark Woodingsite.c: Abstract out the various parts of capability...
2019-09-25 Mark Woodingmagic.h: Present message labels as an encoding of major...
2019-09-25 Mark Woodingmagic.h: Put the CAPAB_... definitions together, under...
2019-09-25 Mark Woodingsite.c: Rename `remote_transforms' in `process_msg2'.
2019-09-25 Mark Woodingsecnet.8, magic.h: Rephrase documentation of `capab...
2019-09-25 Mark Woodingmagic.h, etc.: Rename the transform capability bits.
2019-09-25 Mark Woodingsecnet-wireshark.lua: Add a Wireshark dissector.
2019-09-21 Mark Woodingutil.[ch]: Factor out hex encoding and decoding utilities.
2019-09-21 Mark Woodingpolypath.c: Fix missing include of <limits.h>.
2019-09-21 Mark Woodingconfigure.in, conffile.fl: Remove dependency on `libfl.a'.
2019-09-21 Mark WoodingNOTES: Fix text, now than an early bit exists.
2019-09-21 Ian JacksonMakefile.in: Drop dist target master
2019-09-21 Ian JacksonMakefile.in: Completely overhaul release checklist
2019-09-21 Ian JacksonMakefile.in: VERSION: Use =, not :=
2019-09-21 Ian Jacksonchangelog: start 0.4.6
2019-09-21 Ian JacksonFinalise 0.4.5 v0.4.5
2019-09-21 Ian Jacksonchangelog: Changes since 0.4.4
2019-09-21 Ian JacksonINSTALL: Mention that rsa key generation might need...
2019-09-21 Ian Jacksonudp.c: Add a comment about the salen cast
2019-09-21 Mark Woodingudp.c: Add explicit cast to muffle bogus Clang warning.
2019-09-21 Mark Woodinglog.c: Spray extra `FORMAT(...)' attributes to muffle...
2019-09-21 Mark Woodingsite.c (we_have_priority): Fix unintended `&&'.
2019-09-21 Mark WoodingFix bizarre `if (!consttime_memeq(X, Y, N)!=0)' idioms.
2019-09-21 Mark WoodingMakefile.in: Support installation from a `VPATH' build.
2019-09-08 Ian Jacksonchangelog: start 0.4.5~
2019-09-08 Ian Jacksonfinalise 0.4.4 v0.4.4
2019-09-08 Ian Jacksonchangelog: Document protocol incompatibility
2019-09-08 Ian Jacksonchangelog: Document changes
2019-05-18 Ian Jacksonsite: in "entering state RUN", say whether key is set up
2019-05-18 Ian Jacksonsite: Randomise key setup retry time
2019-05-18 Ian Jacksonrandom: Admit that we will never add error checking...
2019-05-18 Ian Jacksonsite: Replace wait_timeout variable with function
2019-05-18 Ian Jacksonpolypath asymmetric routing: Handle MSG2-4 late dupes
2019-05-18 Ian Jacksonpolypath asymmetric routing: Handle MSG1 late dupes
2019-05-18 Ian Jacksonpolypath asymmetric routing: Handle data packet dupes
2019-05-18 Ian JacksonIntroduce transform_apply_seqdupe
2019-05-18 Ian JacksonIntroduce transform_apply_return_badseq
2019-05-18 Ian Jacksonsite: Change return value of decrypt_msg0
2019-05-18 Ian Jacksonsite: Make return value of transforms be an enum
2019-05-18 Ian Jacksonpolypath asymmetric routing: Priority to mobile sites
2019-05-18 Ian Jacksonsite: Break out we_have_priority
2019-05-18 Ian Jacksonsite: Rename setup_priority to our_name_later
2019-05-18 Ian Jacksonsite: Log about crossed MSG1 with a higher priority
2019-05-18 Ian Jacksonsite: Log about crossed MSG1 ignored only once
2019-05-18 Ian Jacksonsite: transport peers update: avoid nearly-trivial...
2019-05-18 Ian Jacksonconfigure: rerun autogen.sh with autoconf 2.69-10
2019-05-18 Ian JacksonNOTES: tiny fix
2019-05-18 Mark Woodingsite.c: Cope with failure of transform `setkey' method.
2019-05-18 Mark WoodingREADME: Note that I've hacked on the code.
2019-05-18 Mark Woodingsite.c: Don't overwrite `st->sharedsecret' if it's...
2019-05-18 Mark Woodingsite.c: Make sure there's enough buffer space for the...
2019-05-18 Mark Woodingrsa.c transform-cbcmac.c: Fix configuration error messages.
2019-05-18 Mark WoodingNOTES: Describe the current allocation of capability...
2019-05-18 Mark Woodingmake-secnet-sites: Don't allow setting new VPN-level...
2019-05-18 Mark Woodingmake-secnet-sites: Remove duplicate `address' entry...
2019-05-18 Mark Woodingsecnet.8: Fix wrong information.
2019-05-18 Mark WoodingREADME.make-secnet-sites: Provide some documentation...
2019-05-18 Mark Wooding.dir-locals.el: Settings for Python code.
2019-05-18 Mark Woodingutil.c: Don't byte-swap IPv4 addresses, even if we...
2017-11-25 Ian JacksonAdministrivia: Fix erroneous GPL3+ licence notices...
next