openssl.git
2022-06-16 Richard Levittetest/recipes/*.t: setup() doesn't play well with spaces...
2022-06-16 Michael BaentschFix for OSSL_PARAM sample code referencing OSSL_PARAM_U...
2022-06-16 Tomas MrazAdd an extra reduction step to RSAZ mod_exp implementations
2022-06-16 Tomas MrazAlways end BN_mod_exp_mont_consttime with normal Montgo...
2022-06-16 Jiasheng Jiangtest/ssl_old_test.c: Add check for OPENSSL_malloc
2022-06-16 KanAdd sensitive memory clean in priv encode
2022-06-15 Jiasheng Jiangtest/ssl_old_test.c: Add check for OPENSSL_zalloc
2022-06-15 K1Fix a mem leak in evp_pkey_export_to_provider
2022-06-15 Matt CaswellFix a crash in X509v3_asid_subset()
2022-06-15 Richard Levitteproviders/implementations/exchange/kdf_exch.c: Fix...
2022-06-15 Richard Levittetest/evp_test.c: Check too big output buffer sizes...
2022-06-15 Matt CaswellFix the export routines to not return success if param...
2022-06-15 Tomas Mraztest_pkey_check: Positive testcase for private key...
2022-06-15 Tomas Mrazossl_dh_check_priv_key: Do not fail on private keys...
2022-06-15 Tomas MrazTestcase for regression by PPC64 fixed length montgomer...
2022-06-15 Tomas MrazRevert "bn: Add fixed length (n=6), unrolled PPC Montgo...
2022-06-15 Tomas MrazAvoid reusing the init_lock for a different purpose
2022-06-14 Pauliinit: fix defined but unused warning/error
2022-06-13 slontisRSA keygen update: Raise an error if no prime candidate...
2022-06-13 slontisRSA Keygen update - When using the default provider...
2022-06-13 slontisRSA keygen fixes
2022-06-13 Billy Brumley[crypto/bn] BN_consttime_swap: remove superfluous early...
2022-06-10 Tomas Mrazsm2_dupctx: Avoid potential use after free of the md
2022-06-10 Tomas MrazCheck return of BIO_new() and always free pkey from...
2022-06-10 Tomas Mrazadd_provider_groups: Clean up algorithm pointer on...
2022-06-10 Tomas Mrazparse_unquoted: Check returned value from ossl_property...
2022-06-10 Bernd EdlingerFix a use after free in error handling of hmac_dup
2022-06-10 Hongren (Zenithal... providers: cipher: aes: add riscv64 zkn support
2022-06-10 Hongren (Zenithal... aes_platform: add riscv64 zkn asm support
2022-06-10 Hongren (Zenithal... Add riscv scalar crypto extension capability
2022-06-10 Hongren (Zenithal... add build support for riscv64 aes zkn
2022-06-10 Hongren (Zenithal... Add AES implementation in riscv64 zkn asm
2022-06-09 Matt CaswellAssert that a property definition cache entry is the...
2022-06-09 Matt CaswellFix a memory leak in ossl_method_store_add()
2022-06-09 Todd ShortUpdate SIV mode documentation
2022-06-08 Matt CaswellDon't report success from ec_export if OSSL_PARAM_BLD_t...
2022-06-08 Matt CaswellFix a mem leak in evp_pkey_copy_downgraded()
2022-06-08 Tomas MrazHigh level overview of QUIC Implementation
2022-06-06 Tomas MrazCheck return value of ossl_parse_property()
2022-06-06 Matt CaswellCONF_modules_unload should fail if CONF_modules_finish...
2022-06-05 Clemens LangFix inadvertent NULL assignments in ternary ops
2022-06-05 Tomas MrazUpdate further expiring certificates that affect tests
2022-06-03 Bernd EdlingerChange the SCT issuer key to RSA 2048
2022-06-03 Tomas MrazFix strict client chain check with TLS-1.3
2022-06-03 Tomas MrazEnable setting SSL_CERT_FLAG_TLS_STRICT with ssl config
2022-06-03 Tomas MrazCI: Add enable-quic to some of the builds
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
next