summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* added a small todo listNikos Mavrogiannopoulos2000-11-011-0/+3
* memory leaks and overruns eliminatedNikos Mavrogiannopoulos2000-11-011-4/+17
* corrected bug which made us to send the double bytes of ciphersuites weNikos Mavrogiannopoulos2000-11-011-3/+3
* added some preliminary support for DHE_DSS and DHE_RSA algorithms... of courseNikos Mavrogiannopoulos2000-11-0110-235/+344
* some need gcry_ functions added. (for malloc etc)Nikos Mavrogiannopoulos2000-10-311-0/+6
* added assert() and some bug fixesNikos Mavrogiannopoulos2000-10-318-23/+82
* some kind of updatesNikos Mavrogiannopoulos2000-10-261-2/+91
* added ability to receive certificates...Nikos Mavrogiannopoulos2000-10-265-14/+101
* *** empty log message ***Nikos Mavrogiannopoulos2000-10-132-2/+3
* added Tarun's README.derNikos Mavrogiannopoulos2000-10-131-0/+17
* added missing files. They are to handle foreign encryption functionsNikos Mavrogiannopoulos2000-10-132-0/+69
* Added Tarun's filesNikos Mavrogiannopoulos2000-10-133-2/+264
* added a DER parser from Tarun and updated authorsNikos Mavrogiannopoulos2000-10-135-4/+182
* changed in order for rfc's to be included in the distributionNikos Mavrogiannopoulos2000-10-121-1/+2
* added checks for gcryptNikos Mavrogiannopoulos2000-10-123-9/+171
* Added rfc's which refer to what we are implementingNikos Mavrogiannopoulos2000-10-122-0/+11710
* corrected bug which made gnutls to wait for a second closure alertNikos Mavrogiannopoulos2000-10-101-157/+95
* *** empty log message ***Nikos Mavrogiannopoulos2000-10-101-1/+1
* The encryption api was fixed and gnutls_cipher.c was cleaned up a bit.Nikos Mavrogiannopoulos2000-10-1010-332/+93
* there files were renamedNikos Mavrogiannopoulos2000-10-102-0/+171
* corrected cvsignore filesNikos Mavrogiannopoulos2000-10-102-17/+1
* *** empty log message ***Nikos Mavrogiannopoulos2000-10-101-0/+1
* removed mhash support and some changes in the docsNikos Mavrogiannopoulos2000-10-103-3/+10
* bugfixes in gcrypt md functions handlingNikos Mavrogiannopoulos2000-10-101-4/+14
* Added support for the gcrypt hash and hmac functions. Mhash supportNikos Mavrogiannopoulos2000-10-107-122/+246
* corrected the problem with the double underscoreNikos Mavrogiannopoulos2000-10-103-11/+11
* added .cvsignore filesNikos Mavrogiannopoulos2000-10-104-0/+52
* updated version numberNikos Mavrogiannopoulos2000-10-101-1/+1
* removed double underscoresNikos Mavrogiannopoulos2000-10-102-4/+4
* added some needed stuffNikos Mavrogiannopoulos2000-10-081-1/+3
* outdatedNikos Mavrogiannopoulos2000-10-081-0/+2
* the file that handles some of the priority stuff (most of the API things)Nikos Mavrogiannopoulos2000-10-081-0/+78
* Added support for priorities. Some function names were renamed to be more rat...Nikos Mavrogiannopoulos2000-10-0813-121/+159
* some fixes in the comments, and replaced KX_* with GNUTLS_KX_*Nikos Mavrogiannopoulos2000-10-085-17/+18
* more inline documentationNikos Mavrogiannopoulos2000-10-084-5/+50
* added my nameNikos Mavrogiannopoulos2000-10-071-0/+1
* Added some kind of priorities for algorithms. Still experimental.Nikos Mavrogiannopoulos2000-10-0710-118/+352
* Improved client/server examples.Nikos Mavrogiannopoulos2000-05-104-84/+100
* removed an unneeded variable.Nikos Mavrogiannopoulos2000-04-151-1/+0
* Added copyright notices.Nikos Mavrogiannopoulos2000-04-1415-14/+320
* *** empty log message ***Nikos Mavrogiannopoulos2000-04-145-7/+6
* Better mac algorithms handling.Nikos Mavrogiannopoulos2000-04-148-137/+192
* Changes in handshake messages handling.Nikos Mavrogiannopoulos2000-04-1313-148/+218
* *** empty log message ***Nikos Mavrogiannopoulos2000-04-122-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2000-04-121-2/+0
* Corrected bug in gnutls_cipher.c that caused the library to failNikos Mavrogiannopoulos2000-04-1210-139/+179
* Better memory allocation in key exchange.Nikos Mavrogiannopoulos2000-04-122-16/+48
* Some changes in peer's version checks.Nikos Mavrogiannopoulos2000-04-126-28/+45
* Corrected bugs in MAC calculation.Nikos Mavrogiannopoulos2000-04-115-55/+73
* Corrected bugs when setting cipher and mac.Nikos Mavrogiannopoulos2000-04-113-27/+38