| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use stdlib.h for malloc() instead of malloc.h. | Michael Brown | 2006-12-20 | 1 | -1/+0![]() |
| | | |||||
| * | Added "name" field to digest algorithms | Michael Brown | 2006-11-21 | 1 | -0/+1 |
| | | |||||
| * | Added debug statements. | Michael Brown | 2006-11-21 | 1 | -1/+16 |
| | | | | | | | Don't crash when called on an uninitialised chap structure; this allows us to avoid extra checks within iscsi.c to make sure that we receive the CHAP_XXX keys in a sensible order. | ||||
| * | Reduce from 157 to 123 bytes | Michael Brown | 2006-11-21 | 1 | -15/+15 |
| | | |||||
| * | Added generic CHAP layer, independent of iSCSI | Michael Brown | 2006-11-21 | 2 | -10/+127 |
| | | |||||
| * | Made it temporarily possible to call MD5 routines directly from external | Michael Brown | 2006-11-15 | 1 | -21/+12![]() |
| | | | | | | | code, rather than going through the digest layer. Removed a spurious line of constants. | ||||
| * | We don't actually have a stdio.h header file. Our printf() functions are | Michael Brown | 2006-09-27 | 2 | -2/+0![]() |
| | | | | | | | | | defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) There should be no need to include vsprintf.h just for DBG() statements, since include/compiler.h forces it in for a debug build anyway. | ||||
| * | added stdio.h to includes for DBG compilation | Marty Connor | 2006-09-27 | 1 | -0/+1 |
| | | |||||
| * | Restored the le32_to_cpus() and cpu_to_le32s() calls | Michael Brown | 2006-09-11 | 1 | -2/+6 |
| | | |||||
| * | Tidied up. | Michael Brown | 2006-09-11 | 1 | -105/+25![]() |
| | | |||||
| * | Reduced size from 2087 bytes to 1056 bytes | Michael Brown | 2006-09-11 | 1 | -4/+100 |
| | | |||||
| * | Taken from Linux's md5.c. This implementation is not very | Michael Brown | 2006-09-11 | 1 | -0/+222 |
| | | | | | | | size-efficient, and will probably be rewritten. The md5.c from MatrixSSL is too ugly to consider importing. | ||||
| * | This file breaks "make blib"; please find a way to avoid doing this. | Michael Brown | 2006-07-17 | 1 | -0/+5 |
| | | |||||
| * | The first packet (ClientHello Handshake) can be constructed and is accepted | Derek Pryor | 2006-07-17 | 4 | -83/+345 |
| | | | | | | by SSL servers. Framework.c allows me to test the library against a given https server. | ||||
| * | Adding SSL Constructs header file. (First version) | Derek Pryor | 2006-07-10 | 1 | -0/+314 |

