summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated auto-generated filestmp-inhibit-any-policyNikos Mavrogiannopoulos2017-04-053-0/+16
* x509.h: added macro for inhibit any policyNikos Mavrogiannopoulos2017-04-051-0/+1
* NEWS: updatedNikos Mavrogiannopoulos2017-04-051-0/+4
* doc: documented the inhibit any policy extensionNikos Mavrogiannopoulos2017-04-051-2/+6
* tests: added PKCS#12 unit test with AES fileNikos Mavrogiannopoulos2017-04-053-3/+3
* tests: added unit test for inhibit anypolicy generationNikos Mavrogiannopoulos2017-04-054-1/+215
* supported_exts: inhibit anypolicy is listed as supportedNikos Mavrogiannopoulos2017-04-051-2/+6
* certtool: added template option inhibit_anypolicy_skip_certsNikos Mavrogiannopoulos2017-04-052-0/+17
* x509: output the inhibit anyPolicy valueNikos Mavrogiannopoulos2017-04-051-0/+17
* documented the GNUTLS_X509_OID_POLICY_ANY macroNikos Mavrogiannopoulos2017-04-051-0/+2
* x509: added function to set and retrieve inhibit anypolicy extension valueNikos Mavrogiannopoulos2017-04-054-1/+105
* _gnutls_x509_write_uint32: ensure we prepend leading zero when writingNikos Mavrogiannopoulos2017-04-051-3/+9
* Added helper functions to parse the inhibit anyPolicy X.509 extensionNikos Mavrogiannopoulos2017-04-056-3/+126
* tests: added unit test for PKCS#12 with file that uses PBES1 with no saltNikos Mavrogiannopoulos2017-04-051-1/+1
* mpi: openpgp integer scanning was put into conditionalNikos Mavrogiannopoulos2017-04-053-3/+15
* Moved all openpgp-related variables and definitions into ifdef blocksNikos Mavrogiannopoulos2017-04-052-7/+9
* OpenPGP authentication is disabled by defaultNikos Mavrogiannopoulos2017-04-053-10/+11
* tools: remove outfile when exited on errorNikos Mavrogiannopoulos2017-04-058-375/+439
* certtool: added examples on verifying certificatesNikos Mavrogiannopoulos2017-04-051-3/+17
* certtool: improved documentationNikos Mavrogiannopoulos2017-04-053-30/+66
* tests: added unit test for PKCS#12 with file that uses PBES1 with no salttmp-pkcs12-zero-salt-fixNikos Mavrogiannopoulos2017-04-043-2/+2
* doc updateNikos Mavrogiannopoulos2017-04-041-0/+3
* tests: add unit test for PKCS#12 with file that uses SHA512 for MACNikos Mavrogiannopoulos2017-04-043-2/+2
* pkcs12: increased the maximum salt sizeNikos Mavrogiannopoulos2017-04-041-1/+2
* _gnutls_pkcs12_string_to_key: allow SHA384 and SHA512Nikos Mavrogiannopoulos2017-04-041-28/+38
* PKCS#12: added support for files with zero salt length in MACNikos Mavrogiannopoulos2017-04-042-21/+19
* tests: added unit test for PKCS#12 with file with no salt in MACNikos Mavrogiannopoulos2017-04-043-3/+4
* tests: verify that the encryption OID is printedNikos Mavrogiannopoulos2017-04-044-3/+68
* gnutls_pkcs8_info: return the encryption algorithm OID on failureNikos Mavrogiannopoulos2017-04-043-6/+13
* gnutls_transport_set_pull_timeout_function: doc update [ci skip]Nikos Mavrogiannopoulos2017-04-041-5/+9
* Use NORMAL priority for SSLv23_*_method.Andreas Metzler2017-04-031-2/+2
* .gitlab-ci.yml: renamed dist build to doc-disttmp-reduce-stagesNikos Mavrogiannopoulos2017-04-021-1/+1
* .gitlab-ci.yml: combined minimal and no-tools buildsNikos Mavrogiannopoulos2017-04-021-21/+5
* .gitlab-ci.yml: combined static analyser runsNikos Mavrogiannopoulos2017-04-021-23/+3
* .gitlab-ci.yml: reduced builds and stagesNikos Mavrogiannopoulos2017-04-021-62/+33
* tests: added unit test for gnutls_priority_get_cipher_suite_indexNikos Mavrogiannopoulos2017-04-028-3/+174
* gnutls-cli: eliminate leak on --list optionNikos Mavrogiannopoulos2017-04-011-0/+1
* gnutls_priority_get_cipher_suite_index: fixed returned protocolsNikos Mavrogiannopoulos2017-04-011-5/+23
* tests: Copy template out of ${srcdir}Matt Turner2017-04-011-2/+2
* gnutls_cipher_get_tag_size: document behavior on non-AEAD ciphersNikos Mavrogiannopoulos2017-03-311-0/+3
* doc: make a note that parts of the crypto API are in Core APINikos Mavrogiannopoulos2017-03-311-0/+4
* tests: added checks with problematic PKCS#12 filesNikos Mavrogiannopoulos2017-03-315-2/+69
* gnutls_pkcs8_info: do not free oid on GNUTLS_E_UNKNOWN_CIPHER_TYPENikos Mavrogiannopoulos2017-03-311-1/+5
* doc update [ci skip]Nikos Mavrogiannopoulos2017-03-301-1/+1
* Makefile.am: dropped .clcopying from dist files [ci skip]Nikos Mavrogiannopoulos2017-03-291-1/+1
* Simplified the generation of ChangeLog [ci skip]Nikos Mavrogiannopoulos2017-03-293-12/+3
* tests: added global locks on tls-fuzzer testsNikos Mavrogiannopoulos2017-03-283-0/+13
* cert: ensure that there are no leftovers in certificate msgNikos Mavrogiannopoulos2017-03-281-1/+6
* testsuite: added tlsfuzzer certificate requiring testsNikos Mavrogiannopoulos2017-03-283-1/+113
* alert: return GNUTLS_A_BAD_CERTIFICATE on GNUTLS_E_PK_SIG_VERIFY_FAILEDNikos Mavrogiannopoulos2017-03-281-0/+1