summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc updatearbitrary-extsNikos Mavrogiannopoulos2016-07-131-1/+5
* tests: added basic testing of gnutls_x509_crq_set_extension_by_oid()Nikos Mavrogiannopoulos2016-07-131-0/+43
* tests: added checks on certificate and request generation with arbitrary exte...Nikos Mavrogiannopoulos2016-07-135-2/+192
* certtool: added options to set arbitrary extensions to certificates and requestsNikos Mavrogiannopoulos2016-07-134-0/+100
* added gnutls_x509_crq_set_extension_by_oid()Nikos Mavrogiannopoulos2016-07-134-1/+51
* doc: mention the need of libtasn1-tools in Fedora based systems [ci skip]Nikos Mavrogiannopoulos2016-07-131-1/+1
* doc update [ci skip]Nikos Mavrogiannopoulos2016-07-131-0/+10
* doc: mention libcmocka dependencyNikos Mavrogiannopoulos2016-07-131-2/+2
* tests: added unit testing for DTLS sliding window implementationNikos Mavrogiannopoulos2016-07-133-0/+505
* dtls: imported Fridolin's DTLS sliding window implementationNikos Mavrogiannopoulos2016-07-138-176/+122
* dtls: moved DTLS window handling to separate fileNikos Mavrogiannopoulos2016-07-123-124/+160
* ex-client-x509: removed unused call to gnutls_session_set_ptr()Nikos Mavrogiannopoulos2016-07-121-2/+0
* libtasn1: updated to allow large OIDs to be used even on 32-bit systemsNikos Mavrogiannopoulos2016-07-125-7/+14
* doc: updated contribution guideNikos Mavrogiannopoulos2016-07-111-10/+10
* doc: updated contribution guideNikos Mavrogiannopoulos2016-07-111-21/+21
* tests: link the resume tests to gnulib due to their missing memmem()Nikos Mavrogiannopoulos2016-07-111-0/+4
* NEWS: corrected release date [ci skip]Nikos Mavrogiannopoulos2016-07-081-1/+1
* .gitlab-ci.yml: keep the artifacts on failureNikos Mavrogiannopoulos2016-07-071-1/+46
* write_nss_key_log: write the premaster secret while it is still validNikos Mavrogiannopoulos2016-07-071-2/+2
* updated libtasn1Nikos Mavrogiannopoulos2016-07-071-1/+1
* released 3.5.2gnutls_3_5_2Nikos Mavrogiannopoulos2016-07-061-1/+4
* cfg.mk: reduced the generated changelog sizeNikos Mavrogiannopoulos2016-07-051-1/+1
* bumped versionNikos Mavrogiannopoulos2016-07-052-2/+2
* tests: ignore any memory leaks from libcryptoNikos Mavrogiannopoulos2016-07-052-1/+3
* doc updateNikos Mavrogiannopoulos2016-07-051-0/+3
* asm: updated openssl and the asm sources for AES-GCM from openssl 1.0.2hNikos Mavrogiannopoulos2016-07-0528-3655/+11077
* tests: when testing with openssl disallow any CPU optimizationsNikos Mavrogiannopoulos2016-07-051-0/+1
* tests: added openssl compatibility tests for AES-GCM cipherNikos Mavrogiannopoulos2016-07-058-7/+191
* dane: corrected the license of libdane filesNikos Mavrogiannopoulos2016-07-052-2/+2
* tests: ignore leaks due to p11-kit in test suiteNikos Mavrogiannopoulos2016-07-042-1/+3
* tests: added check to ensure that pkcs11 objects will be reopened on forkNikos Mavrogiannopoulos2016-07-044-2/+206
* pkcs11: on object import always check for a support public key algorithmNikos Mavrogiannopoulos2016-07-041-6/+8
* gnutls_aead_cipher_decrypt: corrected the return value of ptext_lenNikos Mavrogiannopoulos2016-07-012-2/+2
* doc updateNikos Mavrogiannopoulos2016-06-301-0/+3
* configure: check for libdl irrespective of FIPS140 configurationNikos Mavrogiannopoulos2016-06-301-1/+2
* tests: account pkcs11/pkcs11-mock-ext.h in MakefileNikos Mavrogiannopoulos2016-06-301-1/+1
* tests: link pkcs11-import-url-privkey with libdlNikos Mavrogiannopoulos2016-06-301-0/+1
* more files to ignoreNikos Mavrogiannopoulos2016-06-301-0/+12
* tests: avoid compiler warning from pkcs11-pubkey-importNikos Mavrogiannopoulos2016-06-301-1/+1
* tests: added check to verify the tolerance of broken C_GetAttributesNikos Mavrogiannopoulos2016-06-304-2/+170
* pkcs11_get_attribute_avalue: correctly handle a -1 value length from C_GetAtt...Nikos Mavrogiannopoulos2016-06-301-0/+6
* pkcs11_get_attribute_avalue: do not assign values on failureNikos Mavrogiannopoulos2016-06-291-0/+1
* tests: use datefudge in name-constraints testNikos Mavrogiannopoulos2016-06-291-1/+6
* tests: link libpkcs11mock1 with gnulibip-name-constraintsNikos Mavrogiannopoulos2016-06-281-0/+1
* p11tool: do not return from void functionsNikos Mavrogiannopoulos2016-06-281-2/+2
* doc: mention the boolean functions in the gnutls APINikos Mavrogiannopoulos2016-06-241-6/+9
* tests: removed remainders of pkcs11 tests from suite/Nikos Mavrogiannopoulos2016-06-241-1/+1
* gnutls_pkcs11_crt_is_known: changed to unsigned typeNikos Mavrogiannopoulos2016-06-242-2/+2
* tests: pkcs11-is-known: check that no flags enforce compareNikos Mavrogiannopoulos2016-06-231-4/+21
* gnutls_pkcs11_crt_is_known: always assume GNUTLS_PKCS11_OBJ_FLAG_COMPARE unle...Nikos Mavrogiannopoulos2016-06-231-3/+3