summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* OSSL_PARAM_get_*_ptr: Drop errors from ptr/string mismatchTomas Mraz2022-04-031-5/+16
* Fix Coverity 1503096: out-of-bounds accessPauli2022-04-031-3/+8
* Fix Coverity 1498612 & 1503221: integer overflowPauli2022-04-031-1/+7
* CMS sign digestViktor Söderqvist2022-04-026-14/+66
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-0116-352/+371
* disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2Sebastian Pop2022-03-311-1/+1
* Remove further uses of __ARMEL__ in AArch64 assemblyBen Avison2022-03-301-5/+5
* sparse array: reduces the block sizePauli2022-03-301-14/+9
* Use safe math to computer sizes.Pauli2022-03-301-2/+5
* Remove statistics tracking from LHASHHugo Landau2022-03-283-96/+15
* Fix Coverity 1503218: negative loop boundPauli2022-03-261-1/+1
* s390x: Hide internal cpuid symbol and functionJuergen Christ2022-03-252-0/+6
* Fix Coverity 1498612: integer overflowPauli2022-03-251-0/+1
* Add support for mac-less password-base PKCS12 files to PKCS12_parse API.Daniel Fiala2022-03-241-18/+19
* Decoder resolution performance optimizationsHugo Landau2022-03-234-143/+222
* Fix Coverity 1201763 uninitialised pointer readPauli2022-03-231-1/+2
* Fix incorrect comments in aes-gcm-armv8-unroll8_64.plXiaokangQian2022-03-221-38/+38
* Fix coverity 1498607: uninitialised valuePauli2022-03-201-0/+1
* eng_dyn: Avoid spurious errors when checking for 1.1.x engineTomas Mraz2022-03-181-11/+22
* Fix declaration inconsistency (Camellia)Hugo Landau2022-03-181-3/+3
* Fix possible infinite loop in BN_mod_sqrt()Tomas Mraz2022-03-151-12/+18
* Fix signed integer overflow in evp_encHugo Landau2022-03-151-6/+7
* Fixed typo in inner_evp_generic_fetch() error handlingOliver Roberts2022-03-151-1/+1
* Fix IV length caching in EVP encryption codeHugo Landau2022-03-151-6/+15
* aes-gcm-avx512.pl: Fixed mingw64 buildAndrey Matyukov2022-03-142-6/+6
* crypto/pem/pem_lib.c: Add check for BIO_readJiasheng Jiang2022-03-141-7/+10
* Fixed conditional statement testing 64 and 256 bytesDanny Tsen2022-03-141-67/+1
* EVP_MD performance fix (refcount cache contention)Hugo Landau2022-03-132-12/+22
* OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcertDr. David von Oheimb2022-03-121-7/+10
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-107-4/+221
* check the return of OPENSSL_sk_new_nullxkernel2022-03-101-0/+5
* Avoid potential memory leakDmitry Belyavskiy2022-03-101-1/+4
* async_posix: Make ASYNC_set_mem_functions threadsafeArran Cudbard-Bell2022-03-105-3/+37
* async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell2022-03-103-3/+80
* async_posix: raise a memory allocation error if we fail to allocate stack memoryArran Cudbard-Bell2022-03-101-0/+2
* Some platforms don't have pthread_atforkMatt Caswell2022-03-101-18/+1
* Use Perl to generate bsaes-armv8.STom Cosgrove2022-03-092-1/+45
* ARM assembly pack: translate bit-sliced AES implementation to AArch64Ben Avison2022-03-092-2/+2341
* Fix build issue with aes-gcm-armv8-unroll8_64.S on older aarch64 assemblersXiaokangQian2022-03-041-1/+1
* asn1_string_to_time_t: Use timegm on FreeBSD.John Baldwin2022-03-031-0/+11
* Add testing of OBJ_find_sigid_by_algs()Michael Baentsch2022-03-031-1/+2
* enable CMS sign/verify for provider-implemented PKEYsMichael Baentsch2022-03-034-28/+42
* SM4 optimization for non-asm modezhangzhilei2022-03-031-5/+140
* Fix NULL pointer dereference for BN_mod_exp2_montHugo Landau2022-03-031-1/+1
* aarch64: Fix async_fibre_swapcontext() on clang BTI buildsTom Cosgrove2022-02-281-0/+12
* crypto/x509/v3_utl.c: Add missing check for OPENSSL_strndupJiasheng Jiang2022-02-281-2/+10
* Change `strlen' argument name to `strlength' to avoid c++ reserved words.Pauli2022-02-281-5/+5
* fetch: convert a NULL property query to ""Pauli2022-02-285-18/+19
* CMP: add subject of any provided CSR as default message senderDr. David von Oheimb2022-02-221-1/+2
* chacha20 performance optimizations for ppc64le with 8x lanes,Deepankar Bhattacharjee2022-02-226-6/+1403