chiark / gitweb /
secnet.git
2019-12-30 Ian Jacksonmake-secnet-sites: Tainted.name: take `what'
2019-12-30 Ian Jacksonmake-secnet-sites: Write output to ...~tmp~ and rename
2019-12-30 Ian Jacksonmake-secnet-sites: Tolerate late `complain'
2019-12-30 Ian Jacksonmake-secnet-sites: Deduplicate `complain'
2019-12-30 Ian Jacksonmake-public: Use cfgfile_log, not system_log
2019-12-30 Ian Jacksonlog: Provide struct cfgfile_log
2019-12-30 Ian Jacksonvcfgfatal_maybefile: New suffix argument
2019-12-30 Ian Jacksonsecnet: Provide `make-public' verb
2019-12-30 Ian Jacksonsecnet: loadpub interface: Return a closure_t too
2019-12-30 Ian Jacksonpubkeys: Introduce `fill' variable to make code prettier
2019-12-30 Ian Jacksonsite: Include key indices in log output
2019-12-30 Ian Jacksonsite: Better logging of key ids etc.
2019-12-30 Ian Jacksondocs: Move peer-keys documentation into a README file
2019-12-30 Ian Jacksondocs: Fix rsapriv/rsapub closure names
2019-12-30 Ian Jacksonpubkey handling: Call sethash when needed
2019-12-30 Ian Jacksonsite: Move defhash from setup to st variable
2019-12-30 Ian JacksonREADME: Document new semantics for `hash'
2019-12-30 Ian Jacksonsite: Remove a spurious \n in a message
2019-12-30 Ian Jacksonsite: Reserve <peer-keys>~tmp for make-secnet-sites
2019-12-30 Ian Jacksonsite: key update soundness argument: deal with concurrency
2019-12-30 Ian Jacksonsite: Write an argument for the soundness of key file...
2019-12-30 Ian Jacksonsite: Update peer keys from ~update file
2019-12-30 Ian Jacksonsite: Read public peer keys from key file
2019-12-30 Ian Jacksonsite: Be able to use multiple private keys
2019-12-30 Ian Jacksonsite: Introduce `pubkey' variable (twice)
2019-12-30 Ian Jacksonsite: generate_msg: Introduce `privkey' variable
2019-12-30 Ian JacksonNOTES: Add protocol elements for public key negotiation
2019-12-30 Ian Jacksonsite: Move declaration/initialisation of `hash'
2019-12-30 Ian Jacksonsite: Introduce SETUP_SETHASH
2019-12-30 Ian Jacksonsite: New SIGKEYS log class, at level INFO, enabled...
2019-12-30 Ian Jacksonprivcache: Reorganise private key loading
2019-12-30 Ian Jacksonrsa: Drop `unsup' parameter to load_err, verror, etc.
2019-12-30 Ian Jacksonpriv-cache etc.: private key algorithm is specified...
2019-12-30 Ian Jacksonrsa: Strip a couple of spurious newlines from pub key...
2019-12-30 Ian Jacksonrsa: Provide rsa1_loadpub and therefore rsa1 sigscheme
2019-12-30 Ian Jacksonrsa: loadpriv: Use FREE
2019-12-30 Ian Jacksonrsa: LDPUBFATAL: Move & before lc into callers
2019-12-30 Ian Jacksonrsa: rsa_loadpub_core: Make it take a load_ctx and...
2019-12-30 Ian Jacksonrsa: rsapub_dispose: Use RSAPUB_CLEAR_ST_BN
2019-12-30 Ian Jacksonrsa: rsapub_dispose: Make passing 0 OK
2019-12-30 Ian Jacksonrsa: De-indirect a lot of `loc's
2019-12-30 Ian Jacksonrsa: Move load_err earlier
2019-12-30 Ian Jacksonrsa: Pass an additional maybe_loc to load_err
2019-12-30 Ian Jacksonrsa: Prepare rsa_loadpub_core for failure.
2019-12-30 Ian Jacksonrsa: Provide RSAPUB_INIT_ST_BN and _CLEAR_
2019-12-30 Ian Jacksonrsa: Introduce LDPUBFATAL
2019-12-30 Ian Jacksonrsa: Break out rsa_loadpub_core
2019-12-30 Ian Jacksonrsa: Introduce RSAPUB_BNS and RSAPUB_APPLY_GETBN
2019-12-30 Ian Jacksonrsa: Move FREE macro up
2019-12-30 Ian Jacksonrsa: sharing load_ctx: Introduce what
2019-12-30 Ian Jacksonprivcache: Pass a cloc to loadpriv and use it
2019-12-30 Ian Jacksonrsa: sharing load_ctx: Move loc into common part
2019-12-30 Ian Jacksonrsa: sharing load_ctx: Rename load_ctx
2019-12-30 Ian Jacksonrsa: sharing load_ctx: Code motion
2019-12-30 Ian Jacksonrsa: Do not do validity checks at runtime (in privcache...
2019-12-30 Ian Jacksonrsa1: Provide rsa1_loadpriv function
2019-12-30 Ian Jacksonrsa1: Drop filename from two error messages
2019-12-30 Ian Jacksonrsa1: Indirect postreadcheck via the context
2019-12-30 Ian Jacksonrsa1: Wrap calls to keyfile_get* in a macro
2019-12-30 Ian Jacksonrsa1: rsa_loadpriv_core: Introduce rsapriv_load_ctx
2019-12-30 Ian Jacksonrsa1: rsa_loadpriv_core: Always free b, and zero things...
2019-12-30 Ian Jacksonrsa1: rsa_loadpriv_core: Make assume_valid do the frees
2019-12-30 Ian Jacksonrsa1: Move "rsa-private" closure string into LDFATAL...
2019-12-30 Ian Jacksonrsa1: Provide dispose functions
2019-12-30 Ian Jacksonrsa1: Break rsa_loadpriv_core out of rsapriv_apply
2019-12-30 Ian Jacksonrsa1: rsapriv_apply: Initialise st mpz's early
2019-12-30 Ian Jacksonrsa1: rsapriv_apply: Initialise local mpz's early
2019-12-30 Ian Jacksonrsa1: rsapriv_apply: Introduce macros for cfgfatal...
2019-12-30 Ian Jacksonpubkeys: Do not mind missing serial
2019-12-30 Ian Jacksonpubkeys: Better debug logging for syntax errors
2019-12-30 Ian Jacksonpubkeys: Improve debug message for expected ENOENT
2019-12-30 Ian Jacksonpubkeys: Pass a cloc to loadpub
2019-12-30 Ian Jacksonpubkeys: Move path and lno into a struct cloc
2019-12-30 Ian Jacksonpubkeys: Print file path in some log messages
2019-12-30 Ian Jacksonpubkeys: Introduce `pkgf' fallback groups
2019-12-30 Ian Jacksonpubkeys: Provide `fallback_skip' variable
2019-12-30 Ian Jacksonpubkeys: Provide ability to add extra action to KEYWORD
2019-12-30 Ian Jacksonpubkeys: Provide parser (and spec) for peer pubkeys...
2019-12-30 Ian Jacksonportability: Provide implementation of fmemopen
2019-12-30 Ian JacksonProvide osdep.[ch], currently empty
2019-12-30 Ian Jacksonbase91: Python: make `import' work
2019-12-30 Ian Jacksonbase91: CREDITS: Add information about Python library
2019-12-30 Ian JacksonBASE91 PYTHON DUMMY SYMLINK - WILL BE SUBTREE MERGE
2019-12-30 Ian Jacksonbase91: Link it into secnet
2019-12-30 Ian Jacksonbase91: Patch the C version for our charset change
2019-12-30 Ian Jacksonbase91: Build the C basE91 code with our own renaming
2019-12-30 Ian Jacksonbase91: CREDITS: Add information about C library
2019-12-30 Ian JacksonB91 C DUMMY SYMLINK - WILL BE SUBTREE MERGE
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
next