summaryrefslogtreecommitdiffstats
path: root/crypto/init.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short34-28/+1129
2022-03-10Drop ariacbc demo binaryTomas Mraz1-0/+0
2022-03-10Allow to *just* print key and IV of unstreamable modes when no input filesEasySec1-1/+1
2022-03-10check the return of OPENSSL_sk_new_nullxkernel1-0/+5
2022-03-10Set protocol in init_client()Todd Short1-1/+1
2022-03-10Avoid potential memory leakDmitry Belyavskiy1-1/+4
2022-03-10check the return value of BIO_new_file()xkernel2-0/+8
2022-03-10async_posix: Make ASYNC_set_mem_functions threadsafeArran Cudbard-Bell5-3/+37
2022-03-10async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell8-5/+162
2022-03-10async_posix: raise a memory allocation error if we fail to allocate stack memoryArran Cudbard-Bell1-0/+2
2022-03-10README: add link to migration_guide manual pageDr. Matthias St. Pierre1-6/+6
2022-03-10Some platforms don't have pthread_atforkMatt Caswell1-18/+1
2022-03-09android-x86 target: Add -latomicMarcel Raad1-0/+1
2022-03-09Add external testing with oqsproviderMichael Baentsch6-0/+143
2022-03-09Use Perl to generate bsaes-armv8.STom Cosgrove2-1/+45
2022-03-09ARM assembly pack: translate bit-sliced AES implementation to AArch64Ben Avison2-2/+2341
2022-03-09Fix test failure when testing with Test::HarnessHugo Landau1-4/+6
2022-03-06Add EVP demos for RSA-PSS signing and verificationHugo Landau5-3/+656
2022-03-06Add EVP demo for Poly1305 demonstrating Poly1305-AESHugo Landau3-0/+233
2022-03-06Further acceleration for SM4-GCM on ARMDaniel Hu1-1/+24
2022-03-06Add demo for ARIA-256-CBC.Daniel4-3/+183
2022-03-04EVP demo for XOF digest using SHAKE256Hugo Landau3-3/+137
2022-03-04apps: several return value checks for BIO_new()xkernel3-7/+67
2022-03-04Rework dependencies between config files and build filesRichard Levitte3-10/+41
2022-03-04Fix build issue with aes-gcm-armv8-unroll8_64.S on older aarch64 assemblersXiaokangQian1-1/+1