| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ssl_cipher_process_rulestr: don't read outside rule_str buffer | millert | 2022-09-07 | 1 | -2/+3 |
* | Add EVP test coverage for RC2. | tb | 2022-09-07 | 1 | -1/+194 |
* | Add output length validation for EVP | tb | 2022-09-07 | 1 | -6/+24 |
* | Add a table-driven test for RC2 in ECB mode to replace the old one. | tb | 2022-09-06 | 3 | -140/+296 |
* | Remove more mkerr.pl remnants, missed in previous | kn | 2022-09-06 | 1 | -54/+3 |
* | Replace aes_{ccm,xts}_cleanup usage with NULL. | jsing | 2022-09-06 | 1 | -16/+11 |
* | Stop casting a size_t to a long and then passing it as a size_t. | jsing | 2022-09-06 | 3 | -31/+31 |
* | Fix copy-paste error | tb | 2022-09-05 | 1 | -2/+2 |
* | Plug leaks due to not resetting the EVP_CIPHER_CTX | tb | 2022-09-05 | 1 | -1/+11 |
* | Two more missing long long casts | tb | 2022-09-05 | 1 | -3/+3 |
* | More long long casts for printing time_t | tb | 2022-09-05 | 1 | -3/+3 |
* | Convert from %i to %d | tb | 2022-09-05 | 12 | -84/+84 |
* | cast time_t to long long before printing for portability | tb | 2022-09-05 | 1 | -2/+2 |
* | Remove dead code. | jsing | 2022-09-04 | 2 | -36/+12 |
* | Add bounds checks for various EVP cipher implementations. | jsing | 2022-09-04 | 6 | -7/+98 |
* | Remove dead code. | jsing | 2022-09-04 | 5 | -25/+10 |
* | Expand the looney M_do_cipher macro. | jsing | 2022-09-04 | 1 | -11/+9 |
* | Rearrange some functions. | jsing | 2022-09-04 | 8 | -177/+141 |
* | Remove now unused EVP_C_DATA macro. | jsing | 2022-09-04 | 1 | -3/+1 |
* | Remove now unused BLOCK_CIPHER_* macros. | jsing | 2022-09-04 | 1 | -186/+1 |
* | Expand BLOCK_CIPHER_* macros. | jsing | 2022-09-04 | 1 | -15/+108 |
* | Mechanically expand BLOCK_CIPHER_* macros. | jsing | 2022-09-04 | 2 | -32/+387 |
* | Mechanically expand BLOCK_CIPHER_* ciphers. | jsing | 2022-09-04 | 1 | -17/+145 |
* | Remove now unused IMPLEMENT_CFBR macro. | jsing | 2022-09-04 | 1 | -10/+1 |
* | Make ssl_create_cipher_list() have a single exit | tb | 2022-09-04 | 1 | -23/+23 |
* | 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 |