aboutsummaryrefslogtreecommitdiff
path: root/decrepit
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-23Restore |RSA_generate_key()| from OpenSSL at b4f0d1a.Matt Braithwaite3-2/+99
2015-06-23Restore |BIO_f_base64| from OpenSSL at b4f0d1a, modulo style fixes.Matt Braithwaite3-1/+548
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith1-0/+6
2015-04-06Add decrepit, initially containing CAST and Blowfish.Adam Langley7-0/+1479