summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-03-13poly1305/asm/poly1305-armv8.pl: ilp32-specific poly1305_init fix.Andy Polyakov
2017-03-13crypto/x86*cpuid.pl: move extended feature detection.Andy Polyakov
2017-03-13Document in CHANGES that config now recognises 64-bit mingwRichard Levitte
2017-03-13Recognise mingw64 in config scriptRichard Levitte
2017-03-12Fix some doc nitsRich Salz
2017-03-12Fix out-of-memory condition in confMatt Caswell
2017-03-11Handle find-doc-nits script renameRich Salz
2017-03-11Fix many doc L<> errorsRich Salz
2017-03-11UI docs: Rephrase the UI method function return value descriptionRichard Levitte
2017-03-11Fix UI_get0_action_string()Richard Levitte
2017-03-11Document UI_METHOD and UI_STRING, both useful for UI_METHOD creatorsRichard Levitte
2017-03-10Use the callbacks from the SSL object instead of the SSL_CTX objectPauli
2017-03-10Encourage having external tests in multiple test recipesRichard Levitte
2017-03-10Avoid questionable use of the value of a pointerBernd Edlinger
2017-03-10Split test/recipes/03_test_internal.t into individual testsRichard Levitte
2017-03-10Document how to select / deselect test group numbersRichard Levitte
2017-03-10Add HelloRetryRequest text to s_client/s_serverTodd Short
2017-03-10Fix some RSA documentationMatt Caswell
2017-03-10Use the new TLSv1.3 certificate_required alert where appropriateMatt Caswell
2017-03-10Add a test to check that if a PSK extension is not last then we failMatt Caswell
2017-03-10Check that the PSK extension is lastMatt Caswell
2017-03-10Fixup previous merge.Bernd Edlinger
2017-03-10Make it possible to select or deselect test groups by numberRichard Levitte
2017-03-09Make the output of enc -ciphers identical even if run several times in a sess...Pauli
2017-03-09Exit the loop on failureJon Spillett
2017-03-08Add some TLS13 values to s_client/s_serverTodd Short
2017-03-08Limit the output of the enc -ciphers command to just the ciphers enc canPauli
2017-03-08this change will prevent undefined behavior when src and dst are equal (memcp...Roberto Guimaraes
2017-03-08Fix no-compMatt Caswell
2017-03-07Fix the number of tests to skip if TLSv1.3 is disabledMatt Caswell
2017-03-07Add a test for records not on the record boundaryMatt Caswell
2017-03-07Check TLSv1.3 ServerHello, Finished and KeyUpdates are on record boundaryMatt Caswell
2017-03-07Provide a function to test whether we have unread records pendingMatt Caswell
2017-03-07Remove doc reference to non-existant GCM examplePauli
2017-03-07Get pointer type right in BIO_ssl_shutdown()Rich Salz
2017-03-07crypto/x86_64cpuid.pl: move extended feature detection upwards.Andy Polyakov
2017-03-07test: add chacha_internal_test.Andy Polyakov
2017-03-07Increase the password buffer size to APP_PASS_LEN.Pauli
2017-03-06Unix Makefile: Have manual generation use the same perl script as Windows and...Richard Levitte
2017-03-06util/process_docs.pl: make it possible to add a suffix to man docsRichard Levitte
2017-03-06Add a test to check that we correctly handle record overflowsMatt Caswell
2017-03-06Tweak the TLSv1.3 record overflow limitsMatt Caswell
2017-03-06Fix double free in cookie generation.Kurt Roeckx
2017-03-06Remove some duplicate manpage entriesRich Salz
2017-03-06Add documentation on platform specific checksRichard Levitte
2017-03-06Add a platform specific configuration checkerRichard Levitte
2017-03-06Fix an endless loop in rsa_builtin_keygen.Rich Salz
2017-03-06Fix no-ecMatt Caswell
2017-03-06Fix a test failure with no-tls1_1Matt Caswell
2017-03-06Fix no-pskMatt Caswell