summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-04-25Fix problem with SCTP close_notify alertsMatt Caswell
2017-04-25Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell
2017-04-25Remove special case code for SCTP reneg handlingMatt Caswell
2017-04-25Ask libssl if we should retry not the socketMatt Caswell
2017-04-25Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell
2017-04-25Add a -sctp option to s_clientMatt Caswell
2017-04-25Add a -sctp option to s_serverMatt Caswell
2017-04-25Add a BIO_lookup_ex() functionMatt Caswell
2017-04-24Fix typo in OPENSSL_LH_new compat APIRich Salz
2017-04-24Avoid using BIO streams in bioprinttest.cRichard Levitte
2017-04-24Adapt all test programsRichard Levitte
2017-04-24VMS: Make sure to include MAIN from static libraries if neededRichard Levitte
2017-04-24Refactor the test framework testutilRichard Levitte
2017-04-24Add CRYPTO_mem_leaks_cbRichard Levitte
2017-04-24Make it possible to build static-only librariesRichard Levitte
2017-04-24check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz
2017-04-24Don't fail the connection in SSLv3 if server selects ECDHEMatt Caswell
2017-04-24Converted the bio_enc tests to use new test framework.Jon Spillett
2017-04-24if log fails, avoid pms getting double freeRich Salz
2017-04-24Typo fix in Configurations/descrip.mms.tmplRichard Levitte
2017-04-24Annotate ASN.1 attributes of the jurisdictionCountryName NIDAlex Gaynor
2017-04-23Port Ben's parallell Makefile hack to VMSRichard Levitte
2017-04-23Port Ben's parallell Makefile hack to WindowsRichard Levitte
2017-04-22Fixed typo in X509_STORE_CTX_new descriptionCamille Guérin
2017-04-21Numbers greater than 1 are usually non-negative.David Benjamin
2017-04-20Add ARIA 32-bit implementationletrhee-nsr
2017-04-20Small primes are primes too.Adam Langley
2017-04-20Ignore dups in X509_STORE_add_*Rich Salz
2017-04-20explicitText encodingMarek Klein
2017-04-20Convert hmactest to new test frameworkRich Salz
2017-04-20fix dh_test.Rich Salz
2017-04-20Fix test/recipes/95-test_external_krb5.tRichard Levitte
2017-04-20VMS: remove name mangling guards around inclusion of internalsRichard Levitte
2017-04-20VMS: Copy DECC inclusion epi- and prologues to internalsRichard Levitte
2017-04-19Change 64-bit time type for windowsJon Spillett
2017-04-19Fix minor compiler issues.Todd Short
2017-04-19Document Next Protocol Negotiation APIsRich Salz
2017-04-18Convert dhtest, dsatest, cipherbytes_testRich Salz
2017-04-18VMS: Fix internals test programsRichard Levitte
2017-04-18VMS: Fix the passing of cflags for things not being installedRichard Levitte
2017-04-18Convert more testsRich Salz
2017-04-18Update more testsRich Salz
2017-04-18Convert more tests to frameworkRich Salz
2017-04-18Convert more testsRich Salz
2017-04-18[extended tests] Enable krb5 tests in TravisRobbie Harwood
2017-04-18Fix formatting of PYCA external test instructionsRobbie Harwood
2017-04-18Update external test README for running krb5Robbie Harwood
2017-04-18Add external krb5 test supportRobbie Harwood
2017-04-18update docs because depth refers only to intermediate certsThiago Arrais
2017-04-17asn1/a_int.c: clean up asn1_get_int64.Andy Polyakov