summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* several type changes to please clangNikos Mavrogiannopoulos2012-04-0221-50/+44
* updated libtasn1Nikos Mavrogiannopoulos2012-04-011-66/+79
* removed function that didn't existNikos Mavrogiannopoulos2012-04-011-6/+0
* Make sure that GNUTLS_E_PREMATURE_TERMINATION is returned if there is prematu...Nikos Mavrogiannopoulos2012-03-311-3/+5
* corrected typesNikos Mavrogiannopoulos2012-03-242-2/+2
* use correct type in snprintf.Nikos Mavrogiannopoulos2012-03-241-1/+1
* added prototypes for inline functions (some gcc versions couldn't compile wit...Nikos Mavrogiannopoulos2012-03-241-2/+4
* even more cleanupsNikos Mavrogiannopoulos2012-03-249-36/+36
* more cleanupsNikos Mavrogiannopoulos2012-03-246-36/+35
* simplified internal function names.Nikos Mavrogiannopoulos2012-03-246-22/+22
* corrected probing of cryptodev digests.Nikos Mavrogiannopoulos2012-03-221-2/+2
* Do not assume sizeof(unsigned long)==sizeof(void*).Nikos Mavrogiannopoulos2012-03-221-1/+1
* Added doc-skip to skip certain functions from documentation.Nikos Mavrogiannopoulos2012-03-211-2/+2
* remove brackets.Nikos Mavrogiannopoulos2012-03-211-1/+1
* Cleaned up deprecated types and added a deprecation warning on them.Nikos Mavrogiannopoulos2012-03-211-51/+37
* Provide compatibility inline functions for gnutls_session_get_server_random()...Nikos Mavrogiannopoulos2012-03-211-0/+20
* Only call check_phe_partial() if PHE has been detected.Nikos Mavrogiannopoulos2012-03-211-1/+1
* updated openssl codeNikos Mavrogiannopoulos2012-03-197-254/+704
* Remove TLS_RANDOM_SIZE and TLS_MASTER_SIZE compat mappings.Simon Josefsson2012-03-191-4/+0
* Added gnutls_session_get_random()Nikos Mavrogiannopoulos2012-03-193-0/+34
* added missing functionNikos Mavrogiannopoulos2012-03-181-0/+1
* Added gnutls_x509_crt_set_private_key_usage_period() andNikos Mavrogiannopoulos2012-03-1812-86/+457
* changed debugging level for messageNikos Mavrogiannopoulos2012-03-171-1/+2
* corrected ciphersuite numberNikos Mavrogiannopoulos2012-03-171-1/+1
* Added debugging message when encounter an invalid ciphersuite.Nikos Mavrogiannopoulos2012-03-171-2/+4
* corrected the documentation of the verification functions.Nikos Mavrogiannopoulos2012-03-173-11/+10
* 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