openssl.git
2022-08-22 PauliCoverity 1508506: misuse of time_t
2022-08-22 Jeff CroxellClarify dashes are required for openssl list command
2022-08-19 PauliFix bug in EVP_CIPHER_CTX_get_iv_length()
2022-08-19 Paulievp enc: cache cipher IV length
2022-08-19 PauliLimit the size of various MAXCHUNK definitions
2022-08-18 PauliCoverity 1508534 & 1508540: misuses of time_t
2022-08-18 Matt CaswellAdd some documentation for X509_gmtime_adj()
2022-08-18 Tomas MrazClarify documentation in regards to EC key parameters
2022-08-18 Tomas MrazAdd testcases for EVP_PKEY_get1_encoded_public_key
2022-08-18 Tomas Mrazec_kmgmt.c: Do not crash when getting OSSL_PKEY_PARAM_E...
2022-08-17 valdaarhunFix memory leak in BN_rand_range()
2022-08-17 Matt CaswellEnsure we build ub sanitizer builds with -DPEDANTIC
2022-08-17 Matt CaswellDon't incorrectly skip the multiblock test
2022-08-17 Matt CaswellTest that swapping the first app data record with Finis...
2022-08-17 Matt CaswellFix SSL_pending() and SSL_has_pending() with DTLS
2022-08-17 slontisSHAKE documentation updates for default output length.
2022-08-17 PauliAvoid using tsan_add
2022-08-17 Matt CaswellCRYPTO_mem_debug_push() and CRYPTO_mem_debug_pop()...
2022-08-17 Matt CaswellCorrect the documentation for OPENSSL_MALLOC_FD
2022-08-17 Clemens LangAPPS: genrsa: Support setting properties
2022-08-17 Clemens LangAPPS: dgst: Support properties when signing
2022-08-17 Clemens LangTEST: Check property query support of apps/pkey
2022-08-17 Clemens LangAPPS: pkeyparam: Support setting properties
2022-08-17 Clemens LangAPPS: ecparam: Support setting properties
2022-08-17 Clemens LangAPPS: dhparam: Support setting properties
2022-08-16 Pauliproperty: make cache flushing slight less deterministic
2022-08-12 Daiyuu NoboriVC++ 2008 or earlier x86 compilers do not have an inlin...
2022-08-04 Sebastian Andrzej... test/evp_test: Test if EVP_DigestSign() set signature...
2022-08-04 Sebastian Andrzej... providers: Set the size of EC signature on s390.
2022-08-04 Tomas MrazProperly document deprecation of DH_new() and related...
2022-08-04 Roberto Hueso... Fix EC_KEY_set_private_key() NULL priv_key docs
2022-08-04 Roberto Hueso... Add test for EC_KEY_set_private_key()
2022-08-04 Roberto Hueso... Fix EC_KEY_set_private_key() priv_key regression
2022-08-03 Matt CaswellRevert "Fix bug in EVP_CIPHER_CTX_get_iv_length()"
2022-08-03 Matt CaswellRevert "Note that EVP_CIPHER_get_iv_length returns...
2022-08-03 PauliNote that EVP_CIPHER_get_iv_length returns negative...
2022-08-03 PauliFix bug in EVP_CIPHER_CTX_get_iv_length()
2022-08-02 Dmitry BelyavskiyCheck that IV length is not less than zero
2022-08-01 Todd ShortFree up space in the session cache before adding.
2022-08-01 Arne SchwabeFix wrong default algorithm in openssl pkcs12 help
2022-08-01 Rob Mc GeeUpdating ifdefs to account for xlclang compiler fronten...
2022-07-29 valdaarhunFixes segfault occurrence in PEM_write()
2022-07-29 GregoryTrzonkowskiCorrection: uncompressed is the default value
2022-07-28 Richard LevitteFix quotes install_fips in Configurations/windows-makef...
2022-07-28 Alon Bar-LevHandle SMIME_crlf_copy return code
2022-07-28 Alon Bar-LevREGRESSION: CMS_final: do not ignore CMS_dataFinal...
2022-07-28 Joachim VandersmissenUpdate EVP_KDF-X942-ASN1.pod
2022-07-27 PauliGCM: record limit counter gets reset on AAD changes
2022-07-27 SlanternsRemove `no-{ssl|tls|tls1_3|dtls}-method` in INSTALL.md
2022-07-26 Dr. David von... 80-test_cmp_http.t: fix adaption of plan on 'certstatus...
2022-07-26 Bernd EdlingerFix visual glitch in non-verbose test output
2022-07-26 Charles MiletteFix UWP builds by defining VirtualLock
2022-07-26 Richard LevitteConfigurations/10-main.conf: In the VC-common target...
2022-07-26 PauliFix error in LHASH documentation
2022-07-24 Richard LevitteDon't try to make configuration leaner
2022-07-22 Todd ShortAdd test from "Fix re-signing certificates with differe...
2022-07-22 PauliCoverity 1507376: Dereference after null check
2022-07-22 Matt CaswellFix a crash in v2i_IPAddrBlocks()
2022-07-22 PauliFix error in example.
2022-07-21 Dr. David von... X509_STORE_CTX_purpose_inherit(): add missing details...
2022-07-20 Dr. David von... check-format.pl: fix detection of missing/extra blank...
2022-07-20 Dr. David von... check-format.pl: fix false positive on 'for(;; stmt)'
2022-07-20 Dr. David von... check-format.pl: improve wording: 'no' -> 'missing...
2022-07-20 Dr. David von... check-format.pl: Fix report on space before ';' and...
2022-07-20 Dr. David von... check-format.pl: Fix report on missing space before...
2022-07-20 Dr. David von... check-format.pl: Fix report on constant on LHS of compa...
2022-07-20 Dr. David von... check_format.pl: Add checks for blank lines within...
2022-07-20 Dimitris Apostoloucheck_format.pl: Fix typos
2022-07-20 Dr. David von... check-format.pl: Fix report on constant on LHS of compa...
2022-07-20 Dmitry BelyavskiyFix verify_callback in the openssl s_client/s_server app
2022-07-20 Richard Levitte"Reserve" the method store when constructing methods
2022-07-20 PauliCoverity 1507372: explicit null dereference
2022-07-20 PauliCoverity 1503321 & 1503327: dereference after null...
2022-07-19 Tom CosgroveFix aarch64 signed bit shift issue found by UBSAN
2022-07-19 Tomas Mrazossl_ffc_params_copy: Copy the keylength too
2022-07-19 Tomas MrazTest that we generate a short private key for known...
2022-07-19 Tomas Mrazdh_to_text: Print the dh->length if set
2022-07-19 Tomas MrazFor known safe primes use the minimum key length accord...
2022-07-19 Dr. David von... apps/x509: Improve doc fix for -CAserial anc -CAcreates...
2022-07-18 Roberto Hueso... Fix memleak in PKCS12_pbe_crypt_ex()
2022-07-18 Shi PujinAdd loongarch64 target
2022-07-17 PauliCoverity 1506566: unchecked return value
2022-07-17 Paulievp: make all _is_a functions accept and handle a NULL...
2022-07-17 PauliCoverity 1503321 & 1503327: dereference after null...
2022-07-15 AllanAdded paragraph to free objects alloced by X509V3_add1_...
2022-07-15 AllanUpdated X509v3_get_ext_by_NID.pod and X509_CRL_get0_by_...
2022-07-14 xkernelocspapitest: use TEST_true to report the exact failure
2022-07-14 xkernelocspapitest: properly check the return of memory-alloca...
2022-07-14 Juergen ChristFix EC ASM flag passing
2022-07-14 Dr. David von... http_client.c: 2nd fix for calculation of Content...
2022-07-14 Dr. David von... apps/x509: add warnings for options ignored when -CA...
2022-07-14 Dr. David von... openssl-x509.pod.in: fix description of certificate...
2022-07-14 Dr. David von... APPS/x509: With -CA but both -CAserial and -CAcreateser...
2022-07-14 Dr. David von... apps/x509: Fix -CAfile option being neglected with...
2022-07-13 Daniel FialaAdd an EVP demo for CMAC
2022-07-13 slontisCheck for EVP_MD being NULL inside ssl.
2022-07-13 Tomas Mrazspeed: Always reset the outlen when calling EVP_PKEY_derive
2022-07-13 Richard LevittePre-declare all core dispatch table functions, and...
2022-07-13 xkerneladd a check for the return of OBJ_new_nid()
2022-07-13 Varun Sharmaci: add GitHub token permissions for workflows
next