summaryrefslogtreecommitdiff
path: root/lib/gnutls.h.in.in
Commit message (Expand)AuthorAgeFilesLines
* - The gnutls_transport_ptr type was changed to a pointer type (void*).Nikos Mavrogiannopoulos2003-06-291-50/+32
* Added a flag to allow signing by v1 X.509 certificates. Also added a function...Nikos Mavrogiannopoulos2003-03-031-2/+3
* Added support for MD2 signature verification in X.509 certificates.Nikos Mavrogiannopoulos2003-02-271-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-211-1/+1
* The RSA and DH parameter handling has been updated.Nikos Mavrogiannopoulos2003-02-161-13/+25
* Corrected bugs in gnutls_x509_rdn_get(). Added a test to print the server's t...Nikos Mavrogiannopoulos2003-02-141-0/+1
* gnutls_const_datum was removed from exported types, for the time being.Nikos Mavrogiannopoulos2003-02-141-5/+0
* Added some private key handling functions. They are primitive enough for now.Nikos Mavrogiannopoulos2003-02-121-8/+8
* gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.Nikos Mavrogiannopoulos2003-02-121-8/+8
* added gnutls_x509_certificate_get_fingerprint(). Untested yet.Nikos Mavrogiannopoulos2003-02-121-1/+3
* renamed gnutls_x509_fingerprint to gnutls_fingerprint.Nikos Mavrogiannopoulos2003-02-101-3/+1
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-0/+7
* added a crl verification function (untested yet).Nikos Mavrogiannopoulos2003-02-081-0/+5
* CRL parsing support is almost complete.Nikos Mavrogiannopoulos2003-02-061-1/+2
* * gnutls_dh_params_generate() and gnutls_rsa_params_generate() now useNikos Mavrogiannopoulos2003-02-031-4/+0
* Only the documented symbols are now exported.Nikos Mavrogiannopoulos2003-01-091-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-071-0/+11
* Exported the more convenient gnutls_malloc() and gnutls_free() functions. Act...Nikos Mavrogiannopoulos2002-12-071-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-071-2/+2
* Added the new functions gnutls_get_malloc_function(), gnutls_get_free_functio...Nikos Mavrogiannopoulos2002-12-061-3/+11
* compat4.h was added, and is included by default in gnutls.h.Nikos Mavrogiannopoulos2002-11-201-0/+3
* Added support for the DSS certificate SRP authenticated cipher suites (curren...Nikos Mavrogiannopoulos2002-11-191-2/+2
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-191-1/+1
* Added some new alert codes from the extensions draft.Nikos Mavrogiannopoulos2002-11-141-1/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-11-141-0/+2
* dropped source backwards compatibilityNikos Mavrogiannopoulos2002-11-111-62/+0
* Added new alert (certificate unobtainable) from draft-ietf-tls-extensions.Nikos Mavrogiannopoulos2002-11-041-8/+8
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-2/+2
* Added server name extension, from draft-ietf-tls-extension-05.Nikos Mavrogiannopoulos2002-10-111-0/+12
* Added gnutls_set_default_priority() and gnutls_set_default_export_priority()Nikos Mavrogiannopoulos2002-10-081-0/+5
* several cleanupsNikos Mavrogiannopoulos2002-10-071-1/+3
* Added function to extract the public key algorithm of a DER encoded private key.Nikos Mavrogiannopoulos2002-10-011-0/+1
* Added support for the LZO compression library in gnutls-extra. Some fixes in ...Nikos Mavrogiannopoulos2002-09-171-2/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-161-2/+3
* replaced gnutls_handshake_get_direction() with gnutls_record_get_direction().Nikos Mavrogiannopoulos2002-09-161-1/+1
* Added a new function to convert from an error to an alert code.Nikos Mavrogiannopoulos2002-09-131-0/+1
* Improved support for zlib.Nikos Mavrogiannopoulos2002-09-121-1/+4
* changes for autoconf 2.50Nikos Mavrogiannopoulos2002-09-101-1/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-0/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-021-6/+3
* more cleanupsNikos Mavrogiannopoulos2002-09-011-21/+24
* Updated the base64 encoding/decoding functions.Nikos Mavrogiannopoulos2002-09-011-7/+12
* cert_type abreviation was expanded to certificate_type.Nikos Mavrogiannopoulos2002-08-301-3/+7
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-154/+191
* Renamed GNUTLS_CIPHER_ARCFOUR to GNUTLS_CIPHER_ARCFOUR_128Nikos Mavrogiannopoulos2002-08-261-1/+2
* renamed ARCFOUR-EXPORT to ARCFOUR-40Nikos Mavrogiannopoulos2002-08-261-1/+1
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-1/+19
* gnutls_handshake_set_exportable_detection() was obsoleted.Nikos Mavrogiannopoulos2002-08-221-1/+0
* Added the first exportable ciphersuite (TLS_RSA_WITH_RC4_EXPORT_MD5). This on...Nikos Mavrogiannopoulos2002-08-211-2/+1
* Added some initials for the export cipher suites.gnutls_0_5_x_with_export_ciphersuitesNikos Mavrogiannopoulos2002-08-211-3/+10