summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-06-19Fix UEFI build on FreeBSD by not including system headersRebecca Cran
2019-06-19Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIOTomas Mraz
2019-06-19Provide an ability to deregister thread stop handlersMatt Caswell
2019-06-19Add extra error text in the property parserRichard Levitte
2019-06-18Change ERR_add_error_[v]data to appendRich Salz
2019-06-18crypto/modes/build.conf: Fix MODES asm mistakesRichard Levitte
2019-06-18crypto/aes/build.info: Fix AES assembler specsRichard Levitte
2019-06-18Fix error handling at openssl_strerror_rBernd Edlinger
2019-06-18 Swap #if blocks in uid.c so target platform gets checked before hostRebecca Cran
2019-06-17Standardise the function naming conventions in initthread.cMatt Caswell
2019-06-17Add the function OPENSSL_thread_stop_ex()Matt Caswell
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell
2019-06-17Provide a version of ossl_init_thread_start that works in FIPS modeMatt Caswell
2019-06-17Split thread intialisation and handling out of init.cMatt Caswell
2019-06-17Convert thread stop handling into a publish/subscribe modelMatt Caswell
2019-06-17Add the function openssl_ctx_get_concrete()Matt Caswell
2019-06-17Move keccak1600_asm_src file information to build.info filesRichard Levitte
2019-06-17Move poly1305_asm_src file information to build.info filesRichard Levitte
2019-06-17Move chacha_asm_src file information to build.info filesRichard Levitte
2019-06-17Move modes_asm_src file information to build.info filesRichard Levitte
2019-06-17Move cmll_asm_src file information to build.info filesRichard Levitte
2019-06-17Move wp_asm_src file information to build.info filesRichard Levitte
2019-06-17Move rc5_asm_src file information to build.info filesRichard Levitte
2019-06-17Move rmd160_asm_src file information to build.info filesRichard Levitte
2019-06-17Move rc4_asm_src file information to build.info filesRichard Levitte
2019-06-17Move cast_asm_src file information to build.info filesRichard Levitte
2019-06-17Move sha1_asm_src file information to build.info filesRichard Levitte
2019-06-17Move md5_asm_src file information to build.info filesRichard Levitte
2019-06-17Move bf_asm_src file information to build.info filesRichard Levitte
2019-06-17Move aes_asm_src file information to build.info filesRichard Levitte
2019-06-17Move des_asm_src file information to build.info filesRichard Levitte
2019-06-17Move ec_asm_src file information to build.info filesRichard Levitte
2019-06-17Move cpuid_asm_src file information to build.info filesRichard Levitte
2019-06-17Move bn_asm_src file information to build.info filesRichard Levitte
2019-06-17Move uplink file information to build.info filesRichard Levitte
2019-06-17Replumbing: offer a core upcall to get the provider object's library contextRichard Levitte
2019-06-17crypto/ppccap.c: Fix FIPS build on PPCRichard Levitte
2019-06-15Use variables in build.info files where it's worth the whileRichard Levitte
2019-06-14Fix building with enable-traceMatt Caswell
2019-06-12TLS1.3 FFDHE Supportraja-ashok
2019-06-12Ensure code is compiled with correct BIGNUM assembler definesMatt Caswell
2019-06-12Make BIGNUM code available from within the FIPS moduleMatt Caswell
2019-06-12Temporarily disable RAND call in FIPS_MODE until RAND is availableMatt Caswell
2019-06-12Convert bn_rand.c to use EVPMatt Caswell
2019-06-12Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell
2019-06-11Move a fall through commentMatt Caswell
2019-06-11Fix a URL to the NMBRTHRY list archiveBernd Edlinger
2019-06-11PBKDF2 updates to conform to SP800-132Shane Lontis
2019-06-11Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis
2019-06-11Fix Keccak structure name reference in S390 legacy codeShane Lontis