summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When gnutls_global_init() is called manually from the application check the u...Nikos Mavrogiannopoulos2014-10-316-3/+58
* Added support for getentropy() and reworked getrandom supportNikos Mavrogiannopoulos2014-10-303-23/+56
* _gnutls_dh_generate_key() will account the q_bitsNikos Mavrogiannopoulos2014-10-291-1/+1
* doc updateNikos Mavrogiannopoulos2014-10-291-0/+1
* Added gnutls_dh_params_import_raw2(), which allows to specify the number of b...Nikos Mavrogiannopoulos2014-10-293-1/+29
* doc updateNikos Mavrogiannopoulos2014-10-291-0/+4
* use Linux' getrandom() when availableNikos Mavrogiannopoulos2014-10-292-1/+36
* use the random rnd context when refreshing the nonce contextNikos Mavrogiannopoulos2014-10-291-20/+28
* do not explicitly refresh rnd state on session deinitNikos Mavrogiannopoulos2014-10-281-2/+0
* doc updateNikos Mavrogiannopoulos2014-10-281-0/+5
* increase the reseed timeNikos Mavrogiannopoulos2014-10-281-1/+1
* tests: enhance cipher test to include tag verification errorNikos Mavrogiannopoulos2014-10-261-9/+27
* better documented the new APINikos Mavrogiannopoulos2014-10-261-8/+19
* harmonise variable namesNikos Mavrogiannopoulos2014-10-261-86/+86
* disable hardware acceleration by default in solarisNikos Mavrogiannopoulos2014-10-261-1/+10
* Improved support of draft-ietf-tls-session-hash-02.Nikos Mavrogiannopoulos2014-10-252-5/+24
* doc updateNikos Mavrogiannopoulos2014-10-251-1/+3
* doc updateNikos Mavrogiannopoulos2014-10-251-0/+2
* doc: list the AEAD APINikos Mavrogiannopoulos2014-10-251-3/+6
* Added a new simple to use AEAD APINikos Mavrogiannopoulos2014-10-256-25/+334
* the openssl compatibility library isn't built by defaultNikos Mavrogiannopoulos2014-10-252-3/+5
* do not use the ifdef directive in assembly files, as it isn't portableNikos Mavrogiannopoulos2014-10-2515-29/+29
* eliminate IV size usage in TLS encryption/decryption; it was a remnant of sal...Nikos Mavrogiannopoulos2014-10-241-10/+3
* corrected likely macro usageNikos Mavrogiannopoulos2014-10-241-2/+2
* removed support for SALSA20 and for stream ciphers with IVNikos Mavrogiannopoulos2014-10-244-110/+0
* Added priority string %NO_TICKETS that disables session ticket supportNikos Mavrogiannopoulos2014-10-244-1/+20
* do not negotiate nor use the 'extended master secret' in SSL 3.0Nikos Mavrogiannopoulos2014-10-232-18/+32
* compile 3.3.9 by defaultNikos Mavrogiannopoulos2014-10-231-3/+3
* always send the mandatory extensions (even in SSL 3.0)Nikos Mavrogiannopoulos2014-10-231-8/+4
* EXT MASTER SECRET moved to mandatory extensionsNikos Mavrogiannopoulos2014-10-231-1/+1
* check and use libnsl (used in solaris)Nikos Mavrogiannopoulos2014-10-232-1/+5
* updated asm sourcesNikos Mavrogiannopoulos2014-10-2332-8630/+7788
* updated perl asm sourcesNikos Mavrogiannopoulos2014-10-231-0/+0
* use the GNU-stack note in linux systemsNikos Mavrogiannopoulos2014-10-231-1/+1
* updated gnulibNikos Mavrogiannopoulos2014-10-2324-283/+452
* tests: check the issuer value validity of gnutls_x509_trust_list_get_issuerNikos Mavrogiannopoulos2014-10-231-0/+10
* corrected bug in gnutls_x509_trust_list_get_issuer() when used without the GN...Nikos Mavrogiannopoulos2014-10-231-0/+1
* tests: include minitasn1 when neededNikos Mavrogiannopoulos2014-10-221-0/+4
* use HAVE_DANE ifdef for unused functionsNikos Mavrogiannopoulos2014-10-221-0/+2
* exported gnutls_fd_in_useNikos Mavrogiannopoulos2014-10-221-0/+1
* document gnutls_fd_in_use()Nikos Mavrogiannopoulos2014-10-221-2/+6
* gnutls_fd_in_use: mention versionNikos Mavrogiannopoulos2014-10-221-0/+2
* corrected FIND_OBJECT loop when the token func is usedNikos Mavrogiannopoulos2014-10-221-1/+2
* added gnutls_fd_in_use() to check whether a file descriptor is in useNikos Mavrogiannopoulos2014-10-224-12/+41
* added prototype to avoid compiler warningNikos Mavrogiannopoulos2014-10-211-0/+5
* fips140-2: limit the FIPS code in fips modeNikos Mavrogiannopoulos2014-10-211-1/+4
* fips140-2: use the FIPS algorithms only when in FIPS140-2 modeNikos Mavrogiannopoulos2014-10-211-42/+46
* dtls-stress: reindented codeNikos Mavrogiannopoulos2014-10-201-150/+81
* tests: dtls-stress: only replay when send succeedsNikos Mavrogiannopoulos2014-10-201-2/+4
* testsrn: do not assume that SSL 3.0 is enabled by defaultNikos Mavrogiannopoulos2014-10-171-1/+1