summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-11-11AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.Andrey Matyukov
2022-11-11aarch64: fix branch target indications in arm64cpuid.pl and keccak1600Tom Cosgrove
2022-11-11Fixed counter overflowDanny Tsen
2022-11-11Fix typosDimitris Apostolou
2022-11-11evp enc: cache cipher key lengthPauli
2022-11-11aes: avoid accessing key length field directlyPauli
2022-11-11Move e_os.h to include/internalRichard Levitte
2022-11-11Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian
2022-11-11AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen
2022-11-11punycode: update to use WPACKET instead of using custom range checkingPauli
2022-11-10pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKeyMilan Broz
2022-11-10pem: fix a memory leak in PEM_write_bio_PrivateKey_traditionalMilan Broz
2022-11-10Limit size of modulus for BN_mod_exp_mont_consttime()Tomas Mraz
2022-11-10pkcs7: Remove unused includesCameron Cawley
2022-11-09Simpler square-root computation for Ed25519James Muir
2022-11-09Fix sm3ss1 translation issue in sm3-armv8.plfangming.fang
2022-11-09Add context dup functions for digests and ciphersPauli
2022-11-09SM4 optimization for ARM by HW instructionDaniel Hu
2022-11-09property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.Pauli
2022-11-09property: use a stack to efficiently convert index to stringPauli
2022-11-09SM3 acceleration with SM3 hardware instruction on aarch64fangming.fang
2022-11-09param dup: add errors to failure returnsPauli
2022-11-09param build set: add errors to failure returnsPauli
2022-11-09param build: add errors to failure returnsPauli
2022-11-09params: add error messages for built in param conversionsPauli
2022-11-09err: add additional errorsPauli
2022-11-09Statically link the legacy provider to endecode_testMatt Caswell
2022-11-09Don't use __ARMEL__/__ARMEB__ in aarch64 assemblyDavid Benjamin
2022-11-09OSSL_STORE_open_ex(): Prevent spurious error: unregistered scheme=fileDr. David von Oheimb
2022-11-09Fix typosDimitris Apostolou
2022-11-09fix building failure when using -Wconditional-uninitializedfangming.fang
2022-11-09Add support for RNDRRS ProviderOrr Toledano
2022-11-09Add Arm Assembly (aarch64) support for RNGOrr Toledano
2022-11-09Remove some unnecessary undefs in bn_asm.cBernd Edlinger
2022-11-09Add support for BSD-ppc, BSD-ppc64 and BSD-ppc64le configurationspkubaj
2022-11-09Dual 1536/2048-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2022-11-09sha/asm/keccak1600-ppc64.pl: Load data in 8 byte chunks on little endianAnton Blanchard
2022-11-09prov: remove unused field `flag_fallback` and function `ossl_provider_set_fal...Pauli
2022-11-09x509: remove dead call to strlen()Pauli
2022-11-09Remove redundant testsPauli
2022-11-09aarch64: support BTI and pointer authentication in assemblyRuss Butler
2022-11-09RISC-V support for the SHA512marcfedorow
2022-11-09obj: add locking to the OBJ sigid callsPauli
2022-11-09obj: make new NIDs use tsan if possiblePauli
2022-11-09obj: make the OBJ_ calls thread safePauli
2022-11-04crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore caseRichard Levitte
2022-11-02dsa/ec: update pairwise tests to account for 140-3 IG 10.3.A additiocal comme...Pauli
2022-11-02rand: add set0 calls for the private and public DRBGsPauli
2022-11-01Fix CVE-2022-3786 in punycode decoder.Pauli
2022-11-01Fix CVE-2022-3602 in punycode decoder.Pauli