summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-30Don't fall back to heapsort() if we would otherwise switch tomillert1-7/+7
2017-05-29Randomize link-order of libcrypto as we do with libc. This libraryderaadt1-1/+2
2017-05-27Also test arrays of double and long long.millert1-142/+421
2017-05-26Synchronise chacha test cases with the referenced draft - this adds ajsing1-23/+23
2017-05-26Avoid a potential NULL pointer dereference in d2i_ECPrivateKey().jsing1-1/+7
2017-05-26Fix gcc warnings triggered by WARNINGS=yes.bluhm1-9/+9
2017-05-25Add definitions for three OIDs used in EV certificates.jsing2-0/+9
2017-05-24Support swapping 32-bit aligned elements on 64-bit platforms.millert1-22/+63
2017-05-22Add timing and test name options.millert1-12/+83
2017-05-22Instead of embedding pre-generated tables from McIlroy's "A Killermillert3-1538/+315
2017-05-21correct a return value testjsg1-1/+1
2017-05-20Document that qsort falls back to heapsort() if the recursion depthmillert1-3/+13
2017-05-20Use David Musser's introsort algorithm to fall back to heapsort(3)millert2-14/+45
2017-05-19Add input targeted at the Bentley and McIrlroy quicksort generatedmillert1-6/+1389
2017-05-18use mergesort instead of heapsort when comparing resultsmillert1-9/+17
2017-05-17Avoid running the "killer" tests multiple times with the samemillert1-10/+19
2017-05-17Add "median of three" killer, as seen in "Introspective Sorting andmillert1-18/+44
2017-05-17Approximate nlgn instead of using libm. The same approximation maymillert2-10/+8
2017-05-17Add "killer" input from "algorithmic complexity attacks and libcmillert1-0/+12
2017-05-17The BSD qsort() performs tail recursion elimination on the secondmillert1-10/+25
2017-05-17There's no need to track the number of errors (and the counter mightmillert1-21/+30
2017-05-17Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"millert3-2/+278
2017-05-16Plug a memory leak. The main_cert needs to be X509_free()ed sinceclaudio1-0/+2
2017-05-16typo: ket -> key.tb1-3/+3
2017-05-15Typo: freezeo -> freezerotb1-3/+3
2017-05-13- fix bug wrt posix_memalign(3) of blocks between half a page and a pageotto2-8/+18
2017-05-11Fix a problem introduced in freezero() conversion and usejsg1-2/+2
2017-05-10Implement nc -W recvlimit to terminate netcat after receiving abluhm2-8/+28
2017-05-08simplify startdate/enddate validationbeck1-27/+5
2017-05-08Print size_t's correctly.beck1-3/+3
2017-05-08BUF_MEM_grow_clean() returns an int, not a size_t. Humourously, on successjsing1-3/+3
2017-05-07Revise cipher suites in regress to match DSS cipher suite removal.jsing1-96/+82
2017-05-07Drop cipher suites with DSS authentication - there is no good reason tojsing1-197/+1
2017-05-07Instead of starting a 'zero-sized' CBB at the size of the first additionjsing1-5/+8
2017-05-07Move state from ssl->internal to the handshake structure.beck15-256/+267
2017-05-07Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoidjsg2-6/+14
2017-05-07Ensure that a client context has been connected before attempting tojsing2-4/+12
2017-05-07Add a (currently failing) call to tls_handshake() on a client context thatjsing1-1/+8
2017-05-07Also test calling tls_handshake() on a server connection context that hasjsing1-1/+7
2017-05-07Return an error if tls_handshake() is called on a TLS context that hasjsing1-1/+6
2017-05-07Add a test that calls tls_handshake() on a connection that has alreadyjsing1-1/+7
2017-05-07An an initial sequencing/ordering test for libtls.jsing1-1/+61
2017-05-06Split TLS client/server handshake and close code into separate functionsjsing1-4/+27
2017-05-06Bring in an SSL_HANDSHAKE structure and commence the great shovellingbeck12-115/+121
2017-05-06Move TLS test code into a function that is called from main, making itjsing2-17/+33
2017-05-06Free tls_configs earlier now that we have refcounting.jsing1-4/+4
2017-05-06Use freezero() for the tls_load_file() failure case, since we'rejsing1-4/+4
2017-05-06BIO_free_all() and EVP_PKEY_free() can be called with NULL.jsing1-5/+3
2017-05-06Add more functions.jsing1-1/+5
2017-05-06Sort/group functions.jsing1-5/+10