summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added gnutls_certificate_get_crt_raw() to return the raw certificate as prese...Nikos Mavrogiannopoulos2013-10-192-0/+39
* include config.h in tpm.cNikos Mavrogiannopoulos2013-10-021-0/+1
* define subgroup bits for the weak and export parameters, to allow DH group ge...Nikos Mavrogiannopoulos2013-09-301-2/+2
* removed limitation as this has been resolvedNikos Mavrogiannopoulos2013-09-171-2/+0
* doc updateNikos Mavrogiannopoulos2013-09-171-2/+6
* doc updateNikos Mavrogiannopoulos2013-09-171-0/+6
* Fixed a typo in the documentationTobias Polzer2013-09-101-2/+2
* updates in record packet encoding.Nikos Mavrogiannopoulos2013-09-051-8/+19
* added commentsNikos Mavrogiannopoulos2013-09-041-1/+1
* corrected max_user_send_size() for DTLS.Nikos Mavrogiannopoulos2013-09-011-6/+9
* _gnutls_send_tlen_int() accepts the actual pad rather than the intended data....Nikos Mavrogiannopoulos2013-09-017-27/+82
* explicitly initialize the log functionsNikos Mavrogiannopoulos2013-09-011-2/+2
* doc updateNikos Mavrogiannopoulos2013-08-311-0/+3
* simplified pad calculationNikos Mavrogiannopoulos2013-08-311-1/+4
* author updategnutls_3_2_4Nikos Mavrogiannopoulos2013-08-311-2/+2
* Improvements in RSA-PSK.Nikos Mavrogiannopoulos2013-08-313-93/+39
* added missing fileNikos Mavrogiannopoulos2013-08-301-1/+1
* indented codeNikos Mavrogiannopoulos2013-08-301-78/+79
* 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
* Corrected gnutls_certificate_server_set_request().Nikos Mavrogiannopoulos2013-08-291-2/+3
* only register current session when not resumingNikos Mavrogiannopoulos2013-08-251-6/+6
* do not duplicate tests for null.Nikos Mavrogiannopoulos2013-08-251-12/+0
* 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-251-0/+20
* AES-GCM is preferred alwaysNikos Mavrogiannopoulos2013-08-243-43/+2
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to preven...Nikos Mavrogiannopoulos2013-08-056-1/+48
* don't ignore errors when copying resumption valuesNikos Mavrogiannopoulos2013-08-031-9/+24
* 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
* Added the PFS priority string option.Nikos Mavrogiannopoulos2013-07-311-0/+30
* allow empty fragments with padding.Nikos Mavrogiannopoulos2013-07-291-1/+1
* corrected overhead calculation in AEAD ciphers.Nikos Mavrogiannopoulos2013-07-291-3/+1
* correctly link with librt when needed.Nikos Mavrogiannopoulos2013-07-291-1/+1
* link with libiconv when needed.Nikos Mavrogiannopoulos2013-07-292-2/+3
* use common macros to calculate the overhead.Nikos Mavrogiannopoulos2013-07-282-9/+7
* The after handshake function is now called before epoch change.Nikos Mavrogiannopoulos2013-07-288-19/+27
* Do not count pad and MAC as received data.Nikos Mavrogiannopoulos2013-07-271-0/+2
* simplified decrypted data allocation.Nikos Mavrogiannopoulos2013-07-261-2/+1
* small optimizations.Nikos Mavrogiannopoulos2013-07-263-16/+17
* When in compatibility mode allow for larger record sizes than the maximum.Nikos Mavrogiannopoulos2013-07-262-3/+7
* Added helper functions to export the available ciphers in a priority structureNikos Mavrogiannopoulos2013-07-253-0/+70
* When adding a bulk of priorities make sure they don't replace the whole list....Nikos Mavrogiannopoulos2013-07-251-1/+1
* avoid leaking a buffer element when _gnutls_stream_read returns 0Matt Whitlock2013-07-191-0/+3
* doc updateNikos Mavrogiannopoulos2013-07-191-0/+8
* gnutls priority string parsing bug fixStefan Bühler2013-07-191-8/+9
* Link with librt when needed. Reported by Joern Clausen.Nikos Mavrogiannopoulos2013-07-151-1/+1
* eliminated the need for the additional version variable.Nikos Mavrogiannopoulos2013-07-155-14/+26