| Age | Commit message (Expand) | Author |
| 2021-12-05 | s/rouine/routine/ | msaitoh |
| 2020-04-11 | Double the timeout for the bn test case; 360 seconds is no longer | gson |
| 2019-12-03 | Add HMAC-SHA-{256,384,512} test cases. | hikaru |
| 2019-06-16 | The runtime of the ecdsa test case increased approximately sixfold | gson |
| 2019-03-27 | Timeout for evp test case is still not enough for qemu/sparc | gson |
| 2018-09-29 | A timeout of 480 seconds is not enough for the t_pubkey:ec test case | gson |
| 2018-09-29 | The default timeout of 300 seconds is not enough for the t_ciphers:evp | gson |
| 2018-09-28 | Force libcrypto to be loaded after libcryptotest for the benefit of sun2 | christos |
| 2018-09-24 | Remove tests that don't exist anymore in OpenSSL-1.1.1 (We should add the | christos |
| 2018-09-23 | Merge openssl-1.1.1 | christos |
| 2018-02-22 | PR lib/53044: remove tests not provided by OpenSSL 1.1.x | martin |
| 2018-02-09 | put .PATH after the variable is defined. | christos |
| 2018-02-08 | fix 1.0 build; thanks ODE make. | christos |
| 2018-02-08 | include the right test directory for the right openssl version | christos |
| 2018-02-08 | adjust tests for 1.1 | christos |
| 2017-06-14 | constify more to avoid gcc stupidity. | christos |
| 2017-06-13 | Avoid variable lenght buffers to help the stack protector (hopefully no | martin |
| 2017-06-09 | add tests of ioctl for /dev/crypto | knakahara |
| 2017-05-21 | Remove MKCRYPTO option. | riastradh |
| 2017-05-21 | Remove MKCRYPTO_RC5. Unconditionally include RC5 in libcrypto.so. | riastradh |
| 2017-04-17 | add opencrypto atf for CRYPTO_3DES_CBC and CRYPTO_AES_CBC(=CRYPTO_RIJNDAEL128... | knakahara |
| 2016-10-14 | periphereal updates and generated files for the new openssl. | spz |
| 2016-10-13 | Bump timeouts so they work on a 32bit sparc (poor Krups) | martin |
| 2015-12-26 | For the skipped ARC4 test, don't bother trying to run the test clean-up | pgoyette |
| 2015-03-16 | correct test name | prlw1 |
| 2014-01-19 | Sprinkle in some UNCONST() | pgoyette |
| 2014-01-18 | Include more of the test cases from RFC 1321. | pgoyette |
| 2014-01-18 | Remove some debugging code. | pgoyette |
| 2014-01-18 | Free each crypto(4) session when we're done with it. (A new session | pgoyette |
| 2014-01-18 | Fix verification to use correct buffer. | pgoyette |
| 2014-01-18 | Add the test cases for sha1_hmac | pgoyette |
| 2014-01-18 | Needs some unconst. | joerg |
| 2014-01-17 | Additional tests for SHA1_HMAC (with test cases from RFC2202) | pgoyette |
| 2014-01-17 | Add additional test cases from RFC2202 | pgoyette |
| 2014-01-17 | Use RFC 3713 vector, add comment to identify the source | pgoyette |
| 2014-01-17 | Reenable h_null (NULL_CBC) test. It works if we correctly pass a NULL iv. | pgoyette |
| 2014-01-17 | Clean up the helper programs. Remove the code to print the results, and | pgoyette |
| 2014-01-17 | Disable the arc4 and null_cbc tests for now. The swcrypto driver does | pgoyette |
| 2014-01-16 | Use __arraycount and size_t as the format strings are wrong anyway. | joerg |
| 2014-01-16 | Since sizeof() is unsigned, use an unsigned int for the loop index. | pgoyette |
| 2014-01-16 | Include all of the examples from RFC3566 | pgoyette |
| 2014-01-15 | Remove bogus TESTSDIR | martin |
| 2014-01-14 | Descend into new opencrypto test suite | pgoyette |
| 2014-01-14 | Add some trivial tests for the in-kernel opencrypto framework, and link | pgoyette |
| 2012-07-14 | more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and | spz |
| 2012-07-14 | MKCRYPTO_{IDEA,MDC2} is no more | christos |
| 2011-10-22 | fix a build issue with MKCRYPTO=no. | mrg |
| 2011-07-05 | give the idea, rc5 and mdc2 checks a chance of working if they are defined | spz |
| 2011-06-12 | Fix patented algo compilation | christos |
| 2011-06-11 | Turn warns on for all tests and fix all the bugs. | christos |