chiark / gitweb /
secnet.git
2019-12-07 Ian Jacksonsite: key update soundness argument: deal with concurrency
2019-12-07 Ian Jacksonsite: Write an argument for the soundness of key file...
2019-12-07 Ian Jacksonsite: Update peer keys from ~update file
2019-12-07 Ian Jacksonsite: Read public peer keys from key file
2019-12-07 Ian Jacksonsite: Be able to use multiple private keys
2019-12-07 Ian Jacksonsite: Introduce `pubkey' variable (twice)
2019-12-07 Ian Jacksonsite: generate_msg: Introduce `privkey' variable
2019-12-07 Ian JacksonNOTES: Add protocol elements for public key negotiation
2019-12-07 Ian Jacksonsite: Move declaration/initialisation of `hash'
2019-12-07 Ian Jacksonsite: Introduce SETUP_SETHASH
2019-12-07 Ian Jacksonsite: New SIGKEYS log class, at level INFO, enabled...
2019-12-07 Ian Jacksonprivcache: Reorganise private key loading
2019-12-07 Ian Jacksonrsa: Drop `unsup' parameter to load_err, verror, etc.
2019-12-07 Ian Jacksonpriv-cache etc.: private key algorithm is specified...
2019-12-07 Ian Jacksonrsa: Strip a couple of spurious newlines from pub key...
2019-12-07 Ian Jacksonrsa: Provide rsa1_loadpub and therefore rsa1 sigscheme
2019-12-07 Ian Jacksonrsa: loadpriv: Use FREE
2019-12-07 Ian Jacksonrsa: LDPUBFATAL: Move & before lc into callers
2019-12-07 Ian Jacksonrsa: rsa_loadpub_core: Make it take a load_ctx and...
2019-12-07 Ian Jacksonrsa: rsapub_dispose: Use RSAPUB_CLEAR_ST_BN
2019-12-07 Ian Jacksonrsa: rsapub_dispose: Make passing 0 OK
2019-12-07 Ian Jacksonrsa: De-indirect a lot of `loc's
2019-12-07 Ian Jacksonrsa: Move load_err earlier
2019-12-07 Ian Jacksonrsa: Pass an additional maybe_loc to load_err
2019-12-07 Ian Jacksonrsa: Prepare rsa_loadpub_core for failure.
2019-12-07 Ian Jacksonrsa: Provide RSAPUB_INIT_ST_BN and _CLEAR_
2019-12-07 Ian Jacksonrsa: Introduce LDPUBFATAL
2019-12-07 Ian Jacksonrsa: Break out rsa_loadpub_core
2019-12-07 Ian Jacksonrsa: Introduce RSAPUB_BNS and RSAPUB_APPLY_GETBN
2019-12-07 Ian Jacksonrsa: Move FREE macro up
2019-12-07 Ian Jacksonrsa: sharing load_ctx: Introduce what
2019-12-07 Ian Jacksonprivcache: Pass a cloc to loadpriv and use it
2019-12-07 Ian Jacksonrsa: sharing load_ctx: Move loc into common part
2019-12-07 Ian Jacksonrsa: sharing load_ctx: Rename load_ctx
2019-12-07 Ian Jacksonrsa: sharing load_ctx: Code motion
2019-12-07 Ian Jacksonrsa: Do not do validity checks at runtime (in privcache...
2019-12-07 Ian Jacksonrsa1: Provide rsa1_loadpriv function
2019-12-07 Ian Jacksonrsa1: Drop filename from two error messages
2019-12-07 Ian Jacksonrsa1: Indirect postreadcheck via the context
2019-12-07 Ian Jacksonrsa1: Wrap calls to keyfile_get* in a macro
2019-12-07 Ian Jacksonrsa1: rsa_loadpriv_core: Introduce rsapriv_load_ctx
2019-12-07 Ian Jacksonrsa1: rsa_loadpriv_core: Always free b, and zero things...
2019-12-07 Ian Jacksonrsa1: rsa_loadpriv_core: Make assume_valid do the frees
2019-12-07 Ian Jacksonrsa1: Move "rsa-private" closure string into LDFATAL...
2019-12-07 Ian Jacksonrsa1: Provide dispose functions
2019-12-07 Ian Jacksonrsa1: Break rsa_loadpriv_core out of rsapriv_apply
2019-12-07 Ian Jacksonrsa1: rsapriv_apply: Initialise st mpz's early
2019-12-07 Ian Jacksonrsa1: rsapriv_apply: Initialise local mpz's early
2019-12-07 Ian Jacksonrsa1: rsapriv_apply: Introduce macros for cfgfatal...
2019-12-07 Ian Jacksonpubkeys: Do not mind missing serial
2019-12-07 Ian Jacksonpubkeys: Better debug logging for syntax errors
2019-12-07 Ian Jacksonpubkeys: Improve debug message for expected ENOENT
2019-12-07 Ian Jacksonpubkeys: Pass a cloc to loadpub
2019-12-07 Ian Jacksonpubkeys: Move path and lno into a struct cloc
2019-12-07 Ian Jacksonpubkeys: Print file path in some log messages
2019-12-07 Ian Jacksonpubkeys: Introduce `pkgf' fallback groups
2019-12-07 Ian Jacksonpubkeys: Provide `fallback_skip' variable
2019-12-07 Ian Jacksonpubkeys: Provide ability to add extra action to KEYWORD
2019-12-07 Ian Jacksonpubkeys: Provide parser (and spec) for peer pubkeys...
2019-12-07 Ian Jacksonportability: Provide implementation of fmemopen
2019-12-07 Ian JacksonProvide osdep.[ch], currently empty
2019-12-07 Ian Jacksonbase91: Python: make `import' work
2019-12-07 Ian Jacksonbase91: CREDITS: Add information about Python library
2019-12-07 Ian JacksonBASE91 PYTHON DUMMY SYMLINK - WILL BE SUBTREE MERGE
2019-12-07 Ian Jacksonbase91: Link it into secnet
2019-12-07 Ian Jacksonbase91: Patch the C version for our charset change
2019-12-07 Ian Jacksonbase91: Build the C basE91 code with our own renaming
2019-12-07 Ian Jacksonbase91: CREDITS: Add information about C library
2019-12-07 Ian JacksonB91 C DUMMY SYMLINK - WILL BE SUBTREE MERGE
2019-12-07 Ian JacksonREADME: Introduce spec for "base91s" encoding
2019-12-07 Ian Jacksonprivcache: Remove some spurious \n in messages
2019-12-07 Ian Jacksonprivcache: Better debug
2019-12-07 Ian Jacksonprivcache: Use new pathprefix_template facility
2019-12-07 Ian Jacksonprivcache: New closure for signature key handling
2019-12-07 Ian Jacksonutil: pathprefix_template: New facility
2019-12-07 Ian Jacksonsigscheme: Interface for signature schemes
2019-12-07 Ian Jacksonsigpubkey/sigprivkey: Provide a dispose() method
2019-12-07 Ian Jacksonsigpubkey/sigprivkey: Provide a hash_if
2019-12-07 Ian Jacksonsigkey handling: Introduce serialt type
2019-12-07 Ian Jacksonsigkey handling: define MAX_SIG_KEYS
2019-12-07 Ian Jacksonsigkey handling: Introduce sigkeyid type
2019-12-07 Ian Jacksonpubkey handling: Document key sets, id, etc. plan
2019-12-07 Ian Jacksonmtest/t-prefix: Drop redundant setting of seddery
2019-12-07 Ian Jacksonrsa: emsa_pkcs1: Fix a message
2019-12-07 Ian Jacksonconffile: find_cl_if: fix fail_if_invalid==False
2019-12-07 Ian Jacksonmake-secnet-sites: Tainted: Fix a lot of bad return...
2019-12-07 Ian Jacksonstest: Drop a redundant test
2019-12-07 Ian Jacksonautogen.sh: Write a comment about need for autoheader
2019-12-07 Ian Jacksonconfigure.ac: Do not check for lack of standard headers
2019-12-07 Ian Jacksonconfigure.ac: Drop AC_STDC_HEADERS
2019-12-07 Ian Jacksonconfigure.ac: Drop checks for systems lacking stdint.h
2019-12-07 Ian Jacksonstest: Check that received packet is as expected
2019-12-07 Ian Jacksonstest: Decode the slip packets that come via fake netlink
2019-12-07 Ian Jacksonstest: If one of our secnets dies, call the test a...
2019-12-07 Ian Jacksonstest: Use `finish' for success exits
2019-12-07 Ian Jacksonstest: Kill our child secnets when we call finish
2019-12-07 Ian Jacksonstest: Record the pids of of the secnets we spawn
2019-12-07 Ian Jacksonstest: Replace the call to `exit 1' with a new proc...
2019-12-07 Ian Jacksonstest: Support not running secnet ourselves
2019-12-07 Ian Jacksonstest: Don't prefix ./ with another ./, in socktmp
next