summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: use the default priorities in server exampleNikos Mavrogiannopoulos2017-07-101-2/+4
* updated auto-generated filesNikos Mavrogiannopoulos2017-07-103-0/+4
* tests: added unit tests for gnutls_priority_set*()Nikos Mavrogiannopoulos2017-07-103-1/+263
* Documented use gnutls_priority_set2().Nikos Mavrogiannopoulos2017-07-108-5/+12
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-1022-97/+184
* set_client_ciphersuite: use the new internal APIsNikos Mavrogiannopoulos2017-07-101-10/+6
* .gitignore: ignore new testsNikos Mavrogiannopoulos2017-07-101-0/+30
* tests: added unit testing for server/client cipher negotiationNikos Mavrogiannopoulos2017-07-106-1/+691
* tests: added unit testing for server ciphersuite/KX negotiationNikos Mavrogiannopoulos2017-07-107-2/+1749
* doc: corrected typoNikos Mavrogiannopoulos2017-07-101-4/+4
* Renamed fields of sign_algorithm_stNikos Mavrogiannopoulos2017-07-106-53/+50
* handshake: simplified signature algorithm list generationNikos Mavrogiannopoulos2017-07-107-66/+56
* Eliminated access to obsolete priority cache fieldsNikos Mavrogiannopoulos2017-07-109-195/+126
* handshake: simplified the client-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-103-258/+100
* handshake: simplified the server-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-1011-428/+287
* priority: include a cache of supported ciphersuitesNikos Mavrogiannopoulos2017-07-104-4/+43
* removed unused cipher-suite and KX related functionsNikos Mavrogiannopoulos2017-07-104-64/+23
* algorithm/kx: sorted key exchange algorithms based on current trendsNikos Mavrogiannopoulos2017-07-101-19/+19
* Removed unused functionsNikos Mavrogiannopoulos2017-07-108-139/+0
* fuzz: added make update command [ci skip]Nikos Mavrogiannopoulos2017-07-072-0/+11
* fuzz: added corpora from openssl [ci skip]Nikos Mavrogiannopoulos2017-07-077900-0/+36
* fuzz: undid changes related to boringssl server/client corpus format [ci skip]Nikos Mavrogiannopoulos2017-07-077-22/+0
* fuzz: included verbatim corpus from boringsslNikos Mavrogiannopoulos2017-07-071936-0/+43
* fuzz: gnutls-client-fuzzer: read directly from memory [ci skip]Nikos Mavrogiannopoulos2017-07-075-45/+95
* fuzz: gnutls-server-fuzzer: read directly from memory [ci skip]Nikos Mavrogiannopoulos2017-07-072-284/+334
* updated auto-generated filestmp-alpn-updatesNikos Mavrogiannopoulos2017-07-062-344/+409
* priority_options.gperf: modified for gperf 3.1Nikos Mavrogiannopoulos2017-07-062-2/+1
* tlsfuzzer: enabled ALPN testsNikos Mavrogiannopoulos2017-07-063-1/+92
* updated tlsfuzzerNikos Mavrogiannopoulos2017-07-051-0/+0
* ext/alpn: added stricter checks on field lengthsNikos Mavrogiannopoulos2017-07-041-6/+10
* gnutls-serv: added the --alpn and --alpn-fatal optionsNikos Mavrogiannopoulos2017-07-042-0/+41
* fuzz: updated server with multiple keys (ECDSA, RSA) and DH parameters [ci skip]Nikos Mavrogiannopoulos2017-07-041-8/+79
* OCSP: find_signercert: improved DER length calculationtmp-ocsp-improvementsNikos Mavrogiannopoulos2017-07-011-7/+30
* OCSP: check the subject public key identifier field to figure issuerNikos Mavrogiannopoulos2017-07-011-2/+16
* OCSP: added more verbose debug logging on verificationNikos Mavrogiannopoulos2017-07-011-0/+10
* tests: added ECDSA OCSP response verificationNikos Mavrogiannopoulos2017-07-014-1/+67
* .travis.yml: do not fail on brew install failuresNikos Mavrogiannopoulos2017-06-301-1/+1
* tests: added check on saving certs and OCSP responsestmp-ocsp-save-testsNikos Mavrogiannopoulos2017-06-292-1/+78
* gnutls-cli: save OCSP response at the time certificate is savedNikos Mavrogiannopoulos2017-06-291-8/+17
* moved compression-related APIs to compat.htmp-remove-support-for-compressionNikos Mavrogiannopoulos2017-06-222-11/+17
* doc: removed any references to compression and documented changeNikos Mavrogiannopoulos2017-06-223-40/+39
* tests: removed tests related to zlib supportNikos Mavrogiannopoulos2017-06-223-43/+0
* doc updateNikos Mavrogiannopoulos2017-06-221-0/+2
* Removed support for compression mechanismsNikos Mavrogiannopoulos2017-06-2217-901/+112
* gnutls-cli: be less verbose in OCSP error messagestmp-ocsptool-updatesNikos Mavrogiannopoulos2017-06-201-1/+2
* gnutls-cli: improved error message of OCSP failureNikos Mavrogiannopoulos2017-06-201-2/+2
* updated auto-generated filesNikos Mavrogiannopoulos2017-06-202-151/+238
* tests: ocsptool: added test of --verify-response with --load-chainNikos Mavrogiannopoulos2017-06-205-1/+221
* ocsp: print response's signature algorithm in compact listingNikos Mavrogiannopoulos2017-06-201-16/+18
* ocsptool: verify_response will print information on the responseNikos Mavrogiannopoulos2017-06-201-0/+12