Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | doc update | Nikos Mavrogiannopoulos | 2014-02-06 | 1 | -1/+1 | |
* | increased the interval between reading /dev/urandom | Nikos Mavrogiannopoulos | 2014-02-06 | 1 | -1/+1 | |
* | Sync with TP. | Nikos Mavrogiannopoulos | 2014-02-05 | 13 | -13/+13 | |
* | Added --ask-pass certtool option to allow asking for passwords even when in b... | Nikos Mavrogiannopoulos | 2014-02-05 | 6 | -4/+18 | |
* | use newlines in error printing | Nikos Mavrogiannopoulos | 2014-02-05 | 1 | -36/+36 | |
* | when using a PKCS #11 module for verification ensure that it has been marked ... | Nikos Mavrogiannopoulos | 2014-02-03 | 1 | -0/+19 | |
* | Added flag GNUTLS_PKCS11_TOKEN_TRUSTED_UINT that can be used to obtain p11-ki... | Nikos Mavrogiannopoulos | 2014-02-03 | 2 | -6/+37 | |
* | use macros to set the level. | Nikos Mavrogiannopoulos | 2014-02-03 | 1 | -16/+12 | |
* | updated reference manual to remove individual indexes that were not working. | Nikos Mavrogiannopoulos | 2014-02-02 | 2 | -3/+5 | |
* | corrected test-ciphersuites.sh test | Nikos Mavrogiannopoulos | 2014-02-02 | 1 | -2/+2 | |
* | consider the initial keyword set even when it's set to NONE. | Nikos Mavrogiannopoulos | 2014-02-02 | 1 | -0/+1 | |
* | When two initial keywords are specified then treat the second as having the '... | Nikos Mavrogiannopoulos | 2014-02-02 | 1 | -1/+3 | |
* | when setting multiple initial keywords in a priority string, the security lev... | Nikos Mavrogiannopoulos | 2014-02-01 | 2 | -23/+25 | |
* | better wording | Nikos Mavrogiannopoulos | 2014-02-01 | 1 | -1/+1 | |
* | corrected bug in DH exponent size calculation. | Nikos Mavrogiannopoulos | 2014-02-01 | 1 | -2/+2 | |
* | tolerate servers that included the SUPPORTED ECC extension. | Nikos Mavrogiannopoulos | 2014-02-01 | 1 | -3/+4 | |
* | corrected typo | Nikos Mavrogiannopoulos | 2014-02-01 | 1 | -1/+1 | |
* | reduced the TLS and DTLS version requirements for all ciphersuites that are n... | Nikos Mavrogiannopoulos | 2014-01-31 | 1 | -44/+44 | |
* | return proper error on RSA key generation failure | Nikos Mavrogiannopoulos | 2014-01-31 | 1 | -1/+1 | |
* | allow a missing u | Nikos Mavrogiannopoulos | 2014-01-31 | 3 | -20/+29 | |
* | Added sanity check in hash_init() and mac_init(). | Nikos Mavrogiannopoulos | 2014-01-31 | 1 | -0/+6 | |
* | use some kind of key continuity in the nonce RNG. | Nikos Mavrogiannopoulos | 2014-01-31 | 1 | -4/+9 | |
* | doc update | Nikos Mavrogiannopoulos | 2014-01-30 | 1 | -1/+1 | |
* | when importing public keys set the correct algorithm. | Nikos Mavrogiannopoulos | 2014-01-30 | 1 | -1/+7 | |
* | allow for seeds larger to the MAX by one byte | Nikos Mavrogiannopoulos | 2014-01-30 | 1 | -4/+6 | |
* | corrected calculation | Nikos Mavrogiannopoulos | 2014-01-30 | 1 | -1/+1 | |
* | corrected prototype | Nikos Mavrogiannopoulos | 2014-01-30 | 1 | -1/+1 | |
* | Added FIPS184-4 RSA key generation. | Nikos Mavrogiannopoulos | 2014-01-30 | 5 | -3/+456 | |
* | rename function | Nikos Mavrogiannopoulos | 2014-01-28 | 2 | -3/+3 | |
* | Added gnutls_db_get_cache_expiration() | Nikos Mavrogiannopoulos | 2014-01-28 | 3 | -0/+12 | |
* | Added Since flag. | Nikos Mavrogiannopoulos | 2014-01-28 | 2 | -0/+4 | |
* | doc update | Nikos Mavrogiannopoulos | 2014-01-28 | 1 | -0/+2 | |
* | removed unused variables | Nikos Mavrogiannopoulos | 2014-01-28 | 1 | -1/+0 | |
* | Added gnutls_pubkey_verify_params() and gnutls_privkey_verify_params(). | Nikos Mavrogiannopoulos | 2014-01-28 | 4 | -2/+62 | |
* | Allow verification of public and private parameters. | Nikos Mavrogiannopoulos | 2014-01-28 | 4 | -6/+68 | |
* | Handle DSA and ECDSA the same when verifying keys. | Nikos Mavrogiannopoulos | 2014-01-28 | 1 | -1/+1 | |
* | Added check for gnutls_db_check_entry_time(). | Nikos Mavrogiannopoulos | 2014-01-28 | 1 | -0/+9 | |
* | doc update | Nikos Mavrogiannopoulos | 2014-01-27 | 1 | -0/+4 | |
* | correctly read the magic number and timestamp; report and patch by Jonathan R... | Nikos Mavrogiannopoulos | 2014-01-27 | 1 | -2/+2 | |
* | updated for new functions | Nikos Mavrogiannopoulos | 2014-01-27 | 1 | -3/+9 | |
* | Renamed get_pk functions to export. | Nikos Mavrogiannopoulos | 2014-01-27 | 5 | -30/+101 | |
* | Added identifiers for DSA-SHA382 and DSA-SHA512 | Nikos Mavrogiannopoulos | 2014-01-27 | 3 | -2/+9 | |
* | exported function needed for fips test | Nikos Mavrogiannopoulos | 2014-01-27 | 1 | -0/+1 | |
* | compile missing file | Nikos Mavrogiannopoulos | 2014-01-27 | 4 | -5/+8 | |
* | indented | Nikos Mavrogiannopoulos | 2014-01-27 | 1 | -90/+55 | |
* | eliminated memory leak when generating a privvate key using gnutls_privkey_ge... | Nikos Mavrogiannopoulos | 2014-01-27 | 1 | -1/+1 | |
* | Added functions to directly import parameters into a gnutls_privkey_t | Nikos Mavrogiannopoulos | 2014-01-27 | 5 | -139/+359 | |
* | corrected usage of privkey | Nikos Mavrogiannopoulos | 2014-01-27 | 1 | -1/+1 | |
* | changed port number | Nikos Mavrogiannopoulos | 2014-01-26 | 2 | -3/+5 | |
* | optimized string search in _oid2str table. | Nikos Mavrogiannopoulos | 2014-01-26 | 1 | -60/+73 |