summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor refactoring of the Argon2 derive functionTomas Mraz2023-04-211-48/+30
* Bump coverallsapp/github-action from 2.1.0 to 2.1.2dependabot[bot]2023-04-211-1/+1
* aesv8-armx.pl: Avoid buffer overrread in AES-XTS decryptionTomas Mraz2023-04-203-1/+16
* test: test -pedantic option in fipsinstallPauli2023-04-201-1/+26
* doc: document the -pedantic option to fipsinstall.Pauli2023-04-201-0/+9
* fipsinstall: add -pedantic optionPauli2023-04-201-39/+64
* Adding Control Flow guard to Windows Buildsgakamath2023-04-191-3/+3
* Configurations/descrip.mms.tmpl: Fix a few typosRichard Levitte2023-04-181-7/+3
* Fix broken links in crypto manpageLadislav Marko2023-04-181-2/+2
* fix test failure on Kunpeng-920zhangzhilei2023-04-181-1/+1
* crmf_lib.c: clean up coments on OSSL_CRMF_CERTTEMPLATE*()Dr. David von Oheimb2023-04-181-6/+2
* OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and docDr. David von Oheimb2023-04-183-3/+5
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-188-44/+61
* bn_local: remove unused `PTR_SIZE_INT` definitionAlois Klink2023-04-161-18/+0
* bn_nist: remove unused type-punning union `u`Alois Klink2023-04-161-21/+12
* bn_nist: replace pointer bit-fiddling with ternaryAlois Klink2023-04-161-45/+19
* adding provider_unload functions for cmp_ testsDanny Carpenter2023-04-164-0/+8
* List also non-fetchable hashes in openssl dgst -listGauriSpears2023-04-141-2/+5
* Fix a HPKE API to put libctx, propq as last (optional parameters).slontis2023-04-144-36/+44
* Fix the LCM computation in the RSA multiprime key checkTomas Mraz2023-04-133-7/+69
* Fix typo in ssl_ciph.cLadislav Marko2023-04-131-1/+1
* Fix UEFI support on win32Aidan Khoury2023-04-133-4/+4
* doc: Fix incorrect pairing of functionsLadislav Marko2023-04-131-1/+1
* doc: Fix misleading stucture infoLadislav Marko2023-04-131-1/+1
* Fixes #19580 ECX keygenYuan, Shuai2023-04-121-1/+1
* Allow partially releasing a record for TLSMatt Caswell2023-04-127-62/+114
* Make the data field for get_record() constMatt Caswell2023-04-1210-23/+28
* Add support for rstream get/release record in the QUIC TLS layerMatt Caswell2023-04-123-27/+52
* Updated return value of PEM_write_TYPE() and PEM_write_bio_TYPE() in man-pages.Jeeban Sethi2023-04-111-2/+1
* CI: Checkout submodules to make the regression fuzz tests runTomas Mraz2023-04-1110-0/+70
* Add openssl/fuzz-corpora repository as submoduleTomas Mraz2023-04-112-0/+4
* Remove fuzz corpora data from the repositoryTomas Mraz2023-04-1119718-20041/+0
* Bump coverallsapp/github-action from 1.2.4 to 2.1.0dependabot[bot]2023-04-111-1/+1
* Remove FIPS cross version check of 3.0.0 provider against currentPauli2023-04-111-74/+0
* Remove old FIPS provider cross version checkPauli2023-04-111-97/+0
* Add action to cross validate FIPS providersPauli2023-04-111-0/+228
* Ignore SIGPIPE if client closes connection abruptlyVishwa Pravin2023-04-061-0/+6
* Alternative fix for CVE-2022-4304Bernd Edlinger2023-04-046-69/+112
* Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger2023-04-046-670/+22
* Erase temporary buffer in EVP_PKEY_get_bn_param()Anatolii Lishchynskyi2023-04-041-1/+8
* Don't call OPENSSL_init_crypto from inside a RUN_ONCEMatt Caswell2023-04-041-3/+2
* Update the documentation for SSL_version et alMatt Caswell2023-04-041-4/+44
* Add a test for SSL_version(), SSL_get_version() etcMatt Caswell2023-04-042-0/+190
* Make sure we can query the SSL object for version info when using QUICMatt Caswell2023-04-044-0/+48
* FFC cleanupsslontis2023-04-039-85/+112
* Avoid calling into provider with the same iv_len or key_lenTomas Mraz2023-04-031-0/+8
* Fix compilation error when using clang-cl 16 or higherAnthony Roberts2023-04-031-1/+1
* Make DSA_sign() test for negative p,q,g values.slontis2023-03-313-2/+84
* Incorrect null pointer checkafshinpir2023-03-311-1/+1
* Fix mem leak in ECDSA_sign().slontis2023-03-313-3/+20