summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* gnutls_pkcs11_privkey_init: document limitation on created objectNikos Mavrogiannopoulos2017-03-142-3/+18
* pkcs11: re-open privkey session handle on CKR_SESSION_HANDLE_INVALIDNikos Mavrogiannopoulos2017-03-141-3/+11
* pkcs11: re-open private key session inside a locked sectionNikos Mavrogiannopoulos2017-03-143-34/+67
* pkcs11: introduced locks to PKCS#11 private key structureNikos Mavrogiannopoulos2017-03-141-0/+24
* Do not attempt to parse a 32-bit integer if a packet is not 4 bytes.Alex Gaynor2017-03-121-1/+1
* Do not attempt to parse a 32-bit integer if a packet is not 4 bytes.Alex Gaynor2017-03-091-1/+1
* _gnutls_set_strdatum: always return an allocated string on successNikos Mavrogiannopoulos2017-03-051-2/+4
* Enforce the max packet length for OpenPGP subpackets as wellAlex Gaynor2017-03-051-2/+7
* crypto-self-tests: modified exported functions to work under fips140-2 modeNikos Mavrogiannopoulos2017-03-021-4/+18
* _gnutls_pk_params_copy: copy the provable algorithm usedNikos Mavrogiannopoulos2017-03-021-0/+1
* gnutls_session_ticket_key_generate: fixed operation under FIPS140-2 modeNikos Mavrogiannopoulos2017-03-011-1/+21
* opencdk: do not parse any secret keys in packet when reading a certificateNikos Mavrogiannopoulos2017-03-018-17/+28
* x509/output: Cleanup in IDNA name printingNikos Mavrogiannopoulos2017-02-281-34/+34
* gnutls_ocsp_resp_verify_direct, gnutls_ocsp_resp_verify: defined flags argumentNikos Mavrogiannopoulos2017-02-241-5/+5
* is_level_acceptable: no longer checks for broken algorithmsNikos Mavrogiannopoulos2017-02-241-1/+1