summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Enforce the DEFAULT_MAX_VERIFY_BITS for DH prime size as well.Nikos Mavrogiannopoulos2013-12-181-2/+13
* Added configure option --with-default-blacklist-fileNikos Mavrogiannopoulos2013-12-161-0/+14
* gnutls_x509_trust_list_remove_cas() and derivatives will utilize a black list.Nikos Mavrogiannopoulos2013-12-162-3/+88
* Corrected documentation for gnutls_x509_trust_list_add_trust_*Nikos Mavrogiannopoulos2013-12-161-5/+5
* Detect the presence of posix locks even without linked to libpthread.Nikos Mavrogiannopoulos2013-11-301-7/+5
* updated auto-generated asm files. This fixes a valgrind complaint when AES-NI...Nikos Mavrogiannopoulos2013-11-2612-2365/+6978
* disallow any compression in DTLSNikos Mavrogiannopoulos2013-11-231-1/+8
* generate separate IV for session tickets.Nikos Mavrogiannopoulos2013-11-221-10/+11
* GCM modes are always preferred to CBCNikos Mavrogiannopoulos2013-11-193-51/+9
* avoid leaking a buffer element when _gnutls_stream_read returns 0Matt Whitlock2013-11-191-0/+3
* Dates and time that would overflow the GeneralTime are also truncated.Nikos Mavrogiannopoulos2013-11-161-1/+5
* An expiration time of (time_t)-1 will set to the no well-defined expiration d...Nikos Mavrogiannopoulos2013-11-162-0/+8
* correctly set the ciphersuite when the set_premaster interface is used.Nikos Mavrogiannopoulos2013-11-151-0/+5
* doc updateNikos Mavrogiannopoulos2013-11-141-4/+3
* bug fix in gnutls_x509_crt_set_dn() at DN parsing.Nikos Mavrogiannopoulos2013-11-101-2/+3
* removed debugging infoNikos Mavrogiannopoulos2013-11-101-3/+1
* write the proper key ID in the tokenNikos Mavrogiannopoulos2013-11-101-1/+4
* do not traverse PKCS #11 tokens that were not requested.Nikos Mavrogiannopoulos2013-11-091-0/+7
* doc updateNikos Mavrogiannopoulos2013-11-061-4/+7
* do not set any default levelNikos Mavrogiannopoulos2013-11-051-1/+0
* Assign very weak level to priority string NONE only.Nikos Mavrogiannopoulos2013-11-051-1/+1
* Corrected the naming of several PSK ciphersuitesNikos Mavrogiannopoulos2013-11-021-16/+16
* Ciphersuites with ARCFOUR in name were renamed to ARCFOUR_128Nikos Mavrogiannopoulos2013-11-021-13/+12
* Added additional ISO OIDs for RSA-MD5 and DSA-SHA1.Nikos Mavrogiannopoulos2013-11-021-0/+4
* include config.h in tpm.cNikos Mavrogiannopoulos2013-10-021-0/+1
* exported gnutls_record_set_timeoutNikos Mavrogiannopoulos2013-08-311-0/+1
* corrected typoNikos Mavrogiannopoulos2013-08-271-1/+1
* only register current session when not resumingNikos Mavrogiannopoulos2013-08-251-6/+6
* Added the PFS priority string option.Nikos Mavrogiannopoulos2013-08-031-0/+30
* allow empty fragments with padding.Nikos Mavrogiannopoulos2013-08-031-1/+1
* gnutls priority string parsing bug fixStefan Bühler2013-07-191-8/+9
* when removing a cipher priority, make sure the order is keptNikos Mavrogiannopoulos2013-07-191-13/+9
* pkcs11: Use the correct attribute length for CKA_TRUSTEDStef Walter2013-07-121-1/+1
* corrected typoNikos Mavrogiannopoulos2013-07-121-1/+1
* Eliminate reset from cryptodev hashes and macGustavo Zacarias2013-07-111-3/+0
* When resuming a session send only the mandatory extensions.Nikos Mavrogiannopoulos2013-07-091-1/+3
* Include MKI size in size calculations for the extension.Nikos Mavrogiannopoulos2013-07-091-1/+2
* enforce the maximum TLS size when setting MTUNikos Mavrogiannopoulos2013-06-191-1/+1
* Directly link to gmp library. Based on original patch by Alon Bar-Lev.Nikos Mavrogiannopoulos2013-06-023-3/+6
* call cleanup and deinit on the correct number of parametersNikos Mavrogiannopoulos2013-05-311-3/+5
* avoid calling clear on null valuesNikos Mavrogiannopoulos2013-05-311-1/+1
* allow ciphersuites with elliptic curves even when using SSL 3.0.Nikos Mavrogiannopoulos2013-05-291-19/+19
* corrected AEAD tag sizeNikos Mavrogiannopoulos2013-05-292-5/+3
* more precise calculation of DTLS overheadNikos Mavrogiannopoulos2013-05-291-4/+7
* doc updateNikos Mavrogiannopoulos2013-05-271-1/+4
* revive gnutls_handshake_get_last_in(). Report by Mann Ern Kang.Nikos Mavrogiannopoulos2013-05-251-0/+2
* documented function behaviorNikos Mavrogiannopoulos2013-05-191-0/+2
* several updatesNikos Mavrogiannopoulos2013-05-168-12/+40
* If gnutls_record_send fails with GNUTLS_E_AGAIN or GNUTLS_E_INTERRUPTED, the ...Tim Kosse2013-05-111-3/+3
* typo fixes by Andreas MetzlerNikos Mavrogiannopoulos2013-05-101-1/+1