summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: added basic operational check of gnutls_ocsp_resp_get_single()ocsp-leak-fixNikos Mavrogiannopoulos2016-08-281-1/+44
* gnutls_ocsp_resp_get_single: reorganized function to eliminate memory leaksNikos Mavrogiannopoulos2016-08-281-48/+64
* 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
* tests: openpgp-certs tests were moved to cert-testsNikos Mavrogiannopoulos2016-08-1017-62/+28
* gnutls_key_generate: fail if the state of the library is invalidNikos Mavrogiannopoulos2016-08-101-1/+4
* tests: mini-dtls-hello-verify: ignore SIGPIPE to avoid unexpected crashesNikos Mavrogiannopoulos2016-08-101-0/+3
* gnutls_safe_renegotiation_status: changed return type to unsignedNikos Mavrogiannopoulos2016-08-092-2/+2
* doc updateNikos Mavrogiannopoulos2016-08-091-1/+2
* tests: removed unused variables from testsNikos Mavrogiannopoulos2016-08-093-59/+3
* doc updateNikos Mavrogiannopoulos2016-08-091-0/+8
* tests: Add tests for X509 IP constraintsMartin Ukrop2016-08-094-2/+946
* x509: Add support for IP constraintsMartin Ukrop2016-08-092-112/+344
* tests: Add more IP conversion unit testsMartin Ukrop2016-08-093-6/+63
* tests: added unit test for ip_in_cidr functionNikos Mavrogiannopoulos2016-08-092-1/+98
* x509: Separate out IP handling functionsMartin Ukrop2016-08-0911-191/+386
* tests: Add corner case tests for name constraints, improve docMartin Ukrop2016-08-092-1/+25
* Add more ignored filesMartin Ukrop2016-08-091-0/+4
* Change ca3 and related certificate to include an intermediate CA in the chain.Stefan Sørensen2016-08-0910-198/+483
* Revert "tests: check gnutls_certificate_get_x509_crt with more than one certi...Nikos Mavrogiannopoulos2016-08-092-82/+30