summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fuzz: do not enable the openpgp fuzzer when openpgp is disabledtmp-fix-coverity-issuesNikos Mavrogiannopoulos2017-04-061-1/+3
* serv: fixed carriage return stripping in strip()Nikos Mavrogiannopoulos2017-04-061-1/+1
* Mark with (void) the remove() function and other unchecked functionsNikos Mavrogiannopoulos2017-04-068-15/+15
* gnutls-cli: fixed minor coverity identified issuesNikos Mavrogiannopoulos2017-04-062-9/+41
* certtool: fixed newline skip code in smime-to-p7 codeNikos Mavrogiannopoulos2017-04-061-1/+2
* tests: added unit test for the certtool smime conversion functionalityNikos Mavrogiannopoulos2017-04-063-2/+107
* certtool: fixed minor issues pointed out by coverityNikos Mavrogiannopoulos2017-04-063-7/+17
* gnutls-cli: better resource management in benchmark cmdNikos Mavrogiannopoulos2017-04-061-5/+7
* is_level_acceptable: ensure issuer is not dereferenced when nullNikos Mavrogiannopoulos2017-04-061-4/+6
* certtool: guard the value of tl before gnutls_pkcs7_verifyNikos Mavrogiannopoulos2017-04-061-1/+5
* Avoid using ASN1_MAX_NAME_SIZE directlyNikos Mavrogiannopoulos2017-04-0611-52/+53
* 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