aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-18Test that the peers send at most one fatal alertEmilia Kasper4-5/+29
2016-08-18Port multi-buffer testsEmilia Kasper10-31/+648
2016-08-17Fix some doc nits.Rich Salz2-2/+2
2016-08-17Don't try to init dasync internallyRichard Levitte2-16/+2
2016-08-17make updateDr. Stephen Henson1-0/+1
2016-08-17Constify X509_SIG.Dr. Stephen Henson9-47/+69
2016-08-17Small nits and cleanupsFdaSilvaYY4-76/+75
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY17-130/+143
2016-08-17Simplify and add help about OPT_PVK* optionsFdaSilvaYY2-39/+24
2016-08-17Improve error messageFdaSilvaYY1-0/+6
2016-08-17Relocalise some globals variablesFdaSilvaYY3-79/+39
2016-08-17Constify ssl_cert_type()Dr. Stephen Henson2-2/+2
2016-08-17Constify X509_certificate_type()Dr. Stephen Henson2-2/+2
2016-08-17Constify X509_get0_signature()Dr. Stephen Henson5-6/+10
2016-08-17Convert X509* functions to use const gettersDr. Stephen Henson12-21/+24
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell9-20/+23
2016-08-17Make X509_NAME_get0_der() conform to OpenSSL styleMatt Caswell3-6/+6
2016-08-17Corrupt signature in place.Dr. Stephen Henson5-18/+8
2016-08-17Convert OCSP* functions to use const gettersMatt Caswell3-9/+8
2016-08-17Constify private key decode.Dr. Stephen Henson11-20/+20
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson10-32/+32
2016-08-17Constify ASN1_item_unpack().Dr. Stephen Henson2-2/+2
2016-08-17Add missing session id and tlsext_status accessorsRemi Gacogne9-0/+136
2016-08-17dasync is an internal testing engine, so don't install itRichard Levitte2-6/+6
2016-08-17VMS: no ENDIF on one line IF statements, in config.comRichard Levitte1-1/+0
2016-08-16Convert SSL_SESSION* functions to use const gettersMatt Caswell4-4/+4
2016-08-16Convert PKCS8* functions to use const gettersMatt Caswell5-6/+10
2016-08-16Convert TS_STATUS_INFO* functions to use const gettersMatt Caswell2-6/+9
2016-08-16two typo fixesFdaSilvaYY2-2/+2
2016-08-16Fix compilation when using MASM on x86Gergely Nagy1-1/+1
2016-08-16Provide compat macros for SSL_CTX_set_ecdh_auto() and SSL_set_ecdh_auto()Matt Caswell1-0/+2
2016-08-16Ensure we unpad in constant time for read pipeliningMatt Caswell1-3/+9
2016-08-16Corrupt signature earlier.Dr. Stephen Henson2-14/+15
2016-08-16make updateDr. Stephen Henson1-1/+2
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson25-40/+73
2016-08-16Remove duplicate ordinalsRichard Levitte1-3/+0
2016-08-16ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov7-0/+7
2016-08-16Configure: recognize -static as link option and disable incompatible options.Andy Polyakov1-0/+7
2016-08-16test/ssl_test.tmpl: make it work with elderly perl.Andy Polyakov1-5/+5
2016-08-16Fix satsub64be() to unconditionally use 64-bit integersDavid Woodhouse2-68/+21
2016-08-16SSL tests: send some application dataEmilia Kasper5-87/+284
2016-08-16Add a "config" for verbosity and use it with TravisRichard Levitte3-29/+38
2016-08-16Make "make" less verbose in Travis, except for the build only caseRichard Levitte1-4/+9
2016-08-16Limit reads in do_b2i_bio()Dr. Stephen Henson1-0/+7
2016-08-16Check for errors in a2d_ASN1_OBJECT()Dr. Stephen Henson1-2/+6
2016-08-16Check for errors in BN_bn2dec()Dr. Stephen Henson1-1/+7
2016-08-15Avoid truncating the pointer on x32 platform.Tomas Mraz1-5/+9
2016-08-15Add a comment for the added cast with explanation.Tomas Mraz1-0/+4
2016-08-15Fix af_alg engine failure on 32 bit architectures.Tomas Mraz1-1/+1
2016-08-15Remove a stray unneeded line in 70-test_sslrecords.tMatt Caswell1-1/+0