openssl.git
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
2022-05-13 Tomas MrazInclude the e_os.h before string.h
2022-05-13 Tomas MrazFix build on OPENSSL_SYS_TANDEM and older POSIXes
2022-05-13 Tomas Mrazint_ctx_new(): Revert extra OPENSSL_init_crypto() call
2022-05-12 Tomas MrazAlways try to construct methods as new provider might...
2022-05-12 Tomas MrazAdd test for query invalidation after new provider...
2022-05-11 Keith W. CampbellAdd quotes around perl scripts
2022-05-11 Hongren (Zenithal... Make IV/buf in prov_cipher_ctx_st aligned
2022-05-11 Henry BrausenAdd riscv64 asm_arch to linux64-riscv64 target
2022-05-10 Paulibn_nist: fix strict aliasing problem
2022-05-10 Dr. Matthias... err: get rid of err_free_strings_int()
2022-05-10 Dr. Matthias... err: fix crash in ERR_load_strings() when configured...
2022-05-09 basaveshFix leakage when the cacheline is 32-bytes in CBC_MAC_R...
2022-05-09 Max Bachmannremove legacy VxWorks workaround
2022-05-09 Benjamin Kadukevp_md: assert digest is provided for algctx reuse
2022-05-09 Tomas MrazEVP_PKEY_Q_keygen: Call OPENSSL_init_crypto to init...
2022-05-09 Dimitry AndricCorrect padding mode flag name for EVP_PKEY_decrypt...
2022-05-09 Ahmed JELIJLIdoc: Fix RSA public key parameters
2022-05-09 Tomas MrazAdd a testcase for OSSL_PROVIDER_unload() being fully...
2022-05-09 slontisAdd documentation for key validation that indicates...
2022-05-09 Max BachmannExclude IPv6 code using OPENSSL_USE_IPV6 instead of...
2022-05-09 Nathan SidwellHeader file cleanup for C++20 header-units
2022-05-08 PauliFix Coverity 1201740 & 1201712: uninitialised values
2022-05-08 PauliUpdate GOST engine
2022-05-08 Paulidoc: add not that DTLS 1.0, TLS 1.1 and before are...
2022-05-08 Paulitls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security...
2022-05-06 Bernd EdlingerUpdate .gitignore
2022-05-06 Daniel Fialas_serve: Report an error if init-connection fails witho...
2022-05-06 PauliFix Coverity 1503322, 1503324, 1503328 memory accesses
2022-05-06 PauliFix Coverity 1503325 use after free
2022-05-06 PauliFix Coverity 1503329 use after free
2022-05-06 PauliFix coverity 1503330 use after free
2022-05-06 philippe lhardyfix for sslecho in demos echoing garbage #18165
2022-05-06 PauliCorrect NEWS entry about required security level for...
2022-05-06 PauliRemove the _fetch_by_number functions
2022-05-05 Richard LevitteAdd method store cache flush and method removal to...
2022-05-05 Richard LevitteFor child libctx / provider, don't count self-reference...
2022-05-05 Richard LevitteComplete the cleanup of an algorithm in OSSL_METHOD_STORE
2022-05-05 Richard LevitteMake it possible to remove methods by the provider...
2022-05-05 Richard LevitteDon't empty the method store when flushing the query...
2022-05-05 Richard LevitteRefactor method construction pre- and post-condition
2022-05-05 Richard LevitteDrop ossl_provider_clear_all_operation_bits() and all...
2022-05-05 Vita Batrlas_client -proxy / -starttls shouldn't be mutually exclusive
2022-05-05 Dr. David von... crmf_lib.c: Make sure Ed signature for POPO is called...
2022-05-04 Dr. David von... X509{,_LOOKUP}: Improve distinction between not found...
2022-05-04 Dr. David von... objects.txt: Add newly registered OIDs according to...
2022-05-04 Daniel Fialaopenssl: dhparam: Print warning if -in argument is...
2022-05-04 PauliFix Coverity 1503314 unchecked return value
2022-05-04 JHH20Remove duplicated #include headers
2022-05-03 Tomas MrazCHANGES.md: Attribute the OPENSSL_LH_flush() fix properly
next