summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove test targets from Makefile, have it use run_tests.plRichard Levitte2015-09-072-376/+6
* Ignore the log filesRichard Levitte2015-09-071-0/+1
* Add recipes for misc other things we want to testRichard Levitte2015-09-079-1/+99
* Add recipes for the larger protocolsRichard Levitte2015-09-075-0/+1423
* Add engine and evp test recipes.Richard Levitte2015-09-073-0/+37
* Add recipes for tests related to certificatesRichard Levitte2015-09-077-0/+185
* Add asymetric cipher test recipesRichard Levitte2015-09-076-0/+132
* Add a helper script for key file format conversion testsRichard Levitte2015-09-071-0/+88
* Add the encryption test recipeRichard Levitte2015-09-071-0/+65
* Add recipes for individual block ciphers, stream ciphers and digestsRichard Levitte2015-09-0718-0/+216
* Add math tests recipesRichard Levitte2015-09-073-0/+185
* Groundwork for a perl based testing frameworkRichard Levitte2015-09-074-0/+538
* PACKETise ServerKeyExchangeMatt Caswell2015-09-071-124/+88
* PACKETise ServerHello processingMatt Caswell2015-09-075-115/+157
* Updates for NumericString supportMatt Caswell2015-09-071-4/+14
* Add NumericString supportDmitry Belyavsky2015-09-072-2/+19
* Fix build break due to rehash commandMatt Caswell2015-09-071-1/+1
* fix build breakage on windowsRich Salz2015-09-061-0/+3
* Fix typo, that broke build on non-unixRich Salz2015-09-061-1/+1
* Add rehash command to opensslTimo Teras2015-09-065-22/+474
* Small fix: make istext staticRichard Levitte2015-09-061-1/+1
* Fix enc so it properly treats BASE64 as textRichard Levitte2015-09-061-8/+16
* Fixup merge conflicts in util/libeay.numRichard Levitte2015-09-061-16/+16
* Change the treatment of stdin and stdout to allow binary dataRichard Levitte2015-09-067-24/+32
* dup_bio_* and bio_open_* are utility functions and belong in apps.cRichard Levitte2015-09-062-151/+158
* Remove warning about use of uninitialised variableRichard Levitte2015-09-061-2/+1
* Have binary mode when the format is binary, not the other way aroundRichard Levitte2015-09-061-3/+3
* Have the test executables output in text modeRichard Levitte2015-09-069-9/+9
* Change the way apps open their input and output filesRichard Levitte2015-09-0636-144/+168
* Make the handling of output and input formats consistentRichard Levitte2015-09-0618-41/+37
* Make the verify_extra test location agnosticRichard Levitte2015-09-062-7/+15
* make updateDr. Stephen Henson2015-09-061-0/+5
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-0611-67/+52
* Replace X509 macros with functionsDr. Stephen Henson2015-09-062-11/+35
* Cleanup testtsa scriptRich Salz2015-09-051-89/+40
* Make TS structures opaque.Rich Salz2015-09-0514-306/+398
* RT3955: Reduce some stack usageRich Salz2015-09-052-25/+43
* In X509_STORE_CTX_init, cleanup on failuremrpre2015-09-051-27/+33
* RT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time checkDavid Woodhouse2015-09-055-3/+19
* Use the shlib wrapper when running nptestAlessandro Ghedini2015-09-051-1/+1
* make X509_REVOKED opaqueDr. Stephen Henson2015-09-052-11/+11
* Supply a build rule for the recently added nptestBenjamin Kaduk2015-09-041-0/+3
* Match SUITEB strings at start of cipher list.Dr. Stephen Henson2015-09-041-5/+6
* Test for NULL ptr == 0Rich Salz2015-09-042-3/+80
* RT3998: Allow scrypt to be disabledRich Salz2015-09-0410-9/+42
* More zalloc nitsRich Salz2015-09-042-2/+1
* Revert "OPENSSL_NO_xxx cleanup: RFC3779"David Woodhouse2015-09-0312-71/+97
* remove 0 assignments.Rich Salz2015-09-0347-469/+78
* Add UEFI flag for rand buildLong, Qin2015-09-031-2/+2
* Win32 build fix: include internal/numbers.h to get UIN32_MAXRichard Levitte2015-09-031-0/+1