summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-04-12Convert exdata tests to new test frameworkJon Spillett
2017-04-11Added error checking for OBJ_createFrank Morgner
2017-04-12Convert clienthellotest for the new test frameworkMatt Caswell
2017-04-11Convert asynciotest for the new test frameworkMatt Caswell
2017-04-11Convert bad_dtls_test for the new test frameworkMatt Caswell
2017-04-11Fix x_int64.cRichard Levitte
2017-04-11Fix int64 test of t_4bytes_4_negRichard Levitte
2017-04-11Remove ECDH(E) ciphers from SSLv3Todd Short
2017-04-11Additional check to handle BAD SSL_write retryRich Salz
2017-04-11Reject decoding of an INT64 with a value >INT64_MAXMatt Caswell
2017-04-11Update dtlstest to use the test infrastructurePauli
2017-04-11Update md2test to use the test infrastructurePauli
2017-04-10Update rc2test to use the test infrastructurePauli
2017-04-10Make test marcos for true/false checks reliable for all integral types.Pauli
2017-04-10Allow an ALPN callback to pretend to not existBenjamin Kaduk
2017-04-10Fix util/mkdef.plRichard Levitte
2017-04-10Add a note in CHANGESRichard Levitte
2017-04-10Act on deprecation of LONG and ZLONG, step 3Richard Levitte
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte
2017-04-10Act on deprecation of LONG and ZLONG, step 1Richard Levitte
2017-04-10Discourage the use of LONG and ZLONG, and deprecate it in the futureRichard Levitte
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte
2017-04-10rand/rand_lib.c: keep fixing no-engine configuration.Andy Polyakov
2017-04-10asn1/x_long.c: remove conditions in inner loops and dependency on BN.Andy Polyakov
2017-04-08appveyor.yml: split {build,test}_scripts to avoid exit code masking.Andy Polyakov
2017-04-07Use 'over 2' for bullet lists.Rich Salz
2017-04-07Standardize on =over 4 and check for it.Rich Salz
2017-04-07Add missing =backRich Salz
2017-04-07Check for L<foo|foo>Rich Salz
2017-04-07Make default_method mostly compile-time (cont'd)Rich Salz
2017-04-07Make default_method mostly compile-timeRich Salz
2017-04-07Fix rand_lib.c for no-engine configurationRichard Levitte
2017-04-07Fix a test failure when configured without TLSv1.3Matt Caswell
2017-04-07Remove an out of date TODOMatt Caswell
2017-04-07Create an ENDPOINT enum type for use internallyMatt Caswell
2017-04-07Prefix custom extension API callback types with SSL_Matt Caswell
2017-04-07Various style tweaks based on feedbackMatt Caswell
2017-04-07Add documentation for the new custom extensions APIMatt Caswell
2017-04-07Add some tests for the new custom extensions APIMatt Caswell
2017-04-07Implement a new custom extensions APIMatt Caswell
2017-04-07Move the extensions context codes into the public APIMatt Caswell
2017-04-07Move ssl/t1_ext.c to ssl/statem/extensions_cust.cMatt Caswell
2017-04-07Don't try to clean up RAND from ENGINERichard Levitte
2017-04-07Make getting and setting the RAND default method thread safeRichard Levitte
2017-04-06e_os2.h: Refine OSSL_SSIZE definition under UEFI environmentQin Long
2017-04-06Add support for MLOCK_ONFAULT to secure arenaTodd Short
2017-04-06In rand_cleanup_int(), don't go creating a default methodRichard Levitte
2017-04-05Fix test/asn1_encode_test.c, ASN1_LONG_DATA used inappropriatelyRichard Levitte
2017-04-04Configurations/README: reword bn_ops description.Andy Polyakov
2017-04-04Configure: recognize -framework as linker option [on Apple OSes].Andy Polyakov