summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-01-08Digest string helper function.Dr. Stephen Henson
2017-01-08Support RSA operations in PSS.Dr. Stephen Henson
2017-01-08PSS EVP_PKEY methodDr. Stephen Henson
2017-01-08RSA-PSS key printing.Dr. Stephen Henson
2017-01-08PSS parameter encode and decode.Dr. Stephen Henson
2017-01-08Split PSS parameter creation.Dr. Stephen Henson
2017-01-08Use method key type instead of EVP_PKEY_RSADr. Stephen Henson
2017-01-08PSS ASN.1 methodDr. Stephen Henson
2017-01-08add EVP_PKEY_RSA_PSSDr. Stephen Henson
2017-01-08Add pss field to RSA structure and free it.Dr. Stephen Henson
2017-01-08Cache maskHash parameterDr. Stephen Henson
2017-01-06Update fuzz corporaKurt Roeckx
2017-01-06Make client and server fuzzer reproducibleKurt Roeckx
2017-01-06Make the bignum fuzzer reproducibleKurt Roeckx
2017-01-06Update fuzz documentationKurt Roeckx
2017-01-06Make rand_add predictable when fuzzingKurt Roeckx
2017-01-06server fuzzer: add support for DSA and ECDSAKurt Roeckx
2017-01-06Fix various style issues following feedbackMatt Caswell
2017-01-06Rename the chain variable to chainidxMatt Caswell
2017-01-06Fix a double blank line style issueMatt Caswell
2017-01-06Initialise the al variableMatt Caswell
2017-01-06Update SSL_trace to understand TLSv1.3 CertificatesMatt Caswell
2017-01-06Implement TLSv1.3 style CertificateStatusMatt Caswell
2017-01-06Create Certificate messages in TLS1.3 formatMatt Caswell
2017-01-06Extends extension parsing to take the CertificateMatt Caswell
2017-01-06Extend tls_construct_extensions() to enable passing of a certificateMatt Caswell
2017-01-05Remove BIO_seek/BIO_tell from evp_test.cDr. Stephen Henson
2017-01-04Don't run MSBLOB conversion tests when RSA or DSA are disabledRichard Levitte
2017-01-04Don't run OCSP tests when OCSP is disabledRichard Levitte
2017-01-04Don't build OCSP stuff when OCSP is disabledRichard Levitte
2017-01-04Don't test SRP when it's disabledRichard Levitte
2017-01-04Don't run NPN tests when NPN is disabledRichard Levitte
2017-01-01Add RSA decrypt and OAEP tests.Dr. Stephen Henson
2017-01-01evptests.txt is not a shell scriptDr. Stephen Henson
2016-12-30Don't run the sigalgs tests over a TLSv1.3 connectionMatt Caswell
2016-12-30Provide some tests for the sig algs APIMatt Caswell
2016-12-30Fix the SSL_set1_sigalgs() macroMatt Caswell
2016-12-2970-test_sslvertol.t: skip test 1 and 2 if too few protocols are enabledRichard Levitte
2016-12-2980-test_ssl_new.t: Make 19-mac-then-encrypt.conf work without TLSv1.2Richard Levitte
2016-12-2970-test_sslvertol.t: Make sure to check a max TLS version that matches config...Richard Levitte
2016-12-2970-test_sslmessages.t: Don't check EXT_SIG_ALGS if TLS 1.2 is disabledRichard Levitte
2016-12-29Fix CT test_sslmessages hangsMatt Caswell
2016-12-29Fix compilation with no-ecMatt Caswell
2016-12-29Fix extension for various no- optionsMatt Caswell
2016-12-29Add a test to check the EC point formats extension appears when we expectMatt Caswell
2016-12-29Fix the EC point formats extensionMatt Caswell
2016-12-29replace "will lookup up" by "will look up"Markus Triska
2016-12-25chacha/asm/chacha-x86_64.pl: add AVX512 path optimized for shorter inputs.Andy Polyakov
2016-12-22Fix EVP_MD_meth_get_flagsTodd Short
2016-12-21Travis: The TLS 1.3 code isn't interoperable yet, move it to its own buildRichard Levitte