Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-12Resign test/certs/rootCA.pem to expire in 100 yearsopenssl-3.1Bernd Edlinger
2022-11-12Update the validity period of ed25519 cerificatesBernd Edlinger
2022-11-11test_CMAC_keygen(): Avoid using ECB cipher with CMACTomas Mraz
2022-11-11cmac_set_ctx_params(): Fail if cipher mode is not CBCTomas Mraz
2022-11-11demos/mac/cmac-aes256: Clarify the cipher algorithm usedTomas Mraz
2022-11-11Add test for generating safeprime DH parametersTomas Mraz
2022-11-11Use libctx when generating DH parametersTomas Mraz
2022-11-11Remove further uses of __ARMEL__ in AArch64 assemblyBen Avison
2022-11-11Fix Coverity 1503218: negative loop boundPauli
2022-11-11Decoder resolution performance optimizationsHugo Landau
2022-11-11Disable the test_afalg on cross compile targetsTomas Mraz
2022-11-11Configure: don't try to be clever when configuring afalgengRoss Burton
2022-11-11Fix incorrect comments in aes-gcm-armv8-unroll8_64.plXiaokangQian
2022-11-11Add EVP RSA key encode/decode demoHugo Landau
2022-11-11Fix typos in CCM test vector titlesTobias Nießen
2022-11-11Fix IV length caching in EVP encryption codeHugo Landau
2022-11-11aes-gcm-avx512.pl: Fixed mingw64 buildAndrey Matyukov
2022-11-11Fix bug in scrypt KDF provider dup methodHugo Landau
2022-11-11Fixed conditional statement testing 64 and 256 bytesDanny Tsen
2022-11-11update oqsprovider/liboqs to v0.7.2Michael Baentsch
2022-11-11Update the oqs-provider submodule to a more recent commitMatt Caswell
2022-11-11test_external_oqsprovider: Use working checkout of liboqsTomas Mraz
2022-11-11Add external testing with oqsproviderMichael Baentsch
2022-11-11Use Perl to generate bsaes-armv8.STom Cosgrove
2022-11-11ARM assembly pack: translate bit-sliced AES implementation to AArch64Ben Avison
2022-11-11Further acceleration for SM4-GCM on ARMDaniel Hu
2022-11-11Fix build issue with aes-gcm-armv8-unroll8_64.S on older aarch64 assemblersXiaokangQian
2022-11-11Add testing of OBJ_find_sigid_by_algs()Michael Baentsch
2022-11-11enable CMS sign/verify for provider-implemented PKEYsMichael Baentsch
2022-11-11SM4 optimization for non-asm modezhangzhilei
2022-11-11chacha20 performance optimizations for ppc64le with 8x lanes,Deepankar Bhattacharjee
2022-11-11Fix typoDimitris Apostolou
2022-11-11test/helpers/handshake.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-11-11Add test of FIPS provider from the master branch with 3.0 buildTomas Mraz
2022-11-11evp_test: Skip testcase if r parameter is unsupportedTomas Mraz
2022-11-11Add test of FIPS provider from the 3.0 branch with master buildTomas Mraz
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-11indentation fixPauli
2022-11-11tls1 prf: implement ctx dup operationPauli
2022-11-11pkcs12 kdf: implement ctx dup operationPauli
2022-11-11test: change pkey kdf dup fail test to a pkey kdf dup success testPauli
2022-11-11k942 kdf: implement ctx dup operationPauli
2022-11-11ss KDF: implement ctx dup operationPauli
2022-11-11ssh kdf: implement ctx dup operationPauli