openssl.git
2023-02-02 Viktor DukhovniFix type confusion in nc_match_single()
2023-02-02 Dr. David von... doc/man1/{storeutl,gendsa}: point out that extra option...
2023-02-01 ndosscheFix incomplete check on EVP_CIPHER_param_to_asn1()
2023-02-01 Richard LevitteUse $config{build_file} instead of $target{build_file}
2023-01-31 Ruili FangFix a potential memory leak in crypto/provider_child.c
2023-01-31 Andrea PappacodaBIO_read.pod: fix small typo
2023-01-31 Tomas MrazDo not include sparse_array.o in libssl with no-shared
2023-01-31 Tomas MrazAvoid duplicating symbols in legacy.a with some build...
2023-01-31 ndosscheFix incomplete check on X509V3_add1_i2d()
2023-01-30 slontisChaCha20-Poly1305 no longer supports truncated IV's.
2023-01-29 Paulicoverity 1520506: error handling
2023-01-29 Paulicoverity 1520505: error handling
2023-01-27 Tomas MrazAdd notes about ignoring initialization failures on...
2023-01-26 slontisDocument that the RSA e value is mandatory when importing.
2023-01-26 PauliFix Coverity 1520485: logically dead code
2023-01-26 Viktor DukhovniClarify the change of enc -S behavior in 3.0
2023-01-25 Niels DosscheFix incomplete checks for EVP_CIPHER_asn1_to_param
2023-01-24 Dr. David von... OSSL_trace_set_channel(): add important statement that...
2023-01-24 Dr. David von... set_trace_data(): prevent double free on OPENSSL_strdup...
2023-01-24 Hugo LandauFix corruption when searching for CRLs in hashed direct...
2023-01-24 Matt CaswellAdd DTLS support to the large app data test
2023-01-24 Matt CaswellEnsure our buffer allocation allows for the Explicit IV
2023-01-24 Matt CaswellAdd a test for large app data
2023-01-23 Tomas MrazMD5.pod: Recommend SHA-2 or SHA-3 family hashes instead...
2023-01-23 Dr. David von... X509_V_ERR_INVALID_PURPOSE: fix misleading text; Fix...
2023-01-23 Dr. David von... cmp_client.c: fix handling of total_timeout for RR...
2023-01-23 Dr. David von... cmp_client_test.c: add tests for end_time being initial...
2023-01-23 Dr. David von... CMP docs: clarify behavior on message/total timeout...
2023-01-23 ThibFixes wrong return type in BIO_do_connect man page.
2023-01-23 Niels DosscheFix incorrect check on RAND_bytes_ex() in generate_q_fi...
2023-01-20 ValdikSSPadlock: fix byte swapping assembly for AES-192 and 256
2023-01-19 PauliAdd link to EBNF definition
2023-01-19 PauliAdd negative test for unquoted property string
2023-01-19 PauliCorrect property EBNF for unquoted strings
2023-01-19 Niels DosscheFix incorrect error return value in i2r_ADMISSION_SYNTAX()
2023-01-17 Juergen ChristFix potential NULL pointer dereference
2023-01-17 north-16Clarify documentation of X509_STORE_CTX_get_current_cert()
2023-01-17 Tomas Mrazpkey: Imply public check if -pubin is specified
2023-01-16 dependabot... Bump actions/setup-python from 4.4.0 to 4.5.0
2023-01-16 Dmitry BelyavskiyDocumenting lack of error codes stability
2023-01-14 Bernd EdlingerLimit size of modulus for bn_mul_mont and BN_mod_exp_mo...
2023-01-14 Bernd EdlingerRevert "Limit size of modulus for BN_mod_exp_mont_const...
2023-01-12 slontisSSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX...
2023-01-12 Nobuhiro IMAIfix manpage of `d2i_X509(3)`
2023-01-12 Tomas MrazDo not check definition of a macro and use it in a...
2023-01-11 Richard LevitteOSSL_PARAM_BLD and BIGNUM; ensure at least one byte...
2023-01-11 Richard LevitteIn OSSL_PARAM_set_BN(), make sure that the data_size...
2023-01-11 Richard Levittetest/param_build_test.c: test zero BIGNUM
2023-01-11 Tomas MrazAdd testcase for OSSL_trace_set_callback()
2023-01-11 Tomas MrazAvoid ifdefs in trace categories
2023-01-11 Dr. David von... test/trace_api_test.c: fix gcc error on -Werror=strict...
2023-01-11 Daniel FialaAdd tests for trace_api.
2023-01-10 slontisDoc: Update history section of EC_GROUP API's.
2023-01-10 Nikhil BishtDocumentation for EVP_PKEY_CTX_get0_pkey() and EVP_PKEY...
2023-01-10 Greg McLearninfo.c: Fix typos in seed macro name and description...
2023-01-09 Tomas Mrazrsaz_exp_x2.c: Remove leftover from broken cherry-pick
2023-01-09 Tomas MrazRevert "rsaz_exp_x2.c: Remove unused ALIGN64 macro"
2023-01-09 Tomas Mrazrsaz_exp_x2.c: Remove unused ALIGN64 macro
2023-01-09 Tomas Mrazrsaz_exp_x2.c: Avoid potential undefined behavior with...
2023-01-09 Tomas MrazRevert "Fix an occasional CI failure due to unaligned...
2023-01-05 Hugo LandauBIO_s_dgram: add documentation and hazard warnings
2023-01-04 Tomas MrazAvoid possible divide by zero
2023-01-04 Tomas Mraz80-test_cms.t: Fix rsapssSaltlen check on MinGW
2023-01-04 slontisCleanse internal BN_generate_dsa_nonce() buffers used...
2022-12-28 dependabot... Bump actions/setup-python from 4.3.1 to 4.4.0
2022-12-22 Tomas MrazINSTALL.md: Remove trailing space
2022-12-22 slontisDocs: Move deprecated ECDSA_ functions into a separate...
2022-12-22 slontisChange HKDF to alloc the info buffer.
2022-12-22 xkernelec_kmgmt.c: check the return of BN_CTX_get() in time.
2022-12-22 Matheus CunhaINSTALL.md: Fix typo
2022-12-22 slontisAdd Demos for DSA params/DSA keygen.
2022-12-22 Bernd EdlingerFix possible UB in init_info_strings
2022-12-22 Matt CaswellAdd a CMS test for a bad encryption algorithm
2022-12-22 Matt CaswellEnsure ossl_cms_EncryptedContent_init_bio() reports...
2022-12-22 Matt CaswellFix BIO_f_asn1() to properly report some errors
2022-12-22 Matt CaswellFix SMIME_crlf_copy() to properly report an error
2022-12-22 Matt CaswellFix BIO_f_cipher() flushing
2022-12-22 Nicola TuveriUpdate pyca-cryptography submodule to 38.0.4
2022-12-22 Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-12-21 Bernd EdlingerFix a logic flaw in test_mod_exp_zero
2022-12-20 Tomas MrazRaise the KMAC limits for key and custom size to 512...
2022-12-16 slontisUpdate FIPS related build instructions.
2022-12-16 Peiwei HuRefine the documents of several APIs
2022-12-16 slontisUpdate HMAC() documentation.
2022-12-16 Tomas MrazFix FIPS Provider compat CI of 3.0 libcrypto with 3...
2022-12-15 PauliCoverity: fix 272011 resource leak
2022-12-14 Simo SorceFix openssl storeutl to allow serial + issuer
2022-12-12 Tomas MrazMake error reason for disallowed legacy sigalg more...
2022-12-12 Čestmír Kalinacrypto/err: expand on error code generation
2022-12-12 Tomas MrazRun-checker merge CI: Memleak test does not work withou...
2022-12-12 Tomas MrazRevert "Run-checker merge CI: Replace no-shared with...
2022-12-11 wangyuhangunbuffer stdin before get passwd from stdin
2022-12-09 Clemens LangObtain PSS salt length from provider
2022-12-08 Tomas MrazRun-checker merge CI: Replace no-shared with no-modules
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
next