summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* The pkcs3 parameters are now corrected exported (without sign).Nikos Mavrogiannopoulos2007-10-311-4/+4
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-30139-139/+139
* Updated the ld version.Nikos Mavrogiannopoulos2007-10-301-1/+1
* (no commit message)Nikos Mavrogiannopoulos2007-10-261-2/+1
* Doc fix.Simon Josefsson2007-10-251-1/+1
* Several changes to openpgp code:Nikos Mavrogiannopoulos2007-10-244-4/+15
* Introduced GNUTLS_PRIORITIES_SECURITY_NORMAL and GNUTLS_PRIORITIES_SECURITY_HIGHNikos Mavrogiannopoulos2007-10-241-13/+42
* further deprecated the set_default_priority() functions. now implementedNikos Mavrogiannopoulos2007-10-241-58/+1
* The user handshake callback function is now called on SSLv2 hello messages.Nikos Mavrogiannopoulos2007-10-241-0/+12
* Added gnutls_set_default_priority2() and deprecated gnutls_set_default_priori...Nikos Mavrogiannopoulos2007-10-241-77/+166
* Introduced gnutls_session_enable_compatibility_mode() to allow enablingNikos Mavrogiannopoulos2007-10-241-0/+19
* renamed zlib to deflateNikos Mavrogiannopoulos2007-10-231-1/+1
* Updata gnutls.vers since we changed our interfaces and some other fixes.Nikos Mavrogiannopoulos2007-10-232-3/+3
* (no commit message)Nikos Mavrogiannopoulos2007-10-231-2/+2
* The text names used in the gnutls_*_convert_priority functions are the namesNikos Mavrogiannopoulos2007-10-233-152/+208
* replaced UNKNOWN_HASH_ALGORITHM WITH UNKNOWN_ALGORITHMNikos Mavrogiannopoulos2007-10-231-1/+1
* (no commit message)Nikos Mavrogiannopoulos2007-10-231-1/+1
* Updated the priority functions to be more compatible to our interface andNikos Mavrogiannopoulos2007-10-231-97/+105
* Added gnutls_record_disable_padding() to allow servers talk to buggy clients ...Nikos Mavrogiannopoulos2007-10-222-1/+23
* Added new priority functions that accept text instead of integers.Nikos Mavrogiannopoulos2007-10-223-8/+442
* Removed some ancient non-used functions.Nikos Mavrogiannopoulos2007-10-222-47/+3
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutlsSimon Josefsson2007-10-225-44/+44
|\
| * Renamed openpgp_cert to openpgp_crt to be consistent with x509.Nikos Mavrogiannopoulos2007-10-195-41/+41
| * Occurences of gnutls_openpgp_key were renamed to gnutls_openpgp_cert,Nikos Mavrogiannopoulos2007-10-195-29/+29
| * Renamed gnutls_openpgp_key_t to gnutls_openpgp_cert_tNikos Mavrogiannopoulos2007-10-193-12/+12
* | Revert mistake removal.Simon Josefsson2007-10-171-1/+1
|/
* Remove tls-authz.Simon Josefsson2007-10-173-25/+0
* Remove TLS-authz.Simon Josefsson2007-10-173-716/+1
* Reenabled the 256 bit algorithms in the default priorities.Nikos Mavrogiannopoulos2007-10-151-2/+4
* ** Corrected bugs in the openpgp certificate verification functions using a k...Nikos Mavrogiannopoulos2007-10-155-20/+22
* 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