summaryrefslogtreecommitdiff
path: root/lib/gnutls_priority.c
Commit message (Expand)AuthorAgeFilesLines
* Attempt TLS 1.2 and TLS 1.1 too, by default.Simon Josefsson2006-11-291-2/+2
* removed AES-256 from the list of default ciphers. No point in having it (when...Nikos Mavrogiannopoulos2006-04-111-5/+5
* documented the return value in the priority functionsNikos Mavrogiannopoulos2006-04-071-1/+21
* Use GNU coding style.Simon Josefsson2005-11-071-112/+124
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-2/+2
* Changes to make the --disable-* options work again.Nikos Mavrogiannopoulos2005-01-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Doc fix.Simon Josefsson2004-10-281-8/+8
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-22/+22
* 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