summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Corrected SRP-RSA in TLS 1.2Nikos Mavrogiannopoulos2012-03-021-5/+59
* Doc fixes for GTK-DOC.Simon Josefsson2012-03-023-37/+41
* De-inline some dtls functions.Simon Josefsson2012-03-022-23/+29
* Fixes and memory leak elimination in SRP authentication.Nikos Mavrogiannopoulos2012-03-023-41/+73
* Eliminate double free during SRP authentication.Nikos Mavrogiannopoulos2012-03-011-2/+0
* No longer crash on a pkcs11 object without an ID.Nikos Mavrogiannopoulos2012-03-011-0/+6
* artistic changes.Nikos Mavrogiannopoulos2012-02-293-3/+2
* corrected copying of buffers.Nikos Mavrogiannopoulos2012-02-291-2/+2
* changes in packet parsing.Nikos Mavrogiannopoulos2012-02-281-8/+6
* Updated documentation on gnutls_prf()Nikos Mavrogiannopoulos2012-02-271-4/+4
* Updated cryptodev code.Nikos Mavrogiannopoulos2012-02-261-17/+23
* removed debuggingNikos Mavrogiannopoulos2012-02-261-1/+0
* simplified gcm registration in cryptodev.Nikos Mavrogiannopoulos2012-02-262-8/+4
* If a client hello is received immediately after a completed handshake delete ...Nikos Mavrogiannopoulos2012-02-261-5/+14
* When rehandshake is requested by server force the cleanup of the previous han...Nikos Mavrogiannopoulos2012-02-262-1/+3
* Corrected session resumption for DTLSNikos Mavrogiannopoulos2012-02-261-12/+12
* fixes in DTLS rehandshake and epoch cleanup.Nikos Mavrogiannopoulos2012-02-266-26/+57
* Link to correct libraries.Nikos Mavrogiannopoulos2012-02-251-1/+1
* make sure that the microseconds field does not overflowNikos Mavrogiannopoulos2012-02-251-0/+6
* compilation fixes.Nikos Mavrogiannopoulos2012-02-233-12/+21
* Added GCM mode using cryptodev. This is mostly a hack due to how GCM mode is ...Nikos Mavrogiannopoulos2012-02-237-39/+349
* free allocated module name. Reported by Sam Varshavchik.Nikos Mavrogiannopoulos2012-02-231-1/+2
* updated documentationNikos Mavrogiannopoulos2012-02-211-7/+7
* added newline at end of file.Nikos Mavrogiannopoulos2012-02-211-1/+0
* check errno in pull_timeout_func.Nikos Mavrogiannopoulos2012-02-211-2/+10
* updates for cryptodev. Require the COP_FLAG_RESET.Nikos Mavrogiannopoulos2012-02-211-66/+54
* Always deinitialize.Nikos Mavrogiannopoulos2012-02-211-4/+11
* check _gnutls_auth_cipher_add_auth for error codes.Nikos Mavrogiannopoulos2012-02-211-4/+13
* added resetNikos Mavrogiannopoulos2012-02-201-1/+20
* hash copy no longer needed.Nikos Mavrogiannopoulos2012-02-205-69/+0
* initialize memory for siopNikos Mavrogiannopoulos2012-02-201-0/+4
* simplified the _datum functions.Nikos Mavrogiannopoulos2012-02-204-29/+22
* properly deinitialize cryptodev resources, and only register ciphers if they ...Nikos Mavrogiannopoulos2012-02-201-7/+49
* fixes in cryptodev support. Added support for digest algorithms.Nikos Mavrogiannopoulos2012-02-201-4/+11
* fixes in cryptodev support. Added support for digest algorithms.Nikos Mavrogiannopoulos2012-02-201-9/+116
* Deinitialize the correct number of certificates. Reported by Remi Gacogne.Nikos Mavrogiannopoulos2012-02-192-4/+6
* update in cryptodevNikos Mavrogiannopoulos2012-02-191-9/+11
* register the .fast function for cryptodevNikos Mavrogiannopoulos2012-02-191-0/+35
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-1822-65/+65
* return the documented error codeNikos Mavrogiannopoulos2012-02-181-1/+1
* Set the handshake type when calling record_add_to_buffers().Nikos Mavrogiannopoulos2012-02-181-2/+5
* properly report unexpected EOF.Nikos Mavrogiannopoulos2012-02-183-10/+6
* Do not update twice the DTLS retransmission timer on finished messages. Repor...Nikos Mavrogiannopoulos2012-02-181-1/+0
* Cleanups in DTLS timers usage.Nikos Mavrogiannopoulos2012-02-181-23/+23
* corrected memory leakNikos Mavrogiannopoulos2012-02-181-1/+1
* The public key storage backend was made extendable.Nikos Mavrogiannopoulos2012-02-183-25/+138
* Added gnutls_dtls_get_timeout()Nikos Mavrogiannopoulos2012-02-173-1/+32
* Modified the trust_db API to avoid dependendance on a structure.Nikos Mavrogiannopoulos2012-02-162-44/+32
* Prevent any handshake packet except client hello to trigger a rehandshake err...Nikos Mavrogiannopoulos2012-02-161-2/+4
* make the default storage backend thread safe.Nikos Mavrogiannopoulos2012-02-152-4/+23