openssl.git
2022-12-08 Tomas MrazCross compiles CI: Disable stringop-overflow warning...
2022-12-08 Tomas MrazFuzz checker CI: Use more generic include dir for fuzze...
2022-12-08 dependabot... Bump actions/setup-python from 4.3.0 to 4.3.1
2022-12-08 Todd ShortFix `no-ec enable-ktls` build
2022-12-08 Paulitest: add test case for deadlock reported in #19643
2022-12-08 Paulix509: fix double locking problem
2022-12-08 Dr. David von... cmp_vfy_test.c: fix name OSSL_CMP_CTX_set0_trusted...
2022-12-08 Dr. David von... OSSL_CMP_validate_msg(): make sure to reject protection...
2022-12-08 Richard LevitteReplace some boldened types with a corresponding man...
2022-12-08 Richard LevitteMove the description of the core types into their own...
2022-12-08 Richard LevitteBetter sorting of util/other.syms
2022-12-08 Richard LevitteFix treatment of BUILD_METADATA
2022-12-06 Daniel FialaReplace "a RSA" with "an RSA"
2022-12-05 Peiwei HuFix the check of BIO_set_write_buffer_size and BIO_set_...
2022-12-05 Peiwei HuFix the check of EVP_PKEY_decrypt_init
2022-12-05 Peiwei HuFix the checks in rsautl_main
2022-12-02 Reinhard Urbandoc: fix EVP_SignInit.pod
2022-12-02 Tomas MrazClarify the EVP_PKEY_decrypt manual page
2022-11-30 Dr. David von... cmp_client_test.c: add tests for OSSL_CMP_CTX_get_status
2022-11-29 Paulidoc: fix location of AES-SIV ciphers
2022-11-29 Tomas MrazFix occasional assertion failure when storing properties
2022-11-28 Tomas MrazDrop incorrect skipping of some evp_test testcases...
2022-11-25 Tomas MrazAdd test for EVP_PKEY_Q_keygen
2022-11-25 Marco AbbadiniFix typos in doc/man3/EVP_EncryptInit.pod
2022-11-25 Tomas MrazWhen using PEM_read_bio_PrivateKey_ex() the public...
2022-11-25 Dr. David von... add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() function
2022-11-25 Dr. David von... add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() function
2022-11-25 Dr. David von... OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVs
2022-11-25 Dr. David von... CMP: fix gen_new() in cmp_msg.c checking wrong ITAVs
2022-11-25 JanFix typo in openssl-x509.pod.in
2022-11-24 Jiaxun YangAdd SM2 support for EVP_PKEY_Q_keygen
2022-11-24 Dr. David von... CMP: fix handling of unset or missing failInfo PKI...
2022-11-24 Dr. David von... CMP: fix status held in OSSL_CMP_CTX, in particular...
2022-11-21 slontisFix coverity issues in X509v3_addr
2022-11-21 slontisAdd missing HISTORY sections for OpenSSL 3.0 related...
2022-11-18 slontisAdd doc for EVP_ASYM_CIPHER-RSA and clean up OSSL_PROVI...
2022-11-18 Tomas Mrazevp_extra_test2: Test DH param checks with non-NULL...
2022-11-18 Tomas MrazDH_check[_params]() use libctx of the dh for prime...
2022-11-18 Dr. David von... ParseC.pm: gracefully handle DOS-style end-of-line...
2022-11-16 Graham WoodwardAdd test to confirm IPAddressFamily_check_len catches...
2022-11-16 Graham WoodwardCatch incorrect IPAddressFamily lengths
2022-11-16 Simo SorceDrop explicit check for engines in opt_legacy_okay
2022-11-16 Peiwei HuFix the check of EC_GROUP_check_named_curve
2022-11-16 Peiwei Huapps/speed.c: fix the wrong checks
2022-11-16 Joachim VandersmissenAdd documentation for CPUID bit #64+17
2022-11-15 Simo SorceAdd test for EVP_PKEY_eq
2022-11-15 Simo SorceUpdate documentation for keymgmt export utils
2022-11-15 Simo SorcePropagate selection all the way on key export
2022-11-15 GWapps/ocsp.c: Add missing test if make_ocsp_response...
2022-11-14 Paulifipsinstall test: skip PCT DSA signature test for new...
2022-11-14 Paulitest: add two comparision options to fips version test...
2022-11-14 Matt CaswellUse the same encryption growth macro consistently
2022-11-14 Vinz2008apps/speed.c: add verifying if fdopen returns NULL
2022-11-12 Bernd EdlingerResign test/certs/rootCA.pem to expire in 100 years
2022-11-12 Bernd EdlingerUpdate the validity period of ed25519 cerificates
2022-11-11 Tomas MrazAdd test for generating safeprime DH parameters
2022-11-11 Tomas MrazUse libctx when generating DH parameters
2022-11-10 Milan Brozpem: avoid segfault if PKEY is NULL in PEM_write_bio_Pr...
2022-11-10 Milan Brozpem: fix a memory leak in PEM_write_bio_PrivateKey_trad...
2022-11-10 Tomas MrazLimit size of modulus for BN_mod_exp_mont_consttime()
2022-11-10 Tomas MrazRelease the drbg in the global default context before...
2022-11-10 Bernd EdlingerAdd a test case for the engine crash with AES-256-CTR
2022-11-09 Tomas Mrazfips-label.yml: Fix the script after actions/github...
2022-11-07 Reinhard UrbanFix PACKET_equal test with BUF_LEN+1 on -Wstringop...
2022-11-07 slontisFix documentation for some i2d return values.
2022-11-07 Tomas MrazTest that signatures using hash name commands work...
2022-11-07 Tomas Mrazapps/dgst.c: Set digestname from argv[0] if it is a...
2022-11-04 Wangchong ZhouCheck for private key existence before calling eddsa...
2022-11-04 Richard Levittecrypto/sha/asm/sha512-ia64.pl: When checking assembler...
2022-11-04 Richard LevitteConfigurations/*.tmpl: overhaul assembler make rules.
2022-11-03 Tomas MrazUpdate GitHub actions as suggested by dependabot
2022-11-03 PauliCoverity 1516624: Fix overrun memory access.
2022-11-02 Matt CaswellFix the ceiling on how much encryption growth we can...
2022-11-02 Richard Levitteproviders/common/der/oids_to_c.pm: Remove use of Data...
2022-11-02 yangyangtiantianlonglongPotential null pointer reference
2022-11-01 Tomas MrazPrepare for 3.0.8
2022-11-01 Tomas MrazPrepare for release of 3.0.7 openssl-3.0.7
2022-11-01 Tomas Mrazmake update
2022-11-01 Tomas MrazUpdate copyright year
2022-11-01 Tomas MrazUpdate CHANGES.md and NEWS.md for new release
2022-11-01 Paulipunycode: add unit tests
2022-11-01 PauliFix CVE-2022-3786 in punycode decoder.
2022-11-01 PauliFix CVE-2022-3602 in punycode decoder.
2022-10-27 Tomas Mraztests: clear error queue before executing a testcase
2022-10-27 Joakim AntmanFix parameter names for RSA private key example
2022-10-27 Richard LevitteMake openVMS seeding less dependent of OpenVMS version
2022-10-27 slontisUse RSA CRT parameters in FIPS self tests.
2022-10-27 Sam Jamestest: driver: fix -Wunused-but-set-variable
2022-10-27 Sam Jamesx509: fix -Wunused-but-set-variable
2022-10-27 Sam Jamestxt_db: fix -Wunused-but-set-variable
2022-10-27 Sam Jamespem: fix -Wunused-but-set-variable
2022-10-27 Sam JamesCI: add Clang 15
2022-10-27 Sam JamesCI: Upgrade to Ubuntu 22.04 to add GCC 12, Clang 13...
2022-10-27 Sam JamesCI: add GCC 11
2022-10-26 Todd C. Millerssl_cipher_process_rulestr: don't read outside rule_str...
2022-10-25 Tomas MrazAdd missing ERR_R_XXX_LIB codes
2022-10-25 Richard LevitteFiner grained error records for provider load/init...
2022-10-25 Matt CaswellFix a lock in provider_remove_store_methods()
2022-10-24 Daniel Fialaopenssl list: Fix help text about -cipher-algorithms...
2022-10-24 Tomas MrazWorkaround egd rand source deficiencies
next