| Commit message (Expand) | Author | Age | Files | Lines |
* | .gitlab-ci.yml: added runs under the PKCS#11 trust store in fedoratmp-fix-pkcs11-trust-store | Nikos Mavrogiannopoulos | 2017-04-07 | 1 | -1/+13 |
* | tests: use gnutls_global_init instead of global_init | Nikos Mavrogiannopoulos | 2017-04-07 | 1 | -1/+1 |
* | tests: added checks with certificates that contain invalid time fieldtmp-increase-tests | Nikos Mavrogiannopoulos | 2017-04-07 | 7 | -2/+49 |
* | x509/time: reject invalid dates in local mktime() | Nikos Mavrogiannopoulos | 2017-04-07 | 1 | -0/+4 |
* | certtool: added newline in error message | Nikos Mavrogiannopoulos | 2017-04-07 | 1 | -2/+2 |
* | tests: added basic check for systemkey tool | Nikos Mavrogiannopoulos | 2017-04-07 | 2 | -1/+44 |
* | systemkey: improved error message on unsupported systems | Nikos Mavrogiannopoulos | 2017-04-07 | 1 | -2/+5 |
* | tests: enhanced tofu trustdb checks | Nikos Mavrogiannopoulos | 2017-04-07 | 2 | -3/+42 |
* | tests: do not run pkgconfig test in systems with invalid libidn flags | Nikos Mavrogiannopoulos | 2017-04-07 | 1 | -0/+7 |
* | doc: fixed tpmtool and psktool documentation | Nikos Mavrogiannopoulos | 2017-04-07 | 1 | -2/+5 |
* | doc update | Nikos Mavrogiannopoulos | 2017-04-07 | 1 | -0/+3 |
* | tests: added unit tests for the base64 raw decoding functions | Nikos Mavrogiannopoulos | 2017-04-07 | 2 | -1/+192 |
* | gnutls_pem_base64_decode: allow decoding raw base64 data | Nikos Mavrogiannopoulos | 2017-04-07 | 1 | -1/+16 |
* | x509/output: do not print usage entry when there is none | Nikos Mavrogiannopoulos | 2017-04-07 | 1 | -2/+4 |
* | certtool: improved printing of the key PIN and key ID | Nikos Mavrogiannopoulos | 2017-04-07 | 3 | -3/+24 |
* | .gitlab-ci.yml: fixed freebsd build project restriction | Nikos Mavrogiannopoulos | 2017-04-07 | 1 | -1/+1 |
* | certtool: print the key PIN on private and public keys | Nikos Mavrogiannopoulos | 2017-04-07 | 4 | -22/+23 |
* | gnutls_pem_base64_encode2: do raw base64 when msg is NULL | Nikos Mavrogiannopoulos | 2017-04-07 | 2 | -20/+31 |
* | .gitlab-ci.yml: simplified CI setuptmp-reduce-ci-interactions | Nikos Mavrogiannopoulos | 2017-04-07 | 1 | -35/+19 |
* | fuzz: do not enable the openpgp fuzzer when openpgp is disabledtmp-fix-coverity-issues | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -1/+3 |
* | serv: fixed carriage return stripping in strip() | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -1/+1 |
* | Mark with (void) the remove() function and other unchecked functions | Nikos Mavrogiannopoulos | 2017-04-06 | 8 | -15/+15 |
* | gnutls-cli: fixed minor coverity identified issues | Nikos Mavrogiannopoulos | 2017-04-06 | 2 | -9/+41 |
* | certtool: fixed newline skip code in smime-to-p7 code | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -1/+2 |
* | tests: added unit test for the certtool smime conversion functionality | Nikos Mavrogiannopoulos | 2017-04-06 | 3 | -2/+107 |
* | certtool: fixed minor issues pointed out by coverity | Nikos Mavrogiannopoulos | 2017-04-06 | 3 | -7/+17 |
* | gnutls-cli: better resource management in benchmark cmd | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -5/+7 |
* | is_level_acceptable: ensure issuer is not dereferenced when null | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -4/+6 |
* | certtool: guard the value of tl before gnutls_pkcs7_verify | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -1/+5 |
* | Avoid using ASN1_MAX_NAME_SIZE directly | Nikos Mavrogiannopoulos | 2017-04-06 | 11 | -52/+53 |
* | gnutls_x509_crq_set_challenge_password: don't accept null password | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -1/+1 |
* | Mark with (void) the functions where the returned value is not checked intent... | Nikos Mavrogiannopoulos | 2017-04-06 | 6 | -22/+32 |
* | removed duplicate code | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -3/+0 |
* | handshake/record: mark with comments all expected fall-through switches | Nikos Mavrogiannopoulos | 2017-04-06 | 2 | -34/+41 |
* | gnutlsxx.cpp: fixed misleading indentation issues | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -5/+6 |
* | doc: document intended fallthrough | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -0/+1 |
* | tests: fixed possible buffer overflow to avoid spurious complaints | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -1/+1 |
* | updated auto-generated files | Nikos Mavrogiannopoulos | 2017-04-06 | 3 | -0/+16 |
* | x509.h: added macro for inhibit any policy | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -0/+1 |
* | NEWS: updated | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -0/+4 |
* | doc: documented the inhibit any policy extension | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -2/+6 |
* | tests: added PKCS#12 unit test with AES file | Nikos Mavrogiannopoulos | 2017-04-06 | 3 | -3/+3 |
* | tests: added unit test for inhibit anypolicy generation | Nikos Mavrogiannopoulos | 2017-04-06 | 4 | -1/+215 |
* | supported_exts: inhibit anypolicy is listed as supported | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -2/+6 |
* | certtool: added template option inhibit_anypolicy_skip_certs | Nikos Mavrogiannopoulos | 2017-04-06 | 2 | -0/+17 |
* | x509: output the inhibit anyPolicy value | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -0/+17 |
* | documented the GNUTLS_X509_OID_POLICY_ANY macro | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -0/+2 |
* | x509: added function to set and retrieve inhibit anypolicy extension value | Nikos Mavrogiannopoulos | 2017-04-06 | 4 | -1/+105 |
* | _gnutls_x509_write_uint32: ensure we prepend leading zero when writing | Nikos Mavrogiannopoulos | 2017-04-06 | 1 | -3/+9 |
* | Added helper functions to parse the inhibit anyPolicy X.509 extension | Nikos Mavrogiannopoulos | 2017-04-06 | 6 | -3/+126 |