summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix stack corruption in ui_readopenssl-3.1Bernd 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
* fix md5 bug on aarch64 big-endian plantform.Liu-ErMeng2023-04-282-15/+35
* 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
* Fix calling pthread_key_delete on uninitialized dataPetr Mikhalicin2023-04-241-2/+17
* fips: setup the FIPS provider in pendantic mode for testingPauli2023-04-212-2/+9
* test: update ssl_new tests in line with pedantic FIPS policyPauli2023-04-215-0/+29
* test: update TLS PDF tests in line with pedantic FIPS policyPauli2023-04-211-0/+3
* test: update evprand tests in line with pedantic FIPS policyPauli2023-04-211-0/+384
* sslapi: use correct fipsmodule.cnfPauli2023-04-211-1/+1
* 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
* 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
* Configurations/descrip.mms.tmpl: Fix a few typosRichard Levitte2023-04-181-7/+3
* Fix broken links in crypto manpageLadislav Marko2023-04-181-2/+2
* 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