summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei Hu2022-05-272-2/+2
* Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu2022-05-276-7/+9
* Fix the defective check of EVP_PKEY_get_paramsPeiwei Hu2022-05-262-3/+3
* Fix check of dtls1_process_recordPeiwei Hu2022-05-265-9/+9
* Remove include/openssl/configuration.h from mandatory dependenciesRichard Levitte2022-05-254-1/+3
* Fix style nits in crl_set_issuersBernd Edlinger2022-05-251-6/+8
* Fix a memory leak in crl_set_issuersBernd Edlinger2022-05-251-3/+7
* Add riscv64 asm_arch to BSD-riscv64 targetHongren (Zenithal) Zheng2022-05-251-0/+1
* Update gost-engine to the last changesDmitry Belyavskiy2022-05-241-0/+0
* Use safe pattern for buffer size determining in case of GOST key exchangeDmitry Belyavskiy2022-05-241-6/+8
* Fix a crash in ssl_security_cert_chainBernd Edlinger2022-05-241-0/+2
* Fix a memory leak in X509_issuer_and_serial_hashBernd Edlinger2022-05-241-2/+2
* Fix undefined behaviour in EC_GROUP_new_from_ecparametersBernd Edlinger2022-05-241-0/+10
* Fix a memory leak in ec_key_simple_oct2privBernd Edlinger2022-05-241-2/+1
* Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu2022-05-249-51/+51
* Change loops conditions to make zero loop risk more obvious.Daniel Fiala2022-05-242-2/+6
* x86asm: Generate endbr32 based on __CET__.Sebastian Andrzej Siewior2022-05-241-0/+2
* Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior2022-05-2418-66/+66
* Add more SRTP protection profilesKijin Kim2022-05-234-8/+88
* Test the default key length of the Blowfish ciphersTomas Mraz2022-05-231-0/+28
* Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz2022-05-233-6/+6
* Fix a crash in asn1_item_embed_newBernd Edlinger2022-05-231-1/+1
* Apply the AES-GCM unroll8 optimization patch to Neoverse N2XiaokangQian2022-05-232-1/+3
* Disable 82-test_tfo_cli if tfo is not enabled.Randall S. Becker2022-05-231-0/+1
* Avoid unchecked string concatenationBenny Baumann2022-05-231-17/+13
* Avoid potential OOB if width > sizeof(start)Benny Baumann2022-05-231-46/+58