summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.c
Commit message (Expand)AuthorAgeFilesLines
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R...Nikos Mavrogiannopoulos2003-12-161-6/+21
* Removed the TWOFISH cipher. Documented the supported ciphersuites.Nikos Mavrogiannopoulos2003-11-271-31/+0
* Added the RIPEMD ciphersuites defined in draft-ietf-tls-openpgp-keys-04.Nikos Mavrogiannopoulos2003-11-131-4/+44
* Applied patch by Arne that fixes several possible NULL pointer dereferences.Nikos Mavrogiannopoulos2003-10-031-10/+10
* RIJNDAEL ciphersuites were renamed to AES.Nikos Mavrogiannopoulos2003-09-171-44/+44
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-20/+12
* Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and i...Nikos Mavrogiannopoulos2003-08-071-2/+1
* More PKCS #12 additions. Now the code can generate PKCS #12 files. Also added...Nikos Mavrogiannopoulos2003-06-251-0/+3
* Eliminated the need for a hard coded max MPI parameter size.Nikos Mavrogiannopoulos2003-03-311-1/+2
* Some improvements in the version detection in the client hello.Nikos Mavrogiannopoulos2003-03-261-1/+0
* MD2 support was dropped this is an algorithm we cannot use.Nikos Mavrogiannopoulos2003-03-171-1/+0
* Added support for MD2 signature verification in X.509 certificates.Nikos Mavrogiannopoulos2003-02-271-0/+1
* Added ability to send some messages back to the application usingNikos Mavrogiannopoulos2003-01-231-5/+5
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* Several cleanups and elimination of warnings.Nikos Mavrogiannopoulos2002-11-201-19/+72
* Moved the GNUTLS_X509KEY_* to gnutls_cert.h and renamed them to KEY_*. Improv...Nikos Mavrogiannopoulos2002-11-201-5/+16
* added the AES ciphersuites for certificate srp authentication.Nikos Mavrogiannopoulos2002-11-201-0/+22
* Added support for the DSS certificate SRP authenticated cipher suites (curren...Nikos Mavrogiannopoulos2002-11-191-0/+6
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-191-14/+33
* some updated in the documentationNikos Mavrogiannopoulos2002-11-051-1/+1
* ZLIB's number was changed according to draft-ietf-tls-compression-02Nikos Mavrogiannopoulos2002-10-131-1/+2
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-24/+25
* Added support for the LZO compression library in gnutls-extra. Some fixes in ...Nikos Mavrogiannopoulos2002-09-171-16/+24
* Improved support for zlib.Nikos Mavrogiannopoulos2002-09-121-5/+35
* Some fixes for the used realloc() function. Now we have gnutls_realloc_fast()...Nikos Mavrogiannopoulos2002-09-091-1/+1
* 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-121/+121
* Added support for the new SRP draft by D. Taylor. This includes theNikos Mavrogiannopoulos2002-08-281-27/+12
* Renamed GNUTLS_CIPHER_ARCFOUR to GNUTLS_CIPHER_ARCFOUR_128Nikos Mavrogiannopoulos2002-08-261-7/+7
* renamed ARCFOUR-EXPORT to ARCFOUR-40Nikos Mavrogiannopoulos2002-08-261-4/+4
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-3/+6
* Added some initials for the export cipher suites.gnutls_0_5_x_with_export_ciphersuitesNikos Mavrogiannopoulos2002-08-211-6/+22
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-181-2/+6
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-171-2/+2
* Added gnutls_cipher_suite_get_name(). This functions constructs the name of a...Nikos Mavrogiannopoulos2002-08-171-1/+25
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-301-19/+19
* Renamed credential allocation functions from *_sc() to *_cred().Nikos Mavrogiannopoulos2002-06-221-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-221-0/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-211-7/+4
* Exported gnutls_cipher_get_key_size(). Better name printing for MAC algorithms.Nikos Mavrogiannopoulos2002-06-211-6/+12
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-081-5/+7
* Created gnutls_handshake_set_private_extensions() function.Nikos Mavrogiannopoulos2002-06-081-2/+2
* Corrected issues with ptrdiff_t. Added option to enable private (experimental...Nikos Mavrogiannopoulos2002-06-071-6/+19
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-1/+1
* Separated the library to gnutls and gnutls-extra. gnutls-extra library contai...Nikos Mavrogiannopoulos2002-05-201-12/+6
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* merged changes from gnutls_0_4_with_alloca.Nikos Mavrogiannopoulos2002-04-031-3/+3
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-1/+1
* removed unneeded functionsNikos Mavrogiannopoulos2002-03-291-73/+3