Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop some of the debug dumpssockets | Miloslav Trmač | 2010-09-14 | 1 | -4/+0 |
* | Beautify | Miloslav Trmač | 2010-09-14 | 1 | -1/+3 |
* | Add {un,}likely() annotations | Miloslav Trmač | 2010-09-14 | 1 | -21/+22 |
* | Add locking to struct alg_sock | Miloslav Trmač | 2010-09-14 | 1 | -29/+53 |
* | Handle concurrency of ask->op_type | Miloslav Trmač | 2010-09-14 | 1 | -18/+26 |
* | Document concurrency semantics of data sockets | Miloslav Trmač | 2010-09-14 | 1 | -1/+3 |
* | Set "master" to NULL after we no longer hold a reference | Miloslav Trmač | 2010-09-14 | 1 | -0/+1 |
* | Add infrastructure for more crypto types | Miloslav Trmač | 2010-09-14 | 1 | -43/+70 |
* | Only record transform type, not whole address | Miloslav Trmač | 2010-09-14 | 1 | -15/+33 |
* | Use more specific errno values | Miloslav Trmač | 2010-09-14 | 1 | -4/+9 |
* | Consolidate debugging and make it conditional | Miloslav Trmač | 2010-09-14 | 1 | -15/+23 |
* | Add missing return | Miloslav Trmač | 2010-09-14 | 1 | -0/+2 |
* | Use the correct ops for data sockets | Miloslav Trmač | 2010-09-14 | 1 | -0/+1 |
* | Beautify | Miloslav Trmač | 2010-09-14 | 1 | -1/+1 |
* | DUMP_ASK | Miloslav Trmač | 2010-09-14 | 1 | -0/+27 |
* | Clean up data when last reference goes away | Miloslav Trmač | 2010-09-14 | 1 | -26/+32 |
* | DUMP_DSK | Miloslav Trmač | 2010-09-14 | 1 | -0/+21 |
* | Fix an assertion | Miloslav Trmač | 2010-09-14 | 1 | -1/+1 |
* | Use separate protocols for master and slave sockets | Miloslav Trmač | 2010-09-13 | 2 | -138/+329 |
* | Fold cryptodev_{de,}register into callers | Miloslav Trmač | 2010-09-13 | 1 | -21/+5 |
* | Drop limit checking | Miloslav Trmač | 2010-09-13 | 5 | -282/+4 |
* | Fill in alg_proto_ops | Miloslav Trmač | 2010-09-13 | 1 | -29/+13 |
* | Drop version.h | Miloslav Trmač | 2010-09-13 | 3 | -24/+0 |
* | First hashing prototype | Miloslav Trmač | 2010-09-13 | 3 | -1277/+419 |
* | Update for s/examples/tests/ | Miloslav Trmač | 2010-09-13 | 1 | -3/+3 |
* | Add some utilities to make examples nicerHEADmasterbugfixes | Miloslav Trmač | 2010-09-07 | 4 | -1147/+517 |
* | Examples directory renamed -> tests | Nikos Mavrogiannopoulos | 2010-09-07 | 8 | -2/+2 |
* | Simplified makefile | Nikos Mavrogiannopoulos | 2010-09-07 | 1 | -0/+3 |
* | Rename CONFIG_AS*YM*METRIC, push into headers | Miloslav Trmač | 2010-09-06 | 8 | -64/+58 |
* | Algorithm to OID discovery moved to a single place. | Nikos Mavrogiannopoulos | 2010-09-06 | 12 | -89/+96 |
* | Run Lindent on libtom(*) | Nikos Mavrogiannopoulos | 2010-09-06 | 152 | -7864/+8090 |
* | run scripts/Lindent. | Nikos Mavrogiannopoulos | 2010-09-06 | 23 | -3271/+3490 |
* | Fix DH test | Miloslav Trmač | 2010-09-06 | 1 | -1/+1 |
* | Added config flag CONFIG_ASSYMETRIC, that will disable all assymetric algorit... | Nikos Mavrogiannopoulos | 2010-09-06 | 6 | -15/+83 |
* | Use the ncr_algorithm_t as an identifier for storage data. This will allow | Nikos Mavrogiannopoulos | 2010-09-05 | 4 | -17/+14 |
* | Added flag: NCR_KEY_FLAG_ALLOW_TRANSPARENT_HASH | Nikos Mavrogiannopoulos | 2010-09-05 | 4 | -9/+20 |
* | 3DES-ECB has also effective key length of 112. | Nikos Mavrogiannopoulos | 2010-09-05 | 1 | -1/+1 |
* | Run DH key exchange for 100 times for testing. | Nikos Mavrogiannopoulos | 2010-09-05 | 1 | -200/+226 |
* | DH key generation moved to a while loop... Just in case. | Nikos Mavrogiannopoulos | 2010-09-05 | 1 | -12/+14 |
* | Key wrapping is privileged. | Nikos Mavrogiannopoulos | 2010-09-05 | 1 | -0/+28 |
* | Added flag NCR_KEY_FLAG_HASHABLE and enforced it when reading a key for hashing. | Nikos Mavrogiannopoulos | 2010-09-05 | 3 | -1/+8 |
* | Rationalized the key wrapping format. It currently is: | Nikos Mavrogiannopoulos | 2010-09-05 | 3 | -76/+198 |
* | Optimizations for 32bit machines by using a 64bit word type and 32bit digit. | Nikos Mavrogiannopoulos | 2010-09-03 | 4 | -7/+16 |
* | Added a FIXME on the used types. | Nikos Mavrogiannopoulos | 2010-09-02 | 1 | -0/+4 |
* | Use the linux kernel heapsort instead of including qsort. | Nikos Mavrogiannopoulos | 2010-09-02 | 6 | -252/+6 |
* | Removed unneeded code. | Nikos Mavrogiannopoulos | 2010-09-02 | 13 | -845/+5 |
* | Drop a redundant prototype. | Miloslav Trmač | 2010-09-02 | 1 | -2/+0 |
* | Added an emulation of a userspace application that provides encryption service. | Nikos Mavrogiannopoulos | 2010-09-01 | 4 | -0/+1623 |
* | export ncr_key_clear(). And disallow key derivation from wrapping keys. | Nikos Mavrogiannopoulos | 2010-08-31 | 1 | -0/+2 |
* | Prevent usage of wrapping keys for anything else except wrapping. | Nikos Mavrogiannopoulos | 2010-08-31 | 1 | -0/+8 |