| Commit message (Expand) | Author | Files | Lines |
2022-09-10 | carrier return character -> carriage return character | jsg | 1 | -2/+2 |
2022-09-10 | fix repeated words | jsg | 5 | -15/+15 |
2022-09-10 | fix repeated words | jsg | 1 | -3/+3 |
2022-09-08 | ssl_cipher_process_rulestr: return early if a cipher command is invalid | millert | 1 | -5/+2 |
2022-09-07 | ssl_cipher_process_rulestr: don't read outside rule_str buffer | millert | 1 | -2/+3 |
2022-09-07 | Add EVP test coverage for RC2. | tb | 1 | -1/+194 |
2022-09-07 | Add output length validation for EVP | tb | 1 | -6/+24 |
2022-09-06 | Add a table-driven test for RC2 in ECB mode to replace the old one. | tb | 3 | -140/+296 |
2022-09-06 | Remove more mkerr.pl remnants, missed in previous | kn | 1 | -54/+3 |
2022-09-06 | Replace aes_{ccm,xts}_cleanup usage with NULL. | jsing | 1 | -16/+11 |
2022-09-06 | Stop casting a size_t to a long and then passing it as a size_t. | jsing | 3 | -31/+31 |
2022-09-05 | Fix copy-paste error | tb | 1 | -2/+2 |
2022-09-05 | Plug leaks due to not resetting the EVP_CIPHER_CTX | tb | 1 | -1/+11 |
2022-09-05 | Two more missing long long casts | tb | 1 | -3/+3 |
2022-09-05 | More long long casts for printing time_t | tb | 1 | -3/+3 |
2022-09-05 | Convert from %i to %d | tb | 12 | -84/+84 |
2022-09-05 | cast time_t to long long before printing for portability | tb | 1 | -2/+2 |
2022-09-04 | Remove dead code. | jsing | 2 | -36/+12 |
2022-09-04 | Add bounds checks for various EVP cipher implementations. | jsing | 6 | -7/+98 |
2022-09-04 | Remove dead code. | jsing | 5 | -25/+10 |
2022-09-04 | Expand the looney M_do_cipher macro. | jsing | 1 | -11/+9 |
2022-09-04 | Rearrange some functions. | jsing | 8 | -177/+141 |
2022-09-04 | Remove now unused EVP_C_DATA macro. | jsing | 1 | -3/+1 |
2022-09-04 | Remove now unused BLOCK_CIPHER_* macros. | jsing | 1 | -186/+1 |
2022-09-04 | Expand BLOCK_CIPHER_* macros. | jsing | 1 | -15/+108 |
2022-09-04 | Mechanically expand BLOCK_CIPHER_* macros. | jsing | 2 | -32/+387 |
2022-09-04 | Mechanically expand BLOCK_CIPHER_* ciphers. | jsing | 1 | -17/+145 |
2022-09-04 | Remove now unused IMPLEMENT_CFBR macro. | jsing | 1 | -10/+1 |
2022-09-04 | Make ssl_create_cipher_list() have a single exit | tb | 1 | -23/+23 |
2022-09-04 | Mechanically expand IMPLEMENT_CFBR macros. | jsing | 1 | -8/+267 |
2022-09-03 | Remove now unused IMPLEMENT_BLOCK_CIPHER macro. | jsing | 4 | -19/+4 |
2022-09-03 | Mechanically expand IMPLEMENT_BLOCK_CIPHER macro. | jsing | 1 | -21/+486 |
2022-09-03 | Mechanically expand IMPLEMENT_BLOCK_CIPHER macro. | jsing | 1 | -4/+162 |
2022-09-03 | Mechanically expand IMPLEMENT_BLOCK_CIPHER macro. | jsing | 1 | -8/+161 |
2022-09-03 | Mechanically expand IMPLEMENT_BLOCK_CIPHER macro. | jsing | 1 | -6/+162 |
2022-09-03 | Mechanically expand IMPLEMENT_BLOCK_CIPHER macro. | jsing | 1 | -5/+163 |
2022-09-03 | Rewrap some lines, no functional change. | jsing | 1 | -4/+6 |
2022-09-03 | Tidy up asn1_c2i_primitive() slightly. | jsing | 1 | -8/+8 |
2022-09-03 | Avoid recycling ASN1_STRINGs when decoding ASN.1. | jsing | 1 | -14/+12 |
2022-09-03 | Remove duplicate prototype that just snuck in. | jsing | 1 | -3/+1 |
2022-09-03 | Ensure a constructed ASN.1 INTEGER is considered invalid when decoding. | jsing | 1 | -1/+15 |
2022-09-03 | Ensure ASN.1 types are appropriately encoded. | jsing | 3 | -7/+52 |
2022-09-03 | Provide c2i_ASN1_ENUMERATED_cbs() and call it from asn1_c2i_primitive(). | jsing | 3 | -9/+33 |
2022-09-03 | Prepare to provide OPENSSL_cleanup. | jsing | 3 | -6/+30 |
2022-09-03 | New test coverage for RC4 | tb | 3 | -227/+453 |
2022-09-03 | Stop using CBIGNUM_it internal to libcrypto. | jsing | 3 | -8/+11 |
2022-09-02 | Rewrite RMD-160 tests to be table-driven. | tb | 3 | -130/+203 |
2022-09-02 | Retire the old crap. Thanks, Joshua | tb | 4 | -269/+0 |
2022-09-02 | Unhook the old md4 and md5 tests | tb | 1 | -3/+1 |
2022-09-02 | Link new md test to regress. | tb | 1 | -1/+2 |