| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | avoid using argv[0] for printing to stderr | tb | 2018-07-23 | 1 | -2/+2 |
* | Bob's license was missing, add it. | tb | 2018-07-18 | 1 | -1/+16 |
* | some more style fixes | tb | 2018-07-17 | 1 | -19/+19 |
* | Add missing $OpenBSD$ markers. | tb | 2018-07-17 | 41 | -22/+42 |
* | remove unused, empty file | tb | 2018-07-17 | 1 | -0/+0 |
* | Replace getprogname() to argv[0] in bnaddsub | inoguchi | 2018-07-17 | 1 | -3/+2 |
* | re-commit the removal of the EC_POINTs_mul() regression tests with num > 1 | tb | 2018-07-15 | 1 | -161/+27 |
* | $OpenBSD$ | tb | 2018-07-15 | 1 | -0/+1 |
* | Also revert regression tests so that EC_POINTs_mul() with longer vectors | tb | 2018-07-15 | 1 | -26/+160 |
* | Update EC regression tests. | tb | 2018-07-11 | 1 | -160/+26 |
* | $OpenBSD$ | tb | 2018-07-10 | 2 | -1/+2 |
* | Now that all *_free() functions are NULL safe, we can generate the | tb | 2018-07-10 | 5 | -239/+123 |
* | +addsub | tb | 2018-07-10 | 1 | -1/+2 |
* | Add simple regression tests for BN_{,u}{add,sub}(3). With input from jca | tb | 2018-07-10 | 2 | -0/+248 |
* | This code is already painful enough to look at. Putting the braces at the | tb | 2018-06-16 | 1 | -74/+64 |
* | Link free directory to libcrypto regress test suite. | tb | 2018-05-15 | 1 | -1/+2 |
* | Test DSO_free(NULL). | tb | 2018-05-15 | 1 | -1/+3 |
* | remove _CONF_free_data(). It doesn't belong here. | tb | 2018-05-15 | 1 | -3/+2 |
* | Remove the /* ASN1_item_free */ annotations I added in r1.9 again. | tb | 2018-05-15 | 1 | -113/+113 |
* | Test X509_CRL_METHOD_free(NULL) | tb | 2018-04-23 | 1 | -1/+2 |
* | About half of the listed functions are wrappers of ASN1_item_free(). | tb | 2018-04-23 | 1 | -113/+113 |
* | Add a big pile of *_free() functions which I audited to be NULL-safe. | tb | 2018-04-23 | 1 | -2/+109 |
* | Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior and | tb | 2018-04-14 | 2 | -11/+14 |
* | test X509_NAME_add_entry_by_txt(3); feedback and OK jsing@ | schwarze | 2018-04-07 | 4 | -2/+81 |
* | Add regress test ensuring autoinit stays pledge("stdio") safe. | beck | 2018-03-19 | 3 | -1/+50 |
* | Add more free functions for NULL checks. | jsing | 2018-02-07 | 1 | -16/+67 |
* | Add more functions (based on those used in OpenSSH) to the free NULL test. | jsing | 2018-02-07 | 1 | -1/+19 |
* | Use a test value that fits into a long on both 32-bit and 64-bit | jsing | 2017-12-09 | 1 | -9/+11 |
* | Add regress coverage for ASN1_TYPE_{get,set}_int_octetstring() | jsing | 2017-11-28 | 2 | -2/+147 |
* | Some style(9). | jsing | 2017-08-28 | 1 | -3/+6 |
* | Remove chacha20-poly1305-old regress and test vectors. | jsing | 2017-08-28 | 2 | -627/+0 |
* | fix resource leaks, ok @guenther | bcook | 2017-08-12 | 1 | -3/+7 |
* | Synchronise chacha test cases with the referenced draft - this adds a | jsing | 2017-05-26 | 1 | -23/+23 |
* | Add more functions. | jsing | 2017-05-06 | 1 | -1/+5 |
* | Sort/group functions. | jsing | 2017-05-06 | 1 | -5/+10 |
* | Not much point using a failed variable here. | jsing | 2017-05-06 | 1 | -3/+4 |
* | Bring in HKDF, from BoringSSL, with regress tests modified to be | beck | 2017-05-06 | 3 | -1/+310 |
* | Add regress for free functions that should be safe with NULL | beck | 2017-05-02 | 2 | -0/+63 |
* | whitespace | beck | 2017-04-30 | 1 | -3/+3 |
* | Remove unused rnd_seed variable. Upstream made the same change 4 days ago. | kettenis | 2017-04-16 | 1 | -3/+0 |
* | Use an unsigned loop variable to avoid a comparison between signed | bluhm | 2017-03-06 | 1 | -1/+1 |
* | Ensure MD and key initialized before processing HMAC | inoguchi | 2017-03-03 | 1 | -31/+206 |
* | Add EVP test for MD5-SHA1. | jsing | 2017-03-01 | 1 | -0/+3 |
* | Check return value of every BN_* functions in bntest | inoguchi | 2017-02-23 | 1 | -393/+426 |
* | Remove unused variable in C source to make the test compile and pass. | bluhm | 2017-02-07 | 1 | -1/+0 |
* | LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_mont | inoguchi | 2017-01-31 | 1 | -1/+78 |
* | Add start of a regress for cert gen and validation. not clean, won't | beck | 2017-01-25 | 5 | -0/+394 |
* | link in rsa test | beck | 2017-01-25 | 1 | -1/+2 |
* | Add rsa test from openssl, since it has a license now | beck | 2017-01-25 | 2 | -0/+344 |
* | Make explicit _ct and _nonct versions of bn_mod_exp funcitons that | beck | 2017-01-21 | 5 | -8/+143 |