]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2022-06-03  Tomas MrazAdd a test_ssl_new testcase
2022-06-03  Tomas MrazFirst working empty protocol test
2022-06-03  Tomas MrazAdd empty implementations of quic method functions
2022-06-03  Tomas MrazAdd OSSL_QUIC methods to headers and manual pages
2022-06-03  Tomas MrazConfigure: Add disablable for QUIC, disabled by default
2022-06-02  NikolasRevert unnecessary PKCS7_verify() performance optimization
2022-06-02  slontisAdd VERSIONINFO resource to legacy provider if it is...
2022-06-02  slontisAdd Windows VERSIONINFO resource to fips provider dll.
2022-06-02  Peiwei HuFix the checks of BIO_get_cipher_status
2022-06-02  Peiwei HuFix the checks of EVP_PKEY_param_check
2022-06-02  Peiwei HuFix the checks of UI_add_input_string
2022-06-02  Peiwei HuFix the checks of EVP_PKEY_private_check
2022-06-02  Peiwei HuFix the checks of EVP_PKEY_public_check
2022-06-02  Peiwei HuFix the checks of EVP_PKEY_pairwise_check
2022-06-02  Peiwei HuFix the checks of EVP_PKEY_check
2022-06-02  Peiwei HuFix the checks of RAND_bytes
2022-06-02  Tomas MrazCTLOG_new_ex: Fix copy&paste error when setting propq
2022-06-02  Zhou QingyangFix possible null pointer dereference of evp_pkey_get_l...
2022-06-02  Matt CaswellDon't call ossl_provider_free() without first setting...
2022-06-02  Matt CaswellFix a memory leak is ossl_provider_doall_activated
2022-06-02  Matt CaswellFix another decoder mem leak on an error path
2022-06-02  Matt CaswellFix a decoder mem leak on an error path
2022-06-02  Peiwei HuFix the checks of EVP_PKEY_CTX_set/get_* functions
2022-06-02  Peiwei HuFix the check of evp_pkey_ctx_set_params_strict
2022-06-02  Peiwei HuFix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlen
2022-06-02  Peiwei HuFix the erroneous checks of EVP_PKEY_CTX_set_group_name
2022-06-02  Jiuhai ZhangFix code format: BLOCK_CIPHER_custom
2022-06-01  Ladislav Markodoc: Fix keymgmt functions parameters
2022-06-01  Tomas MrazUpdate expired SCT issuer certificate
2022-06-01  Hugo LandauMake OSSL_LIB_CTX_load_config thread safe
2022-06-01  Paulichanges: add note saying the locale based strcasecmp...
2022-05-30  Dr. David von... OSSL_trace_enabled.pod and OSSL_trace_set_channel.pod...
2022-05-30  Dr. David von... http_client.c: Dump response on error when tracing...
2022-05-30  Samuel LeeMove types.h #undefs for wincrypt.h compatibility
2022-05-28  Bernd EdlingerFix visual glitch in non-verbose test output
2022-05-27  Todd ShortMake running individual ssl-test easier
2022-05-27  Tomas MrazCheck that UnsafeLegacyServerConnect option exists
2022-05-27  Tomas MrazThe -no_legacy_server_connect option applies to client
2022-05-27  Tomas MrazActually implement UnsafeLegacyServerConnect as documented
2022-05-27  Richard LevitteConfigurations/gentemplate.pm: Generate generators...
2022-05-27  Tomas MrazGenerate the preprocessed .s files for chacha and poly...
2022-05-27  Tomas MrazRevert "Use .s extension for ia64 assembler"
2022-05-27  Tom HughesDon't include sys/select.h on HP-UX as it doesn't exist
2022-05-27  Hugo LandauQUIC wire format support
2022-05-27  Peiwei HuFix the check of UI_method_set_ex_data
2022-05-27  Peiwei HuFix the incorrect checks of EVP_CIPHER_CTX_rand_key
2022-05-27  Peiwei HuFix the incorrect checks of EVP_CIPHER_CTX_set_key_length
2022-05-26  Peiwei HuFix the defective check of EVP_PKEY_get_params
2022-05-26  Peiwei HuFix check of dtls1_process_record
2022-05-25  Richard LevitteRemove include/openssl/configuration.h from mandatory...
2022-05-25  Bernd EdlingerFix style nits in crl_set_issuers
2022-05-25  Bernd EdlingerFix a memory leak in crl_set_issuers
2022-05-25  Hongren (Zenithal... Add riscv64 asm_arch to BSD-riscv64 target
2022-05-24  Dmitry BelyavskiyUpdate gost-engine to the last changes
2022-05-24  Dmitry BelyavskiyUse safe pattern for buffer size determining in case...
2022-05-24  Bernd EdlingerFix a crash in ssl_security_cert_chain
2022-05-24  Bernd EdlingerFix a memory leak in X509_issuer_and_serial_hash
2022-05-24  Bernd EdlingerFix undefined behaviour in EC_GROUP_new_from_ecparameters
2022-05-24  Bernd EdlingerFix a memory leak in ec_key_simple_oct2priv
2022-05-24  Peiwei HuFix check of EVP_CIPHER_CTX_ctrl
2022-05-24  Daniel FialaChange loops conditions to make zero loop risk more...
2022-05-24  Sebastian Andrzej... x86asm: Generate endbr32 based on __CET__.
2022-05-24  Sebastian Andrzej... Rename x86-32 assembly files from .s to .S.
2022-05-23  Kijin KimAdd more SRTP protection profiles
2022-05-23  Tomas MrazTest the default key length of the Blowfish ciphers
2022-05-23  Tomas MrazFix regression in default key length for Blowfish CFB...
2022-05-23  Bernd EdlingerFix a crash in asn1_item_embed_new
2022-05-23  XiaokangQianApply the AES-GCM unroll8 optimization patch to Neoverse N2
2022-05-23  Randall S.... Disable 82-test_tfo_cli if tfo is not enabled.
2022-05-23  Benny BaumannAvoid unchecked string concatenation
2022-05-23  Benny BaumannAvoid potential OOB if width > sizeof(start)
2022-05-22  Paulistrcasecmp: implement strcasecmp and strncasecmp
2022-05-22  Paulitolower: refine the tolower code to avoid a memory...
2022-05-22  Richard LevitteBuilding: For the FIPS module checksum, keep track...
2022-05-22  Richard LevitteConfiguration: produce include/openssl/configuration...
2022-05-22  Richard LevitteConfiguration: only produce a new configdata.pm if...
2022-05-21  Pauliperformance: improve ossl_lh_strcasehash
2022-05-21  Tomas MrazDrop ossl_namemap_add_name_n() and simplify ossl_namema...
2022-05-21  Tomas Mrazossl_namemap_name2_num: Avoid unnecessary OPENSSL_strnd...
2022-05-19  Joshua Arnottopenssl-ca.pod.in: Minor grammar fix
2022-05-19  Richard Levittemdl: Don't enforce one space after list markers
2022-05-19  Henry BrausenAdd BSWAP4/BSWAP8 routines for riscv64 with Zbb
2022-05-19  Henry BrausenAdd clmul-based gmult for riscv64 with Zbb, Zbc
2022-05-19  Henry BrausenAdd basic RISC-V cpuid and OPENSSL_riscvcap
2022-05-19  Henry BrausenAdd AES implementation in generic riscv64 asm
2022-05-19  Randall S.... Prepare NonStop for fixed-size integer types.
2022-05-19  PauliFix coverity 1504433: unchecked return value
2022-05-18  Hugo LandauUse --release in dev/release.sh
2022-05-18  Thomas BellebaumDocumentation: X509_V_ERR_CERT_CHAIN_TOO_LONG is not...
2022-05-18  Hubert Karioadd tests for PBKDF2 with SHA-3
2022-05-18  Hubert Karioadd support for SHA-3 based PRF to PBES2
2022-05-17  Dmitry BelyavskiyMissing changes entry about OPENSSL_str[n]casecmp
2022-05-17  Bernd EdlingerFix KTLS with BIO_new_connect
2022-05-16  Tomas MrazFix BIO_get_ktls_send/recv to return 0 or 1 only
2022-05-16  Zhou QingyangAdd return value check of EVP_PKEY_copy_parameters...
2022-05-13  Daniel Fialamkdef.pl: Add cmd-line flag to differentiate shared...
2022-05-13  Tomas MrazAlways try locale initialization from OPENSSL_strcasecmp
2022-05-13  Tomas MrazAdd fallback in case of locale initialization failure
2022-05-13  Tomas MrazAvoid code duplication for locale initialization
2022-05-13  Tomas MrazMove OPENSSL_strcasecmp() and related to o_str.c
next