summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-01-18additional PSS tests for -1 and invalid salt lengthDr. Stephen Henson
2017-01-18Add support for -1, -2 salt lengths for PSS only keys.Dr. Stephen Henson
2017-01-18Clean dead macros and definesFdaSilvaYY
2017-01-18Clean one unused variable, plus an useless one.FdaSilvaYY
2017-01-18Correct reference to SSL_get_peer_cert_chain().Markus Triska
2017-01-17Fix list -disabled for blake2 algEasySec
2017-01-16Fix man3 reference to CRYPTO_secure_usedxemdetia
2017-01-16Add missing braces.Kurt Roeckx
2017-01-15Fix undefined behaviour when printing the X509 and CRL versionKurt Roeckx
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx
2017-01-15Fix undefined behaviour when printing the X509 serialKurt Roeckx
2017-01-15Add client cert type testsDr. Stephen Henson
2017-01-15Add certificate selection tests.Dr. Stephen Henson
2017-01-15add ECDSA test server certificateDr. Stephen Henson
2017-01-15Add options to check certificate types.Dr. Stephen Henson
2017-01-13Fix "failure rate" bugsRich Salz
2017-01-13Clarify what RUN_ONCE returnsRichard Levitte
2017-01-13Fix no-ocspRichard Levitte
2017-01-13UI: Use RUN_ONCE differentlyRichard Levitte
2017-01-13UI: Ensure there will be no race condition when getting the UI_METHOD ex_dataRichard Levitte
2017-01-12Make X509_Digest,others publicRich Salz
2017-01-12Rename file so "ls" works on 80 columnsRich Salz
2017-01-12Add documentationRich Salz
2017-01-12Add "random malloc failure" toolingRich Salz
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz
2017-01-12Review comments; fail build if nits foundRich Salz
2017-01-12Run find-doc-nits in travisRichard Levitte
2017-01-12UI documentation fixupRichard Levitte
2017-01-12UI: fix uitest for VMSRichard Levitte
2017-01-12UI: fix uitest for no-ui configurationRichard Levitte
2017-01-12Fix no-dh buildsMatt Caswell
2017-01-11Fix compilation with no-nextprotonegMatt Caswell
2017-01-11Add a test "uitest"Richard Levitte
2017-01-11Add a few documentation lines about UI_OpenSSL()Richard Levitte
2017-01-11Document the UI utility functionsRichard Levitte
2017-01-11make updateRichard Levitte
2017-01-11Add a UI utility function with which to wrap pem_callback_cb in a UI_METHODRichard Levitte
2017-01-11Add an application data field in the UI_METHODRichard Levitte
2017-01-11Constify the input parameter to UI_method_get_*Richard Levitte
2017-01-11Enable apps to get a UI_METHOD for the default prompterRichard Levitte
2017-01-10Fix no-ec following sigalgs refactorMatt Caswell
2017-01-10Fix tls1_set_sigalgs() length calculationMatt Caswell
2017-01-10Add some missing sigalgsMatt Caswell
2017-01-10Fix an uninit read picked up by TravisMatt Caswell
2017-01-10Fix a Travis failureMatt Caswell
2017-01-10Add some signature testsMatt Caswell
2017-01-10Teach TLSProxy how to re-encrypt a TLSv1.3 message after changesMatt Caswell
2017-01-10Extend ServerKeyExchange parsing to work with a signatureMatt Caswell
2017-01-10Teach TLSProxy about the CertificateVerify messageMatt Caswell
2017-01-10Teach SSL_trace about the new sigalgsMatt Caswell