aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update further expiring certificates that affect testsTomas Mraz2022-06-0514-435/+437
* Change the SCT issuer key to RSA 2048Bernd Edlinger2022-06-036-62/+70
* Fix strict client chain check with TLS-1.3Tomas Mraz2022-06-031-8/+6
* Enable setting SSL_CERT_FLAG_TLS_STRICT with ssl configTomas Mraz2022-06-037-290/+543
* CI: Add enable-quic to some of the buildsTomas Mraz2022-06-031-11/+11
* Add a test_ssl_new testcaseTomas Mraz2022-06-038-12/+150
* First working empty protocol testTomas Mraz2022-06-035-18/+227
* Add empty implementations of quic method functionsTomas Mraz2022-06-035-0/+187
* Add OSSL_QUIC methods to headers and manual pagesTomas Mraz2022-06-036-0/+110
* Configure: Add disablable for QUIC, disabled by defaultTomas Mraz2022-06-032-1/+10
* Revert unnecessary PKCS7_verify() performance optimizationNikolas2022-06-021-25/+4
* Add VERSIONINFO resource to legacy provider if it is not builtinslontis2022-06-021-0/+7
* Add Windows VERSIONINFO resource to fips provider dll.slontis2022-06-021-0/+6
* Fix the checks of BIO_get_cipher_statusPeiwei Hu2022-06-022-3/+3
* Fix the checks of EVP_PKEY_param_checkPeiwei Hu2022-06-022-2/+2
* Fix the checks of UI_add_input_stringPeiwei Hu2022-06-022-4/+4
* Fix the checks of EVP_PKEY_private_checkPeiwei Hu2022-06-021-6/+6
* Fix the checks of EVP_PKEY_public_checkPeiwei Hu2022-06-021-6/+6
* Fix the checks of EVP_PKEY_pairwise_checkPeiwei Hu2022-06-021-5/+5
* Fix the checks of EVP_PKEY_checkPeiwei Hu2022-06-023-9/+9
* Fix the checks of RAND_bytesPeiwei Hu2022-06-025-8/+8
* CTLOG_new_ex: Fix copy&paste error when setting propqTomas Mraz2022-06-021-1/+1
* Fix possible null pointer dereference of evp_pkey_get_legacy()Zhou Qingyang2022-06-024-6/+61
* Don't call ossl_provider_free() without first setting refcntMatt Caswell2022-06-021-2/+9
* Fix a memory leak is ossl_provider_doall_activatedMatt Caswell2022-06-021-1/+3
* Fix another decoder mem leak on an error pathMatt Caswell2022-06-021-2/+3
* Fix a decoder mem leak on an error pathMatt Caswell2022-06-021-4/+4
* Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu2022-06-026-14/+14
* Fix the check of evp_pkey_ctx_set_params_strictPeiwei Hu2022-06-021-2/+4
* Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlenPeiwei Hu2022-06-022-3/+3
* Fix the erroneous checks of EVP_PKEY_CTX_set_group_namePeiwei Hu2022-06-023-4/+4
* Fix code format: BLOCK_CIPHER_customJiuhai Zhang2022-06-021-3/+3
* doc: Fix keymgmt functions parameters Ladislav Marko2022-06-011-2/+2
* Update expired SCT issuer certificateTomas Mraz2022-06-011-15/+15
* Make OSSL_LIB_CTX_load_config thread safeHugo Landau2022-06-012-18/+102
* changes: add note saying the locale based strcasecmp has been replacedPauli2022-06-011-0/+7
* OSSL_trace_enabled.pod and OSSL_trace_set_channel.pod: improve docDr. David von Oheimb2022-05-302-15/+31
* http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb2022-05-307-16/+64
* Move types.h #undefs for wincrypt.h compatibilitySamuel Lee2022-05-303-11/+60
* Fix visual glitch in non-verbose test outputBernd Edlinger2022-05-281-1/+3
* Make running individual ssl-test easierTodd Short2022-05-272-5/+24
* Check that UnsafeLegacyServerConnect option existsTomas Mraz2022-05-272-111/+157
* The -no_legacy_server_connect option applies to clientTomas Mraz2022-05-273-2/+2
* Actually implement UnsafeLegacyServerConnect as documentedTomas Mraz2022-05-271-0/+2
* Configurations/gentemplate.pm: Generate generators too, when necessaryRichard Levitte2022-05-271-0/+4
* Generate the preprocessed .s files for chacha and poly 1305 on ia64Tomas Mraz2022-05-272-2/+4
* Revert "Use .s extension for ia64 assembler"Tomas Mraz2022-05-273-3/+3
* Don't include sys/select.h on HP-UX as it doesn't existTom Hughes2022-05-271-0/+2
* QUIC wire format supportHugo Landau2022-05-2711-29/+695
* Fix the check of UI_method_set_ex_dataPeiwei Hu2022-05-271-1/+1