- 176db6d Use "" not <> for internal/ includes by Rich Salz · 8 years ago
- b99fe5f Remove tests dependence on e_os.h by Pauli · 8 years ago
- 75e2c87 Switch from ossl_rand to DRBG rand by Rich Salz · 8 years ago
- ad88741 Update the test framework so that the need for test_main is removed. Everything by Pauli · 8 years ago
- f367ac2 Use randomness not entropy by Rich Salz · 8 years ago
- 8181377 Fix no-dsa build by Benjamin Kaduk · 8 years ago
- a9c6d22 Adapt all test programs by Richard Levitte · 8 years ago
- 93d0298 Convert dhtest, dsatest, cipherbytes_test by Rich Salz · 8 years ago
- b84e122 Fix the build and tests following constification of DH, DSA, RSA by Matt Caswell · 9 years ago
- 5584f65 Deprecate the flags that switch off constant time by Matt Caswell · 9 years ago
- 440e5d8 Copyright consolidation 02/10 by Rich Salz · 9 years ago
- 6e9fa57 Make DSA_METHOD opaque by Matt Caswell · 9 years ago
- 1258396 Make the DSA structure opaque by Matt Caswell · 9 years ago
- 1fbab1d Remove Netware and OS/2 by Rich Salz · 9 years ago
- 8793f01 Clean up the tests for auto-init/de-init by Matt Caswell · 9 years ago
- 541e956 If memory debugging enabled return error on leaks. by Dr. Stephen Henson · 9 years ago
- 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
- 70c9f1c dsatest: use the correct BIO to print the test error by Marcus Meissner · 9 years ago
- c2e2731 Enable/disable crypto-mdebug just like other features by Viktor Dukhovni · 9 years ago
- bbd86bf mem functions cleanup by Rich Salz · 9 years ago
- 0f81f5f Have the test executables output in text mode by Richard Levitte · 10 years ago
- 23a1d5e free NULL cleanup 7 by Rich Salz · 10 years ago
- dee502b Stop symlinking, move files to intended directory by Richard Levitte · 10 years ago[Renamed from crypto/dsa/dsatest.c]
- ca3a82c free NULL cleanup by Rich Salz · 10 years ago
- d640708 free NULL cleanup by Rich Salz · 10 years ago
- c6ef15c clang on Linux x86_64 complains about unreachable code. by Richard Levitte · 10 years ago
- 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
- 6d23cf9 RT3548: Remove unsupported platforms by Rich Salz · 10 years ago
- 5bafb04 Remove redundant OPENSSL_NO_DEPRECATED suppression by Matt Caswell · 10 years ago
- c0d4390 Implement internally opaque bn access from dsa by Matt Caswell · 10 years ago
- 4c32969 Remove the dual-callback scheme for numeric and pointer thread IDs, by Geoff Thorpe · 17 years ago
- 5f834ab Revert my earlier CRYPTO_THREADID commit, I will commit a reworked by Geoff Thorpe · 17 years ago
- f7ccba3 There was a need to support thread ID types that couldn't be reliably cast by Geoff Thorpe · 17 years ago
- 67b6f1c fix problems found by coverity: remove useless code by Nils Larsch · 19 years ago
- 3eeaab4 make by Nils Larsch · 20 years ago
- 46a6437 Implement fixed-window exponentiation to mitigate hyper-threading by Bodo Möller · 20 years ago
- 4d8743f Netware-specific changes, by Richard Levitte · 21 years ago
- 2aaec9c Update any code that was using deprecated functions so that everything builds by Geoff Thorpe · 21 years ago
- 43eb3b0 We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form by Richard Levitte · 22 years ago
- 3ae7093 Correct a lot of printing calls. Remove extra arguments... by Richard Levitte · 22 years ago
- 751ff1d Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA. by Richard Levitte · 22 years ago
- 66ecdf3 more mingw related cleanups. by Ulf Möller · 22 years ago
- 0b13e9f Add the possibility to build without the ENGINE framework. PR: 287 by Richard Levitte · 22 years ago
- e9224c7 This is a first-cut at improving the callback mechanisms used in by Geoff Thorpe · 22 years ago
- 3dda0dd Some compilers are quite picky about non-void functions that don't return by Richard Levitte · 22 years ago
- 848f735 EXIT() needs to be in a function that returns int. by Richard Levitte · 22 years ago
- 55f78ba Have all tests use EXIT() to exit rather than exit(), since the latter doesn't by Richard Levitte · 22 years ago
- cb78486 This commits changes to various parts of libcrypto required by the recent by Geoff Thorpe · 24 years ago
- 79aa04e Make the necessary changes to work with the recent "ex_data" overhaul. by Geoff Thorpe · 24 years ago
- 10654d3 Forcibly enable memory leak checking during "make test" by Bodo Möller · 24 years ago
- bc36ee6 Use new-style system-id macros everywhere possible. I hope I haven't by Richard Levitte · 24 years ago
- cf1b7d9 Make all configuration macros available for application by making by Richard Levitte · 24 years ago
- 29a28ee Cosmetic changes. by Bodo Möller · 25 years ago
- 82fc1d9 by Dr. Stephen Henson · 25 years ago
- a87030a Make DSA_generate_parameters, and fix a couple of bug by Bodo Möller · 25 years ago
- 38e33ce Document DSA and SHA. by Ulf Möller · 25 years ago
- 7d38820 add "randomness" by Bodo Möller · 25 years ago
- 7987577 Improve support for running everything as a monolithic application. by Bodo Möller · 25 years ago
- 777ab7e Fix memory checking. by Bodo Möller · 26 years ago
- 227cd06 Avoid some memory holes, one of which was pointed out by by Bodo Möller · 26 years ago
- e0f12c4 Avoid some warnings (on silly compilers). by Bodo Möller · 26 years ago
- f5d7a03 New Configure option no-<cipher> (rsa, idea, rc5, ...). by Ulf Möller · 26 years ago
- a9be3af Remove NOPROTO definitions and error code comments. by Ulf Möller · 26 years ago
- ec57782 Change #include filenames from <foo.h> to <openssl.h>. by Bodo Möller · 26 years ago
- 61f5b6f Work with -pedantic! by Ben Laurie · 26 years ago
- 6b691a5 Change functions to ANSI C. by Ulf Möller · 26 years ago
- a8da891 Separate DSA functionality from ASN.1 encoding. by Ulf Möller · 26 years ago
- 58964a4 Import of old SSLeay release: SSLeay 0.9.0b by Ralf S. Engelschall · 26 years ago
- d02b48c Import of old SSLeay release: SSLeay 0.8.1b by Ralf S. Engelschall · 26 years ago