summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-21make updateTomas Mraz
2022-12-21Update copyright yearTomas Mraz
2022-12-21Add CHANGES.md entry for support for KMAC in KBKDFTomas Mraz
2022-12-16Update FIPS related build instructions.slontis
2022-12-16Refine the documents of several APIsPeiwei Hu
2022-12-16Update HMAC() documentation.slontis
2022-12-16Fix FIPS Provider compat CI of 3.0 libcrypto with 3.2 FIPS providerTomas Mraz
2022-12-16Add KMAC support to KBKDF.slontis
2022-12-15timing_load_creds requires POSIX1.2001 due to rusageTomas Mraz
2022-12-15Coverity: fix 272011 resource leakPauli
2022-12-14timing_load_creds: Fix typos in the timersub macroTomas Mraz
2022-12-14Do not build P10-specific AES-GCM assembler on AIXTomas Mraz
2022-12-14Do not build P10-specific Chacha20 assembler on AIXTomas Mraz
2022-12-14CHANGES.md: Fix the 3.0.7 release dateTomas Mraz
2022-12-14Fix openssl storeutl to allow serial + issuerSimo Sorce
2022-12-13Make error reason for disallowed legacy sigalg more specificTomas Mraz
2022-12-13Fix SM4-CBC regression on Armv8fangming.fang
2022-12-12crypto/err: expand on error code generationČestmír Kalina
2022-12-12Run-checker merge CI: Memleak test does not work without ubsanTomas Mraz
2022-12-12Revert "Run-checker merge CI: Replace no-shared with no-modules"Tomas Mraz
2022-12-12OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb
2022-12-12unbuffer stdin before get passwd from stdinwangyuhang
2022-12-09signature: Clamp PSS salt len to MD lenClemens Lang
2022-12-09Obtain PSS salt length from providerClemens Lang
2022-12-09Run-checker merge CI: Replace no-shared with no-modulesTomas Mraz
2022-12-09Cross compiles CI: Disable stringop-overflow warning on s390x and m68kTomas Mraz
2022-12-09Fuzz checker CI: Use more generic include dir for fuzzer includesTomas Mraz
2022-12-09Bump actions/setup-python from 4.3.0 to 4.3.1dependabot[bot]
2022-12-08Fix `no-ec enable-ktls` buildTodd Short
2022-12-08test: add test case for deadlock reported in #19643Pauli
2022-12-08x509: fix double locking problemPauli
2022-12-08Replace some boldened types with a corresponding man page linkRichard Levitte
2022-12-08Move the description of the core types into their own pagesRichard Levitte
2022-12-08Better sorting of util/other.symsRichard Levitte
2022-12-08Fix treatment of BUILD_METADATARichard Levitte
2022-12-08djgpp: Fix unused-but-set-variable warningJ.W. Jagersma
2022-12-08Fix warnings with unsigned time_tJ.W. Jagersma
2022-12-08Define threads_lib.c functions only for OPENSSL_SYS_UNIXJ.W. Jagersma
2022-12-08Cast socklen_t to size_t in assert comparisonJ.W. Jagersma
2022-12-08Cast values to match printf format strings.J.W. Jagersma
2022-12-07Replace "a RSA" with "an RSA"Daniel Fiala
2022-12-06timing_load_creds: Add timersub macro for platforms where it is missingTomas Mraz
2022-12-06Fix the code used to detect aarch64 capabilities when we don't have getauxval()Tom Cosgrove
2022-12-05Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu
2022-12-05Fix the check of EVP_PKEY_decrypt_initPeiwei Hu
2022-12-05Fix the checks in rsautl_mainPeiwei Hu
2022-12-05Drop a spurious printf in evp_test.cMatt Caswell
2022-12-05Fix build on NonStopTomas Mraz
2022-12-02doc: fix EVP_SignInit.podReinhard Urban
2022-12-02Clarify the EVP_PKEY_decrypt manual pageTomas Mraz