summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.1 beta 1openssl-3.1.0-beta1Tomas Mraz2022-12-213-4/+4
* make updateTomas Mraz2022-12-213-17/+17
* Update copyright yearTomas Mraz2022-12-2151-51/+51
* Add CHANGES.md entry for support for KMAC in KBKDFTomas Mraz2022-12-211-0/+4
* Update FIPS related build instructions.slontis2022-12-161-2/+21
* Refine the documents of several APIsPeiwei Hu2022-12-1615-20/+33
* Update HMAC() documentation.slontis2022-12-162-1/+5
* Fix FIPS Provider compat CI of 3.0 libcrypto with 3.2 FIPS providerTomas Mraz2022-12-161-0/+1
* Add KMAC support to KBKDF.slontis2022-12-168-18/+1135
* timing_load_creds requires POSIX1.2001 due to rusageTomas Mraz2022-12-151-8/+5
* Coverity: fix 272011 resource leakPauli2022-12-151-0/+1
* timing_load_creds: Fix typos in the timersub macroTomas Mraz2022-12-141-2/+2
* Do not build P10-specific AES-GCM assembler on AIXTomas Mraz2022-12-142-6/+11
* Do not build P10-specific Chacha20 assembler on AIXTomas Mraz2022-12-142-3/+8
* CHANGES.md: Fix the 3.0.7 release dateTomas Mraz2022-12-141-1/+1
* Fix openssl storeutl to allow serial + issuerSimo Sorce2022-12-141-4/+2
* Make error reason for disallowed legacy sigalg more specificTomas Mraz2022-12-135-2/+9
* Fix SM4-CBC regression on Armv8fangming.fang2022-12-132-1/+13
* crypto/err: expand on error code generationČestmír Kalina2022-12-121-0/+11
* Run-checker merge CI: Memleak test does not work without ubsanTomas Mraz2022-12-121-1/+1
* Revert "Run-checker merge CI: Replace no-shared with no-modules"Tomas Mraz2022-12-121-1/+1
* OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb2022-12-126-36/+70
* unbuffer stdin before get passwd from stdinwangyuhang2022-12-121-0/+1
* signature: Clamp PSS salt len to MD lenClemens Lang2022-12-0913-21/+223
* Obtain PSS salt length from providerClemens Lang2022-12-094-18/+122
* Run-checker merge CI: Replace no-shared with no-modulesTomas Mraz2022-12-091-1/+1
* Cross compiles CI: Disable stringop-overflow warning on s390x and m68kTomas Mraz2022-12-091-3/+3
* Fuzz checker CI: Use more generic include dir for fuzzer includesTomas Mraz2022-12-091-2/+2
* Bump actions/setup-python from 4.3.0 to 4.3.1dependabot[bot]2022-12-091-1/+1
* Fix `no-ec enable-ktls` buildTodd Short2022-12-081-0/+2
* test: add test case for deadlock reported in #19643Pauli2022-12-083-1/+125
* x509: fix double locking problemPauli2022-12-081-4/+0
* Replace some boldened types with a corresponding man page linkRichard Levitte2022-12-0842-214/+190
* Move the description of the core types into their own pagesRichard Levitte2022-12-087-84/+400
* Better sorting of util/other.symsRichard Levitte2022-12-081-5/+5
* Fix treatment of BUILD_METADATARichard Levitte2022-12-084-8/+20
* djgpp: Fix unused-but-set-variable warningJ.W. Jagersma2022-12-081-6/+9
* Fix warnings with unsigned time_tJ.W. Jagersma2022-12-082-2/+4
* Define threads_lib.c functions only for OPENSSL_SYS_UNIXJ.W. Jagersma2022-12-081-1/+3
* Cast socklen_t to size_t in assert comparisonJ.W. Jagersma2022-12-081-3/+3
* Cast values to match printf format strings.J.W. Jagersma2022-12-085-10/+16
* Replace "a RSA" with "an RSA"Daniel Fiala2022-12-0710-12/+12
* timing_load_creds: Add timersub macro for platforms where it is missingTomas Mraz2022-12-061-0/+14
* Fix the code used to detect aarch64 capabilities when we don't have getauxval()Tom Cosgrove2022-12-061-0/+2
* Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu2022-12-054-6/+6
* Fix the check of EVP_PKEY_decrypt_initPeiwei Hu2022-12-052-2/+2
* Fix the checks in rsautl_mainPeiwei Hu2022-12-051-12/+12
* Drop a spurious printf in evp_test.cMatt Caswell2022-12-051-1/+0
* Fix build on NonStopTomas Mraz2022-12-051-2/+2
* doc: fix EVP_SignInit.podReinhard Urban2022-12-021-5/+4