summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* doc updateNikos Mavrogiannopoulos2014-02-061-1/+1
* increased the interval between reading /dev/urandomNikos Mavrogiannopoulos2014-02-061-1/+1
* Sync with TP.Nikos Mavrogiannopoulos2014-02-0513-13/+13
* Added --ask-pass certtool option to allow asking for passwords even when in b...Nikos Mavrogiannopoulos2014-02-056-4/+18
* use newlines in error printingNikos Mavrogiannopoulos2014-02-051-36/+36
* when using a PKCS #11 module for verification ensure that it has been marked ...Nikos Mavrogiannopoulos2014-02-031-0/+19
* Added flag GNUTLS_PKCS11_TOKEN_TRUSTED_UINT that can be used to obtain p11-ki...Nikos Mavrogiannopoulos2014-02-032-6/+37
* use macros to set the level.Nikos Mavrogiannopoulos2014-02-031-16/+12
* updated reference manual to remove individual indexes that were not working.Nikos Mavrogiannopoulos2014-02-022-3/+5
* corrected test-ciphersuites.sh testNikos Mavrogiannopoulos2014-02-021-2/+2
* consider the initial keyword set even when it's set to NONE.Nikos Mavrogiannopoulos2014-02-021-0/+1
* When two initial keywords are specified then treat the second as having the '...Nikos Mavrogiannopoulos2014-02-021-1/+3
* when setting multiple initial keywords in a priority string, the security lev...Nikos Mavrogiannopoulos2014-02-012-23/+25
* better wordingNikos Mavrogiannopoulos2014-02-011-1/+1
* corrected bug in DH exponent size calculation.Nikos Mavrogiannopoulos2014-02-011-2/+2
* tolerate servers that included the SUPPORTED ECC extension.Nikos Mavrogiannopoulos2014-02-011-3/+4
* corrected typoNikos Mavrogiannopoulos2014-02-011-1/+1
* reduced the TLS and DTLS version requirements for all ciphersuites that are n...Nikos Mavrogiannopoulos2014-01-311-44/+44
* return proper error on RSA key generation failureNikos Mavrogiannopoulos2014-01-311-1/+1
* allow a missing uNikos Mavrogiannopoulos2014-01-313-20/+29
* Added sanity check in hash_init() and mac_init().Nikos Mavrogiannopoulos2014-01-311-0/+6
* use some kind of key continuity in the nonce RNG.Nikos Mavrogiannopoulos2014-01-311-4/+9
* doc updateNikos Mavrogiannopoulos2014-01-301-1/+1
* when importing public keys set the correct algorithm.Nikos Mavrogiannopoulos2014-01-301-1/+7
* allow for seeds larger to the MAX by one byteNikos Mavrogiannopoulos2014-01-301-4/+6
* corrected calculationNikos Mavrogiannopoulos2014-01-301-1/+1
* corrected prototypeNikos Mavrogiannopoulos2014-01-301-1/+1
* Added FIPS184-4 RSA key generation.Nikos Mavrogiannopoulos2014-01-305-3/+456
* rename functionNikos Mavrogiannopoulos2014-01-282-3/+3
* Added gnutls_db_get_cache_expiration()Nikos Mavrogiannopoulos2014-01-283-0/+12
* Added Since flag.Nikos Mavrogiannopoulos2014-01-282-0/+4
* doc updateNikos Mavrogiannopoulos2014-01-281-0/+2
* removed unused variablesNikos Mavrogiannopoulos2014-01-281-1/+0
* Added gnutls_pubkey_verify_params() and gnutls_privkey_verify_params().Nikos Mavrogiannopoulos2014-01-284-2/+62
* Allow verification of public and private parameters.Nikos Mavrogiannopoulos2014-01-284-6/+68
* Handle DSA and ECDSA the same when verifying keys.Nikos Mavrogiannopoulos2014-01-281-1/+1
* Added check for gnutls_db_check_entry_time().Nikos Mavrogiannopoulos2014-01-281-0/+9
* doc updateNikos Mavrogiannopoulos2014-01-271-0/+4
* correctly read the magic number and timestamp; report and patch by Jonathan R...Nikos Mavrogiannopoulos2014-01-271-2/+2
* updated for new functionsNikos Mavrogiannopoulos2014-01-271-3/+9
* Renamed get_pk functions to export.Nikos Mavrogiannopoulos2014-01-275-30/+101
* Added identifiers for DSA-SHA382 and DSA-SHA512Nikos Mavrogiannopoulos2014-01-273-2/+9
* exported function needed for fips testNikos Mavrogiannopoulos2014-01-271-0/+1
* compile missing fileNikos Mavrogiannopoulos2014-01-274-5/+8
* indentedNikos Mavrogiannopoulos2014-01-271-90/+55
* eliminated memory leak when generating a privvate key using gnutls_privkey_ge...Nikos Mavrogiannopoulos2014-01-271-1/+1
* Added functions to directly import parameters into a gnutls_privkey_tNikos Mavrogiannopoulos2014-01-275-139/+359
* corrected usage of privkeyNikos Mavrogiannopoulos2014-01-271-1/+1
* changed port numberNikos Mavrogiannopoulos2014-01-262-3/+5
* optimized string search in _oid2str table.Nikos Mavrogiannopoulos2014-01-261-60/+73