summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* exported gnutls_fd_in_useNikos Mavrogiannopoulos2014-10-221-0/+1
* doc updateNikos Mavrogiannopoulos2014-10-221-1/+3
* document gnutls_fd_in_use()Nikos Mavrogiannopoulos2014-10-221-2/+6
* corrected FIND_OBJECT loop when the token func is usedNikos Mavrogiannopoulos2014-10-221-1/+2
* gnutls_fd_in_use: mention versionNikos Mavrogiannopoulos2014-10-221-0/+2
* added gnutls_fd_in_use() to check whether a file descriptor is in useNikos Mavrogiannopoulos2014-10-224-12/+41
* 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
* doc updateNikos Mavrogiannopoulos2014-10-201-0/+3
* certtool: default pkcs-cipher is now 3des as in PKCS #12Nikos Mavrogiannopoulos2014-10-201-2/+2
* gnutls-cli: prevent the combination of the -p and --list optionsNikos Mavrogiannopoulos2014-10-171-0/+1
* avoid d from getting out of scopeNikos Mavrogiannopoulos2014-10-171-1/+3
* gnutls-serv: avoid possible buffer overrunNikos Mavrogiannopoulos2014-10-171-5/+5
* avoid memory leak on gnutls_x509_privkey_generate() failureNikos Mavrogiannopoulos2014-10-171-2/+2
* in FIPS140-2 mode only disable 1024-bit DSA parameters when generatingNikos Mavrogiannopoulos2014-10-153-7/+7
* guile: Remove trailing zero in 'gnutls_server_name_set' call.Ludovic Courtès2014-10-151-1/+1
* FIPS140-2 RSA key generation changes to account for seed starting with null byteNikos Mavrogiannopoulos2014-10-153-20/+40
* corrected libopt's Makefile.amNikos Mavrogiannopoulos2014-10-141-1/+1
* use lcm(p-1,q-1) instead of phi(n) for RSA key generation in FIPS-140-2 modeNikos Mavrogiannopoulos2014-10-141-5/+9
* corrected the SSSE3 optimized SHA224Nikos Mavrogiannopoulos2014-10-141-1/+1
* simplified getrusage code; the failure check code wasn't neededNikos Mavrogiannopoulos2014-10-141-19/+3
* doc updateNikos Mavrogiannopoulos2014-10-131-0/+9
* tests: added check for import failure of v1 certificate with extensionsNikos Mavrogiannopoulos2014-10-131-1/+32
* do not allow importing X.509 certificates with version < 3 and extensions pre...Nikos Mavrogiannopoulos2014-10-131-0/+15
* update the guile manual along the C oneNikos Mavrogiannopoulos2014-10-131-0/+3
* bumped versiongnutls_3_3_9Nikos Mavrogiannopoulos2014-10-133-3/+3
* doc updateNikos Mavrogiannopoulos2014-10-131-0/+4
* updated to libopts 5.18.4Nikos Mavrogiannopoulos2014-10-1121-55/+536
* place all rusage variables into HAVE_GETRUSAGE blockNikos Mavrogiannopoulos2014-10-111-1/+1
* doc updateNikos Mavrogiannopoulos2014-10-111-0/+3
* rnd: if RUSAGE_THREAD fails try RUSAGE_SELFNikos Mavrogiannopoulos2014-10-111-4/+19
* tests: pkcs11-combo: use unique db fileNikos Mavrogiannopoulos2014-10-101-3/+4
* doc updateNikos Mavrogiannopoulos2014-10-101-0/+3
* use wait and retransmit when receiving session ticketsNikos Mavrogiannopoulos2014-10-101-0/+12
* tests: added -r option to dtls-stressNikos Mavrogiannopoulos2014-10-102-0/+24
* forbid heartbeat messages during a handshakeNikos Mavrogiannopoulos2014-10-091-0/+3
* added internal variable to track handshake statusNikos Mavrogiannopoulos2014-10-093-0/+5
* more files to ignoreNikos Mavrogiannopoulos2014-10-091-0/+5
* tests: updated time in pkcs11-is-knownNikos Mavrogiannopoulos2014-10-091-1/+1
* pkcs11: handle errors from override_cert_exts as fatalNikos Mavrogiannopoulos2014-10-091-1/+1
* tests: allow running specific chainverify tests on fixed datesNikos Mavrogiannopoulos2014-10-093-11/+24
* _gnutls_check_valid_key_id: corrected activation/expiration checkNikos Mavrogiannopoulos2014-10-091-1/+1
* pkcs11: simplified and optimized loopNikos Mavrogiannopoulos2014-10-093-44/+66
* mention nettle as the recommended crypto backendNikos Mavrogiannopoulos2014-10-091-1/+2
* tests: Added check to ensure that trust list combination with extra certifica...Nikos Mavrogiannopoulos2014-10-092-2/+504
* doc updateNikos Mavrogiannopoulos2014-10-091-0/+3
* when both a trust module and additional CAs are present account the latter as...Nikos Mavrogiannopoulos2014-10-091-42/+50
* simplify the handling of trust_list_get_issuer() when GNUTLS_TL_GET_COPY is n...Nikos Mavrogiannopoulos2014-10-092-21/+58
* corrected assignmentNikos Mavrogiannopoulos2014-10-081-1/+1
* corrected the name of exported functionNikos Mavrogiannopoulos2014-10-081-1/+1