| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | unhook ocsp test from the default since it currently requires network access and | beck | 2017-01-18 | 1 | -2/+1 |
* | Update libcrypto regress to handle header and non-exported symbol changes. | jsing | 2016-12-21 | 4 | -4/+10 |
* | Add regress for X25519, converted from BoringSSL. | jsing | 2016-11-05 | 3 | -1/+150 |
* | Set PROG so that the binary correctly gets recompiled when the libraries | miod | 2016-11-05 | 1 | -11/+5 |
* | Move pqueue regress from libcrypto to libssl, since that's where the pqueue | jsing | 2016-11-04 | 4 | -140/+1 |
* | import new BN tests from OpenSSL | bcook | 2016-09-03 | 2 | -167/+434 |
* | Make this regress build again | beck | 2016-09-02 | 2 | -4/+4 |
* | add ca cert error check and make the path configurable | bcook | 2016-07-07 | 1 | -1/+9 |
* | remove extra assignment of s from 1.11, fix regression test | bcook | 2016-07-05 | 1 | -2/+1 |
* | On systems where we do not have BN_ULLONG defined (most 64-bit systems), | bcook | 2016-07-05 | 1 | -4/+24 |
* | make less awful.. test against cloudflare too | beck | 2016-07-05 | 2 | -9/+19 |
* | Add a nasty little ocsp regress test in the hope pedants will make it better. | beck | 2016-07-04 | 3 | -1/+140 |
* | Remove flags for disabling constant-time operations. | bcook | 2016-06-30 | 2 | -70/+33 |
* | Gix misleading indent pointed out by GCC 6.1.libressl-v2.4.0 | bcook | 2016-05-30 | 1 | -4/+4 |
* | Update AEAD regress to match EVP_aead_chacha20_poly1305() changes. | jsing | 2016-04-28 | 2 | -83/+83 |
* | After opening an AEAD, ensure that the decrypted output matches the | jsing | 2016-04-13 | 1 | -0/+5 |
* | check return value for BN_hex2bn in regression tests | bcook | 2016-03-13 | 1 | -4/+10 |
* | initialize pointer to avoid undefined free on failure | bcook | 2015-12-28 | 1 | -2/+2 |
* | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, | reyk | 2015-11-02 | 2 | -0/+42 |
* | print unsigned ints with %u, not %d. Reported by Pascal Cuoq. | miod | 2015-10-30 | 1 | -2/+2 |
* | Add explicit LL suffixes to the numerical constants which do not fit in 32 bits. | miod | 2015-10-30 | 1 | -8/+8 |
* | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | miod | 2015-10-30 | 1 | -0/+1 |