summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: verify the output of name constraints IP decodingNikos Mavrogiannopoulos2016-03-313-2/+121
* x509/output: simplified cidr_to_string()Nikos Mavrogiannopoulos2016-03-311-33/+4
* x509/output: print RFC5280 CIDRs in name constraintsNikos Mavrogiannopoulos2016-03-311-9/+98
* doc updateNikos Mavrogiannopoulos2016-03-311-0/+3
* dtls: reset the record number sliding window on gnutls_record_set_state()Nikos Mavrogiannopoulos2016-03-313-4/+38
* DTLS: save last valid record sequence numberNikos Mavrogiannopoulos2016-03-301-17/+24
* gnutls_record_get_state: Allow for NULL parametersNikos Mavrogiannopoulos2016-03-291-4/+8
* ocsptool: don't exit with error code on verification failures when --ignore-e...Nikos Mavrogiannopoulos2016-03-241-2/+2
* ocsptool: exit with error on verification failuresNikos Mavrogiannopoulos2016-03-231-2/+7
* ocsp: gnutls_ocsp_resp_verify_direct will skip additional checks for certific...Nikos Mavrogiannopoulos2016-03-231-1/+3
* ocsptool: Allow saving responses even if verification failsNikos Mavrogiannopoulos2016-03-232-2/+8
* Avoid using strerror in dtls stress testMaya Rashish2016-03-231-2/+1
* Add missing header to testsuiteMaya Rashish2016-03-231-0/+1
* doc update [ci skip]Nikos Mavrogiannopoulos2016-03-181-0/+3
* tests: verify that the post-client-hello callback has access to ALPN dataNikos Mavrogiannopoulos2016-03-181-0/+45
* handshake: parse the mandatory to parse extension prior to any callback callNikos Mavrogiannopoulos2016-03-181-7/+7
* tests: added checks for session resumption and ALPNNikos Mavrogiannopoulos2016-03-181-8/+68
* tests: resume: simplified structure assignment using C99 syntaxNikos Mavrogiannopoulos2016-03-181-7/+28
* 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-181-10/+56
* doc updateNikos Mavrogiannopoulos2016-03-161-0/+4
* gnutls_server_name_set: accept non-null terminated hostnamesNikos Mavrogiannopoulos2016-03-161-1/+22
* tests: added check for non-null terminated server nameNikos Mavrogiannopoulos2016-03-161-10/+11
* tests: template-test was updated for OCSP key purpose reorderingNikos Mavrogiannopoulos2016-03-151-6/+6
* doc updateNikos Mavrogiannopoulos2016-03-151-0/+6
* certtool: do not require a CA for OCSP signingNikos Mavrogiannopoulos2016-03-151-12/+14
* abi-check: corrected type of gnutls_x509_crl_get_issuer_dnNikos Mavrogiannopoulos2016-03-133-5/+1
* .gitlab-ci.yml: added abi-checker ruleNikos Mavrogiannopoulos2016-03-131-0/+10
* Makefile: made abi-checks self-containedNikos Mavrogiannopoulos2016-03-138-13/+47881
* gnutls-cli: fix invalid initialization in cert_verify_ocsp()Nikos Mavrogiannopoulos2016-03-111-1/+1
* doc updateNikos Mavrogiannopoulos2016-03-081-0/+9
* pkcs11: implement correct DSA key pair generatingJan Vcelak2016-03-081-4/+59
* pkcs11: add interface for C_GenerateKeyJan Vcelak2016-03-082-0/+19
* tests: testpkcs11: the test will always fail in code path failuresNikos Mavrogiannopoulos2016-03-081-10/+5
* tests: mini-loss-time: improved timeout detectionNikos Mavrogiannopoulos2016-03-081-8/+8
* tests: mini-loss-time: ensure client timeouts after the server isNikos Mavrogiannopoulos2016-03-081-2/+2
* gnutls_ocsp_status_request_is_checked: document the version the flag was intr...Nikos Mavrogiannopoulos2016-03-071-1/+1
* doc: generate manpages for all functionsNikos Mavrogiannopoulos2016-03-071-3/+2
* doc: mention gnutls_certificate_set_x509_trust_dir()Nikos Mavrogiannopoulos2016-03-071-1/+1
* tests: include test-hash-large into distgnutls_3_4_10Nikos Mavrogiannopoulos2016-03-031-1/+1
* doc updateNikos Mavrogiannopoulos2016-03-031-1/+1
* Sync with TP [ci skip]Nikos Mavrogiannopoulos2016-03-031-523/+921
* Disable weak symbols for _gnutls_global_init_skip() under windowsNikos Mavrogiannopoulos2016-03-011-1/+9
* bumped version [ci skip]Nikos Mavrogiannopoulos2016-02-292-2/+2
* ecc: optimized extension parsingNikos Mavrogiannopoulos2016-02-291-1/+8
* doc update [ci skip]Nikos Mavrogiannopoulos2016-02-291-0/+3
* 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
* opencdk: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+1