summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Tolerate DER time encoding errorsNikos Mavrogiannopoulos2017-06-051-1/+6
* GNUTLS_E_INSUFFICIENT_SECURITY: moved to fatal errorsNikos Mavrogiannopoulos2017-05-311-2/+3
* libtasn1: updated to 4.11Nikos Mavrogiannopoulos2017-05-275-22/+55
* gnutls_ocsp_status_request_enable_client: documented requirements for parametersNikos Mavrogiannopoulos2017-05-241-3/+9
* ext/status_request: Removed the parsing of responder IDs from client extensionNikos Mavrogiannopoulos2017-05-241-52/+16
* ext/status_request: ensure response IDs are properly deinitializedNikos Mavrogiannopoulos2017-05-241-6/+11
* self-tests: limit compatibility API checks to vectors with plaintextNikos Mavrogiannopoulos2017-05-231-3/+1
* self-tests: introduced flag GNUTLS_SELF_TEST_FLAG_NO_COMPATNikos Mavrogiannopoulos2017-05-232-8/+12
* self-tests: all parameter was replaced by flagsNikos Mavrogiannopoulos2017-05-233-24/+25
* aarch64: fix AES-GCM in-place encryption and decryptionNikos Mavrogiannopoulos2017-05-231-0/+24
* crypto: self-tests: enhance to include compatibility APIsNikos Mavrogiannopoulos2017-05-231-11/+221
* crypto-api: refuse to run gnutls_cipher_init() in full AEAD modesNikos Mavrogiannopoulos2017-05-223-2/+7
* doc: corrected error in gnutls_x509_privkey_sign_data parameters [ci skip]Nikos Mavrogiannopoulos2017-05-221-1/+1
* find_signer: eliminate memory leakNikos Mavrogiannopoulos2017-05-161-1/+4
* doc: corrected typo [ci skip]Nikos Mavrogiannopoulos2017-05-111-1/+1
* pkcs11_override_cert_exts: do not use CKA_X_DISTRUSTED flag when retrievingNikos Mavrogiannopoulos2017-05-101-7/+2
* gnutls.h: introduced flag GNUTLS_EXT_FLAG_OVERRIDE_INTERNAL [ci skip]Nikos Mavrogiannopoulos2017-05-082-7/+23
* errors.h: _gnutls_cert_log will only print on non-null certificatesNikos Mavrogiannopoulos2017-05-081-1/+1
* rsa-psk: Use the correct username datumNicolas Dufresne2017-05-061-2/+2
* gnutls_x509_crt_check_hostname2: no match dns fields against IPsNikos Mavrogiannopoulos2017-04-301-9/+11
* gnutls_idna_map: fallback to IDNA2008 transitional encoding on failureNikos Mavrogiannopoulos2017-04-301-1/+7
* doc: clarifications on custom thread override [ci skip]Nikos Mavrogiannopoulos2017-04-201-0/+4
* lib/system/fastopen: Add TCP Fast Open for OSXTim Rühsen2017-04-141-5/+27
* doc: removed incorrect commentNikos Mavrogiannopoulos2017-04-081-2/+0
* gnutls_dh_get_pubkey: fixed operation under PSK authenticationNikos Mavrogiannopoulos2017-04-081-1/+1
* doc updateNikos Mavrogiannopoulos2017-04-082-2/+3
* doc: fixed documentation for various function parameters [ci skip]Nikos Mavrogiannopoulos2017-04-075-9/+8
* x509/output: do not print usage entry when there is noneNikos Mavrogiannopoulos2017-04-071-2/+4
* gnutls_pem_base64_encode2: do raw base64 when msg is NULLNikos Mavrogiannopoulos2017-04-071-19/+25
* Added openpgp stub fileNikos Mavrogiannopoulos2017-04-072-1/+703
* gnutls_x509_trust_list_add_system_trust: Add macOS keychain supportDavid Caldwell2017-04-062-0/+76
* Rename uint64 to gnutls_uint64 to avoid conflict with macOSDavid Caldwell2017-04-0610-20/+20
* is_level_acceptable: ensure issuer is not dereferenced when nullNikos Mavrogiannopoulos2017-04-051-4/+6
* Avoid using ASN1_MAX_NAME_SIZE directlyNikos Mavrogiannopoulos2017-04-0511-52/+53
* gnutls_x509_crq_set_challenge_password: don't accept null passwordNikos Mavrogiannopoulos2017-04-051-1/+1
* Mark with (void) the functions where the returned value is not checked intent...Nikos Mavrogiannopoulos2017-04-056-22/+32
* removed duplicate codeNikos Mavrogiannopoulos2017-04-051-3/+0
* handshake/record: mark with comments all expected fall-through switchesNikos Mavrogiannopoulos2017-04-052-34/+41
* gnutlsxx.cpp: fixed misleading indentation issuesNikos Mavrogiannopoulos2017-04-051-5/+6
* doc: document intended fallthroughNikos Mavrogiannopoulos2017-04-051-0/+1
* gnutls_transport_set_pull_timeout_function: doc update [ci skip]Nikos Mavrogiannopoulos2017-04-041-5/+9
* gnutls_pkcs8_info: do not free oid on GNUTLS_E_UNKNOWN_CIPHER_TYPENikos Mavrogiannopoulos2017-03-311-1/+5
* gnutls.pc: Removed P11_KIT_LIBS from Libs.privateNikos Mavrogiannopoulos2017-03-251-1/+1
* gnutls.pc: don't include zlib twice in private libsNikos Mavrogiannopoulos2017-03-231-1/+1
* _gnutls_check_key_cert_match: allow broken sigsNikos Mavrogiannopoulos2017-03-221-1/+1
* Use a common function to decide acceptable signaturesNikos Mavrogiannopoulos2017-03-223-7/+6
* check_ocsp_response: utilize the same flags as in certificate verificationNikos Mavrogiannopoulos2017-03-221-5/+8
* gnutls.pc: don't pass the libtool vars to Libs.privateNikos Mavrogiannopoulos2017-03-211-1/+1
* handshake: reset cert request state on handshake initNikos Mavrogiannopoulos2017-03-215-16/+14
* Avoid deprecation warnings when including gnutls/abstract.hMartin Storsjo2017-03-181-1/+1