]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Configure: Add disablable for QUIC, disabled by default
[thirdparty/openssl.git] / crypto /
2022-06-02  NikolasRevert unnecessary PKCS7_verify() performance optimization
2022-06-02  Peiwei HuFix the checks of BIO_get_cipher_status
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  Hugo LandauMake OSSL_LIB_CTX_load_config thread safe
2022-05-30  Dr. David von Oheimbhttp_client.c: Dump response on error when tracing...
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_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  Bernd EdlingerFix style nits in crl_set_issuers
2022-05-25  Bernd EdlingerFix a memory leak in crl_set_issuers
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  Bernd EdlingerFix a crash in asn1_item_embed_new
2022-05-23  XiaokangQianApply the AES-GCM unroll8 optimization patch to Neoverse N2
2022-05-22  Paulistrcasecmp: implement strcasecmp and strncasecmp
2022-05-22  Paulitolower: refine the tolower code to avoid a memory...
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  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-18  Hubert Karioadd support for SHA-3 based PRF to PBES2
2022-05-17  Bernd EdlingerFix KTLS with BIO_new_connect
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-11  Henry BrausenAdd riscv64 asm_arch to linux64-riscv64 target
2022-05-10  Paulibn_nist: fix strict aliasing problem
2022-05-10  Dr. Matthias St... err: get rid of err_free_strings_int()
2022-05-10  Dr. Matthias St... err: fix crash in ERR_load_strings() when configured...
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  Max BachmannExclude IPv6 code using OPENSSL_USE_IPV6 instead of...
2022-05-08  PauliFix Coverity 1201740 & 1201712: uninitialised values
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  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  Dr. David von Oheimbcrmf_lib.c: Make sure Ed signature for POPO is called...
2022-05-04  Dr. David von OheimbX509{,_LOOKUP}: Improve distinction between not found...
2022-05-04  Dr. David von Oheimbobjects.txt: Add newly registered OIDs according to...
2022-05-04  JHH20Remove duplicated #include headers
2022-05-03  Matt CaswellUpdate copyright year
2022-05-03  Matt CaswellFix OCSP_basic_verify signer certificate validation
2022-05-03  Daniel HuAcceleration of chacha20 on aarch64 by SVE
2022-05-03  Jonathan Swinneymd5: add assembly implementation for aarch64
2022-05-02  Tomas Mrazfix_dh_paramgen_type: Avoid crash with invalid paramgen...
2022-05-02  Tomas Mrazevp_md_init_internal: Avoid reallocating algctx if...
2022-05-02  Dr. David von Oheimbhttp_client.c: check expected content type only if...
2022-04-29  Dmitry BelyavskiyEnsure we initialized the locale before evp_pkey_name2type
2022-04-29  yavtukPrefer .inst rather than .long for probe instructions...
2022-04-27  Tomas Mrazsiphash: Fail finalization on uninitialized siphash...
2022-04-26  Mathias BerchtoldMove ossl_deinit_casecmp to the end of OPENSSL_cleanup()
2022-04-26  zhouzilongClear unused variables in X509_print_ex()
2022-04-25  Jon SpillettUse .s extension for ia64 assembler
2022-04-25  Hugo LandauFix bug in OPENSSL_LH_flush
2022-04-22  Kirill A. KorinskyNever use `__atomic_*` on macOS 10.7 and 10.8
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-22  Dmitry BelyavskiyPublic API functions OPENSSL_str[n]casecmp
2022-04-21  Tom CosgroveFix gcc 6.3 builds of aarch64 BSAES
2022-04-21  Daniel FialaClear incorrectly reported errors in cms_io.
2022-04-14  Tomas MrazAdd error code for unsupported explicit parameters
2022-04-14  Tomas MrazImport only named params into FIPS module
2022-04-13  tangyiqunCheck the return of EVP_KDF_fetch()
2022-04-12  Zhou QingyangAdd return value check of X509V3_add_value() in X509V3_...
2022-04-12  Juergen Christs390: Add new machine generation
next