summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* doc updateNikos Mavrogiannopoulos2013-09-171-0/+1
* doc updateNikos Mavrogiannopoulos2013-09-171-0/+6
* guile: Use intermediary files when generating code.Ludovic Courtès2013-09-151-5/+10
* guile: Make builds parallel-safe.Ludovic Courtès2013-09-151-2/+5
* Fixed a typo in the documentationTobias Polzer2013-09-101-2/+2
* libopts is linked prior to libgnu to solve issue in win32. Initial patch by T...Nikos Mavrogiannopoulos2013-09-091-19/+19
* Test gnutls_handshake_get_last_in() and gnutls_handshake_get_last_out() for c...Nikos Mavrogiannopoulos2013-09-081-0/+35
* Ignore non-fatal handshake alerts.Nikos Mavrogiannopoulos2013-09-081-3/+2
* silence warning about return codeNikos Mavrogiannopoulos2013-09-061-0/+1
* updates in record packet encoding.Nikos Mavrogiannopoulos2013-09-051-8/+19
* Test the null cipher as well.Nikos Mavrogiannopoulos2013-09-051-2/+6
* added commentsNikos Mavrogiannopoulos2013-09-041-1/+1
* Revert "updated gnulib"Nikos Mavrogiannopoulos2013-09-0210-38/+11
* Avoid using gnulib's error()Nikos Mavrogiannopoulos2013-09-0210-285/+1055
* record-sizes can only work properly with a stream cipher.Nikos Mavrogiannopoulos2013-09-011-2/+2
* corrected max_user_send_size() for DTLS.Nikos Mavrogiannopoulos2013-09-011-6/+9
* test for excessive records being correctly sendNikos Mavrogiannopoulos2013-09-011-12/+32
* _gnutls_send_tlen_int() accepts the actual pad rather than the intended data....Nikos Mavrogiannopoulos2013-09-017-27/+82
* more files to ignoreNikos Mavrogiannopoulos2013-09-011-0/+3
* updated gnulibNikos Mavrogiannopoulos2013-09-0110-11/+38
* removed dane.nox.su from the good listNikos Mavrogiannopoulos2013-09-011-1/+2
* explicitly initialize the log functionsNikos Mavrogiannopoulos2013-09-011-2/+2
* Added test to send variable packet sizes.Nikos Mavrogiannopoulos2013-08-312-1/+389
* doc updateNikos Mavrogiannopoulos2013-08-311-0/+3
* simplified pad calculationNikos Mavrogiannopoulos2013-08-311-1/+4
* mention RSA-PSKNikos Mavrogiannopoulos2013-08-311-0/+4
* author updategnutls_3_2_4Nikos Mavrogiannopoulos2013-08-311-2/+2
* Improvements in RSA-PSK.Nikos Mavrogiannopoulos2013-08-313-93/+39
* released 3.2.4Nikos Mavrogiannopoulos2013-08-312-4/+4
* added missing fileNikos Mavrogiannopoulos2013-08-301-1/+1
* indented codeNikos Mavrogiannopoulos2013-08-301-78/+79
* doc updateNikos Mavrogiannopoulos2013-08-301-0/+3
* Added test program for RSA-PSK key exchange.Nikos Mavrogiannopoulos2013-08-302-1/+362
* Optimizations in RSA-PSK by removing unneeded code.Nikos Mavrogiannopoulos2013-08-306-197/+41
* ported patch for RSA-PSKFrank Morgner2013-08-3016-20/+724
* arcfour is restored in the top of the performance priority.Nikos Mavrogiannopoulos2013-08-301-1/+1
* removed unused functionNikos Mavrogiannopoulos2013-08-291-13/+0
* Added test to verify the correct operation of gnutls_certificate_server_set_r...Nikos Mavrogiannopoulos2013-08-292-1/+339
* doc updateNikos Mavrogiannopoulos2013-08-291-0/+3
* Corrected gnutls_certificate_server_set_request().Nikos Mavrogiannopoulos2013-08-291-2/+3
* Sync with TP.Nikos Mavrogiannopoulos2013-08-271-8/+8
* doc updateNikos Mavrogiannopoulos2013-08-251-0/+3
* Try 3 resumption attempts and try also session db and ticket.Nikos Mavrogiannopoulos2013-08-251-3/+4
* only register current session when not resumingNikos Mavrogiannopoulos2013-08-251-6/+6
* do not duplicate tests for null.Nikos Mavrogiannopoulos2013-08-251-12/+0
* remove ifdefs for session ticketsNikos Mavrogiannopoulos2013-08-251-4/+0
* doc updateNikos Mavrogiannopoulos2013-08-251-1/+4
* export gnutls_record_set_timeout(). Reported by Nicolai Stange.Nikos Mavrogiannopoulos2013-08-251-0/+1
* add some RC4-128-SHA1 ciphersuites based on ECDH(E) key exchangesStefan Bühler2013-08-252-1/+21
* fix transport parameter casts in testsStefan Bühler2013-08-2545-98/+90