summaryrefslogtreecommitdiffstats
path: root/apps/client.pem (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-12Fix some doc nitsRich Salz4-5/+15
2017-03-12Fix out-of-memory condition in confMatt Caswell5-4/+61
2017-03-11Handle find-doc-nits script renameRich Salz1-1/+1
2017-03-11Fix many doc L<> errorsRich Salz46-204/+186
2017-03-11UI docs: Rephrase the UI method function return value descriptionRichard Levitte1-19/+4
2017-03-11Fix UI_get0_action_string()Richard Levitte1-1/+1
2017-03-11Document UI_METHOD and UI_STRING, both useful for UI_METHOD creatorsRichard Levitte3-4/+351
2017-03-10Use the callbacks from the SSL object instead of the SSL_CTX objectPauli1-8/+6
2017-03-10Encourage having external tests in multiple test recipesRichard Levitte2-17/+20
2017-03-10Avoid questionable use of the value of a pointerBernd Edlinger1-1/+2
2017-03-10Split test/recipes/03_test_internal.t into individual testsRichard Levitte8-35/+114
2017-03-10Document how to select / deselect test group numbersRichard Levitte1-1/+20
2017-03-10Add HelloRetryRequest text to s_client/s_serverTodd Short1-0/+1
2017-03-10Fix some RSA documentationMatt Caswell2-4/+4
2017-03-10Use the new TLSv1.3 certificate_required alert where appropriateMatt Caswell5-1/+7
2017-03-10Add a test to check that if a PSK extension is not last then we failMatt Caswell3-10/+104
2017-03-10Check that the PSK extension is lastMatt Caswell1-2/+6
2017-03-10Fixup previous merge.Bernd Edlinger1-1/+1
2017-03-10Make it possible to select or deselect test groups by numberRichard Levitte1-0/+3
2017-03-09Make the output of enc -ciphers identical even if run several times in a sess...Pauli1-10/+17
2017-03-09Exit the loop on failureJon Spillett1-1/+1
2017-03-08Add some TLS13 values to s_client/s_serverTodd Short1-4/+10
2017-03-08Limit the output of the enc -ciphers command to just the ciphers enc canPauli2-1/+9
2017-03-08this change will prevent undefined behavior when src and dst are equal (memcp...Roberto Guimaraes1-2/+4
2017-03-08Fix no-compMatt Caswell2-3/+12
2017-03-07Fix the number of tests to skip if TLSv1.3 is disabledMatt Caswell1-1/+1
2017-03-07Add a test for records not on the record boundaryMatt Caswell1-11/+112
2017-03-07Check TLSv1.3 ServerHello, Finished and KeyUpdates are on record boundaryMatt Caswell4-0/+32
2017-03-07Provide a function to test whether we have unread records pendingMatt Caswell3-1/+15
2017-03-07Remove doc reference to non-existant GCM examplePauli1-2/+0
2017-03-07Get pointer type right in BIO_ssl_shutdown()Rich Salz1-8/+9
2017-03-07crypto/x86_64cpuid.pl: move extended feature detection upwards.Andy Polyakov1-8/+10
2017-03-07test: add chacha_internal_test.Andy Polyakov3-0/+199
2017-03-07Increase the password buffer size to APP_PASS_LEN.Pauli1-1/+1
2017-03-06Unix Makefile: Have manual generation use the same perl script as Windows and...Richard Levitte1-89/+9
2017-03-06util/process_docs.pl: make it possible to add a suffix to man docsRichard Levitte1-1/+12
2017-03-06Add a test to check that we correctly handle record overflowsMatt Caswell3-1/+247
2017-03-06Tweak the TLSv1.3 record overflow limitsMatt Caswell2-11/+26
2017-03-06Fix double free in cookie generation.Kurt Roeckx1-0/+1
2017-03-06Remove some duplicate manpage entriesRich Salz2-5/+2
2017-03-06Add documentation on platform specific checksRichard Levitte1-0/+37
2017-03-06Add a platform specific configuration checkerRichard Levitte3-0/+63
2017-03-06Fix an endless loop in rsa_builtin_keygen.Rich Salz2-12/+37
2017-03-06Fix no-ecMatt Caswell1-1/+1
2017-03-06Fix a test failure with no-tls1_1Matt Caswell1-0/+1
2017-03-06Fix no-pskMatt Caswell1-2/+2
2017-03-05Don't call memcmp with a NULL pointerMatt Caswell1-2/+3
2017-03-05Add a test for TLSv1.3 cookiesMatt Caswell2-0/+82
2017-03-05Add basic TLSv1.3 cookie supportMatt Caswell8-0/+65
2017-03-04appveyor.yml: call upon cmd to redirect stderr.Andy Polyakov1-5/+6