summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | revives some deletions from a8504e254f6ff23200c6069961ab367c9cec43a0 original patch can be found in e3c245b951530a92fc610a130faf167a37461073 f06ba1b71fa2cf9e1f3e33ea58cda94aaff88f20
* 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 ↵Nikos Mavrogiannopoulos2013-08-292-1/+339
| | | | gnutls_certificate_server_set_request().
* 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
|
* Clean up after test.Andreas Metzler2013-08-251-1/+1
|
* Corrected access of temp file. Reported by Thomas Witt.Nikos Mavrogiannopoulos2013-08-241-1/+1
|
* No longer recommend the use of RC4Nikos Mavrogiannopoulos2013-08-241-8/+1
|
* AES-GCM is preferred alwaysNikos Mavrogiannopoulos2013-08-243-43/+2
|
* bumped versionNikos Mavrogiannopoulos2013-08-052-2/+2
|
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to ↵Nikos Mavrogiannopoulos2013-08-0520-31/+58
| | | | prevent their accidental inclusion in the library.
* more files to ignoreNikos Mavrogiannopoulos2013-08-051-0/+3
|
* gnulib only contains lgplv2 modulesNikos Mavrogiannopoulos2013-08-05283-27787/+479
|
* Sync with TP.Nikos Mavrogiannopoulos2013-08-052-400/+535
|
* removed unused codeNikos Mavrogiannopoulos2013-08-031-41/+0
|
* Do not try to parse arbitrary objects as certificates.Nikos Mavrogiannopoulos2013-08-031-5/+6
|
* don't ignore errors when copying resumption valuesNikos Mavrogiannopoulos2013-08-031-9/+24
|
* mention that new padding is currently a gnutls extensionNikos Mavrogiannopoulos2013-08-031-1/+1
|
* do not require localtimeNikos Mavrogiannopoulos2013-08-032-2/+4
|
* added mkdirNikos Mavrogiannopoulos2013-08-031-1/+2
|
* inverse check for cipher ok and priority.Nikos Mavrogiannopoulos2013-08-021-8/+8
|
* documented parametersNikos Mavrogiannopoulos2013-08-011-0/+8
|
* no need to keep separate priority lists for export ciphersuites (they are no ↵Nikos Mavrogiannopoulos2013-07-311-28/+2
| | | | longer available).
* Added the PFS priority string option.Nikos Mavrogiannopoulos2013-07-313-0/+45
|
* released 3.2.3gnutls_3_2_3Nikos Mavrogiannopoulos2013-07-301-1/+1
|
* doc updateNikos Mavrogiannopoulos2013-07-291-0/+3
|
* allow empty fragments with padding.Nikos Mavrogiannopoulos2013-07-291-1/+1
|
* corrected testNikos Mavrogiannopoulos2013-07-291-8/+15
|
* Added test for the range functionality.Nikos Mavrogiannopoulos2013-07-292-1/+164
|
* corrected overhead calculation in AEAD ciphers.Nikos Mavrogiannopoulos2013-07-292-4/+2
|
* Correctly report unicode status in win32 APINikos Mavrogiannopoulos2013-07-291-0/+7
|