summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* certtool: improved error reporting on file errortmp-certtool-error-improveNikos Mavrogiannopoulos2016-12-311-2/+2
* cfg.mk: exclude devel/ subdirectory from syntax checksNikos Mavrogiannopoulos2016-12-311-1/+1
* certtool: properly report unencrypted PKCS#8 keys in --p8-infoNikos Mavrogiannopoulos2016-12-301-0/+4
* fuzz: added decrypted PKCS#8 keysNikos Mavrogiannopoulos2016-12-303-0/+0
* fuzz: added PKCS#8 keys with low iteration countNikos Mavrogiannopoulos2016-12-309-0/+3
* submodules: use the github mirror of opensslNikos Mavrogiannopoulos2016-12-281-1/+1
* Do not infinite loop if an EOF occurs while skipping a PGP packetAlex Gaynor2016-12-284-5/+59
* Added a fuzzer for OpenPGP cert parsingAlex Gaynor2016-12-281-0/+47
* fuzz: document the convention for initial valuesNikos Mavrogiannopoulos2016-12-281-0/+3
* fuzz: Added initial values for DN, PKCS8 and X.509 testsNikos Mavrogiannopoulos2016-12-2811-0/+5
* Added a parser for PKCS7 importing and printingAlex Gaynor2016-12-261-0/+47
* fuzz: added X.509 DN parserNikos Mavrogiannopoulos2016-12-242-1/+53
* fuzz: added PKCS#8 private key parserNikos Mavrogiannopoulos2016-12-241-0/+54
* configure: introduced --with-priority-string optiontmp-default-prio-stringNikos Mavrogiannopoulos2016-12-212-1/+7
* priorities: reset the profile flags when appending new flagsNikos Mavrogiannopoulos2016-12-203-3/+14
* gnutls_session_set_verify_cert: doc updateNikos Mavrogiannopoulos2016-12-201-0/+6
* Revert "priorities: set the additional verify flags instead of appending them"Nikos Mavrogiannopoulos2016-12-191-1/+1
* doc update [ci skip]Nikos Mavrogiannopoulos2016-12-191-0/+3
* Merge branch 'tmp-cert-updates' into 'master' Nikos Mavrogiannopoulos2016-12-196-193/+299
|\
| * tests: added check for certtool loading CA certificates from PKCS#11Nikos Mavrogiannopoulos2016-12-193-8/+184
| * certtool: document that --load-ca-certificate can be used with PKCS#11 URLsNikos Mavrogiannopoulos2016-12-191-1/+1
| * certtool: load_ca_cert() can load a CA from URLsNikos Mavrogiannopoulos2016-12-191-1/+11
| * certtool: unified the CA certificate loading processNikos Mavrogiannopoulos2016-12-191-183/+103
|/
* doc update [ci skip]Nikos Mavrogiannopoulos2016-12-192-3/+17
* .gitlab-ci.yml: changed buildroot to fedora25Nikos Mavrogiannopoulos2016-12-191-2/+2
* Merge branch 'tmp-priority-fix' into 'master' Nikos Mavrogiannopoulos2016-12-194-10/+185
|\
| * tests: added check for multiple calls to gnutls_priority_set_direct()Nikos Mavrogiannopoulos2016-12-192-1/+173
| * priorities: set the additional verify flags instead of appending themNikos Mavrogiannopoulos2016-12-191-1/+1
| * verify: print certificate on sec param failureNikos Mavrogiannopoulos2016-12-191-8/+11
|/
* Merge branch 'tmp-x509-print-fix' into 'master' Nikos Mavrogiannopoulos2016-12-1613-430/+169
|\
| * x509: corrected leak in certificate printingNikos Mavrogiannopoulos2016-12-161-0/+1
| * gnutls_x509_ext_import_proxy: fix issue reading the policy languageNikos Mavrogiannopoulos2016-12-161-11/+11
| * tests: added certificate which was causing issues in gnutls_x509_crt_print()Nikos Mavrogiannopoulos2016-12-162-1/+1
| * tests: improved certder to easily load certificates from a directoryNikos Mavrogiannopoulos2016-12-1610-418/+156
| * doc updateNikos Mavrogiannopoulos2016-12-161-1/+1
|/
* Merge branch 'tmp-src-fixes' into 'master' Nikos Mavrogiannopoulos2016-12-161-1/+1
|\
| * Do not add cli-args.h to cli-args.stamp Makefile targetAlexander Kanavin2016-12-161-1/+1
|/
* Merge branch 'fuzzers' into 'master' Nikos Mavrogiannopoulos2016-12-155-0/+418
|\
| * Describe the integrationAlex Gaynor2016-12-151-0/+3
| * Move to the devel dirAlex Gaynor2016-12-155-0/+0
| * Added a server fuzzerAlex Gaynor2016-12-151-0/+250
| * Migrated fuzzers from the oss-repo to here.Alex Gaynor2016-12-154-0/+165
|/
* Drop _gnutls_epoch_get_compressionDmitry Eremin-Solenikov2016-12-142-13/+0
* Rework setting next compression methodDmitry Eremin-Solenikov2016-12-144-34/+34
* Rework setting next cipher suiteDmitry Eremin-Solenikov2016-12-143-40/+26
* Cache MAC algorithm used for PRF functionDmitry Eremin-Solenikov2016-12-144-93/+34
* Use MAC_MD5_SHA1 instead of MAC_UNKNOWN to specify TLS 1.0 PRFDmitry Eremin-Solenikov2016-12-141-4/+4
* Rewrite SSL/TLS signature verification to use combined MD5+SHA1 digestDmitry Eremin-Solenikov2016-12-141-122/+125
* Rewrite SSL/TLS signing code to use combined MD5+SHA1 digestDmitry Eremin-Solenikov2016-12-141-116/+111
* Add special MD5+SHA1 digest to simplify TLS signature codeDmitry Eremin-Solenikov2016-12-143-1/+41