summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-11-21Refactor: a separate func for provider activation from configDmitry Belyavskiy
2022-11-18Add doc for EVP_ASYM_CIPHER-RSA and clean up OSSL_PROVIDER-FIPS.pod.slontis
2022-11-18evp_extra_test2: Test DH param checks with non-NULL libctxTomas Mraz
2022-11-18DH_check[_params]() use libctx of the dh for prime checksTomas Mraz
2022-11-18ParseC.pm: gracefully handle DOS-style end-of-line in source filesDr. David von Oheimb
2022-11-17Use <openssl/e_os2.h> rather than <stdint.h>Richard Levitte
2022-11-16Add test to confirm IPAddressFamily_check_len catches invalid lenGraham Woodward
2022-11-16Catch incorrect IPAddressFamily lengthsGraham Woodward
2022-11-16Drop explicit check for engines in opt_legacy_okaySimo Sorce
2022-11-16Fix the check of EC_GROUP_check_named_curvePeiwei Hu
2022-11-16apps/speed.c: fix the wrong checksPeiwei Hu
2022-11-16Ensure that SIZE_MAX is defined where OSSL_SSIZE_MAX is used.Richard Levitte
2022-11-16Add documentation for CPUID bit #64+17Joachim Vandersmissen
2022-11-15test: fix typo in test descriptionPauli
2022-11-15test: add two comparision options to fips version test utility codePauli
2022-11-15Add test for EVP_PKEY_eqSimo Sorce
2022-11-15Update documentation for keymgmt export utilsSimo Sorce
2022-11-15Propagate selection all the way on key exportSimo Sorce
2022-11-15apps/ocsp.c: Add missing test if make_ocsp_response failedGW
2022-11-14Use the same encryption growth macro consistentlyMatt Caswell
2022-11-14apps/speed.c: add verifying if fdopen returns NULLVinz2008
2022-11-12Resign test/certs/rootCA.pem to expire in 100 yearsBernd 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