summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* signature: on client side, only select a non-enabled signature if none matchgnutls_3_5_x-sig-fixNikos Mavrogiannopoulos2017-09-241-1/+11
* doc updategnutls_3_5_x_1_byte_fixNikos Mavrogiannopoulos2017-09-191-0/+3
* tests: added reproducer for DTLS infinite loopNikos Mavrogiannopoulos2017-09-193-2/+616
* priority_options.gperf: modified for gperf 3.1Nikos Mavrogiannopoulos2017-09-192-2/+1
* ecdh: return more appropriate error code on empty packetNikos Mavrogiannopoulos2017-09-191-0/+5
* parse_handshake_header: allow 1-byte sized fragmentsNikos Mavrogiannopoulos2017-09-191-2/+3
* doc update [ci skip]tmp-gnutls_3_5_x-openssl-renegoNikos Mavrogiannopoulos2017-09-071-0/+3
* tests: added reproducer for safe renegotiation failure with opensslNikos Mavrogiannopoulos2017-09-061-1/+12
* handshake: check SCSVs prior to resuming a sessionNikos Mavrogiannopoulos2017-09-063-6/+21
* cli-debug-args.def: Fix typoAvinash Sonawane2017-09-061-1/+1
* doc updateNikos Mavrogiannopoulos2017-08-281-0/+9
* tests: check whether generated private keys are marked privateNikos Mavrogiannopoulos2017-08-281-0/+8
* tests: added unit test of p11tool with --set-pinNikos Mavrogiannopoulos2017-08-281-0/+20
* tests: check whether generated or copied keys are marked as sensitiveNikos Mavrogiannopoulos2017-08-281-0/+15
* p11tool: allow obtaining PIN from command line on operationsNikos Mavrogiannopoulos2017-08-282-4/+10
* p11tool: explicitly mark generated keys as sensitiveNikos Mavrogiannopoulos2017-08-251-1/+3
* doc updategnutls_3_5_15Nikos Mavrogiannopoulos2017-08-211-1/+1
* bumped versionNikos Mavrogiannopoulos2017-08-203-2/+5
* doc updateNikos Mavrogiannopoulos2017-08-191-0/+3
* configure: disable hardware acceleration on aarch64/ilp32 modeNikos Mavrogiannopoulos2017-08-191-0/+6
* _gnutls_recv_server_certificate_status: use the same type in subtracted valuesNikos Mavrogiannopoulos2017-08-151-2/+2
* _gnutls_proc_srp_client_kx: use same type in subtracted valuesNikos Mavrogiannopoulos2017-08-151-1/+1
* certtool: eliminated unused variabletmp-gnutls_3_5_x_pkcs8Nikos Mavrogiannopoulos2017-08-082-8/+1
* x509: when importing the old FIPS186-4 format set the provable flagsNikos Mavrogiannopoulos2017-08-081-0/+2
* x509: never output our custom FIPS186-4 formatNikos Mavrogiannopoulos2017-08-084-77/+26
* tests: check whether validation parameters are lost on key re-importNikos Mavrogiannopoulos2017-08-081-0/+19
* tests: backported provable privkey testing with PKCS#8 filesNikos Mavrogiannopoulos2017-08-086-0/+620
* doc updateNikos Mavrogiannopoulos2017-08-082-1/+15
* certtool: provable private keys are always exported in PKCS#8 formNikos Mavrogiannopoulos2017-08-071-20/+14
* x509: store and read provable seed in PKCS#8 form of keyNikos Mavrogiannopoulos2017-08-076-11/+201
* x509: separated PKIX1 attributes parsing code for cert request handlingNikos Mavrogiannopoulos2017-08-064-266/+335
* parse_pem_cert_mem: fixed issue resulting to accessing past the input dataNikos Mavrogiannopoulos2017-07-171-1/+3
* record: added sanity checking in the record layer version copyNikos Mavrogiannopoulos2017-07-131-3/+3
* gnutls-serv: allow receiving requests up to 16kbNikos Mavrogiannopoulos2017-07-131-5/+4
* decryption: use the same error code on all casesNikos Mavrogiannopoulos2017-07-131-5/+5
* doc: updated documentation on client authentication [ci skip]Nikos Mavrogiannopoulos2017-07-112-2/+15
* released 3.5.14gnutls_3_5_14Nikos Mavrogiannopoulos2017-07-043-7/+7
* doc updateNikos Mavrogiannopoulos2017-07-011-0/+4
* OCSP: find_signercert: improved DER length calculationNikos Mavrogiannopoulos2017-07-011-6/+24
* OCSP: check the subject public key identifier field to figure issuerNikos Mavrogiannopoulos2017-07-011-1/+16
* tests: added ECDSA OCSP response verificationNikos Mavrogiannopoulos2017-07-014-2/+82
* .travis.yml: do not fail on brew install failuresNikos Mavrogiannopoulos2017-06-301-1/+1
* doc updategnutls_3_5_x-save-ocspNikos Mavrogiannopoulos2017-06-291-0/+3
* tests: added check on saving certs and OCSP responsesNikos Mavrogiannopoulos2017-06-292-1/+79
* gnutls-cli: save OCSP response at the time certificate is savedNikos Mavrogiannopoulos2017-06-291-8/+17
* certtool: removed unused variablesNikos Mavrogiannopoulos2017-06-201-7/+1
* ocsp: print response's signature algorithm in compact listingNikos Mavrogiannopoulos2017-06-201-16/+18
* gnutls-cli: be less verbose in OCSP error messagesNikos Mavrogiannopoulos2017-06-201-1/+2
* gnutls-cli: improved error message of OCSP failureNikos Mavrogiannopoulos2017-06-201-2/+2
* tests: pkcs11-mock: backported module from masterNikos Mavrogiannopoulos2017-06-201-34/+33