summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix stack corruption in ui_readopenssl-3.0Bernd Edlinger2023-05-173-3/+53
* Fixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for SM2 in ENGINEsYuan, Shuai2023-05-152-1/+43
* CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb2023-05-128-36/+75
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-1210-22/+77
* apps/openssl.cnf: fix reference to insta.ca.crtDr. David von Oheimb2023-05-122-4/+4
* provider: return error if buf too small when getting ec pubkey paramYi Li2023-05-122-1/+23
* Fix typos found by codespellDimitri Papadopoulos2023-05-1210-24/+24
* Clarify documentation of SSL_SESSION_dupWatson Ladd2023-05-121-2/+4
* Clear ownership when duplicating sessionsWatson Ladd2023-05-122-2/+5
* Fixed TLS1.3 handshake issue for legacy engine API.Yuan, Shuai2023-05-111-0/+4
* CMP app: fix deallocated host/port fields in APP_HTTP_TLS_INFODr. David von Oheimb2023-05-101-3/+9
* CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)Dr. David von Oheimb2023-05-102-3/+7
* Fix a typo found by codespell in a Makefile variableDimitri Papadopoulos2023-05-101-1/+1
* DLTS → DTLSDimitri Papadopoulos2023-05-101-1/+1
* Fix memory leak in engine_cleanup_add_first()Kovalev Vasiliy2023-05-091-2/+3
* aes-gcm-armv8_64 asm support bigdianJerryDevis2023-05-091-206/+581
* Prevent a fuzzing timeout in the conf fuzzerMatt Caswell2023-05-081-0/+17
* Fix the padlock engineBernd Edlinger2023-05-051-2/+13
* Fix broken links on asym_cipher manpagesLadislav Marko2023-05-041-3/+2
* Add negative integer check when using ASN1_BIT_STRINGmlitre2023-05-041-0/+6
* rand: trust user supplied entropy when configured without a random sourcePauli2023-05-031-0/+6
* param->ctrl translation: Fix evp_pkey_ctx_setget_params_to_ctrl()Richard Levitte2023-05-011-0/+1
* param->ctrl translation: Fix fix_ec_paramgen_curve_nid()Richard Levitte2023-05-011-1/+14
* Avoid generating RSA keys with p < qrkarmaka982023-04-281-0/+9
* Improve documentation of -no_ssl3, -no_tls1, -no_tls1_1, -no_tls1_2, -no_tls1...rkarmaka982023-04-281-0/+2
* http proxy handling: Use ossl_safe_getenv() instead of getenv()Mukesh Bharsakle2023-04-281-5/+4
* ASN1_OCTET_STRING_new() calls ASN1_STRING_type_new(V_ASN1_OCTET_STRING)Vladimir Kotal2023-04-281-1/+1
* fix aes-xts bug on aarch64 big-endian env.Liu-ErMeng2023-04-282-12/+25
* APPS/cmp: prevent HTTP client failure on -rspin option with too few filenamesDr. David von Oheimb2023-04-283-42/+94
* Correct the CHANGES entry for CVE-2023-1255Tomas Mraz2023-04-261-3/+3
* Fix regression of no-posix-io buildsTomas Mraz2023-04-251-3/+11
* Bump actions/setup-python from 4.5.0 to 4.6.0dependabot[bot]2023-04-211-1/+1
* Fix checking return code of EVP_PKEY_get_int_param at check_curvePetr Mikhalicin2023-04-211-1/+1
* aesv8-armx.pl: Avoid buffer overrread in AES-XTS decryptionTomas Mraz2023-04-203-1/+16
* Configurations/descrip.mms.tmpl: Fix a few typosRichard Levitte2023-04-181-7/+3
* CMP cert_response(): add missing rejection status on client rejecting new certDr. David von Oheimb2023-04-181-0/+1
* cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb2023-04-185-30/+73
* ossl_cmp_mock_srv_new.pod: correct/update names of internal test support func...Dr. David von Oheimb2023-04-181-9/+9
* OSSL_CMP_SRV_process_request(): fix recipNonce on error in subsequent request...Dr. David von Oheimb2023-04-181-7/+13
* cmp_ctx.c: fix wrong comments on OSSL_CMP_CTX_set1_{recipient,issuer}Dr. David von Oheimb2023-04-181-2/+2
* CMP check_transactionID_or_nonce(): fix reason code on unmatched recipNonceDr. David von Oheimb2023-04-181-1/+0
* ossl_cmp_msg_check_update(): fix two wrong error return values (-1 instead of 0)Dr. David von Oheimb2023-04-181-6/+6
* test_get_libctx(): prevent crash when called with NULL provider argDr. David von Oheimb2023-04-181-1/+1
* 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-181-18/+0
* bn_nist: remove unused type-punning union `u`Alois Klink2023-04-181-21/+12
* bn_nist: replace pointer bit-fiddling with ternaryAlois Klink2023-04-181-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 the LCM computation in the RSA multiprime key checkTomas Mraz2023-04-133-7/+69