summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumped versiongnutls_2_12_1Nikos Mavrogiannopoulos2011-04-022-2/+2
* Generate certificate request with stricter permissions. Reported by Luca Cape...Nikos Mavrogiannopoulos2011-03-303-2/+5
* made more silent.Nikos Mavrogiannopoulos2011-03-281-6/+7
* Made scripts bourne shell compliant and not bash.Nikos Mavrogiannopoulos2011-03-282-20/+31
* removed ext_mod_ia definition.Nikos Mavrogiannopoulos2011-03-261-2/+0
* bumped version.Nikos Mavrogiannopoulos2011-03-262-2/+2
* documented changes.Nikos Mavrogiannopoulos2011-03-261-1/+15
* e-mail addresses are not directly recognizable.Nikos Mavrogiannopoulos2011-03-261-105/+105
* Corrected access to freed memory location. Reported by Vitaly Kruglikov.Nikos Mavrogiannopoulos2011-03-261-1/+3
* added Mark and Vitaly to THANKS.Nikos Mavrogiannopoulos2011-03-261-0/+2
* Corrected windows system_errno() function. Reported and patch by Mark Brand.Nikos Mavrogiannopoulos2011-03-261-1/+1
* C++ compatibility fix for compat.h. Suggested by Mark Brand.Nikos Mavrogiannopoulos2011-03-261-0/+9
* Corrected uninitialized var deinitiation. Reported by Vitaly Kruglikov.Nikos Mavrogiannopoulos2011-03-251-0/+2
* Define ext_mod_ia in gnutls_ia.c only.Nikos Mavrogiannopoulos2011-03-252-1/+3
* eliminate compiler warning. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2011-03-251-2/+2
* Fix size of gnutls_openpgp_keyid_t by using the GNUTLS_OPENPGP_KEYID_SIZE def...Nikos Mavrogiannopoulos2011-03-254-8/+9
* updatedNikos Mavrogiannopoulos2011-03-251-80/+56
* fixed versionNikos Mavrogiannopoulos2011-03-241-1/+1
* added missing files.gnutls_2_12_0Nikos Mavrogiannopoulos2011-03-241-0/+1
* bumped versionNikos Mavrogiannopoulos2011-03-241-1/+1
* documentation fixes.Nikos Mavrogiannopoulos2011-03-236-31/+32
* documented fixNikos Mavrogiannopoulos2011-03-231-0/+3
* Added DSA tests for client certificates as well.Nikos Mavrogiannopoulos2011-03-231-12/+50
* Simplified signature algorithm selection.Nikos Mavrogiannopoulos2011-03-236-92/+90
* corrected parameter.Nikos Mavrogiannopoulos2011-03-211-1/+1
* Documentation fixes and cleanups.Nikos Mavrogiannopoulos2011-03-216-18/+80
* fixed backport.Nikos Mavrogiannopoulos2011-03-211-2/+1
* ensure addition to application data buffers is occuring only after a successf...Nikos Mavrogiannopoulos2011-03-201-0/+6
* updatedNikos Mavrogiannopoulos2011-03-191-16/+17
* updated announceNikos Mavrogiannopoulos2011-03-191-0/+61
* typoNikos Mavrogiannopoulos2011-03-191-1/+1
* make gnutls-cli more quiet.Nikos Mavrogiannopoulos2011-03-191-2/+2
* documented changes.Nikos Mavrogiannopoulos2011-03-191-0/+7
* Added test to verify connections with DSA keys of various sizes.Nikos Mavrogiannopoulos2011-03-1911-1/+306
* Return a special error code if DSA keys with over 1024 are being used with TL...Nikos Mavrogiannopoulos2011-03-194-9/+12
* warn on generation of DSA keys of over 1024 bits.Nikos Mavrogiannopoulos2011-03-191-2/+6
* truncate hash size when asking to sign or verify DSA with a longer hash.Nikos Mavrogiannopoulos2011-03-191-3/+9
* documented changes.Nikos Mavrogiannopoulos2011-03-161-0/+5
* read correct algorithm when decrypting data and use correct number of private...Nikos Mavrogiannopoulos2011-03-161-4/+10
* Corrected nettle's RNG behavior on fork and added a test case.Nikos Mavrogiannopoulos2011-03-163-4/+109
* documented gnutls_pubkey_import_openpgp change.Nikos Mavrogiannopoulos2011-03-161-0/+5
* enabled RSA and removed debugging.Nikos Mavrogiannopoulos2011-03-161-5/+5
* gnutls_pubkey_t and gnutls_privkey_t can import either an openpgp subkey or a...Nikos Mavrogiannopoulos2011-03-165-207/+228
* split the pgp keys to elgamal and dsa.Nikos Mavrogiannopoulos2011-03-166-55/+117
* introduced GNUTLS_E_OPENPGP_PREFERRED_KEY_ERRORNikos Mavrogiannopoulos2011-03-164-2/+11
* On unknown public key algorithms return Unknown name.Nikos Mavrogiannopoulos2011-03-161-0/+1
* Read the public key algorithm from the selected subkey and not the master key...Nikos Mavrogiannopoulos2011-03-161-2/+10
* Documentation fixed. Added fresh keys to test.Nikos Mavrogiannopoulos2011-03-162-43/+67
* Test openpgp authentication with DSA-2048 bit keys as well.Nikos Mavrogiannopoulos2011-03-151-124/+257
* gnutls_openpgp_crt_get_auth_subkey() will no longer return an unsupported sub...Nikos Mavrogiannopoulos2011-03-151-3/+6