openssl.git
2022-11-09 Matt CaswellStatically link the legacy provider to endecode_test
2022-11-09 David BenjaminDon't use __ARMEL__/__ARMEB__ in aarch64 assembly
2022-11-09 Dr. David von... APPS load_key_certs_crls(): Make file access errors...
2022-11-09 Dr. David von... OSSL_STORE_open_ex(): Prevent spurious error: unregiste...
2022-11-09 Dimitris ApostolouFix typos
2022-11-09 Dmitry BelyavskiyDon't run TLSFuzzer tests when it is not properly set
2022-11-09 Dmitry BelyavskiyRun TLSfuzzer tests for CI
2022-11-09 Dmitry BelyavskiyTLS Fuzzer: initial test infrastructure
2022-11-09 Dmitry BelyavskiyTLSfuzzer: submodules
2022-11-09 fangming.fangfix building failure when using -Wconditional-uninitialized
2022-11-09 fangming.fangFix compile error when building with no-asm
2022-11-09 x2018check the return value of EVP_MD_fetch in ecdh_exch...
2022-11-09 Michael Baentschimproving tests for adding sigalg with empty digest
2022-11-09 Orr ToledanoDocumentation for RNDR and RNDRRS
2022-11-09 Orr ToledanoAdd tests for RNDR and combine tests with RDRAND
2022-11-09 Orr ToledanoAdd support for RNDRRS Provider
2022-11-09 Orr ToledanoAdd Arm Assembly (aarch64) support for RNG
2022-11-09 Bernd EdlingerRemove some unnecessary undefs in bn_asm.c
2022-11-09 pkubajAdd support for BSD-ppc, BSD-ppc64 and BSD-ppc64le...
2022-11-09 Andrey MatyukovDual 1536/2048-bit exponentiation optimization for...
2022-11-09 Shane LontisAdd RSA encrypt demo
2022-11-09 Anton Blanchardsha/asm/keccak1600-ppc64.pl: Load data in 8 byte chunks...
2022-11-09 Pauliprov: remove unused field `flag_fallback` and function...
2022-11-09 Paulix509: remove dead call to strlen()
2022-11-09 PauliRemove redundant tests
2022-11-09 Felipe GasperRevise s_client and s_server verbiage re secure renegot...
2022-11-09 Russ Butleraarch64: support BTI and pointer authentication in...
2022-11-09 marcfedorowRISC-V support for the SHA512
2022-11-09 PauliAdd changes entry indicating that the OBJ_* calls are...
2022-11-09 Paulitest: add threading test for object creation
2022-11-09 Paulidoc: add note to indicate that the OBJ_ functions were...
2022-11-09 Paulidoc: Document that the OBJ creation functions are now...
2022-11-09 Pauliobj: add locking to the OBJ sigid calls
2022-11-09 Pauliobj: make new NIDs use tsan if possible
2022-11-09 Pauliobj: make the OBJ_ calls thread safe
2022-11-09 Paulitsan: add an addition macro
2022-11-09 Tavis Ormandyincrease x509 code coverage metrics
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 Paulifips: verify that the RNG was restored after the self...
2022-11-01 Paulifipsinstall: add -self_test_oninstall option.
2022-11-01 PauliUpdate FIPS KATs for 140-3
2022-11-01 Paulidsa/ec: update pairwise tests to account for 140-3...
2022-11-01 PauliRemove DES cipher from the FIPS provider
2022-11-01 PauliUpdate fipsinstall tests
2022-11-01 PauliRemove conditional FIPS dependence for 3DES
2022-11-01 PauliMove DES based test cases out of FIPS territory
2022-11-01 PauliSkip DES based tests in FIPS mode
2022-11-01 Paulirand: add set0 calls for the private and public DRBGs
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 Paulirand: remove the ossl_rand_pool_add_additional_data...
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 Richard LevitteUpdate VERSION.dat, CHANGES.md and NEWS.md for branch...
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
2022-10-23 xkernelChecking the return of BIO_new_fp(). If it returns...
2022-10-23 Paulidoc: fix copy/paste error
2022-10-21 Tomas MrazErrors raised from OPENSSL_sk_set should have ERR_LIB_C...
2022-10-21 Tomas MrazDocument the stack functions that are forgiving
2022-10-21 Tomas Mrazstack: Do not add error if pop/shift/value accesses...
2022-10-21 Tomas MrazFix trivial check_docs CI failure
2022-10-21 Tomas MrazAdd changes entry for RIPEMD160 in 3.0.7
2022-10-21 xkernelReplace BIO_free(bio_err) with BIO_free_all(bio_err)
2022-10-20 Paul Kehrerupdate pyca cryptography to 38.0.2
2022-10-20 Paul Kehrerlink the pyca tests against the correct openssl
2022-10-20 Gibeom GwonFix no longer implicitly refresh the cached TBSCertificate
2022-10-19 Dr. David von... Fix many inconsistencies in doc of CMS_verify() and...
2022-10-19 Pauliripemd: document as being present in the default provider
2022-10-19 Tomas MrazAvoid putting ripemd_prov.c in libcommon otherwise...
2022-10-19 Paulidefault provider: include RIPEMD160
2022-10-19 Matt CaswellAdd a test for TLSv1.3 only client sending a correct...
2022-10-19 Matt CaswellAdd a test for where a client sends a non-TLSv1.3 key...
2022-10-19 Matt CaswellEnsure that the key share group is allowed for our...
next