summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* The 256 bit ciphers are not enabled in the default priorities.Nikos Mavrogiannopoulos2007-10-121-6/+2
* Added support for DSA2 (key sizes for more than 1024 bits on DSA) via libgcry...Nikos Mavrogiannopoulos2007-10-124-4/+5
* * Added section "Selecting cryptographic key sizes" in gnutls.texiNikos Mavrogiannopoulos2007-10-124-33/+63
* added an assertion.Nikos Mavrogiannopoulos2007-10-091-0/+1
* Corrected an error in a parenthesis.Nikos Mavrogiannopoulos2007-10-091-4/+3
* Changed the certificate reading logic to allow for more buggy implementationsNikos Mavrogiannopoulos2007-10-091-1/+4
* Added warning about termination of connection in post_client_hello callback.Nikos Mavrogiannopoulos2007-10-081-0/+5
* ** Added capability to set a callback after the client hello is receivedNikos Mavrogiannopoulos2007-10-0810-99/+83
* corrected possible size issueNikos Mavrogiannopoulos2007-10-071-1/+2
* Removed all the xml functions and stubs, as well as references in theNikos Mavrogiannopoulos2007-10-072-763/+1
* error_to_alert() now always return an alert number. This is to avoid sending ...Nikos Mavrogiannopoulos2007-10-061-4/+7
* Add patch to support Camellia, contributed by Yoshisato YANAGISAWA. Fixes #1.Simon Josefsson2007-09-243-4/+81
* Fix crash.Simon Josefsson2007-09-201-1/+2
* Fix crash.Simon Josefsson2007-09-201-0/+3
* Document more.Simon Josefsson2007-09-201-3/+5
* Doc fix.Simon Josefsson2007-09-201-1/+33
* Support for Opaque PRF Input TLS extension.Simon Josefsson2007-09-206-6/+349
* Remove .cvsignore's.Simon Josefsson2007-09-103-43/+0
* Use official IANA values for SRP.Simon Josefsson2007-09-072-12/+11
* Use libtasn1 v1.1.Simon Josefsson2007-09-012-3/+8
* Use libtasn1 v1.0.Simon Josefsson2007-08-312-3/+8
* Doc fix.Simon Josefsson2007-08-271-0/+2
* Revert "Check that value is negative before using gnutls_error_is_fatal."Simon Josefsson2007-08-271-1/+1
* Have gnutls_error_is_fatal return 0 on positive "errors".Simon Josefsson2007-08-271-1/+7
* Check that value is negative before using gnutls_error_is_fatal.Simon Josefsson2007-08-271-1/+1
* Fix pointer mix for different sized variables.Simon Josefsson2007-08-163-7/+13
* Use *_t types consistently.Simon Josefsson2007-08-1312-52/+52
* Use const and pointers to gnutls_datum_t in sign callback.Simon Josefsson2007-08-123-7/+7
* Add gnutls_sign_callback_get.Simon Josefsson2007-08-112-28/+47
* (gnutls_error_is_fatal): Return default is 1 for unknown error codes.Simon Josefsson2007-08-101-1/+1
* External signing callback interface.Simon Josefsson2007-08-107-29/+119
* Disable TLS 1.2 by default, at least until RFC is out and we've doneSimon Josefsson2007-08-081-1/+1
* Fixed erroneous checks and sloppy return values in certificate selection.Ludovic Courtès2007-08-021-2/+5
* Fixed memory leak in `_gnutls_dsa_verify ()'.Ludovic Courtes2007-06-261-0/+4
* Fix off-by-one in TLS 1.2 handshake.Ludovic Courtès2007-06-141-1/+6
* Fix warnings on amd64, from Nikos.Simon Josefsson2007-06-081-6/+12
* (parse_pem_ca_mem): Handle reads beyond first certificate properly.Simon Josefsson2007-05-271-3/+3
* (_gnutls_free_datum_m): Free even if size is 0.Simon Josefsson2007-05-271-2/+2
* (decode_pkcs8_key): If ASN.1 decoding fails after decrypting anSimon Josefsson2007-05-261-0/+19
* (decode_private_key_info): Translate asn1 errors properly. ReportedSimon Josefsson2007-05-261-1/+2
* Fix mem leak, reported by Andrey Nosenko <andrew.w.nosenko@gmail.com>.Simon Josefsson2007-05-261-0/+6
* Use new API.Simon Josefsson2007-05-241-5/+3
* Export gnutls_x509_crt_get_raw_dn, gnutls_x509_crt_get_raw_issuer_dn.Simon Josefsson2007-05-243-34/+30
* (gnutls_set_default_priority): Change order to prefer X.509 overSimon Josefsson2007-05-111-2/+2
* Fix mem leaks.Simon Josefsson2007-05-021-0/+5
* Write NULL in parameters for RSA signing.Simon Josefsson2007-04-181-2/+8
* Doc fix.Simon Josefsson2007-04-161-1/+1
* Fix warnings, tiny patch from Andreas Metzler <ametzler@downhill.at.eu.org>.Simon Josefsson2007-04-164-8/+8
* (gnutls_psk_set_client_credentials): Fix prototype.Simon Josefsson2007-04-111-2/+4
* Respect ENABLE_AUTHZ.Simon Josefsson2007-04-101-1/+5