summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* session tickets: avoid GCM for session tickets and rely on CBC and HMACNikos Mavrogiannopoulos2016-03-232-41/+92
* Broke apart _gnutls_recv_int() to the packet and non-packet cases.Jaak Ristioja2016-03-214-48/+64
* alpn: ALPN state is per-connection, it should not be saved with session dataYuriy M. Kaminskiy2016-03-181-48/+2
* x86-common: CPUID override will only work if CPU has already the capability p...Nikos Mavrogiannopoulos2016-03-171-10/+56
* Introduced GNUTLS_E_ASN1_EMBEDDED_NULL_IN_STRINGNikos Mavrogiannopoulos2016-03-163-2/+5
* gnutls_server_name_set: accept non-null terminated hostnamesNikos Mavrogiannopoulos2016-03-161-1/+22
* doc: updated text for gnutls_ocsp_status_request_is_checked()Nikos Mavrogiannopoulos2016-03-141-8/+14
* doc update: gnutls_handshake_set_false_start_function() [ci skip]Nikos Mavrogiannopoulos2016-03-131-1/+2
* gnutls_system_recv_timeout: restore poll on EINTRNikos Mavrogiannopoulos2016-03-071-1/+3
* doc: corrected typo [ci skip]Nikos Mavrogiannopoulos2016-03-071-1/+1
* gnutls_ocsp_status_request_is_checked: document the version the flag was intr...Nikos Mavrogiannopoulos2016-03-071-1/+1
* corrected typo in comment [ci skip]Nikos Mavrogiannopoulos2016-03-041-1/+1
* Disable weak symbols for _gnutls_global_init_skip() under windowsNikos Mavrogiannopoulos2016-03-011-1/+9
* timespec_sub_ms: fixed operation in 32-bit systemsNikos Mavrogiannopoulos2016-02-291-2/+9
* pkcs11: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-292-2/+3
* cipher.c: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+2
* ecc: optimized extension parsingNikos Mavrogiannopoulos2016-02-291-1/+8
* opencdk: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+1
* gnutls.h: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+1
* x509: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-292-1/+14
* x509: cleanup in privkey.cNikos Mavrogiannopoulos2016-02-291-10/+8
* Added gnutls_handshake_set_false_start_function()Nikos Mavrogiannopoulos2016-02-278-35/+153
* gnutls_x509_privkey_import: add missing algorithm setting for DSA keysJan Vcelak2016-02-261-0/+1
* pkcs11: implement correct DSA key pair generatingJan Vcelak2016-02-261-4/+59
* pkcs11: add interface for C_GenerateKeyJan Vcelak2016-02-262-0/+19
* better match with unknown_tls_aidNikos Mavrogiannopoulos2016-02-261-2/+3
* x509: moved time-specific functions to time.cNikos Mavrogiannopoulos2016-02-263-407/+443
* Added gnutls_session_get_master_secretNikos Mavrogiannopoulos2016-02-243-0/+22
* Added gnutls_session_get_flags()Nikos Mavrogiannopoulos2016-02-223-1/+54
* Improved documentation in _gnutls_sort_clistNikos Mavrogiannopoulos2016-02-181-3/+11
* gnutls_x509_crt_list_import: corrected memory leakNikos Mavrogiannopoulos2016-02-181-23/+27
* _gnutls_sort_clist: fixed issues when used with func optionNikos Mavrogiannopoulos2016-02-181-6/+17
* ext master secret: ensure we disable ext master secret if requestedNikos Mavrogiannopoulos2016-02-181-0/+1
* bumped the version of max algorithm num to account for new signing algorithmsNikos Mavrogiannopoulos2016-02-181-1/+1
* Ensure that session resumption does not occur when ext master secret status c...Nikos Mavrogiannopoulos2016-02-164-64/+61
* Added NIST's OIDs for SHA3 signature algorithmsNikos Mavrogiannopoulos2016-02-153-2/+69
* Removed the invariant htype parameter of _gnutls_recv_int()Jaak Ristioja2016-02-154-11/+7
* provable RSA key generation: adjust the seed size based on N sizeNikos Mavrogiannopoulos2016-02-141-5/+8
* provable RSA key generation: allow non-2048 and non-3072 keysNikos Mavrogiannopoulos2016-02-141-2/+5
* DH/DSA: allow the generation of larger than 15360 bit parametersNikos Mavrogiannopoulos2016-02-131-3/+2
* nettle: use the correct type for hash and MAC functionsNikos Mavrogiannopoulos2016-02-126-53/+53
* provable prime generation: arbitrary seed lengths are accepted in non-FIPS modeNikos Mavrogiannopoulos2016-02-122-16/+26
* Added gnutls_dh_params_import_dsa() which allows to import DSA parameters int...Nikos Mavrogiannopoulos2016-02-113-0/+43
* Fix memory leak in gnutls_certificate_set_ocsp_status_request_file()Attila Molnar2016-02-101-0/+1
* doc: Update description of credential alloc/dealloc functionsAttila Molnar2016-02-104-28/+14
* ALPN: added the GNUTLS_ALPN_SERVER_PRECEDENCE flagNikos Mavrogiannopoulos2016-02-102-11/+42
* doc: Fix some typosAttila Molnar2016-02-063-3/+3
* Fix some more typos.Andreas Metzler2016-02-015-9/+9
* Revert "Fix out-of-bounds read in gnutls_x509_ext_export_key_usage"Nikos Mavrogiannopoulos2016-01-301-1/+3
* Replaced select() system call with poll() on POSIX systemsNikos Mavrogiannopoulos2016-01-281-5/+20