Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | several type changes to please clang | Nikos Mavrogiannopoulos | 2012-04-02 | 21 | -50/+44 |
* | updated libtasn1 | Nikos Mavrogiannopoulos | 2012-04-01 | 1 | -66/+79 |
* | removed function that didn't exist | Nikos Mavrogiannopoulos | 2012-04-01 | 1 | -6/+0 |
* | Make sure that GNUTLS_E_PREMATURE_TERMINATION is returned if there is prematu... | Nikos Mavrogiannopoulos | 2012-03-31 | 1 | -3/+5 |
* | corrected types | Nikos Mavrogiannopoulos | 2012-03-24 | 2 | -2/+2 |
* | use correct type in snprintf. | Nikos Mavrogiannopoulos | 2012-03-24 | 1 | -1/+1 |
* | added prototypes for inline functions (some gcc versions couldn't compile wit... | Nikos Mavrogiannopoulos | 2012-03-24 | 1 | -2/+4 |
* | even more cleanups | Nikos Mavrogiannopoulos | 2012-03-24 | 9 | -36/+36 |
* | more cleanups | Nikos Mavrogiannopoulos | 2012-03-24 | 6 | -36/+35 |
* | simplified internal function names. | Nikos Mavrogiannopoulos | 2012-03-24 | 6 | -22/+22 |
* | corrected probing of cryptodev digests. | Nikos Mavrogiannopoulos | 2012-03-22 | 1 | -2/+2 |
* | Do not assume sizeof(unsigned long)==sizeof(void*). | Nikos Mavrogiannopoulos | 2012-03-22 | 1 | -1/+1 |
* | Added doc-skip to skip certain functions from documentation. | Nikos Mavrogiannopoulos | 2012-03-21 | 1 | -2/+2 |
* | remove brackets. | Nikos Mavrogiannopoulos | 2012-03-21 | 1 | -1/+1 |
* | Cleaned up deprecated types and added a deprecation warning on them. | Nikos Mavrogiannopoulos | 2012-03-21 | 1 | -51/+37 |
* | Provide compatibility inline functions for gnutls_session_get_server_random()... | Nikos Mavrogiannopoulos | 2012-03-21 | 1 | -0/+20 |
* | Only call check_phe_partial() if PHE has been detected. | Nikos Mavrogiannopoulos | 2012-03-21 | 1 | -1/+1 |
* | updated openssl code | Nikos Mavrogiannopoulos | 2012-03-19 | 7 | -254/+704 |
* | Remove TLS_RANDOM_SIZE and TLS_MASTER_SIZE compat mappings. | Simon Josefsson | 2012-03-19 | 1 | -4/+0 |
* | Added gnutls_session_get_random() | Nikos Mavrogiannopoulos | 2012-03-19 | 3 | -0/+34 |
* | added missing function | Nikos Mavrogiannopoulos | 2012-03-18 | 1 | -0/+1 |
* | Added gnutls_x509_crt_set_private_key_usage_period() and | Nikos Mavrogiannopoulos | 2012-03-18 | 12 | -86/+457 |
* | changed debugging level for message | Nikos Mavrogiannopoulos | 2012-03-17 | 1 | -1/+2 |
* | corrected ciphersuite number | Nikos Mavrogiannopoulos | 2012-03-17 | 1 | -1/+1 |
* | Added debugging message when encounter an invalid ciphersuite. | Nikos Mavrogiannopoulos | 2012-03-17 | 1 | -2/+4 |
* | corrected the documentation of the verification functions. | Nikos Mavrogiannopoulos | 2012-03-17 | 3 | -11/+10 |
* | Added gnutls_x509_crt_set_authority_info_access. | Nikos Mavrogiannopoulos | 2012-03-16 | 3 | -0/+139 |
* | updated | Nikos Mavrogiannopoulos | 2012-03-16 | 1 | -2/+3 |
* | updated licenses | Nikos Mavrogiannopoulos | 2012-03-16 | 21 | -32/+74 |
* | renamed asm directories. | Nikos Mavrogiannopoulos | 2012-03-16 | 22 | -6/+6 |
* | corrected makefile | Nikos Mavrogiannopoulos | 2012-03-15 | 1 | -23/+23 |
* | Added assembly for macosx | Nikos Mavrogiannopoulos | 2012-03-15 | 8 | -13/+7030 |
* | corrected call to gnutls_error_is_fatal(). | Nikos Mavrogiannopoulos | 2012-03-14 | 1 | -1/+1 |
* | Update minitasn1. | Simon Josefsson | 2012-03-14 | 3 | -76/+38 |
* | updated. | Nikos Mavrogiannopoulos | 2012-03-13 | 1 | -2/+2 |
* | more recent libtasn1 | Nikos Mavrogiannopoulos | 2012-03-13 | 3 | -60/+73 |
* | updated included libtasn1 | Nikos Mavrogiannopoulos | 2012-03-13 | 14 | -258/+355 |
* | Documentation updates | Nikos Mavrogiannopoulos | 2012-03-13 | 1 | -5/+5 |
* | when using cryptodev do not set all the digest function since they are not al... | Nikos Mavrogiannopoulos | 2012-03-07 | 1 | -138/+11 |
* | corrected comments. | Nikos Mavrogiannopoulos | 2012-03-07 | 2 | -6/+3 |
* | reset the siop structure on every loop | Nikos Mavrogiannopoulos | 2012-03-07 | 1 | -4/+6 |
* | Added a real key purpose OID as example | Nikos Mavrogiannopoulos | 2012-03-06 | 1 | -0/+1 |
* | Corrected SRP-RSA in TLS 1.2 | Nikos Mavrogiannopoulos | 2012-03-02 | 1 | -5/+59 |
* | Doc fixes for GTK-DOC. | Simon Josefsson | 2012-03-02 | 3 | -37/+41 |
* | De-inline some dtls functions. | Simon Josefsson | 2012-03-02 | 2 | -23/+29 |
* | Fixes and memory leak elimination in SRP authentication. | Nikos Mavrogiannopoulos | 2012-03-02 | 3 | -41/+73 |
* | Eliminate double free during SRP authentication. | Nikos Mavrogiannopoulos | 2012-03-01 | 1 | -2/+0 |
* | No longer crash on a pkcs11 object without an ID. | Nikos Mavrogiannopoulos | 2012-03-01 | 1 | -0/+6 |
* | artistic changes. | Nikos Mavrogiannopoulos | 2012-02-29 | 3 | -3/+2 |
* | corrected copying of buffers. | Nikos Mavrogiannopoulos | 2012-02-29 | 1 | -2/+2 |