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