summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* propagate the error of the verify callback.Nikos Mavrogiannopoulos2013-01-271-1/+3
* updates in the sbuf API.Nikos Mavrogiannopoulos2013-01-273-47/+209
* Added gnutls_rnd_refresh().Nikos Mavrogiannopoulos2013-01-277-4/+50
* Keep the legacy dh_prime_bits.Nikos Mavrogiannopoulos2013-01-274-10/+29
* updated sbuf interface.Nikos Mavrogiannopoulos2013-01-265-8/+345
* updated newsNikos Mavrogiannopoulos2013-01-261-4/+6
* No need to cache events with the current behavior.Nikos Mavrogiannopoulos2013-01-262-25/+18
* use nonces instead of random dataNikos Mavrogiannopoulos2013-01-261-1/+1
* free all resourcesNikos Mavrogiannopoulos2013-01-261-0/+1
* nonces update the internal rng state much slower.Nikos Mavrogiannopoulos2013-01-261-12/+17
* Instead of setting directly the number of DH bits, set a security parameter p...Nikos Mavrogiannopoulos2013-01-267-17/+26
* The minimum DH prime bits are now set by the priority strings (that means the...Nikos Mavrogiannopoulos2013-01-267-15/+32
* warnings doesn't imply WerrorNikos Mavrogiannopoulos2013-01-261-1/+0
* updatedNikos Mavrogiannopoulos2013-01-261-2/+2
* disable gnutls_certificate_get_peers_subkey_id() if not openpgp.Nikos Mavrogiannopoulos2013-01-261-0/+2
* optimized random generator.Nikos Mavrogiannopoulos2013-01-261-97/+104
* check for getpid().Nikos Mavrogiannopoulos2013-01-261-1/+1
* _dtls_timespec_sub_ms -> timespec_sub_msNikos Mavrogiannopoulos2013-01-266-18/+19
* Avoid many indirect calls.Nikos Mavrogiannopoulos2013-01-252-14/+12
* reduced calls to getpidNikos Mavrogiannopoulos2013-01-251-2/+2
* use the more precise gettime() instead of gettimeofday().Nikos Mavrogiannopoulos2013-01-251-6/+3
* gnutls_range_split accepts pointers as arguments.Nikos Mavrogiannopoulos2013-01-252-5/+5
* Make gnutls_range_split available from the GnuTLS APIAlfredo Pironti2013-01-255-10/+35
* - Remove references to the (now renamed) gnutls_range_send_message - Ignore s...Alfredo Pironti2013-01-253-6/+5
* Some fix when disable-psk-authentication is specified. Based on patch by Jaak...Nikos Mavrogiannopoulos2013-01-251-1/+1
* rewritten DN parsing code.Nikos Mavrogiannopoulos2013-01-251-56/+68
* test the DN functionality of certtool.Nikos Mavrogiannopoulos2013-01-254-1/+113
* dane test no longer fails if danetool isn't compiledNikos Mavrogiannopoulos2013-01-251-0/+2
* use the non-locale dependent versions of isxxx functions.Nikos Mavrogiannopoulos2013-01-255-9/+13
* allow writes of more than the maximum record data.Nikos Mavrogiannopoulos2013-01-241-1/+1
* introduced gnutls_cork() and gnutls_uncork().Nikos Mavrogiannopoulos2013-01-245-3/+107
* Added gnutls_sbuf_getdelim() and getline().Nikos Mavrogiannopoulos2013-01-238-18/+200
* doc updatesNikos Mavrogiannopoulos2013-01-232-251/+67
* Small changes and a sanity checkNikos Mavrogiannopoulos2013-01-234-21/+27
* print static strings without a printf-like function.Nikos Mavrogiannopoulos2013-01-232-8/+8
* Updated ranges patch.Nikos Mavrogiannopoulos2013-01-2313-221/+263
* GnuTLS Length Hiding patch.Alfredo Pironti2013-01-2321-306/+810
* changed function name to gnutls_session_force_valid.Nikos Mavrogiannopoulos2013-01-223-4/+4
* Update Libs.private with @LIB_CLOCK_GETTIME@ as wellMartin Storsjo2013-01-221-1/+1
* set a default error position.Nikos Mavrogiannopoulos2013-01-221-0/+3
* Added gnutls_session_clear_invalidNikos Mavrogiannopoulos2013-01-223-0/+20
* updated docs for sbuf API.Nikos Mavrogiannopoulos2013-01-213-22/+42
* Added gnutls_record_set_timeout().Nikos Mavrogiannopoulos2013-01-215-6/+34
* updated sbuf layer.Nikos Mavrogiannopoulos2013-01-214-21/+157
* Updated docNikos Mavrogiannopoulos2013-01-211-1/+7
* corrected C parameter generation.Nikos Mavrogiannopoulos2013-01-211-1/+1
* Updated Libs.private with all the required librariesNikos Mavrogiannopoulos2013-01-213-6/+2
* Include libiconv in Libs.privateMartin Storsjo2013-01-211-1/+1
* Define _gnutls_file_mutex in gnutls_global.c instead of in verify-tofu.cMartin Storsjo2013-01-212-2/+2
* Added --cprint option to certtoolNikos Mavrogiannopoulos2013-01-218-643/+674