summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* added some support for non blocking IO and socket flags. Some functionNikos Mavrogiannopoulos2000-12-178-60/+108
* 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-148-41/+41
* added a better(?) - not sure - xor function.Nikos Mavrogiannopoulos2000-12-121-5/+22
* added missing fileNikos Mavrogiannopoulos2000-12-111-0/+4
* 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-112-2/+5
* removed debug definitionsNikos Mavrogiannopoulos2000-12-111-2/+2
* cleanups for gcc -WallNikos Mavrogiannopoulos2000-12-1111-26/+25
* added some new functions in the API. documentation updated.Nikos Mavrogiannopoulos2000-12-115-5/+52
* corrected peek data handlingNikos Mavrogiannopoulos2000-12-111-19/+24
* used MSG_PEEK flag in recv in order to used gnutls_recv() withNikos Mavrogiannopoulos2000-12-105-9/+44
* changes in close notify- alert handlingNikos Mavrogiannopoulos2000-12-106-15/+10
* changes in compression handlingNikos Mavrogiannopoulos2000-12-101-3/+15
* added client side resumingNikos Mavrogiannopoulos2000-12-103-73/+103
* added support for session resumingNikos Mavrogiannopoulos2000-12-092-0/+55
* added some support for session resuming (in client)Nikos Mavrogiannopoulos2000-12-097-71/+106
* removed all things about exportable algorithmsNikos Mavrogiannopoulos2000-12-094-10/+5
* gnutls_handshake was broken to gnutls_handshake_begin andNikos Mavrogiannopoulos2000-12-091-38/+68
* Added default algorithm priorities so it can work even if the user hasn't spe...Nikos Mavrogiannopoulos2000-12-071-0/+6
* added compression (ZLIB)gnutls0-0-5Nikos Mavrogiannopoulos2000-12-072-0/+91
* Added compression support (ZLIB)Nikos Mavrogiannopoulos2000-12-0712-93/+226
* SSL3 support was addedNikos Mavrogiannopoulos2000-12-073-9/+68
* major cleanupsNikos Mavrogiannopoulos2000-12-075-366/+176
* more ssl3 fixesNikos Mavrogiannopoulos2000-12-068-180/+166
* A lot of fixes for SSL3Nikos Mavrogiannopoulos2000-12-0612-145/+354
* Bugfixes mainly for the priority (which was moved to the state)Nikos Mavrogiannopoulos2000-12-052-3/+12
* Priorities were moved to the state (were global)Nikos Mavrogiannopoulos2000-12-0512-194/+286
* added ssl3 key generation function - more fixes in ssl3 macNikos Mavrogiannopoulos2000-11-225-347/+496
* more bugfixesNikos Mavrogiannopoulos2000-11-222-5/+5
* corrected nasty bugsNikos Mavrogiannopoulos2000-11-221-5/+7
* added support for the MAC used in SSLv3Nikos Mavrogiannopoulos2000-11-222-38/+110
* added ARCFOUR support when using gcryptNikos Mavrogiannopoulos2000-11-171-2/+2
* added the new tls-ciphersuite draft, and the ciphersuite TLS_DH_anon_RIJNDAEL...gnutls0-0-4Nikos Mavrogiannopoulos2000-11-151-0/+2
* several cleanups in order to support ssl3Nikos Mavrogiannopoulos2000-11-1511-230/+225
* roll backs and fixesNikos Mavrogiannopoulos2000-11-158-69/+50
* added some support for ssl3 (with mhash only)Nikos Mavrogiannopoulos2000-11-1313-73/+179
* removed main()Nikos Mavrogiannopoulos2000-11-121-0/+2
* added preliminary support for AES (rijndael)Nikos Mavrogiannopoulos2000-11-124-2/+22
* fix for DES in mcryptNikos Mavrogiannopoulos2000-11-121-0/+7
* fixes for the server... and change_cipher_spec type packet.Nikos Mavrogiannopoulos2000-11-122-29/+64
* Changes in the client in order to interoperate with an openssl server.Nikos Mavrogiannopoulos2000-11-126-10/+147
* added hooks for both mhash and mcryptNikos Mavrogiannopoulos2000-11-126-19/+66
* clean-upsNikos Mavrogiannopoulos2000-11-123-144/+75
* corrected bugs in hmac and more.Nikos Mavrogiannopoulos2000-11-093-40/+29
* corrected problem in our PRF functionNikos Mavrogiannopoulos2000-11-081-20/+15
* removed mhash definitionsNikos Mavrogiannopoulos2000-11-071-2/+0