summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* x509/time: reject invalid dates in local mktime()Nikos Mavrogiannopoulos2017-04-071-0/+4
* gnutls_pem_base64_decode: allow decoding raw base64 dataNikos Mavrogiannopoulos2017-04-071-1/+16
* 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-072-20/+31
* is_level_acceptable: ensure issuer is not dereferenced when nullNikos Mavrogiannopoulos2017-04-061-4/+6
* Avoid using ASN1_MAX_NAME_SIZE directlyNikos Mavrogiannopoulos2017-04-0611-52/+53
* gnutls_x509_crq_set_challenge_password: don't accept null passwordNikos Mavrogiannopoulos2017-04-061-1/+1
* Mark with (void) the functions where the returned value is not checked intent...Nikos Mavrogiannopoulos2017-04-066-22/+32
* removed duplicate codeNikos Mavrogiannopoulos2017-04-061-3/+0
* handshake/record: mark with comments all expected fall-through switchesNikos Mavrogiannopoulos2017-04-062-34/+41
* gnutlsxx.cpp: fixed misleading indentation issuesNikos Mavrogiannopoulos2017-04-061-5/+6
* doc: document intended fallthroughNikos Mavrogiannopoulos2017-04-061-0/+1
* x509.h: added macro for inhibit any policyNikos Mavrogiannopoulos2017-04-061-0/+1
* supported_exts: inhibit anypolicy is listed as supportedNikos Mavrogiannopoulos2017-04-061-2/+6
* x509: output the inhibit anyPolicy valueNikos Mavrogiannopoulos2017-04-061-0/+17
* documented the GNUTLS_X509_OID_POLICY_ANY macroNikos Mavrogiannopoulos2017-04-061-0/+2
* x509: added function to set and retrieve inhibit anypolicy extension valueNikos Mavrogiannopoulos2017-04-064-1/+105
* _gnutls_x509_write_uint32: ensure we prepend leading zero when writingNikos Mavrogiannopoulos2017-04-061-3/+9
* Added helper functions to parse the inhibit anyPolicy X.509 extensionNikos Mavrogiannopoulos2017-04-066-3/+126
* 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
* mpi: openpgp integer scanning was put into conditionalNikos Mavrogiannopoulos2017-04-053-3/+15
* Moved all openpgp-related variables and definitions into ifdef blocksNikos Mavrogiannopoulos2017-04-052-7/+9
* pkcs12: increased the maximum salt sizeNikos Mavrogiannopoulos2017-04-041-1/+2
* _gnutls_pkcs12_string_to_key: allow SHA384 and SHA512Nikos Mavrogiannopoulos2017-04-041-28/+38
* PKCS#12: added support for files with zero salt length in MACNikos Mavrogiannopoulos2017-04-042-21/+19
* gnutls_pkcs8_info: return the encryption algorithm OID on failureNikos Mavrogiannopoulos2017-04-043-6/+13
* gnutls_transport_set_pull_timeout_function: doc update [ci skip]Nikos Mavrogiannopoulos2017-04-041-5/+9
* gnutls_priority_get_cipher_suite_index: fixed returned protocolsNikos Mavrogiannopoulos2017-04-011-5/+23
* gnutls_cipher_get_tag_size: document behavior on non-AEAD ciphersNikos Mavrogiannopoulos2017-03-311-0/+3
* gnutls_pkcs8_info: do not free oid on GNUTLS_E_UNKNOWN_CIPHER_TYPENikos Mavrogiannopoulos2017-03-311-1/+5
* cert: ensure that there are no leftovers in certificate msgNikos Mavrogiannopoulos2017-03-281-1/+6
* alert: return GNUTLS_A_BAD_CERTIFICATE on GNUTLS_E_PK_SIG_VERIFY_FAILEDNikos Mavrogiannopoulos2017-03-281-0/+1
* doc updateNikos Mavrogiannopoulos2017-03-271-1/+2
* 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-241-1/+1
* doc updateNikos Mavrogiannopoulos2017-03-231-4/+7
* Introduced GNUTLS_DT_IP_ADDRESSNikos Mavrogiannopoulos2017-03-232-7/+38
* gnutls_x509_crt_check_hostname2: do not fallback to CN unconditionallyNikos Mavrogiannopoulos2017-03-231-1/+12
* Introduced verification flag GNUTLS_VERIFY_DO_NOT_ALLOW_IP_MATCHESNikos Mavrogiannopoulos2017-03-232-1/+10
* Added gnutls_x509_crt_check_ip()Nikos Mavrogiannopoulos2017-03-233-3/+30
* _gnutls_check_key_cert_match: allow broken sigsNikos Mavrogiannopoulos2017-03-211-1/+1
* Use a common function to decide acceptable signaturesNikos Mavrogiannopoulos2017-03-213-7/+6
* check_ocsp_response: utilize the same flags as in certificate verificationNikos Mavrogiannopoulos2017-03-211-5/+8
* extensions: print the name/type of any unexpected extensionNikos Mavrogiannopoulos2017-03-211-0/+2
* 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
* Revert "nettle/rnd: use gettime() instead of gnutls_time()"Nikos Mavrogiannopoulos2017-03-211-4/+4
* nettle/rnd: use gettime() instead of gnutls_time()Nikos Mavrogiannopoulos2017-03-201-4/+4
* nettle/rnd: re-seed both key and nonce levels based on timeNikos Mavrogiannopoulos2017-03-201-12/+15