summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* README: updated libtasn1 URL [ci skip]Nikos Mavrogiannopoulos2016-04-051-1/+1
* x86-common: increase the size of _gnutls_x86_cpuid_s to match the size of ass...Nikos Mavrogiannopoulos2016-04-031-1/+1
* ocsptool: use HTTP/1.0 for requestsNikos Mavrogiannopoulos2016-04-021-1/+1
* gnutls_init(): refer to gnutls_init_flags_t for the documentation of availabl...Nikos Mavrogiannopoulos2016-04-022-27/+28
* README.CODING_STYLE: set C99 as the C dialect of choiceNikos Mavrogiannopoulos2016-04-021-0/+7
* doc updateNikos Mavrogiannopoulos2016-04-011-0/+3
* tests: added check for system priority file loading and parsingNikos Mavrogiannopoulos2016-04-013-2/+76
* priorities: preload the system priorities on library loading timeNikos Mavrogiannopoulos2016-04-015-5/+51
* doc updateNikos Mavrogiannopoulos2016-03-311-1/+1
* tests: added check of verification using MD5 with and without --verify-allow-...Nikos Mavrogiannopoulos2016-03-313-2/+133
* tests: added PKCS #7 signing/verification test with broken sigs (MD5)Nikos Mavrogiannopoulos2016-03-312-1/+64
* certtool: added flag to allow verification using broken algorithmsNikos Mavrogiannopoulos2016-03-312-4/+21
* doc updateNikos Mavrogiannopoulos2016-03-311-0/+4
* tests: check whether resumption data from resumed session workNikos Mavrogiannopoulos2016-03-311-0/+22
* session resumption: lift the limitation of calling gnutls_session_get_data*()...Nikos Mavrogiannopoulos2016-03-313-12/+18
* dtls: added missing dtls.h to state.cNikos Mavrogiannopoulos2016-03-311-0/+1
* tests: added check for gnutls_record_set_state() under DTLSNikos Mavrogiannopoulos2016-03-312-1/+392
* dtls: reset the record number sliding window on gnutls_record_set_state()Nikos Mavrogiannopoulos2016-03-313-4/+38
* x509/output: simplified cidr_to_string()Nikos Mavrogiannopoulos2016-03-301-33/+4
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2016-03-291-0/+7
* tests: check gnutls_record_get_state() with DTLSNikos Mavrogiannopoulos2016-03-292-1/+406
* DTLS: save last valid record sequence numberNikos Mavrogiannopoulos2016-03-291-17/+24
* tests: delete outfile in certtool-long-cnNikos Mavrogiannopoulos2016-03-291-1/+3
* tests: verify the output of name constraints IP decodingNikos Mavrogiannopoulos2016-03-293-2/+121
* x509/output: print RFC5280 CIDRs in name constraintsNikos Mavrogiannopoulos2016-03-291-9/+98
* tests: check the sequence numbers produced by gnutls_record_get_state()Nikos Mavrogiannopoulos2016-03-291-30/+77
* gnutls_record_get_state: Allow for NULL parametersNikos Mavrogiannopoulos2016-03-291-4/+8
* ocsptool: eliminated memory leaks in verify-response optionNikos Mavrogiannopoulos2016-03-241-0/+4
* ocsptool: don't exit with error code on verification failures when --ignore-e...Nikos Mavrogiannopoulos2016-03-241-2/+2
* tests: added OCSP related checksNikos Mavrogiannopoulos2016-03-2310-1/+438
* 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
* session tickets: avoid GCM for session tickets and rely on CBC and HMACNikos Mavrogiannopoulos2016-03-232-41/+92
* Broke apart _gnutls_recv_int() to the packet and non-packet cases.Jaak Ristioja2016-03-214-48/+64
* gnutls-cli: corrected usage of gnutls_session_get_data()Nikos Mavrogiannopoulos2016-03-213-13/+26
* testcompat-openssl: enable TLS 1.2 tests with openssl 1.0.1+Nikos Mavrogiannopoulos2016-03-181-7/+7
* tests: verify that the post-client-hello callback has access to ALPN dataNikos Mavrogiannopoulos2016-03-181-0/+45
* .gitlab-ci.yml: don't use git submodule update, not needed for our testsuiteNikos Mavrogiannopoulos2016-03-181-9/+9
* alpn: ALPN state is per-connection, it should not be saved with session dataYuriy M. Kaminskiy2016-03-181-48/+2
* tests: added checks for session resumption and ALPNNikos Mavrogiannopoulos2016-03-181-8/+69
* x86-common: CPUID override will only work if CPU has already the capability p...Nikos Mavrogiannopoulos2016-03-171-10/+56
* Introduced GNUTLS_E_ASN1_EMBEDDED_NULL_IN_STRINGNikos Mavrogiannopoulos2016-03-164-2/+6
* 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
* guile: doc: Mention bytevectors.Ludovic Courtès2016-03-151-8/+10
* guile: doc: Explain "Application Data" packets and 'session-record-port'.Ludovic Courtès2016-03-151-3/+13