summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix copy-paste errortb2022-09-051-2/+2
* Plug leaks due to not resetting the EVP_CIPHER_CTXtb2022-09-051-1/+11
* Two more missing long long caststb2022-09-051-3/+3
* More long long casts for printing time_ttb2022-09-051-3/+3
* Convert from %i to %dtb2022-09-0512-84/+84
* cast time_t to long long before printing for portabilitytb2022-09-051-2/+2
* Remove dead code.jsing2022-09-042-36/+12
* Add bounds checks for various EVP cipher implementations.jsing2022-09-046-7/+98
* Remove dead code.jsing2022-09-045-25/+10
* Expand the looney M_do_cipher macro.jsing2022-09-041-11/+9
* Rearrange some functions.jsing2022-09-048-177/+141
* Remove now unused EVP_C_DATA macro.jsing2022-09-041-3/+1
* Remove now unused BLOCK_CIPHER_* macros.jsing2022-09-041-186/+1
* Expand BLOCK_CIPHER_* macros.jsing2022-09-041-15/+108
* Mechanically expand BLOCK_CIPHER_* macros.jsing2022-09-042-32/+387
* Mechanically expand BLOCK_CIPHER_* ciphers.jsing2022-09-041-17/+145
* Remove now unused IMPLEMENT_CFBR macro.jsing2022-09-041-10/+1
* Make ssl_create_cipher_list() have a single exittb2022-09-041-23/+23
* Mechanically expand IMPLEMENT_CFBR macros.jsing2022-09-041-8/+267
* Remove now unused IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-034-19/+4
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-21/+486
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-4/+162
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-8/+161
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-6/+162
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-5/+163
* Rewrap some lines, no functional change.jsing2022-09-031-4/+6
* Tidy up asn1_c2i_primitive() slightly.jsing2022-09-031-8/+8
* Avoid recycling ASN1_STRINGs when decoding ASN.1.jsing2022-09-031-14/+12
* Remove duplicate prototype that just snuck in.jsing2022-09-031-3/+1
* Ensure a constructed ASN.1 INTEGER is considered invalid when decoding.jsing2022-09-031-1/+15
* Ensure ASN.1 types are appropriately encoded.jsing2022-09-033-7/+52
* Provide c2i_ASN1_ENUMERATED_cbs() and call it from asn1_c2i_primitive().jsing2022-09-033-9/+33
* Prepare to provide OPENSSL_cleanup.jsing2022-09-033-6/+30
* New test coverage for RC4tb2022-09-033-227/+453
* Stop using CBIGNUM_it internal to libcrypto.jsing2022-09-033-8/+11
* Rewrite RMD-160 tests to be table-driven.tb2022-09-023-130/+203
* Retire the old crap. Thanks, Joshuatb2022-09-024-269/+0
* Unhook the old md4 and md5 teststb2022-09-021-3/+1
* Link new md test to regress.tb2022-09-021-1/+2
* New md4/md5 regress teststb2022-09-022-0/+310
* Add two consttb2022-09-021-3/+3
* Make test tables static const and fix a style nittb2022-09-021-5/+4
* Simplify and clean up the ecdsa test a little. Use stdio instead of BIOtb2022-09-021-195/+177
* Retire old SHA teststb2022-09-026-609/+0
* Unhook old SHA teststb2022-09-021-4/+1
* Add tests for 1 million repeated "a"tb2022-09-021-39/+220
* Check sk_SSL_CIPHER_push() return valuetb2022-09-011-4/+11
* Link sha test to regresstb2022-09-011-1/+2
* Add a nicely licensed, table-driven test for SHAtb2022-09-012-0/+448
* Add an empty line for consistency.tb2022-08-311-1/+2