aboutsummaryrefslogtreecommitdiff
path: root/decrepit
AgeCommit message (Expand)AuthorFilesLines
2018-03-15fix compilation error for non-english windows (like cjk)sphawk1-1/+1
2018-01-29Move OPENSSL_FALLTHROUGH to internal headers.David Benjamin1-0/+2
2018-01-04Rename all googletest CMake targetsMarek Gilbert1-2/+2
2017-09-20Explicit fallthrough on switchVincent Batts1-0/+14
2017-09-18Add EVP AES-128 CFB128 support via decrepit.Adam Langley4-0/+163
2017-08-18Run the comment conversion script on decrepit/David Benjamin12-71/+71
2017-05-02Move des/ to crypto/fipsmodule/Adam Langley1-1/+1
2017-04-21Move modes/ into the FIPS moduleAdam Langley1-1/+1
2017-04-07First part of the FIPS module.Adam Langley1-1/+1
2017-03-25size_t the RSA padding add functions.David Benjamin1-3/+3
2017-03-21Convert bio_test to GTest.David Benjamin1-0/+3
2017-02-03Move the SSL BIO into ssl/ from decrepit/.Adam Langley3-186/+0
2017-02-03Don't reach into SSL in BIO_f_ssl.David Benjamin1-4/+4
2017-02-02Remove BIO puts hooks.David Benjamin1-5/+1
2017-01-21Do a cursory conversion of a few tests to GTest.David Benjamin3-19/+19
2016-12-21Work around language and compiler bug in memcpy, etc.David Benjamin7-23/+30
2016-12-12Remove unused BIO_RR_* values.David Benjamin1-10/+0
2016-12-08Add a simplified SSL BIO for curl.Adam Langley3-0/+196
2016-10-18Fix up macros.David Benjamin2-21/+21
2016-09-22Switch from readdir_r back to readdir.David Benjamin1-86/+26
2016-06-27Make OBJ_NAME_do_all more OpenSSL-compatible.David Benjamin1-0/+2
2016-06-09Wrap MSVC-only warning pragmas in a macro.David Benjamin1-2/+2
2016-05-26Replace base64 decoding.Adam Langley1-2/+2
2016-05-20Add |EVP_dss1| as an alias for |EVP_sha1| in decrepit.Adam Langley2-0/+21
2016-04-27Revert md_len removal from SHA256_CTX and SHA512_CTX.David Benjamin2-19/+15
2016-04-27Pull HASH_MAKE_STRING out of md32_common.h.David Benjamin2-15/+19
2016-04-27Fix Windows build.David Benjamin1-2/+2
2016-04-27Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit.David Benjamin3-1/+237
2016-04-13Export RSA_padding_add_PKCS1_OAEP[_mgf1]Adam Langley1-0/+7
2016-04-11Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decr...David Benjamin3-237/+1
2016-04-11Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit.David Benjamin3-1/+237
2016-03-10Add |DH_generate_parameters| to decrepit.Adam Langley3-0/+114
2016-03-09Fix the shared library build.David Benjamin1-1/+1
2016-03-09Fix Windows build.Adam Langley1-1/+1
2016-03-09Fix bug in obj_decrepit.cAdam Langley1-2/+2
2016-03-09Add |OBJ_NAME_do_all_sorted|.Adam Langley3-0/+82
2016-03-09Add RIPEMD160 support in decrepit.Adam Langley5-0/+959
2016-03-09Add |RC4_options| to decrepit.Adam Langley3-0/+73
2016-03-08Fix windows build.Adam Langley1-1/+5
2016-03-08Add |X509_EXT_conf_nid| to decrepit.Adam Langley3-0/+53
2016-03-08Add |RSA_[padding_add|verify]_PKCS1_PSS to decrepit.Adam Langley1-0/+10
2016-03-08Add DSA_generate_parameters to decrepit.Adam Langley3-0/+112
2016-01-26Tweaks for node.jsAdam Langley3-0/+88
2015-11-19Fix AES XTS mode key size.Matt Braithwaite1-61/+23
2015-11-12Become partially -Wmissing-variable-declarations-clean.David Benjamin3-9/+85
2015-10-26Fix shared library build on OS X.David Benjamin2-6/+2
2015-10-26Fix the shared builders by exporting GCM symbols.Adam Langley1-1/+2
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley6-6/+6
2015-08-19Re-add the C version (only) of |EVP_aes_256_xts|Matt Braithwaite3-0/+306
2015-06-24Restore |DES_ede3_cfb_encrypt| and |DES_ede3_cfb64_encrypt| from OpenSSL at c...Matt Braithwaite3-0/+253