summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gnutls_x509_crq_set_challenge_password: don't accept null passwordNikos Mavrogiannopoulos2017-04-061-1/+1
* Mark with (void) the functions where the returned value is not checked intent...Nikos Mavrogiannopoulos2017-04-066-22/+32
* removed duplicate codeNikos Mavrogiannopoulos2017-04-061-3/+0
* handshake/record: mark with comments all expected fall-through switchesNikos Mavrogiannopoulos2017-04-062-34/+41
* gnutlsxx.cpp: fixed misleading indentation issuesNikos Mavrogiannopoulos2017-04-061-5/+6
* doc: document intended fallthroughNikos Mavrogiannopoulos2017-04-061-0/+1
* tests: fixed possible buffer overflow to avoid spurious complaintsNikos Mavrogiannopoulos2017-04-061-1/+1
* updated auto-generated filesNikos Mavrogiannopoulos2017-04-063-0/+16
* x509.h: added macro for inhibit any policyNikos Mavrogiannopoulos2017-04-061-0/+1
* NEWS: updatedNikos Mavrogiannopoulos2017-04-061-0/+4
* doc: documented the inhibit any policy extensionNikos Mavrogiannopoulos2017-04-061-2/+6
* tests: added PKCS#12 unit test with AES fileNikos Mavrogiannopoulos2017-04-063-3/+3
* tests: added unit test for inhibit anypolicy generationNikos Mavrogiannopoulos2017-04-064-1/+215
* supported_exts: inhibit anypolicy is listed as supportedNikos Mavrogiannopoulos2017-04-061-2/+6
* certtool: added template option inhibit_anypolicy_skip_certsNikos Mavrogiannopoulos2017-04-062-0/+17
* x509: output the inhibit anyPolicy valueNikos Mavrogiannopoulos2017-04-061-0/+17
* documented the GNUTLS_X509_OID_POLICY_ANY macroNikos Mavrogiannopoulos2017-04-061-0/+2
* x509: added function to set and retrieve inhibit anypolicy extension valueNikos Mavrogiannopoulos2017-04-064-1/+105
* _gnutls_x509_write_uint32: ensure we prepend leading zero when writingNikos Mavrogiannopoulos2017-04-061-3/+9
* Added helper functions to parse the inhibit anyPolicy X.509 extensionNikos Mavrogiannopoulos2017-04-066-3/+126
* tests: added unit test for PKCS#12 with file that uses PBES1 with no saltNikos Mavrogiannopoulos2017-04-061-1/+1
* tests: added basic check for system trust storeNikos Mavrogiannopoulos2017-04-062-1/+74
* gnutls_x509_trust_list_add_system_trust: Add macOS keychain supportDavid Caldwell2017-04-063-1/+77
* Rename uint64 to gnutls_uint64 to avoid conflict with macOSDavid Caldwell2017-04-0611-48/+48
* 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