summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dh: document why BER decoding rules are allowstmp-document-berNikos Mavrogiannopoulos2018-01-211-0/+2
* pubkey: use the strict DER decoder for SubjectPublicKeyInfoNikos Mavrogiannopoulos2018-01-211-1/+1
* pk: document need for the generic BER decoderNikos Mavrogiannopoulos2018-01-211-0/+6
* doc update [ci skip]Nikos Mavrogiannopoulos2018-01-171-5/+15
* examples: use gnutls_certificate_set_x509_system_trustNikos Mavrogiannopoulos2018-01-172-11/+5
* doc updatetmp-dtls-further-mtu-improvementsNikos Mavrogiannopoulos2018-01-161-0/+5
* tests: privkey-verify-broken: addressed uninitialized var useNikos Mavrogiannopoulos2018-01-161-2/+3
* tests: check whether get_mtu() functions relate to the set valuesNikos Mavrogiannopoulos2018-01-161-0/+25
* tests: added unit test for _gnutls_record_overhead()Nikos Mavrogiannopoulos2018-01-165-3/+110
* DTLS: improved data MTU calculation under CBC ciphersuitesNikos Mavrogiannopoulos2018-01-163-46/+69
* fuzz: added reproducer for leak in gnutls_x509_crl_list_importtmp-mem-leakNikos Mavrogiannopoulos2018-01-101-0/+1
* gnutls_x509_crt_list_import: eliminated memory leakNikos Mavrogiannopoulos2018-01-101-3/+5
* libtasn1: updated to latest libtasn1 master branchtmp-update-libtasn1Nikos Mavrogiannopoulos2018-01-093-8/+32
* gnutls_pkcs12_key_parser_fuzzer.in: added reproducer for oss-fuzz #4890Nikos Mavrogiannopoulos2018-01-091-0/+0
* doc update [ci skip]Nikos Mavrogiannopoulos2018-01-071-0/+5
* doc: updated copyright year for manualtmp-fix-verification-issuesNikos Mavrogiannopoulos2018-01-061-2/+2
* tests: added reproducer for self-signed verification errorNikos Mavrogiannopoulos2018-01-062-0/+144
* x509/verify: when verifying against a self signed certificate ignore issuerNikos Mavrogiannopoulos2017-12-301-5/+7
* gnutls_pk_self_test: include ECDSA tests on GNUTLS_PK_ECtmp-update-fips-self-testsNikos Mavrogiannopoulos2017-12-211-24/+25
* tests: hash-large: increase parallelism to allow fast run in CItmp-speedup-hash-testsNikos Mavrogiannopoulos2017-12-203-50/+67
* doc: reference gnutls_prf_rfc5705 instead of gnutls_prf303-provide-a-consistent-set-of-default-ciphers-across-supported-protocolsNikos Mavrogiannopoulos2017-12-081-9/+12
* tests: utils.h: forbid compilation with NDEBUGtmp-pkcs11-updateNikos Mavrogiannopoulos2017-12-031-0/+4
* tests: p11-kit-load.sh: verify that all modules are loaded after a private ke...Nikos Mavrogiannopoulos2017-12-032-3/+23
* tests: enhanced pkcs11/list-tokensNikos Mavrogiannopoulos2017-12-031-4/+12
* pkcs11 verification: always use the GNUTLS_PKCS11_OBJ_FLAG_PRESENT_IN_TRUSTED...Nikos Mavrogiannopoulos2017-12-032-6/+10
* pkcs11: simplify trusted module loading stateNikos Mavrogiannopoulos2017-12-032-13/+15
* _gnutls_pkcs11_check_init: improved transition between statesNikos Mavrogiannopoulos2017-12-033-20/+59
* tests: corrected destructive/p11-kit-load.sh error checkingNikos Mavrogiannopoulos2017-12-021-21/+47
* gnutls-serv: fix double-free on inactivity timeouttmp-dueno-serv-double-freeDaiki Ueno2017-12-011-0/+1
* .dir-locals.el: new fileDaiki Ueno2017-11-301-0/+1
* build: remove m4 files pulled in by autopointDaiki Ueno2017-11-303-905/+0
* gnutls_aead_cipher_init: corrected potential memory leakNikos Mavrogiannopoulos2017-11-291-4/+10
* doc: provided basic documentation of the FIPS140-2 mode [ci skip]Nikos Mavrogiannopoulos2017-11-283-4/+41
* tests: verify whether group remains the same after resumptiontmp-restore-group-infoNikos Mavrogiannopoulos2017-11-271-0/+19
* _gnutls_set_resumed_parameters: restore the group from resumed parametersNikos Mavrogiannopoulos2017-11-271-0/+1
* tests: removed unnecessary assertNikos Mavrogiannopoulos2017-11-241-1/+0
* tests: delete temporary filesNikos Mavrogiannopoulos2017-11-241-0/+1
* session state: use the right type for send_cert_req variableNikos Mavrogiannopoulos2017-11-241-1/+1
* tests: client-fastopen: introduce child signal handler and delay prior to sta...Nikos Mavrogiannopoulos2017-11-241-5/+8
* psktool: allow up to 512-byte keysNikos Mavrogiannopoulos2017-11-221-1/+1
* getfuncs-map.pl: added gnutls_srp_8192_group* symbols to ignore listtmp-srp-updatesNikos Mavrogiannopoulos2017-11-221-0/+2
* updated auto-generated filesNikos Mavrogiannopoulos2017-11-214-397/+400
* srptool: --create-conf no longer includes 1024-bit parametersNikos Mavrogiannopoulos2017-11-212-10/+15
* tests: updated SRP checksNikos Mavrogiannopoulos2017-11-211-37/+60
* .gitlab-ci.yml: move destructive tests after trust store testsNikos Mavrogiannopoulos2017-11-211-1/+2
* doc updateNikos Mavrogiannopoulos2017-11-212-0/+15
* tests: include the 8192-bit SRP prime into param checksNikos Mavrogiannopoulos2017-11-211-0/+1
* srp: added the 8192-bit primeNikos Mavrogiannopoulos2017-11-213-15/+180
* srp: reject any parameters not in the SRP draftNikos Mavrogiannopoulos2017-11-211-113/+2
* fuzz: srp-client: decreased acceptable prime bits to 1024 [ci skip]Nikos Mavrogiannopoulos2017-11-211-1/+1