summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* errors.h: _gnutls_cert_log will only print on non-null certificatesNikos Mavrogiannopoulos2017-05-081-1/+1
* rsa-psk: Use the correct username datumtmp-fix-rsa-psk-cbNicolas Dufresne2017-05-061-2/+2
* added newline in debug messages [ci skip]Nikos Mavrogiannopoulos2017-05-012-4/+4
* Removed support for libidn1Nikos Mavrogiannopoulos2017-05-013-68/+31
* updated minitasn1Nikos Mavrogiannopoulos2017-05-013-3/+5
* gnutls.h: introduced GNUTLS_E_ASN1_TIME_ERRORNikos Mavrogiannopoulos2017-05-012-0/+7
* gnutls_pkcs12_simple_parse: set to null vars after deinitializationtmp-fix-pkcs12-crash2Nikos Mavrogiannopoulos2017-04-301-0/+4
* 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
* pkcs12: release CRL data on error pathNikos Mavrogiannopoulos2017-04-281-0/+4
* _gnutls_base64_decode: corrected leak on decoding errorNikos Mavrogiannopoulos2017-04-251-5/+8
* pkcs12: eliminate mem leaks in _pkcs12_decode_safe_contentsNikos Mavrogiannopoulos2017-04-251-2/+3
* cleanups in _pkcs12_decode_safe_contentsNikos Mavrogiannopoulos2017-04-251-14/+6
* pkcs12: clean ups in PKCS#12 parsingNikos Mavrogiannopoulos2017-04-251-2/+10
* Added explicit check for the bounds of the generated 'd'.Nikos Mavrogiannopoulos2017-04-251-0/+6
* fips140-2: enhanced check of generated parametersNikos Mavrogiannopoulos2017-04-251-4/+12
* dsa-fips.h: include nettle/bignum.h to allow compilation under nettle-miniNikos Mavrogiannopoulos2017-04-251-1/+1
* doc update [ci skip]Nikos Mavrogiannopoulos2017-04-241-3/+3
* gnutls.h: introduced flag GNUTLS_EXT_FLAG_OVERRIDE_INTERNAL [ci skip]Nikos Mavrogiannopoulos2017-04-232-7/+23
* _gnutls_base64_decode: addressed memory leak in decodingtmp-base64-decode-fixNikos Mavrogiannopoulos2017-04-211-4/+8
* gnutls_pem_base64_decode: allow decoding raw base64 dataNikos Mavrogiannopoulos2017-04-211-9/+29
* Revert "gnutls_pem_base64_decode: allow decoding raw base64 data"Nikos Mavrogiannopoulos2017-04-211-16/+1
* doc: clarifications on custom thread override [ci skip]Nikos Mavrogiannopoulos2017-04-201-0/+4
* lib/system/fastopen: simplified TCP fast open for OSXNikos Mavrogiannopoulos2017-04-141-10/+20
* lib/system/fastopen: Add TCP Fast Open for OSXtmp-fast-open-macosxTim Rühsen2017-04-111-1/+13
* doc: removed incorrect commenttmp-test-suite-improvementsNikos 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 parametersNikos Mavrogiannopoulos2017-04-075-9/+8
* 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