| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanically expand IMPLEMENT_CFBR macros. | jsing | 2022-09-04 | 1 | -8/+267 |
* | Remove now unused IMPLEMENT_BLOCK_CIPHER macro. | jsing | 2022-09-03 | 4 | -19/+4 |
* | Mechanically expand IMPLEMENT_BLOCK_CIPHER macro. | jsing | 2022-09-03 | 1 | -21/+486 |
* | Mechanically expand IMPLEMENT_BLOCK_CIPHER macro. | jsing | 2022-09-03 | 1 | -4/+162 |
* | Mechanically expand IMPLEMENT_BLOCK_CIPHER macro. | jsing | 2022-09-03 | 1 | -8/+161 |
* | Mechanically expand IMPLEMENT_BLOCK_CIPHER macro. | jsing | 2022-09-03 | 1 | -6/+162 |
* | Mechanically expand IMPLEMENT_BLOCK_CIPHER macro. | jsing | 2022-09-03 | 1 | -5/+163 |
* | Rewrap some lines, no functional change. | jsing | 2022-09-03 | 1 | -4/+6 |
* | Tidy up asn1_c2i_primitive() slightly. | jsing | 2022-09-03 | 1 | -8/+8 |
* | Avoid recycling ASN1_STRINGs when decoding ASN.1. | jsing | 2022-09-03 | 1 | -14/+12 |
* | Remove duplicate prototype that just snuck in. | jsing | 2022-09-03 | 1 | -3/+1 |
* | Ensure a constructed ASN.1 INTEGER is considered invalid when decoding. | jsing | 2022-09-03 | 1 | -1/+15 |
* | Ensure ASN.1 types are appropriately encoded. | jsing | 2022-09-03 | 3 | -7/+52 |
* | Provide c2i_ASN1_ENUMERATED_cbs() and call it from asn1_c2i_primitive(). | jsing | 2022-09-03 | 3 | -9/+33 |
* | Prepare to provide OPENSSL_cleanup. | jsing | 2022-09-03 | 3 | -6/+30 |
* | New test coverage for RC4 | tb | 2022-09-03 | 3 | -227/+453 |
* | Stop using CBIGNUM_it internal to libcrypto. | jsing | 2022-09-03 | 3 | -8/+11 |
* | Rewrite RMD-160 tests to be table-driven. | tb | 2022-09-02 | 3 | -130/+203 |
* | Retire the old crap. Thanks, Joshua | tb | 2022-09-02 | 4 | -269/+0 |
* | Unhook the old md4 and md5 tests | tb | 2022-09-02 | 1 | -3/+1 |
* | Link new md test to regress. | tb | 2022-09-02 | 1 | -1/+2 |
* | New md4/md5 regress tests | tb | 2022-09-02 | 2 | -0/+310 |
* | Add two const | tb | 2022-09-02 | 1 | -3/+3 |
* | Make test tables static const and fix a style nit | tb | 2022-09-02 | 1 | -5/+4 |
* | Simplify and clean up the ecdsa test a little. Use stdio instead of BIO | tb | 2022-09-02 | 1 | -195/+177 |
* | Retire old SHA tests | tb | 2022-09-02 | 6 | -609/+0 |
* | Unhook old SHA tests | tb | 2022-09-02 | 1 | -4/+1 |
* | Add tests for 1 million repeated "a" | tb | 2022-09-02 | 1 | -39/+220 |
* | Check sk_SSL_CIPHER_push() return value | tb | 2022-09-01 | 1 | -4/+11 |
* | Link sha test to regress | tb | 2022-09-01 | 1 | -1/+2 |
* | Add a nicely licensed, table-driven test for SHA | tb | 2022-09-01 | 2 | -0/+448 |
* | Add an empty line for consistency. | tb | 2022-08-31 | 1 | -1/+2 |
* | Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters() | tb | 2022-08-31 | 1 | -4/+12 |
* | Revert r1.46. Causes fireworks in regress. | tb | 2022-08-31 | 1 | -9/+5 |
* | Remove most mentions of contexts on the stack. | tb | 2022-08-31 | 2 | -23/+4 |
* | nasty whitespace | tb | 2022-08-31 | 1 | -9/+9 |
* | Rework DSA_size() and ECDSA_size() | tb | 2022-08-31 | 2 | -43/+32 |
* | Avoid division by zero if no connection was made. | tb | 2022-08-31 | 1 | -4/+2 |
* | Some missing return checks | tb | 2022-08-31 | 1 | -3/+5 |
* | Avoid some buffer overflows in ecdsatest | tb | 2022-08-31 | 1 | -2/+15 |
* | Revert previous. Committed the wrong version of the diff. | tb | 2022-08-31 | 1 | -14/+4 |
* | Avoid some buffer overflows in ecdsatest | tb | 2022-08-31 | 1 | -4/+14 |
* | Switch loop bounds from size_t to int in check_hosts() | tb | 2022-08-31 | 1 | -2/+2 |
* | Check return values in ssl_print_tmp_key() | tb | 2022-08-31 | 1 | -4/+9 |
* | Avoid potential NULL dereference in ssl_set_pkey() | tb | 2022-08-31 | 1 | -5/+9 |
* | Check HMAC() return value to avoid a later use of uninitialized | tb | 2022-08-30 | 1 | -3/+7 |
* | Remove a commented-out sk_push that has been hanging around for > 20 years | tb | 2022-08-30 | 1 | -4/+1 |
* | chacha20_poly1305_cleanup() should return 1 | tb | 2022-08-30 | 1 | -2/+2 |
* | Plug leak of BIO in tls13_quic_init() | tb | 2022-08-30 | 1 | -2/+1 |
* | Plug memory leak in X509_REQ_print_ex() | tb | 2022-08-30 | 1 | -2/+4 |