summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc updatepkcs11-ec-paddingNikos Mavrogiannopoulos2016-09-051-0/+5
* tests: corrected detection of 64-bit systems in softhsm.hNikos Mavrogiannopoulos2016-09-051-2/+2
* tests: added check for PKCS#11 signature validityNikos Mavrogiannopoulos2016-09-052-1/+239
* Introduced helper function _gnutls_decode_ber_rs_raw()Nikos Mavrogiannopoulos2016-09-053-0/+49
* _gnutls_encode_ber_rs_raw: zero-pad values when necessaryNikos Mavrogiannopoulos2016-09-051-13/+46
* tests: template-test: use uniform way to detect 32-bit systemsNikos Mavrogiannopoulos2016-09-031-1/+1
* .gitlab-ci.yml: use the gitlab.com shared runnersNikos Mavrogiannopoulos2016-09-022-79/+154
* Import DTLS sliding window validation from OpenConnect ESP codeDavid Woodhouse2016-09-024-79/+123
* tools: Use correct include dir with minitasnJussi Kukkonen2016-08-311-0/+1
* nettle: removed unused variable in windows rngNikos Mavrogiannopoulos2016-08-291-2/+0
* tests: don't run danetool.sh when not compiled with dane supportNikos Mavrogiannopoulos2016-08-291-1/+4
* tests: mini-dtls-record: modified expected order to account for new SW behaviorNikos Mavrogiannopoulos2016-08-291-1/+1
* dtls: ensure that the DTLS window doesn't get stalledNikos Mavrogiannopoulos2016-08-291-1/+9
* tests: enhance the DTLS window unit test to account for lost packetsNikos Mavrogiannopoulos2016-08-291-1/+35
* README.md: added coverage report [ci skip]Nikos Mavrogiannopoulos2016-08-291-0/+2
* gnutls_pkcs12_simple_parse: set the key value to null on failureDavid Woodhouse2016-08-291-1/+3
* tests: added basic operational check of gnutls_ocsp_resp_get_single()Nikos Mavrogiannopoulos2016-08-281-1/+44
* gnutls_ocsp_resp_get_single: reorganized function to eliminate memory leaksNikos Mavrogiannopoulos2016-08-281-59/+76
* ocsp: corrected the comparison of the serial size in OCSP responseNikos Mavrogiannopoulos2016-08-271-0/+1
* tools: eliminated memory leaks in deinitializationNikos Mavrogiannopoulos2016-08-263-2/+5
* tools: allow socket_bye() to be used for non-polite terminationsNikos Mavrogiannopoulos2016-08-266-15/+17
* tests: added suppressions.valgrind in ocsp-testsNikos Mavrogiannopoulos2016-08-262-1/+1
* doc updateNikos Mavrogiannopoulos2016-08-261-0/+3
* tests: added check for the decoding of pbes1-des-md5 keyNikos Mavrogiannopoulos2016-08-263-2/+36
* pkcs8: cleaned up PKCS#8 decoding from common code with PKCS#7Nikos Mavrogiannopoulos2016-08-268-1622/+1703
* pkcs8: added support for decryption with PBES1-DES-CBC-MD5Nikos Mavrogiannopoulos2016-08-267-90/+360
* fix memleak in pkcs11_get_randomraspa02016-08-251-0/+1
* ocsptool: reduce memory leaks on executionocsp-fixNikos Mavrogiannopoulos2016-08-252-1/+18
* tests: enable ocsp-must-staple-connection checkNikos Mavrogiannopoulos2016-08-253-15/+26
* doc: be more explicit about the usage of gnutls_global_init/deinit [ci skip]Nikos Mavrogiannopoulos2016-08-241-5/+8
* tests: don't use piped tee in pkcs8-decodeNikos Mavrogiannopoulos2016-08-241-5/+2
* ocsptool: corrected bug in session establishmentNikos Mavrogiannopoulos2016-08-241-3/+10
* tests: ocsp-tls-connection: no longer check for netcat; it was not neededNikos Mavrogiannopoulos2016-08-241-7/+0
* tests: added decoding of key with pbes2 and SHA256 PRFNikos Mavrogiannopoulos2016-08-243-2/+37
* Added support for decrypting PKCS#8 files which use HMAC-SHA256 as PRFNikos Mavrogiannopoulos2016-08-249-31/+95
* Ported openssl format fix from openconnectNikos Mavrogiannopoulos2016-08-241-2/+2
* src/pkcs11.c: fix mech_list out-of-bounds checkraspa02016-08-241-1/+1
* gnutls_record_recv(): doc: push -> pullPhilippe Proulx2016-08-231-1/+1
* rnd-linux: added check for SYS_getrandom being definedNikos Mavrogiannopoulos2016-08-231-1/+5
* libdane: include minitasn1 headersNikos Mavrogiannopoulos2016-08-231-0/+1
* gnutls-cli: do not exit if fast open is not supportedstarttls-fixNikos Mavrogiannopoulos2016-08-221-2/+1
* gnutls-cli: added bufferring in starttls read of packetsNikos Mavrogiannopoulos2016-08-221-12/+29
* tests: added basic test of STARTTLS over FTP for gnutls-cliNikos Mavrogiannopoulos2016-08-223-1/+19
* tests: added basic starttls functionality testing on gnutls-cliNikos Mavrogiannopoulos2016-08-224-4/+78
* gnutls-cli: exit with error code 2 on starttls errorsNikos Mavrogiannopoulos2016-08-221-2/+2
* tests: fixed fastopen.sh to operate from cmdNikos Mavrogiannopoulos2016-08-221-4/+4
* doc updateNikos Mavrogiannopoulos2016-08-221-0/+2
* gnutls-cli: fixed the behavior when --starttls or --starttls-proto is givenNikos Mavrogiannopoulos2016-08-223-15/+27
* Fix HANDLE_LEAK and memory leak issues.SUMIT AGGARWAL2016-08-222-1/+6
* gnutls-cli: print 'Handshake was completed'Nikos Mavrogiannopoulos2016-08-222-2/+3