summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: added check of GOST cert decoding/printingNikos Mavrogiannopoulos2016-04-133-1/+65
* x509 output: print the OID of certificates/CRLs/CRQs with unknown algorithmsNikos Mavrogiannopoulos2016-04-131-65/+211
* tests: added basic tests for CSR parsingNikos Mavrogiannopoulos2016-04-132-1/+227
* tests: added basic tests on CRL parsingNikos Mavrogiannopoulos2016-04-132-1/+248
* tests: added basic functionality tests for gnutls_x509_crt_get_*_oidNikos Mavrogiannopoulos2016-04-131-5/+46
* Added gnutls_x509_crl_get_signature_oidNikos Mavrogiannopoulos2016-04-133-0/+43
* Added gnutls_x509_crq_get_signature_oid and gnutls_x509_crq_get_pk_oidNikos Mavrogiannopoulos2016-04-133-1/+87
* Added gnutls_x509_crt_get_signature_oid and gnutls_x509_crt_get_pk_oidNikos Mavrogiannopoulos2016-04-133-0/+88
* gnutls_x509_crt_get_key_purpose_oid: copy the OID as a null-terminated stringNikos Mavrogiannopoulos2016-04-131-1/+1
* sign: corrected digest in SHA3-224 OID mappingNikos Mavrogiannopoulos2016-04-132-8/+9
* configure: corrected regression which prevented the build of tests/suiteNikos Mavrogiannopoulos2016-04-121-1/+1
* gnutls_x509_ext_import_policies: initialize value to avoid compiler warningsNikos Mavrogiannopoulos2016-04-121-1/+1
* README: removed inexistent packageNikos Mavrogiannopoulos2016-04-121-2/+2
* common.mk: corrected typo on LDFLAGS for coverageNikos Mavrogiannopoulos2016-04-123-3/+3
* danetool: corrected typo in manual [ci skip]Nikos Mavrogiannopoulos2016-04-121-1/+1
* gnutls_packet_get: avoid null pointer dereference on NULL inputNikos Mavrogiannopoulos2016-04-121-0/+1
* gnutls_x509_privkey_verify_seed: corrected typo that made the function always...Nikos Mavrogiannopoulos2016-04-121-2/+0
* _gnutls_asn2err: declared as constant functionNikos Mavrogiannopoulos2016-04-121-1/+2
* load_dir_certs: use readdir() in all platformsNikos Mavrogiannopoulos2016-04-121-9/+1
* tests: combined the resume checks for Anonymous and PSK ciphersuitesNikos Mavrogiannopoulos2016-04-123-612/+92
* configure: Add a code coverage optionNikos Mavrogiannopoulos2016-04-127-6/+239
* Makefile.am: moved common rules (AM_CFLAGS) to common.mkNikos Mavrogiannopoulos2016-04-1213-17/+27
* gnutls_ocsp_resp_get_single: fail if thisUpdate is not available or unparsableNikos Mavrogiannopoulos2016-04-121-2/+3
* gnutls_x509_privkey_import2: document an intentional fall throughNikos Mavrogiannopoulos2016-04-121-0/+1
* README: add abi-compliance-checker into install instructionsNikos Mavrogiannopoulos2016-04-111-4/+4
* gnutls_x509_crt_get_key_usage: ensure that its returned value is properly han...Nikos Mavrogiannopoulos2016-04-112-5/+14
* tests: do not enable valgrind in non-git buildsNikos Mavrogiannopoulos2016-04-111-2/+16
* hash: corrected the textual description of hashesNikos Mavrogiannopoulos2016-04-091-4/+4
* corrected SHA3-224 OIDNikos Mavrogiannopoulos2016-04-092-8/+8
* x509 output: don't warn about insecure algorithm when unknownNikos Mavrogiannopoulos2016-04-092-3/+3
* tests: remove any system specific code of ecoreNikos Mavrogiannopoulos2016-04-092-55/+5
* tests: disable unsupported curves from compatibility checksNikos Mavrogiannopoulos2016-04-092-1/+5
* tests: removed unused scriptsNikos Mavrogiannopoulos2016-04-092-118/+0
* .gitlab-ci.yml: combined C99 and undefined sanitizer buildsNikos Mavrogiannopoulos2016-04-091-10/+2
* doc updateNikos Mavrogiannopoulos2016-04-091-0/+3
* crywrap: was removed from gnutls toolsNikos Mavrogiannopoulos2016-04-097-1325/+0
* minitasn1: updated to latest git versionNikos Mavrogiannopoulos2016-04-099-356/+409
* doc: Replace references to select with poll and other fixesNikos Mavrogiannopoulos2016-04-081-6/+6
* doc: replace inaccurate sentence with reference to gnutls_record_discard_queu...Nikos Mavrogiannopoulos2016-04-081-3/+3
* gnutls_record_get_direction: doc update [ci skip]Nikos Mavrogiannopoulos2016-04-081-11/+7
* tests: reduce the number of loops in x509sign-verify2Nikos Mavrogiannopoulos2016-04-081-1/+1
* pkix.asn: corrected byKey definitionNikos Mavrogiannopoulos2016-04-082-2/+2
* tests: check the generation of IP name constraints with certtoolNikos Mavrogiannopoulos2016-04-052-10/+22
* certtool: allow generating IP name constraintsNikos Mavrogiannopoulos2016-04-052-1/+135
* _gnutls_parse_general_name2: allow parsing empty namesNikos Mavrogiannopoulos2016-04-053-17/+39
* name constraints: enforce the rules for IP constraints when addingNikos Mavrogiannopoulos2016-04-051-2/+13
* doc updateNikos Mavrogiannopoulos2016-04-051-0/+4
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2016-04-051-0/+3
* name constraints: compute permitted set strictlyDaiki Ueno2016-04-057-35/+602
* .gitlab-ci.yml: added C99 target for the libraryNikos Mavrogiannopoulos2016-04-051-1/+9