Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add DTLS support to ssltest and wire up some regress tests. | jsing | 2014-06-21 | 2 | -8/+41 | |
| | | | | ok miod@ | |||||
* | Remove support for the `opaque PRF input' extension, which draft has expired | miod | 2014-06-13 | 1 | -32/+0 | |
| | | | | | | | | 7 years ago and never made it into an RFC. That code wasn't compiled in anyway unless one would define the actual on-the-wire extension id bytes; crank libssl major. With help and enlightenment from Brendan MacDonell. | |||||
* | Build with WARNINGS=Yes and Werror. | miod | 2014-06-01 | 2 | -12/+4 | |
| | ||||||
* | Move ssltest.c to a regress test. | jsing | 2014-05-24 | 7 | -0/+2541 | |
| | ||||||
* | Move the regress tests that are in lib/libssl to usr.sbin/openssl, | jsing | 2014-05-24 | 8 | -245/+0 | |
| | | | | | | | since they are really testing openssl(1) (although this also tests libcrypto and libssl), rather than actual parts of the libssl library. Discussed with miod@ | |||||
* | Remove the ossltests target, these are now all in libcrypto regress | jsg | 2014-04-17 | 1 | -208/+2 | |
| | | | | except sha256t/sha512t which are likely to be removed for license reasons. | |||||
* | adapt to test file moves | jsg | 2014-04-16 | 1 | -63/+50 | |
| | | | | md2test and rsatest targets removed as the files have been removed | |||||
* | don't use non-standard CFLAGS; ok miod@, deraadt@ | naddy | 2010-10-03 | 1 | -2/+2 | |
| | ||||||
* | update for openssl-0.9.8h | djm | 2008-09-06 | 1 | -47/+93 | |
| | ||||||
* | missing blowfish test | mickey | 2003-06-16 | 1 | -4/+4 | |
| | ||||||
* | un-break test; report and test by davidkrause | markus | 2003-05-24 | 1 | -90/+90 | |
| | ||||||
* | remove MDC2; patents | markus | 2002-09-26 | 1 | -7/+1 | |
| | ||||||
* | Rename a bunch of the old bsd.regress.mk variables into the new ones. | avsm | 2002-09-02 | 1 | -3/+3 | |
| | | | | ok art@ | |||||
* | e_os.h is longer installed | markus | 2002-09-01 | 1 | -3/+3 | |
| | ||||||
* | Build and run openssl regress tests in addition to our own. | beck | 2002-05-15 | 1 | -3/+191 | |
| | ||||||
* | Move the enc tests into the Makefile and split them into | art | 2002-01-15 | 2 | -2/+42 | |
| | | | | | several small tests. beck@ ok | |||||
* | Convert to bsd.regress.mk. | art | 2002-01-02 | 1 | -5/+6 | |
| | | | | Not finished yet. | |||||
* | Ancient comment. the RSA patent expired a long time ago. | art | 2002-01-02 | 1 | -3/+1 | |
| | ||||||
* | Generate? Or maybe Degenerate? Definitely not Denerate. | art | 2002-01-02 | 1 | -2/+2 | |
| | ||||||
* | Remove obsolete comment (and a 3 second sleep). | art | 2002-01-02 | 1 | -10/+1 | |
| | ||||||
* | uncomment rsa test; ok millert@ | todd | 2001-02-07 | 1 | -2/+2 | |
| | ||||||
* | $OpenBSD$ | niklas | 2001-01-29 | 7 | -0/+14 | |
| | ||||||
* | ssleay->openssl name change. (Wonder what spinoff projects will name it) | beck | 1999-09-29 | 1 | -0/+0 | |
| | ||||||
* | New minty openssl version | beck | 1999-09-29 | 5 | -12/+12 | |
| | ||||||
* | new minty OpenSSL 0.9.4 version | beck | 1999-09-29 | 1 | -1/+1 | |
| | ||||||
* | Fix up for make regress. Should handle objdir now. | beck | 1999-01-05 | 4 | -7/+12 | |
| | ||||||
* | ssl lib test scripts. Need to be tested so as not to break build process | beck | 1999-01-04 | 8 | -0/+187 | |
before this libssl dir is added to the upper level Makefile. |