summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.h
Commit message (Expand)AuthorAgeFilesLines
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-86/+89
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fix warning.Simon Josefsson2005-04-141-1/+0
* Simplify.Simon Josefsson2005-04-141-24/+11
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-12/+16
* Simplified the algorithm to OID and vice versa functions, and added the RSA-R...Nikos Mavrogiannopoulos2005-01-211-9/+24
* Indent.Simon Josefsson2004-10-281-11/+14
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-51/+51
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-43/+65
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-10/+10
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-6/+6
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-061-1/+0
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R...Nikos Mavrogiannopoulos2003-12-161-1/+6
* Several cleanups and elimination of warnings.Nikos Mavrogiannopoulos2002-11-201-8/+5
* Moved the GNUTLS_X509KEY_* to gnutls_cert.h and renamed them to KEY_*. Improv...Nikos Mavrogiannopoulos2002-11-201-0/+10
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-191-2/+2
* Added support for the LZO compression library in gnutls-extra. Some fixes in ...Nikos Mavrogiannopoulos2002-09-171-0/+12
* Improved support for zlib.Nikos Mavrogiannopoulos2002-09-121-0/+4
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-38/+38
* Added some initials for the export cipher suites.gnutls_0_5_x_with_export_ciphersuitesNikos Mavrogiannopoulos2002-08-211-0/+1
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-301-1/+1
* Exported gnutls_cipher_get_key_size(). Better name printing for MAC algorithms.Nikos Mavrogiannopoulos2002-06-211-1/+1
* Separated the library to gnutls and gnutls-extra. gnutls-extra library contai...Nikos Mavrogiannopoulos2002-05-201-0/+7
* removed unneeded functionsNikos Mavrogiannopoulos2002-03-291-4/+0
* Several optimizationsNikos Mavrogiannopoulos2002-03-261-1/+0
* Cleanups in gnutls_handshake.c and gnutls_algorithms.c.Nikos Mavrogiannopoulos2002-03-011-0/+1
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-181-5/+5
* Added gnutls_x509pki_extract_certificate_serial() and some cleanups.Nikos Mavrogiannopoulos2002-01-021-1/+0
* corrected bug in b64 decoding. Added support for multiple TLS protocolNikos Mavrogiannopoulos2001-07-241-0/+4
* several cleanups. Added check for certificate's expiration time.Nikos Mavrogiannopoulos2001-07-171-5/+5
* removed unneeded code and added some kind of client support for RSANikos Mavrogiannopoulos2001-06-191-15/+0
* several fixes for RSA. gnutls server can now work with rsa certificates.Nikos Mavrogiannopoulos2001-06-171-4/+4
* better handling of set/get credentials.Nikos Mavrogiannopoulos2001-06-141-0/+4
* Changed gnutls_set_*_priority functions.Nikos Mavrogiannopoulos2001-05-201-0/+2
* cleanups... and more modular design.Nikos Mavrogiannopoulos2001-05-021-0/+8
* Added client kx0 and server kx2 in order to be used with SRPNikos Mavrogiannopoulos2001-05-021-0/+3
* Key exchange (authentication) algorithms were reorganized, and now areNikos Mavrogiannopoulos2001-03-111-0/+3
* TLS version handling is now more simple (no structures)Nikos Mavrogiannopoulos2001-02-031-0/+3
* added copyright noticeNikos Mavrogiannopoulos2001-01-281-0/+20
* corrected buffer overrunsNikos Mavrogiannopoulos2001-01-101-2/+1
* improved some things found from gcovNikos Mavrogiannopoulos2000-12-111-0/+1
* Added compression support (ZLIB)Nikos Mavrogiannopoulos2000-12-071-0/+7
* Priorities were moved to the state (were global)Nikos Mavrogiannopoulos2000-12-051-9/+6
* several cleanups in order to support ssl3Nikos Mavrogiannopoulos2000-11-151-1/+1
* added some support for ssl3 (with mhash only)Nikos Mavrogiannopoulos2000-11-131-0/+3
* added ability to receive certificates...Nikos Mavrogiannopoulos2000-10-261-2/+2
* Added support for priorities. Some function names were renamed to be more rat...Nikos Mavrogiannopoulos2000-10-081-54/+33
* Added some kind of priorities for algorithms. Still experimental.Nikos Mavrogiannopoulos2000-10-071-5/+9