summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added gnutls_x509_crt_set_issuer_unique_id() and ↵Nikos Mavrogiannopoulos2015-11-123-4/+98
| | | | gnutls_x509_crt_set_subject_unique_id()
* properly indent unique IDsNikos Mavrogiannopoulos2015-11-121-2/+2
|
* tests: added check with the various X.509 key exchangesNikos Mavrogiannopoulos2015-11-122-1/+273
|
* tests: check rehandshake from anon to DHENikos Mavrogiannopoulos2015-11-121-5/+13
|
* documented the GNUTLS_NO_EXPLICIT_INIT environment variableNikos Mavrogiannopoulos2015-11-111-1/+1
|
* crypto-api: doc updateNikos Mavrogiannopoulos2015-11-111-2/+6
|
* Allow switching a ciphersuite to DHE and ECDHE on a rehandshakeNikos Mavrogiannopoulos2015-11-112-2/+2
|
* tests: added check for ciphersuite switch from anonymous to certificateNikos Mavrogiannopoulos2015-11-113-3/+297
|
* .gitlab-ci.yml: disable guile in asan buildsNikos Mavrogiannopoulos2015-11-101-1/+1
|
* tests: suite: don't run shell scripts with valgrindNikos Mavrogiannopoulos2015-11-104-5/+7
|
* tests: testsrn: output errors on stderrNikos Mavrogiannopoulos2015-11-101-15/+16
|
* deinitialize all handshake keys when handshake is overNikos Mavrogiannopoulos2015-11-101-24/+28
|
* testdane: improved error detection in sitesNikos Mavrogiannopoulos2015-11-091-3/+13
|
* tests: suite: eliminate many leaks in the tests and run them under valgrindNikos Mavrogiannopoulos2015-11-096-34/+339
|
* certtool: eliminate leaks in _verify_x509_mem()Nikos Mavrogiannopoulos2015-11-091-1/+3
|
* tests: openpgp-certs: use valgrindNikos Mavrogiannopoulos2015-11-093-7/+28
|
* openpgp: eliminate leaks in gnutls_openpgp_keyring_import()Nikos Mavrogiannopoulos2015-11-091-0/+8
|
* tests: eliminate leaks in mini-eagain2.cNikos Mavrogiannopoulos2015-11-091-0/+3
|
* certtool: eliminate memory leaks in certificate generationNikos Mavrogiannopoulos2015-11-091-0/+2
|
* tests: key-tests: use valgrindNikos Mavrogiannopoulos2015-11-094-16/+45
|
* gnutls_x509_crt_set_pubkey: clarify usageNikos Mavrogiannopoulos2015-11-091-1/+1
|
* pkcs12: correctly set salt size in gnutls_pkcs12_mac_infoNikos Mavrogiannopoulos2015-11-092-4/+6
| | | | Also eliminate leaks in PKCS #12 parsing.
* tests: run the PKCS #12 tests under valgrindNikos Mavrogiannopoulos2015-11-093-18/+295
|
* certtool: make sure that pkcs12 structures are deinitializedNikos Mavrogiannopoulos2015-11-091-1/+13
|
* tests: provable-privkey: fixed DSA test on FIPS140 enabled systemsNikos Mavrogiannopoulos2015-11-093-3/+140
|
* nettle: be more specific in seed size mismatchesNikos Mavrogiannopoulos2015-11-092-3/+3
|
* crypto-backend: ensure there are no leaks on deinitializationNikos Mavrogiannopoulos2015-11-091-5/+13
|
* Require TLS 1.2 for all the ciphersuites which are defined for it onlyNikos Mavrogiannopoulos2015-11-093-99/+99
| | | | This solves an interoperability issue with openssl. Reported by Viktor Dukhovni.
* p11tool: introduced --only-urls optionNikos Mavrogiannopoulos2015-11-084-1/+20
| | | | This option allows printing a compact listing containing only of URLs.
* Modified the CHACHA20 cipher to conform to draft-ietf-tls-chacha20-poly1305-02Nikos Mavrogiannopoulos2015-11-076-82/+87
|
* .gitlab-ci.yml: use static libasanNikos Mavrogiannopoulos2015-11-061-2/+2
| | | | This prevents issues with tests which use LD_PRELOAD.
* .gitlab-ci.yml: disable non-suiteb curves on build on Fedora systemNikos Mavrogiannopoulos2015-11-061-2/+2
|
* tools: better ftp auth tls negotiationNikos Mavrogiannopoulos2015-11-051-7/+7
|
* tests: added check for gnutls_priority_set_defaultNikos Mavrogiannopoulos2015-11-042-1/+294
|
* tools: only check for status code in FTP starttls negotiationNikos Mavrogiannopoulos2015-11-031-1/+1
|
* tools: print more info in starttls negotiation when --verbose is givenNikos Mavrogiannopoulos2015-11-031-25/+34
|
* gnutls.pc: don't use the libtool version of the link optionsNikos Mavrogiannopoulos2015-11-031-1/+1
| | | | | Reported by Dan Kegel. Resolves #49
* tests: simplified mini-dtls-hello-verify-48Nikos Mavrogiannopoulos2015-11-011-37/+13
|
* tests: added check for blocking on invalid DTLS cookieNikos Mavrogiannopoulos2015-10-302-1/+338
| | | | Relates to #48
* removed inacurate textNikos Mavrogiannopoulos2015-10-291-3/+0
|
* doc updateNikos Mavrogiannopoulos2015-10-231-2/+2
|
* doc updateNikos Mavrogiannopoulos2015-10-231-0/+4
|
* doc updateNikos Mavrogiannopoulos2015-10-231-2/+3
|
* doc: document the sign function requirements in gnutls_privkey_import_extNikos Mavrogiannopoulos2015-10-221-0/+5
|
* Mention key protection through isolation in crypto backend sectionNikos Mavrogiannopoulos2015-10-211-0/+7
|
* doc: updated supplemental data documentationNikos Mavrogiannopoulos2015-10-213-3/+31
|
* tests: testdane will not check hosts which are unreachableNikos Mavrogiannopoulos2015-10-211-18/+28
|
* Documentation updateAndreas Metzler2015-10-212-4/+4
| | | | | The new simple verification functions were backported to 3.4.6, correct "Since:" to reflect this.
* doc: documented future levelNikos Mavrogiannopoulos2015-10-201-1/+7
|
* pkcs11.h: relocated gnutls_pkcs11_copy_pubkey to allow discovery by buggy ↵Nikos Mavrogiannopoulos2015-10-201-3/+3
| | | | doc scripts