summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* gnutls-cli: added benchmark on X25519-Ed25519 key exchangeNikos Mavrogiannopoulos2017-07-171-13/+49
* tests: pkcs7: added ed25519 basic signing and verification checksNikos Mavrogiannopoulos2017-07-177-3/+169
* privkey_sign_and_hash_data: handle prehashed signaturesNikos Mavrogiannopoulos2017-07-172-6/+9
* pkcs7: improved syntax in if-clauseNikos Mavrogiannopoulos2017-07-171-1/+1
* tests: enhanced OID tests for Ed25519 OIDsNikos Mavrogiannopoulos2017-07-171-0/+3
* tests: key-import-export: added Ed25519 key import/export checksNikos Mavrogiannopoulos2017-07-171-4/+117
* doc updateNikos Mavrogiannopoulos2017-07-171-0/+3
* tests: replaced rsa-pss/eddsa certtool options with --key-typeNikos Mavrogiannopoulos2017-07-174-10/+10
* certtool: introduced the --key-type optionNikos Mavrogiannopoulos2017-07-172-18/+35
* Renamed GNUTLS_PK_ECDHX to GNUTLS_PK_ECDH_X25519Nikos Mavrogiannopoulos2017-07-178-14/+15
* tests: parse and interpret an EdDSA public keyNikos Mavrogiannopoulos2017-07-173-2/+35
* tests: added TLS handshake test with EdDSA25519 certificatesNikos Mavrogiannopoulos2017-07-172-2/+10
* Allowed Ed25519 signing in TLS handshakesNikos Mavrogiannopoulos2017-07-171-0/+1
* tests: added tests on EdDSA signature validation using the sign/verify_data APIsNikos Mavrogiannopoulos2017-07-175-2/+38
* tests: Added unit test on EdDSA key parsingNikos Mavrogiannopoulos2017-07-174-3/+96
* tests: added Ed25519 key and certificate generation testsNikos Mavrogiannopoulos2017-07-173-2/+158
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-1731-202/+757
* parse_pem_cert_mem: fixed issue resulting to accessing past the input dataNikos Mavrogiannopoulos2017-07-171-1/+3
* supported_exts.h: make sure that the generated function is staticNikos Mavrogiannopoulos2017-07-171-1/+1
* tlsfuzzer: enabled chacha20 testsNikos Mavrogiannopoulos2017-07-131-0/+1
* updated tlsfuzzertmp-tls1.3-backportsNikos Mavrogiannopoulos2017-07-131-0/+0
* tests: csr-invalid.der: modify the SPKI OID to use SECP384R1Nikos Mavrogiannopoulos2017-07-131-0/+0
* x509/output: do not attempt to print the key ID on unknown SPKI algorithmsNikos Mavrogiannopoulos2017-07-131-6/+15
* .gitlab-ci.yml: corrected location of artifacts in aarch64 buildNikos Mavrogiannopoulos2017-07-131-3/+4
* tests: certtool-rsa-pss: use unique temp filesNikos Mavrogiannopoulos2017-07-131-2/+2
* updated auto-generated filesNikos Mavrogiannopoulos2017-07-132-200/+232
* _gnutls_buffer_append_data_prefix: cleanupNikos Mavrogiannopoulos2017-07-131-6/+5
* .gitlab-ci.yml: removed unnecessary options from minimal buildNikos Mavrogiannopoulos2017-07-131-3/+4
* pubkey: print the failed signature algorithm when verification failsNikos Mavrogiannopoulos2017-07-131-0/+1
* gnutls-cli: added option to allow verification with broken algorithmsNikos Mavrogiannopoulos2017-07-132-0/+13
* tls sessions will not fail of insecure algorithms which are explicitly enabledNikos Mavrogiannopoulos2017-07-131-2/+8
* tests: mini-record-2: made more robustNikos Mavrogiannopoulos2017-07-131-14/+15
* tests: mini-record: made more robustNikos Mavrogiannopoulos2017-07-131-62/+19
* record: reject 0-byte long ciphertextNikos Mavrogiannopoulos2017-07-131-1/+4
* record: added sanity checking in the record layer version copyNikos Mavrogiannopoulos2017-07-132-6/+18