summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated auto-generated filestmp-priority-set2-removeNikos Mavrogiannopoulos2017-07-253-4/+0
* gnutls-cli: use gnutls_priority_setNikos Mavrogiannopoulos2017-07-251-2/+2
* tests: modified gnutls_priority_set2() tests for gnutls_priority_set()Nikos Mavrogiannopoulos2017-07-252-2/+11
* gnutls_priority_set: use reference countingNikos Mavrogiannopoulos2017-07-255-55/+29
* Introduced atomic.h to simplify handling of atomic integersNikos Mavrogiannopoulos2017-07-252-1/+82
* Revert "Documented use gnutls_priority_set2()."Nikos Mavrogiannopoulos2017-07-258-14/+6
* tlsfuzzer: enabled test-ecdsa-sig-flexibility.pyNikos Mavrogiannopoulos2017-07-242-0/+3
* updated auto-generated filestmp-sha1-deprecationNikos Mavrogiannopoulos2017-07-213-0/+4
* doc updateNikos Mavrogiannopoulos2017-07-211-2/+6
* algorithms/mac: marked RIPEMD160 as insecure for certificatesNikos Mavrogiannopoulos2017-07-211-0/+1
* tests: partially reverted SHA1 broken testsNikos Mavrogiannopoulos2017-07-212-15/+6
* x509/verify: reject SHA1 in signature algorithms for certificate verificationNikos Mavrogiannopoulos2017-07-212-4/+4
* tests: added unit tests for gnutls_sign_is_secure2()Nikos Mavrogiannopoulos2017-07-212-1/+95
* gnutls_sign_is_secure2: introducedNikos Mavrogiannopoulos2017-07-213-4/+28
* _gnutls_digest_is_secure_for_certs: introducedNikos Mavrogiannopoulos2017-07-214-28/+37
* mac: re-organized the hash algorithms tableNikos Mavrogiannopoulos2017-07-211-28/+109
* tests: added reproducer with ed25519 private keyNikos Mavrogiannopoulos2017-07-213-1/+3
* Ensure that public key parameters are initialized on importNikos Mavrogiannopoulos2017-07-213-1/+12
* _decode_pkcs8_eddsa_key: ensure that the key size read matches the curve sizeNikos Mavrogiannopoulos2017-07-211-0/+6
* tlsfuzzer: enabled SNI and other tests from masterNikos Mavrogiannopoulos2017-07-213-3/+20
* tests: updated to reflect the fact that invalid dns names are rejectedNikos Mavrogiannopoulos2017-07-217-66/+31
* server_name: several simplifications of the code baseNikos Mavrogiannopoulos2017-07-213-162/+92
* server_name: be strict in decoding errorsNikos Mavrogiannopoulos2017-07-181-6/+5
* tlsfuzzer: enabled RSA-PSS checks on certificate verifyNikos Mavrogiannopoulos2017-07-181-0/+6
* tlsfuzzer: enabled test-extended-master-secret-extension.pyNikos Mavrogiannopoulos2017-07-183-4/+3
* ext_master_secret: return proper error code on decoding errorNikos Mavrogiannopoulos2017-07-181-1/+1
* gnutls-cli: re-use priorities for both client and server on benchmarksNikos Mavrogiannopoulos2017-07-181-2/+2
* gnutls-cli: re-use priorities when measuring performancetmp-gnutls-benchmark-updateNikos Mavrogiannopoulos2017-07-171-2/+10
* tests: enhanced SSL3.0 openssl detection in testcompat-opensslNikos Mavrogiannopoulos2017-07-171-8/+25
* .gitlab-ci.yml: document that the x86 build is our openssl 1.0.x compat testi...Nikos Mavrogiannopoulos2017-07-171-1/+2
* tests: disable ARCFOUR interop tests if openssl doesn't support the cipherNikos Mavrogiannopoulos2017-07-171-12/+21
* tests: testcompat-openssl: 3DES is explicitly enabled for SSL 3.0Nikos Mavrogiannopoulos2017-07-171-6/+6
* Use gcc's attribute to mark fallthrough statementsNikos Mavrogiannopoulos2017-07-175-2/+46
* configure: do not utilize the -Wno-format-truncation gcc warningNikos Mavrogiannopoulos2017-07-171-0/+1
* .gitlab-ci.yml: switched to fedora 26 for CI buildsNikos Mavrogiannopoulos2017-07-171-1/+1
* tests: introduced tests on public key import-exporttmp-eddsa-after-rsa-pssNikos Mavrogiannopoulos2017-07-172-0/+308
* tests: added sign/verification test using rfc8080 keysNikos Mavrogiannopoulos2017-07-172-1/+145
* tests: verify that a server with an ed25519 key will fail when client does no...Nikos Mavrogiannopoulos2017-07-172-1/+23
* tests: privkey-keygen: added unit test for Ed25519 keysNikos Mavrogiannopoulos2017-07-171-9/+19
* privkey_sign_and_hash_data: in pre-hashed schemes, allow empty hash algorithmNikos Mavrogiannopoulos2017-07-172-4/+12
* tests: added private key parameter verification in key-import-export checksNikos Mavrogiannopoulos2017-07-171-0/+21
* nettle: wrap_nettle_pk_verify_priv_params: verify whether public key matches ...Nikos Mavrogiannopoulos2017-07-171-1/+15
* CONTRIBUTING.md: specified rules on boolean functionsNikos Mavrogiannopoulos2017-07-171-0/+14
* priority: enabled Ed25519 signature by defaultNikos Mavrogiannopoulos2017-07-171-0/+4
* updated auto-generated filesNikos Mavrogiannopoulos2017-07-172-133/+134
* handshake: return better error code on unwanted algorithmNikos Mavrogiannopoulos2017-07-173-3/+4
* tests: added check on Ed25519 chain verificationNikos Mavrogiannopoulos2017-07-173-3/+35
* gnutls-cli: added RSA-PSS signatures in benchmarkNikos Mavrogiannopoulos2017-07-171-12/+54
* doc updateNikos Mavrogiannopoulos2017-07-172-2/+2
* privkey_sign_and_hash_data: added sanity check on param validityNikos Mavrogiannopoulos2017-07-171-0/+3