summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* certtool: do not ask for password when exporting to PKCS#8 implicitlytmp-rsa-pss-additionNikos Mavrogiannopoulos2017-05-291-1/+6
* updated auto-generated filesNikos Mavrogiannopoulos2017-05-295-168/+289
* doc: mention RSA-PSS-SHA* signature algorithmsNikos Mavrogiannopoulos2017-05-291-1/+2
* certtool: replaced rsa-pss-sign with sign-params optionNikos Mavrogiannopoulos2017-05-293-9/+23
* certtool: better documentation on rsa-pss-signNikos Mavrogiannopoulos2017-05-291-1/+2
* replaced MAX_SIGNATURE_ALGORITHMS macro with MAX_ALGOSNikos Mavrogiannopoulos2017-05-292-4/+3
* tests: added unit test for gnutls_sign_supports_pk_algorithm()Nikos Mavrogiannopoulos2017-05-292-1/+69
* tls-fuzzer: ignore the incomplete RSA-PSS testsNikos Mavrogiannopoulos2017-05-291-1/+4
* tests: verify that generated RSA-PSS keys can be read with certtool -kNikos Mavrogiannopoulos2017-05-291-0/+7
* certtool: use PKCS#8 format for generated RSA-PSS keysNikos Mavrogiannopoulos2017-05-291-0/+5
* doc updateNikos Mavrogiannopoulos2017-05-291-1/+4
* tests: x509sign-verify: include ECDSA and RSA-PSS key testsNikos Mavrogiannopoulos2017-05-291-133/+119
* tlsfuzzer: the test-certificate-verify-malformed check now passesNikos Mavrogiannopoulos2017-05-291-3/+1
* alert: map GNUTLS_E_PK_SIG_VERIFY_FAILED to GNUTLS_A_DECRYPT_ERRORNikos Mavrogiannopoulos2017-05-291-1/+4
* Increased the maximum number of signature algorithmsNikos Mavrogiannopoulos2017-05-291-1/+1
* x509sign-verify: corrected test to perform RSA tests on RSA keysNikos Mavrogiannopoulos2017-05-291-17/+21
* tests: added tests for RSA-PSS key exchange under TLS 1.2Nikos Mavrogiannopoulos2017-05-299-132/+289
* publickey: map RSA ciphersuites to GNUTLS_PK_RSA_PSSNikos Mavrogiannopoulos2017-05-291-0/+2
* Rework KX -> PK mappingsDmitry Eremin-Solenikov2017-05-296-55/+35
* tests: added TLS 1.2 tests with RSA-PSS signatures on RSA certificatesNikos Mavrogiannopoulos2017-05-291-0/+2
* gnutls_privkey_sign_hash: use the GNUTLS_PRIVKEY_SIGN_FLAG_RSA_PSS flagNikos Mavrogiannopoulos2017-05-292-5/+21
* tls-sig: sign with RSA-PSS when requested by negotiated signature algorithmNikos Mavrogiannopoulos2017-05-291-7/+25
* priority: enabled RSA-PSS signatures by defaultNikos Mavrogiannopoulos2017-05-291-0/+14
* ext/signature: accept compatible algorithms with PKNikos Mavrogiannopoulos2017-05-291-2/+1
* gnutls_pubkey_verify_hash2: corrected operation with RSA-PSS keysNikos Mavrogiannopoulos2017-05-293-33/+42
* Introduced gnutls_sign_supports_pk_algorithm()Nikos Mavrogiannopoulos2017-05-293-10/+49
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-2950-189/+2449
* fuzz: added RSA-PSS certificateNikos Mavrogiannopoulos2017-05-291-0/+0
* build: import files from Nettle for RSA-PSSDaiki Ueno2017-05-2912-0/+790
* libtasn1: updated to 4.11Nikos Mavrogiannopoulos2017-05-273-2/+10
* updated auto-generated filesNikos Mavrogiannopoulos2017-05-273-0/+8
* tests: added unit tests for gnutls_de/encode_rs_valueNikos Mavrogiannopoulos2017-05-272-1/+243
* pk: exported gnutls_decode_rs_value() and gnutls_encode_rs_value()Nikos Mavrogiannopoulos2017-05-273-1/+63
* tests: skip x86-specific tests when not in x86tmp-reduce-cycles-in-non-x86Nikos Mavrogiannopoulos2017-05-264-2/+25
* updated auto-generated filestmp-minor-updatesNikos Mavrogiannopoulos2017-05-261-286/+286
* tests: tls-fuzzer: corrected unlocking at tls-fuzzer-cert.shNikos Mavrogiannopoulos2017-05-261-0/+1
* examples: made a comment that getpass() output needs to be sanitizedNikos Mavrogiannopoulos2017-05-261-0/+1
* certtool: avoid printing legacy options in --helpNikos Mavrogiannopoulos2017-05-261-0/+4
* Makefile: improved code coverage extraction from lcov outputNikos Mavrogiannopoulos2017-05-241-1/+1
* configure: warn when building as static library [ci skip]Nikos Mavrogiannopoulos2017-05-241-0/+9
* gnutls_ocsp_status_request_enable_client: removed support for problematic par...Nikos Mavrogiannopoulos2017-05-241-65/+12
* gnutls_ocsp_status_request_enable_client: documented requirements for parametersNikos Mavrogiannopoulos2017-05-241-3/+9
* ext/status_request: Removed the parsing of responder IDs from client extensionNikos Mavrogiannopoulos2017-05-241-52/+16
* ext/status_request: ensure response IDs are properly deinitializedNikos Mavrogiannopoulos2017-05-241-6/+11
* tlsfuzzer: enabled ocsp stapling testNikos Mavrogiannopoulos2017-05-242-0/+3
* tlsfuzzer: updated to latest versionNikos Mavrogiannopoulos2017-05-241-0/+0
* self-tests: limit compatibility API checks to vectors with plaintextNikos Mavrogiannopoulos2017-05-231-3/+1
* tests: on cipher override do not run the compatibility checkstmp-enhance-crypto-self-testsNikos Mavrogiannopoulos2017-05-221-1/+1
* self-tests: introduced flag GNUTLS_SELF_TEST_FLAG_NO_COMPATNikos Mavrogiannopoulos2017-05-222-8/+12
* self-tests: all parameter was replaced by flagsNikos Mavrogiannopoulos2017-05-223-24/+26