summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* comments are now more clearNikos Mavrogiannopoulos2001-02-012-2/+7
* gnutls_send_int() no longer sends the packets with 2 Write() calls.Nikos Mavrogiannopoulos2001-02-012-20/+15
* drafts and rfcs were moved to protocol/ directoryNikos Mavrogiannopoulos2001-02-0116-102/+2849
* updatedNikos Mavrogiannopoulos2001-01-301-1/+6
* added copyright noticeNikos Mavrogiannopoulos2001-01-2819-0/+380
* removed large bufferNikos Mavrogiannopoulos2001-01-283-20/+29
* *** empty log message ***Nikos Mavrogiannopoulos2001-01-285-9/+14
* removed unneeded filesNikos Mavrogiannopoulos2001-01-283-186/+10
* corrected wrong buffer sizeNikos Mavrogiannopoulos2001-01-251-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2001-01-251-1/+1
* changes in gnutls_encrypt()Nikos Mavrogiannopoulos2001-01-252-6/+10
* tls packets are now send using one write(that way ssldump understands us)Nikos Mavrogiannopoulos2001-01-252-26/+15
* updated todo listNikos Mavrogiannopoulos2001-01-251-1/+1
* corrected licenseNikos Mavrogiannopoulos2001-01-191-2/+2
* added asn1 rules for snacc (DER extended) compilerNikos Mavrogiannopoulos2001-01-191-0/+625
* added draft-ietf-tls-wirelessNikos Mavrogiannopoulos2001-01-171-0/+743
* updated authors - tarun leftNikos Mavrogiannopoulos2001-01-161-1/+0
* updated todo listNikos Mavrogiannopoulos2001-01-161-2/+1
* removed time_t declarations. We need exactly 32 bits.Nikos Mavrogiannopoulos2001-01-141-1/+1
* corrected typoNikos Mavrogiannopoulos2001-01-141-1/+1
* added some support for pem encoded x509 certificatesNikos Mavrogiannopoulos2001-01-141-0/+400
* session gets deleted from the db if it is not resumablegnutls-0-0-7Nikos Mavrogiannopoulos2001-01-111-0/+4
* added db filesNikos Mavrogiannopoulos2001-01-112-0/+141
* more fixesNikos Mavrogiannopoulos2001-01-111-1/+1
* fixes for releaseNikos Mavrogiannopoulos2001-01-113-3/+4
* added hooks for new libgcryptNikos Mavrogiannopoulos2001-01-111-13/+13
* added server side session resuming (using gdbm)Nikos Mavrogiannopoulos2001-01-1117-51/+112
* added hooks for dmallocNikos Mavrogiannopoulos2001-01-115-7/+21
* corrected client/serverNikos Mavrogiannopoulos2001-01-103-12/+13
* corrected buffer overrunsNikos Mavrogiannopoulos2001-01-109-73/+77
* *** empty log message ***Nikos Mavrogiannopoulos2001-01-101-0/+787
* added PEM rfcNikos Mavrogiannopoulos2001-01-081-0/+1795
* corrected return valueNikos Mavrogiannopoulos2001-01-081-0/+1
* added a check in read return valueNikos Mavrogiannopoulos2001-01-081-2/+6
* more checks for zlibNikos Mavrogiannopoulos2000-12-181-0/+4
* *** empty log message ***Nikos Mavrogiannopoulos2000-12-181-2/+2
* added a function to control the lowat size (the RCVLOWAT in socket)Nikos Mavrogiannopoulos2000-12-174-1/+17
* removed filegnutls0-0-6Nikos Mavrogiannopoulos2000-12-171-1/+1
* added some support for non blocking IO and socket flags. Some functionNikos Mavrogiannopoulos2000-12-1715-78/+138
* qsort seems to work nowNikos Mavrogiannopoulos2000-12-171-32/+19
* added check for zlib.hNikos Mavrogiannopoulos2000-12-171-0/+2
* updated sorting algorithm - it was a mess - it is more than a mess nowNikos Mavrogiannopoulos2000-12-171-176/+162
* some minor updatesNikos Mavrogiannopoulos2000-12-1414-50/+58
* added a better(?) - not sure - xor function.Nikos Mavrogiannopoulos2000-12-121-5/+22
* added missing fileNikos Mavrogiannopoulos2000-12-111-0/+4
* added option for profilingNikos Mavrogiannopoulos2000-12-111-2/+3
* improved some things found from gcovNikos Mavrogiannopoulos2000-12-114-183/+388
* improved peek data handling - now keeps only 1 byte in kernel bufferNikos Mavrogiannopoulos2000-12-112-12/+6
* more changesNikos Mavrogiannopoulos2000-12-113-10/+26
* removed debug definitionsNikos Mavrogiannopoulos2000-12-111-2/+2