summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tlsfuzzer: enabled EC tests for x25519tmp-def-ec-after-rfc7919Nikos Mavrogiannopoulos2017-08-021-0/+9
* tlsfuzzer: enabled test for ECDHE without the supported groups/EC extensionNikos Mavrogiannopoulos2017-08-022-3/+1
* Set a default supported curveNikos Mavrogiannopoulos2017-08-022-4/+16
* tlsfuzzer: removed duplicate teststmp-rfc7919-after-eddsaNikos Mavrogiannopoulos2017-08-021-3/+0
* tlsfuzzer: fixed comment fieldsNikos Mavrogiannopoulos2017-08-021-3/+3
* doc updateNikos Mavrogiannopoulos2017-08-021-2/+6
* updated auto-generated filesNikos Mavrogiannopoulos2017-08-023-0/+21
* gnutls-cli: use FFDHE3072 parameters for benchmarkingNikos Mavrogiannopoulos2017-08-021-54/+2
* _gnutls_figure_dh_params: do not use have_ffdhe flagNikos Mavrogiannopoulos2017-08-022-3/+8
* tests: added unit test for group listings in priority structureNikos Mavrogiannopoulos2017-08-022-1/+116
* tests: updated cipher-listings.sh for the new groups listingNikos Mavrogiannopoulos2017-08-021-1/+1
* doc: documented the use of RFC7919 and groupsNikos Mavrogiannopoulos2017-08-021-19/+24
* tlsfuzzer: enabled RFC7919 FFDHE testsNikos Mavrogiannopoulos2017-08-023-0/+11
* tests: enhanced server key exchange tests with explicit DH param settingNikos Mavrogiannopoulos2017-08-022-4/+59
* tests: updated for post-RFC7919 behavior of libraryNikos Mavrogiannopoulos2017-08-024-28/+28
* tests: added RFC7919 FFDHE unit testsNikos Mavrogiannopoulos2017-08-022-1/+355
* cli,serv: do not print any information on compressionNikos Mavrogiannopoulos2017-08-021-9/+0
* cli,serv: no longer print parameters when FFDHE groups are usedNikos Mavrogiannopoulos2017-08-021-0/+7
* gnutls-cli: print the supported groups instead of curvesNikos Mavrogiannopoulos2017-08-021-7/+7
* gnutls_priority_ecc_curve_list: avoid including groups into elliptic curves listNikos Mavrogiannopoulos2017-08-021-0/+13
* handshake: moved group negotiation after ciphersuite selectionNikos Mavrogiannopoulos2017-08-024-33/+48
* security_parameters: ease access to group information by keeping pointer to itNikos Mavrogiannopoulos2017-08-0213-51/+54
* security_parameters: simplified contents by keeping pointer to cipher_suite_e...Nikos Mavrogiannopoulos2017-08-0213-114/+54
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-0135-590/+943
* updated auto-generated filesNikos 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