Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnutls_aead_cipher_init: corrected potential memory leak | Nikos Mavrogiannopoulos | 2017-11-29 | 1 | -4/+10 |
* | crypto-api: refuse to run gnutls_cipher_init() in full AEAD modes | Nikos Mavrogiannopoulos | 2017-05-22 | 1 | -1/+1 |
* | deprecated _gnutls_rnd() in favor of exported gnutls_rnd() | Nikos Mavrogiannopoulos | 2016-11-04 | 1 | -1/+1 |
* | several spacing fixes to keep syntax-check happy | Nikos Mavrogiannopoulos | 2016-09-11 | 1 | -5/+5 |
* | gnutls_key_generate: fail if the state of the library is invalid | Nikos Mavrogiannopoulos | 2016-08-10 | 1 | -1/+4 |
* | gnutls_aead_cipher_decrypt: corrected the return value of ptext_len | Nikos Mavrogiannopoulos | 2016-07-01 | 1 | -1/+1 |
* | several sign-related API changes | Nikos Mavrogiannopoulos | 2016-05-31 | 1 | -2/+2 |
* | gnutls_aead_cipher_decrypt: removed misleading text | Nikos Mavrogiannopoulos | 2016-01-08 | 1 | -2/+1 |
* | crypto-api: doc update | Nikos Mavrogiannopoulos | 2015-11-11 | 1 | -2/+6 |
* | Removed the 'gnutls_' prefix from files to simplify file naming | Nikos Mavrogiannopoulos | 2015-08-23 | 1 | -4/+4 |
* | doc updates | Nikos Mavrogiannopoulos | 2015-04-04 | 1 | -1/+1 |
* | doc update: replace cryptographic algorithm by encryption algorithm | Nikos Mavrogiannopoulos | 2015-03-28 | 1 | -1/+1 |
* | doc: be consistent in the function descriptions | Jiří Klimeš | 2015-03-28 | 1 | -41/+41 |
* | doc: correct the description of crypto API functions | Jiří Klimeš | 2015-03-28 | 1 | -5/+5 |
* | doc: avoid using structure for opaque types | Nikos Mavrogiannopoulos | 2015-03-20 | 1 | -22/+22 |
* | API doc update | Nikos Mavrogiannopoulos | 2014-12-03 | 1 | -2/+2 |
* | Modified crypto backend to accomodate for the CCM ciphersuites | Nikos Mavrogiannopoulos | 2014-12-03 | 1 | -100/+44 |
* | Added gnutls_memcmp() and exported it. | Nikos Mavrogiannopoulos | 2014-11-11 | 1 | -1/+1 |
* | Made AEAD type an alternative to stream and block | Nikos Mavrogiannopoulos | 2014-11-03 | 1 | -6/+6 |
* | better documented the new API | Nikos Mavrogiannopoulos | 2014-10-26 | 1 | -8/+19 |
* | harmonise variable names | Nikos Mavrogiannopoulos | 2014-10-26 | 1 | -86/+86 |
* | doc update | Nikos Mavrogiannopoulos | 2014-10-25 | 1 | -1/+3 |
* | Added a new simple to use AEAD API | Nikos Mavrogiannopoulos | 2014-10-25 | 1 | -4/+221 |
* | stricter type usage | Nikos Mavrogiannopoulos | 2014-03-08 | 1 | -2/+2 |
* | use a single context for all stream ciphers. | Nikos Mavrogiannopoulos | 2014-01-20 | 1 | -9/+12 |
* | FIPS140 mode is detected on run-time. | Nikos Mavrogiannopoulos | 2013-12-09 | 1 | -3/+4 |
* | removed zombie mode, and no longer use fips140.h | Nikos Mavrogiannopoulos | 2013-12-04 | 1 | -4/+6 |
* | corrected macros | Nikos Mavrogiannopoulos | 2013-12-04 | 1 | -4/+4 |
* | corrected comparison | Nikos Mavrogiannopoulos | 2013-11-27 | 1 | -1/+1 |
* | Allow MD5 hash in zombie mode | Nikos Mavrogiannopoulos | 2013-11-27 | 1 | -2/+5 |
* | Better handling of FIPS140-2 initialization | Nikos Mavrogiannopoulos | 2013-11-27 | 1 | -2/+5 |
* | gnutls_key_generate() is restricted by the size of the initial RNG seed in FI... | Nikos Mavrogiannopoulos | 2013-11-27 | 1 | -0/+9 |
* | Do not allow MD5 in the high level crypto-api in FIPS mode. | Nikos Mavrogiannopoulos | 2013-11-27 | 1 | -0/+12 |
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -153/+153 |
* | doc update | Nikos Mavrogiannopoulos | 2013-07-01 | 1 | -0/+6 |
* | simplified access to cipher and mac properties to reduce wasted cycles. | Nikos Mavrogiannopoulos | 2013-05-25 | 1 | -13/+15 |
* | updated documentation | Nikos Mavrogiannopoulos | 2013-04-27 | 1 | -2/+4 |
* | Added gnutls_mac_get_nonce_size() | Nikos Mavrogiannopoulos | 2013-03-23 | 1 | -1/+1 |
* | The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-... | Nikos Mavrogiannopoulos | 2013-03-19 | 1 | -7/+26 |
* | Use LGPLv2.1 in the files their author's agreed to. | Nikos Mavrogiannopoulos | 2013-02-01 | 1 | -1/+1 |
* | Fix AEAD out-of-place decryption | Nikos Mavrogiannopoulos | 2013-01-27 | 1 | -1/+5 |
* | Fix the parameter name to gnutls_key_generate | Martin Storsjo | 2012-12-21 | 1 | -1/+1 |
* | several type changes to please clang | Nikos Mavrogiannopoulos | 2012-04-02 | 1 | -1/+1 |
* | Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than... | Nikos Mavrogiannopoulos | 2012-02-18 | 1 | -4/+4 |
* | Cleanup copyright headers. | Simon Josefsson | 2012-01-25 | 1 | -2/+1 |
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 1 | -2/+2 |
* | Optimizations in DH parameter generation. | Nikos Mavrogiannopoulos | 2011-12-12 | 1 | -1/+1 |
* | Added encryption flag to simplify and optimize key expansion. | Nikos Mavrogiannopoulos | 2011-09-07 | 1 | -13/+51 |
* | Clarify license and copyright. | Simon Josefsson | 2011-08-03 | 1 | -1/+1 |
* | More GTK-DOC improvements. | Simon Josefsson | 2011-08-03 | 1 | -2/+2 |