28 Commits (dd68e4bb4d63b74b0996b714d0bc8c7f51af334b)

Author SHA1 Message Date
David Benjamin dd68e4bb4d Add OPENSSL_zalloc 1 year ago
David Benjamin 5ba5db1a29 Support Android's "baremetal" target 1 year ago
David Benjamin 23d6e4cce9 Replace BIO_snprintf with snprintf within the library 1 year ago
David Benjamin a36ac0a2e7 Use std::make_unique when possible 1 year ago
David Benjamin 197b57154f Use sources.cmake for test binaries 1 year ago
David Benjamin 987dff1a9f Make boringssl_gtest_main a STATIC library 2 years ago
David Benjamin 8c75ed046f Remove global_target from build. 2 years ago
David Benjamin 0e68520eb2 Specify -Iinclude with the crypto target. 2 years ago
David Benjamin 0586618453 Trim unnecessary -lrt and ws2_32 deps in the build. 2 years ago
David Benjamin 4ed497f0c5 Fix stray */s in // line comment license headers 2 years ago
David Benjamin 44b3a28317 Further const-correct config-based extension creation. 2 years ago
David Benjamin faac9aa334 Finish porting dh_test.cc and ripemd_test.cc to GTest. 2 years ago
David Benjamin 7ac94aa279 More -Wshorten-64-to-32 fixes. 2 years ago
David Benjamin 58f728eaec Switch RSA_sign to size_t. 2 years ago
David Benjamin cf506f17d0 Make EVP_CIPHER opaque. 3 years ago
Adam Langley a919539777 Move DES out of the FIPS module. 3 years ago
David Benjamin fa6ced9512 Extract common rotl/rotr functions. 3 years ago
David Benjamin 03cae7a2b3 Keep EVP_CIPHER/EVP_MD lookup and do_all functions in sync 3 years ago
David Benjamin 31f462a1ef Include SHA512-256 in EVP_get_digestbyname and EVP_MD_do_all. 3 years ago
David Benjamin ae7c178689 Add some OpenSSL compatibility aliases. 3 years ago
David Benjamin 597ffef971 Make md32_common.h single-included and use an unsized helper for SHA-256. 4 years ago
David Benjamin 4320bc4761 Pull HASH_TRANSFORM out of md32_common.h. 4 years ago
David Benjamin 15e0f6784b Fold ripemd/internal.h into ripemd.c. 4 years ago
David Benjamin ca4598781a Move load/store helpers to crypto/internal.h. 4 years ago
Adam Langley 5dd18d017d A handful more compatibility functions. 4 years ago
Adam Langley 76164b1bc9 Add some OpenSSL-compatibility aliases 4 years ago
David Benjamin a93545c2e0 Const-correct various X509 string parameters. 4 years ago
Adam Langley fb0c05cac2 acvp: add CMAC-AES support. 4 years ago