summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert rename of GNUTLS_E_UNKNOWN_HASH_ALGORITHM.Simon Josefsson2007-11-151-2/+5
* Doc fix.Simon Josefsson2007-11-141-61/+59
* Doc fix.Simon Josefsson2007-11-141-12/+9
* Doc fix.Simon Josefsson2007-11-141-23/+17
* Doc fix.Simon Josefsson2007-11-141-75/+75
* Doc fix.Simon Josefsson2007-11-141-16/+16
* Doc fix.Simon Josefsson2007-11-141-30/+27
* Doc fix.Simon Josefsson2007-11-141-49/+43
* Doc fix.Simon Josefsson2007-11-141-70/+56
* Doc fixes.Simon Josefsson2007-11-141-34/+46
* Use new API.Simon Josefsson2007-11-141-2/+2
* Use new API in C++ library.Simon Josefsson2007-11-141-2/+2
* some updates in the compression codeNikos Mavrogiannopoulos2007-11-143-3/+11
* Corrected bug in decompression of expanded compression data.Nikos Mavrogiannopoulos2007-11-144-14/+20
* When decompressed data are more than the record max size warn usingNikos Mavrogiannopoulos2007-11-131-1/+1
* ** Added the --to-p8 option to certtool to convert private keysNikos Mavrogiannopoulos2007-11-114-24/+23
* Applied documentation and prototype fixes reported by Evan Martin <martine@da...Nikos Mavrogiannopoulos2007-11-111-7/+7
* 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