summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-05-27Revert "Use .s extension for ia64 assembler"Tomas Mraz
2022-05-27Don't include sys/select.h on HP-UX as it doesn't existTom Hughes
2022-05-27Fix the check of UI_method_set_ex_dataPeiwei Hu
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei Hu
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2022-05-26Fix the defective check of EVP_PKEY_get_paramsPeiwei Hu
2022-05-26Fix check of dtls1_process_recordPeiwei Hu
2022-05-25Remove include/openssl/configuration.h from mandatory dependenciesRichard Levitte
2022-05-25Fix a memory leak in crl_set_issuersBernd Edlinger
2022-05-24Update gost-engine to the last changesDmitry Belyavskiy
2022-05-24Use safe pattern for buffer size determining in case of GOST key exchangeDmitry Belyavskiy
2022-05-24Fix a crash in ssl_security_cert_chainBernd Edlinger
2022-05-24Fix a memory leak in X509_issuer_and_serial_hashBernd Edlinger
2022-05-24Fix undefined behaviour in EC_GROUP_new_from_ecparametersBernd Edlinger
2022-05-24Fix a memory leak in ec_key_simple_oct2privBernd Edlinger
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-24x86asm: Generate endbr32 based on __CET__.Sebastian Andrzej Siewior
2022-05-24Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior
2022-05-23Drop the last ossl_init_casecmp() callRichard Levitte
2022-05-23Test the default key length of the Blowfish ciphersTomas Mraz
2022-05-23Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz
2022-05-23Fix a crash in asn1_item_embed_newBernd Edlinger
2022-05-23strcasecmp: implement strcasecmp and strncasecmpPauli
2022-05-23tolower: refine the tolower code to avoid a memory accessPauli
2022-05-22Building: For the FIPS module checksum, keep track of configuration,hRichard Levitte
2022-05-22Configuration: produce include/openssl/configuration.h when configuringRichard Levitte
2022-05-22Configuration: only produce a new configdata.pm if it has changed contentsRichard Levitte
2022-05-19mdl: Don't enforce one space after list markersRichard Levitte
2022-05-18Documentation: X509_V_ERR_CERT_CHAIN_TOO_LONG is not unusedThomas Bellebaum
2022-05-17Missing changes entry about OPENSSL_str[n]casecmpDmitry Belyavskiy
2022-05-17Fix KTLS with BIO_new_connectBernd Edlinger
2022-05-16Fix BIO_get_ktls_send/recv to return 0 or 1 onlyTomas Mraz
2022-05-16Add return value check of EVP_PKEY_copy_parameters () in ssl_set_cert_and_key()Zhou Qingyang
2022-05-13mkdef.pl: Add cmd-line flag to differentiate shared libs and DSO.Daniel Fiala
2022-05-13Always try locale initialization from OPENSSL_strcasecmpTomas Mraz
2022-05-13Add fallback in case of locale initialization failureTomas Mraz
2022-05-13Avoid code duplication for locale initializationTomas Mraz
2022-05-13Move OPENSSL_strcasecmp() and related to o_str.cTomas Mraz
2022-05-13int_ctx_new(): Revert extra ossl_init_casecmp callTomas Mraz
2022-05-13Include the e_os.h before string.hTomas Mraz
2022-05-13Fix build on OPENSSL_SYS_TANDEM and older POSIXesTomas Mraz
2022-05-12Always try to construct methods as new provider might be addedTomas Mraz
2022-05-12Add test for query invalidation after new provider addedTomas Mraz
2022-05-11Add quotes around perl scriptsKeith W. Campbell
2022-05-10bn_nist: fix strict aliasing problemPauli
2022-05-10err: get rid of err_free_strings_int()Dr. Matthias St. Pierre
2022-05-10err: fix crash in ERR_load_strings() when configured with no-errDr. Matthias St. Pierre
2022-05-09Fix leakage when the cacheline is 32-bytes in CBC_MAC_ROTATE_IN_PLACEbasavesh
2022-05-09remove legacy VxWorks workaroundMax Bachmann
2022-05-09EVP_PKEY_Q_keygen: Call OPENSSL_init_crypto to init strcasecmpTomas Mraz