summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* aarch64: added optimized AES-CCM modeNikos Mavrogiannopoulos2016-10-034-2/+171
* Imported Andy Polyakov's implementation of AES-GCM in aarch64Nikos Mavrogiannopoulos2016-10-034-67/+459
* Imported Andy Polyakov's implementation of AES in aarch64Nikos Mavrogiannopoulos2016-10-036-2/+1166
* Added HMAC-SHA* optimizations for aarch64Nikos Mavrogiannopoulos2016-10-034-1/+332
* Imported Andy Polyakov's implementations for SHA* in aarch64Nikos Mavrogiannopoulos2016-10-0311-2/+4187
* fix zero-termination in _gnutls_server_name_set_raw() for large server namesNikos Mavrogiannopoulos2016-10-032-4/+7
* _gnutls_check_id_for_change: added check for NULL usernameNikos Mavrogiannopoulos2016-10-031-1/+4
* gnutls_*_crt_print: better error checkingNikos Mavrogiannopoulos2016-10-032-2/+10
* pkcs11: improved debugging output in pkcs11_loginNikos Mavrogiannopoulos2016-10-031-1/+1
* name constraints: removed unused variableNikos Mavrogiannopoulos2016-10-031-2/+0
* Removed C99 constructions in for-loopsNikos Mavrogiannopoulos2016-09-273-5/+13
* pkcs11: forbid PKCS#11 extensions to be used in other than trust modulesNikos Mavrogiannopoulos2016-09-274-30/+50
* pkcs11: introduced flag GNUTLS_PKCS11_OBJ_FLAG_MARK_DISTRUSTEDNikos Mavrogiannopoulos2016-09-263-2/+30
* pkcs11: only staple extensions from a trust module when they are from a non-d...Nikos Mavrogiannopoulos2016-09-262-5/+14
* gnutls_oid_to_ecc_curve: fix null pointer dereferenceNikos Mavrogiannopoulos2016-09-261-1/+1
* Only send the status request extension on cert authenticationNikos Mavrogiannopoulos2016-09-231-0/+5
* doc: gnutls_priority_init: fixed %COMPAT [ci skip]Nikos Mavrogiannopoulos2016-09-221-2/+2
* On client side allow signing with the signature algorithm of our certNikos Mavrogiannopoulos2016-09-223-6/+12
* _gnutls_session_get_sign_algo: always return GNUTLS_SIGN_UNKNOWN on failureNikos Mavrogiannopoulos2016-09-221-1/+1
* added debugging message when session fails due to handshake hash bufferNikos Mavrogiannopoulos2016-09-191-2/+4
* Do not allow sending overflowed extensions fieldNikos Mavrogiannopoulos2016-09-191-0/+3
* Increased the maximum size allowed for handshake messages to 128kbNikos Mavrogiannopoulos2016-09-192-2/+5
* Introduced separate error codes for invalid private and public keysNikos Mavrogiannopoulos2016-09-173-16/+16
* gnutls_certificate_set_ocsp_status_request_file: mention version it was enhancedNikos Mavrogiannopoulos2016-09-131-0/+3
* openssl asm: reverted to AESNI-x86 code to gnutls 3.4.x codeNikos Mavrogiannopoulos2016-09-133-2193/+1283
* Added IDNA support in server sideNikos Mavrogiannopoulos2016-09-121-4/+24
* gnutls_certificate_set_*key: ensure proper cleanup on key mismatch failuresNikos Mavrogiannopoulos2016-09-121-2/+11
* Added gnutls_certificate_set_ocsp_status_request_function2Nikos Mavrogiannopoulos2016-09-128-77/+156
* All the key and chain set functions return an indexNikos Mavrogiannopoulos2016-09-122-20/+29
* doc: clarifications in gnutls_certificate_set_ocsp_status_request_function()Nikos Mavrogiannopoulos2016-09-121-4/+3
* Typo fixes found by lintian.Andreas Metzler2016-09-121-1/+1
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-1196-1381/+1546
* avoid the usage of strncpyNikos Mavrogiannopoulos2016-09-111-1/+1
* gnutls_x509_cidr_to_rfc5280: removed double semi-colonNikos Mavrogiannopoulos2016-09-111-1/+1
* removed c-ctype.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-119-9/+0
* removed assert.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-113-3/+0
* inet_ntop4: casted signed/unsigned comparisonminor-cleanupsNikos Mavrogiannopoulos2016-09-101-1/+1
* system.h: undefine macros before defining themNikos Mavrogiannopoulos2016-09-101-0/+3
* _gnutls_fbase64_decode: use memsub macro instead of castsNikos Mavrogiannopoulos2016-09-101-3/+3
* doc updateNikos Mavrogiannopoulos2016-09-071-2/+2
* _gnutls_ucs2_to_utf8: corrected use of WideCharToMultiByte in windowsNikos Mavrogiannopoulos2016-09-071-2/+3
* libgnutls.map: export _gnutls_utf8_to_ucs2 and _gnutls_ucs2_to_utf8 for testingNikos Mavrogiannopoulos2016-09-061-0/+3
* pkcs12: enhanced to allow encrypting using UCS2 passwordsNikos Mavrogiannopoulos2016-09-061-40/+42
* _gnutls_ucs2_to_utf8: fixed null termination check in windows codeNikos Mavrogiannopoulos2016-09-061-1/+1
* Added _gnutls_utf8_to_ucs2()Nikos Mavrogiannopoulos2016-09-062-1/+153
* pkcs7 encryption: corrected memory leaksNikos Mavrogiannopoulos2016-09-061-2/+2
* x509: Adjust IP name constraints behaviorMartin Ukrop2016-09-061-40/+18
* minitasn1: updated to latest git versionNikos Mavrogiannopoulos2016-09-052-8/+8
* _gnutls_encode_ber_rs_raw: simplifiedNikos Mavrogiannopoulos2016-09-051-15/+10
* Introduced helper function _gnutls_decode_ber_rs_raw()Nikos Mavrogiannopoulos2016-09-053-0/+49