Age | Commit message (Expand) | Author |
2016-09-02 | Code to convert between text and internal forms of UUIDs. | Rob Austein |
2016-09-01 | Move in-memory keystore from client to server. Whack with club until compiles. | Rob Austein |
2016-09-01 | Revised keystore API, part one. Not usable yet. | Rob Austein |
2016-08-23 | Merge branch 'master' of git.cryptech.is:sw/libhal | Paul Selkirk |
2016-08-16 | Lock RPC device after opening it. | Rob Austein |
2016-08-10 | Reset table of cores, e.g. after resetting FPGA from CLI. | Paul Selkirk |
2016-08-10 | Merge branch 'resource_management' | Paul Selkirk |
2016-08-10 | Merge branch 'master' of https://git.cryptech.is/sw/libhal | Rob Austein |
2016-08-10 | Mixed-mode pkey sign and verify must construct DigestInfo for PKCS #1.5. | Rob Austein |
2016-07-12 | Fix checking for multiple errors in one operation. | Paul Selkirk |
2016-07-12 | Make probe_cores deal with an unconfigured FPGA (and come back later). | Paul Selkirk |
2016-07-08 | Merge branch 'master' of https://git.cryptech.is/sw/libhal.git | Rob Austein |
2016-07-08 | Enable software hash cores on all platforms, for now, anyway. | Rob Austein |
2016-07-08 | Don't reuse local variable in check() macro. | Paul Selkirk |
2016-07-07 | Check and propagate XDR error codes, to detect bad request packets. | Paul Selkirk |
2016-07-07 | Fix buffer overflow check. | Rob Austein |
2016-07-07 | Drop RPC response message if the opcode doesn't match what we sent. | Rob Austein |
2016-07-07 | Use environment variables rather than wired-in defaults in cryptech_rpcd. | Rob Austein |
2016-07-07 | Change names of RPC client environment variables to something a bit less obsc... | Rob Austein |
2016-07-06 | Previous "fix" to speed setting didn't compile on OSX. | Rob Austein |
2016-07-06 | Use the second sha256 core, if available, for pbkdf2. | Paul Selkirk |
2016-07-06 | Add a couple more tests | Paul Selkirk |
2016-07-06 | Fix speed setting? | Paul Selkirk |
2016-07-06 | Return an intelligent error from hal_ks_get_kek. | Paul Selkirk |
2016-07-06 | Belatedly adjust hal_io_read/write to the new flat addressing architecture. | Paul Selkirk |
2016-07-05 | Attempt to add resource management, for multiple cores of the same type. | Paul Selkirk |
2016-07-05 | export RPC_MODE for tests | Paul Selkirk |
2016-07-01 | glibc "feature test" insanity bites again. | Rob Austein |
2016-07-01 | Apparently the magic Mac OS X ioctl(IOSSIOSPEED) must come AFTER the tcsetatt... | Rob Austein |
2016-07-01 | Use environment variables to specify serial device rather than hard-wiring it. | Rob Austein |
2016-07-01 | Merge branch 'master' into macosx | Rob Austein |
2016-07-01 | Don't want rpc_serial.c for server builds. | Rob Austein |
2016-06-30 | Merge branch 'master' into macosx. | Rob Austein |
2016-06-30 | RPC wire format now includes client handle in all requests, and opcode and | Paul Selkirk |
2016-06-30 | Start work to support client code on Mac OS X. | Rob Austein |
2016-06-30 | serial_internal.h is both unused and incorrect, so away with it. | Rob Austein |
2016-06-26 | Merge branch 'master' of https://git.cryptech.is/sw/libhal.git. | Rob Austein |
2016-06-26 | Update libhal makefiles to use new LIBxxx_SRC / LIBxxx_BLD scheme so libhal c... | Rob Austein |
2016-06-26 | Add hal_set_pin_default_iterations so the CLI can use hal_rpc_set_pin with co... | Paul Selkirk |
2016-06-25 | Dial back the last-gasp iterations to something sane. | Paul Selkirk |
2016-06-25 | Rename GNUmakefile to Makefile for consistency. | Paul Selkirk |
2016-06-24 | Support VPATH builds. | Rob Austein |
2016-06-24 | Merge branch 'master' of git.cryptech.is.:sw/libhal | Fredrik Thulin |
2016-06-24 | Use hal_error_t as suggested by Rob. | Fredrik Thulin |
2016-06-23 | ks_flash returns all-ones instead of all-zeros for "blank" memory, cope. | Rob Austein |
2016-06-23 | Preserve externally supplied LDFLAGS value (Lintian whines otherwise). | Rob Austein |
2016-06-23 | Implement master key for wrapping keys in the keystore. | Fredrik Thulin |
2016-06-16 | Merge branch 'master' into ft-ks_flash | Fredrik Thulin |
2016-06-14 | Doh, don't build RPC client transport code when we're building the | Rob Austein |
2016-06-14 | test-mkmif was missing from .gitignore. | Rob Austein |