summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
Commit message (Expand)AuthorAgeFilesLines
* Removed the TWOFISH cipher. Documented the supported ciphersuites.Nikos Mavrogiannopoulos2003-11-271-2/+1
* corrected some bugs that affected openpgp authentication.Nikos Mavrogiannopoulos2003-11-271-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-171-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-171-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-131-1/+3
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-1/+1
* Added the RIPEMD ciphersuites defined in draft-ietf-tls-openpgp-keys-04.Nikos Mavrogiannopoulos2003-11-131-1/+3
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-1/+1
* Some changes to preserve binary compatibility.Nikos Mavrogiannopoulos2003-11-021-4/+4
* * Several changes in certificate and key verification.Nikos Mavrogiannopoulos2003-11-011-5/+12
* Improved the certificate verification functions and the certtool program's ve...Nikos Mavrogiannopoulos2003-10-301-3/+4
* Corrected some of the return types. Several other minor corrections.Nikos Mavrogiannopoulos2003-10-071-0/+1
* RIJNDAEL ciphersuites were renamed to AES.Nikos Mavrogiannopoulos2003-09-171-2/+2
* More more fixes by Arne.Nikos Mavrogiannopoulos2003-09-011-1/+1
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-3/+3
* Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and i...Nikos Mavrogiannopoulos2003-08-071-16/+15
* Several more additions to PKCS #12 to allow encrypting bags. Still not intero...Nikos Mavrogiannopoulos2003-06-261-1/+1
* More PKCS #12 additions. Now the code can generate PKCS #12 files. Also added...Nikos Mavrogiannopoulos2003-06-251-1/+4
* More fixes to eliminate constants.Nikos Mavrogiannopoulos2003-03-311-1/+0
* Added bogus TLS record version check in the gnutls-cli-debug tool.Nikos Mavrogiannopoulos2003-03-261-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-201-2/+1
* * The RSA premaster secret version check can no longer be disabled.Nikos Mavrogiannopoulos2003-03-201-2/+14
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-3/+3
* MD2 support was dropped this is an algorithm we cannot use.Nikos Mavrogiannopoulos2003-03-171-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-151-2/+2
* several other additions and fixes for the certificate request stuff.Nikos Mavrogiannopoulos2003-03-141-2/+2
* The RSA parameters handling functions, are now implemented using the rsa priv...Nikos Mavrogiannopoulos2003-03-141-7/+1
* *** empty log message ***gnutls_0_9_1Nikos Mavrogiannopoulos2003-03-121-2/+2
* some improvements in the private key handling api. It is now used internally.Nikos Mavrogiannopoulos2003-03-111-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-111-1/+1
* * Corrected a bug in 64 bit architectures, which affected theNikos Mavrogiannopoulos2003-03-041-2/+2
* Added support for MD2 signature verification in X.509 certificates.Nikos Mavrogiannopoulos2003-02-271-1/+1
* The RSA and DH parameter handling has been updated.Nikos Mavrogiannopoulos2003-02-161-1/+1
* gnutls_const_datum was removed from exported types, for the time being.Nikos Mavrogiannopoulos2003-02-141-1/+1
* Added option to allow an X.509 server not to send the trusted CA list to the ...Nikos Mavrogiannopoulos2003-02-131-1/+6
* Added some private key handling functions. They are primitive enough for now.Nikos Mavrogiannopoulos2003-02-121-2/+2
* gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.Nikos Mavrogiannopoulos2003-02-121-2/+2
* added gnutls_x509_certificate_get_fingerprint(). Untested yet.Nikos Mavrogiannopoulos2003-02-121-0/+4
* added a crl verification function (untested yet).Nikos Mavrogiannopoulos2003-02-081-0/+5
* Added preliminary CRL support. This will be under the new X.509 API. Other x5...Nikos Mavrogiannopoulos2003-02-051-2/+2
* * Added gnutls_pkcs3_extract_dh_params() and gnutls_pkcs3_export_dh_params()Nikos Mavrogiannopoulos2003-02-031-2/+2
* * gnutls_dh_params_generate() and gnutls_rsa_params_generate() now useNikos Mavrogiannopoulos2003-02-031-10/+2
* Dropped the support for the client key exchange message 0, and server key exc...Nikos Mavrogiannopoulos2002-12-161-1/+1
* some cleanups.Nikos Mavrogiannopoulos2002-12-061-3/+6
* gnutls_x509_extract_certificate_dn_string() now behaves as described in RFC2253.Nikos Mavrogiannopoulos2002-11-251-1/+1
* some changes in the callback function behaviour.Nikos Mavrogiannopoulos2002-11-231-5/+3
* Added support for the DSS certificate SRP authenticated cipher suites (curren...Nikos Mavrogiannopoulos2002-11-191-3/+5
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-191-1/+1
* updated pgp key retrieval callback and added example.Nikos Mavrogiannopoulos2002-11-161-2/+2
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-1/+1