summaryrefslogtreecommitdiff
path: root/lib/gnutls_priority.c
Commit message (Expand)AuthorAgeFilesLines
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-103/+110
* some fixes in the compilation system.Nikos Mavrogiannopoulos2004-05-131-1/+1
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Added the RIPEMD ciphersuites defined in draft-ietf-tls-openpgp-keys-04.Nikos Mavrogiannopoulos2003-11-131-15/+11
* RIJNDAEL ciphersuites were renamed to AES.Nikos Mavrogiannopoulos2003-09-171-5/+5
* More more fixes by Arne.Nikos Mavrogiannopoulos2003-09-011-66/+32
* added the most compatible ciphers in default priorities.Nikos Mavrogiannopoulos2003-06-101-16/+16
* * The diffie Hellman ciphersuites are now of higher priority thanNikos Mavrogiannopoulos2003-03-201-6/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-161-4/+6
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-161-14/+11
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* Improved the server name extension. Resumed sessions can now use it.Nikos Mavrogiannopoulos2002-10-111-15/+19
* *** empty log message ***Nikos Mavrogiannopoulos2002-10-081-1/+4
* Added gnutls_set_default_priority() and gnutls_set_default_export_priority()Nikos Mavrogiannopoulos2002-10-081-53/+145
* gnutls_list replaced by const int*Nikos Mavrogiannopoulos2002-09-031-12/+12
* cert_type abreviation was expanded to certificate_type.Nikos Mavrogiannopoulos2002-08-301-2/+2
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-37/+37
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+3
* reintroduced realloc_fast() which prevents some malloc(0) situations.gnutls_0_4_3Nikos Mavrogiannopoulos2002-05-231-1/+1
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Cleanups in gnutls_handshake.c and gnutls_algorithms.c.Nikos Mavrogiannopoulos2002-03-011-5/+3
* Priority cannot be set if not using the OPENCDK library.Nikos Mavrogiannopoulos2002-02-121-1/+7
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-071-0/+5
* Added option to set the cert_type priority.Nikos Mavrogiannopoulos2002-02-031-35/+40
* CleanupsNikos Mavrogiannopoulos2002-01-041-8/+5
* corrected behaviour in version advertizingNikos Mavrogiannopoulos2002-01-031-2/+2
* GNUTLS_LIST is now int*Nikos Mavrogiannopoulos2001-12-061-92/+50
* Several cleanups.Nikos Mavrogiannopoulos2001-12-061-10/+10
* more non blocking IO fixesNikos Mavrogiannopoulos2001-11-131-6/+7
* va_copy macro renamed to VA_COPYNikos Mavrogiannopoulos2001-11-121-5/+5
* added support for va_copyNikos Mavrogiannopoulos2001-11-051-0/+24
* changed LIST to GNUTLS_LISTNikos Mavrogiannopoulos2001-11-041-10/+10
* corrected bug in b64 decoding. Added support for multiple TLS protocolNikos Mavrogiannopoulos2001-07-241-0/+47
* several bug fixes in ASN handling. Fixes/additionsNikos Mavrogiannopoulos2001-07-141-9/+9
* some portability fixesNikos Mavrogiannopoulos2001-06-241-28/+37
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* Updated Ciphersuite selection algorithm.Nikos Mavrogiannopoulos2001-06-211-1/+1
* updated documentation and functionsNikos Mavrogiannopoulos2001-06-051-8/+8
* updated API and documentation. Now we use the gnome way for creatingNikos Mavrogiannopoulos2001-05-301-0/+48
* Changed gnutls_set_*_priority functions.Nikos Mavrogiannopoulos2001-05-201-12/+40
* Added compression support (ZLIB)Nikos Mavrogiannopoulos2000-12-071-1/+20
* Bugfixes mainly for the priority (which was moved to the state)Nikos Mavrogiannopoulos2000-12-051-0/+6
* Priorities were moved to the state (were global)Nikos Mavrogiannopoulos2000-12-051-13/+13
* the file that handles some of the priority stuff (most of the API things)Nikos Mavrogiannopoulos2000-10-081-0/+78