summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added gnutls_x509_crt_set_authority_info_access.Nikos Mavrogiannopoulos2012-03-163-0/+139
* updatedNikos Mavrogiannopoulos2012-03-161-2/+3
* updated licensesNikos Mavrogiannopoulos2012-03-1621-32/+74
* renamed asm directories.Nikos Mavrogiannopoulos2012-03-1622-6/+6
* corrected makefileNikos Mavrogiannopoulos2012-03-151-23/+23
* Added assembly for macosxNikos Mavrogiannopoulos2012-03-158-13/+7030
* corrected call to gnutls_error_is_fatal().Nikos Mavrogiannopoulos2012-03-141-1/+1
* Update minitasn1.Simon Josefsson2012-03-143-76/+38
* updated.Nikos Mavrogiannopoulos2012-03-131-2/+2
* more recent libtasn1Nikos Mavrogiannopoulos2012-03-133-60/+73
* updated included libtasn1Nikos Mavrogiannopoulos2012-03-1314-258/+355
* Documentation updatesNikos Mavrogiannopoulos2012-03-131-5/+5
* when using cryptodev do not set all the digest function since they are not al...Nikos Mavrogiannopoulos2012-03-071-138/+11
* corrected comments.Nikos Mavrogiannopoulos2012-03-072-6/+3
* reset the siop structure on every loopNikos Mavrogiannopoulos2012-03-071-4/+6
* Added a real key purpose OID as exampleNikos Mavrogiannopoulos2012-03-061-0/+1
* 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