aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
5 daysFree fetched digest in show_digestsopenssl-3.0Marc Brooks1-3/+4
6 daysevp_get_digest/cipherbyname_ex(): Try to fetch if not foundTomas Mraz4-5/+91
2024-07-21Update X509V3_get_d2i.pod returned pointer needs to be freedjasper-smit-servicenow1-0/+1
2024-07-21i2d_name_canon(): Check overflow in len accumulationTomas Mraz1-2/+2
2024-07-21gitignore: add .DS_StoreGeorgi Valkov1-0/+3
2024-07-18Allow short reads in asn1_d2i_read_bio()Tomas Mraz1-0/+3
2024-07-18Improve clarity and readability of password input documentationerbsland-dev1-9/+15
2024-07-17EVP_PKEY-DH.pod: Clarify the manpage in regards to DH and DHX typesTomas Mraz1-29/+31
2024-07-17Document that DH and DHX key types cannot be used together in KEXTomas Mraz1-2/+7
2024-07-17Fix coverity-1604666Neil Horman1-1/+1
2024-07-17Fix coverity-1604665Neil Horman1-1/+1
2024-07-16Add tests for long configuration lines with backslasheserbsland-dev3-0/+8
2024-07-16Fix line continuation check in config parsererbsland-dev1-1/+1
2024-07-16Clarify in-place encryption behavior in documentationerbsland-dev1-3/+7
2024-07-16Set down_load factor on hash table when culling items in doallNeil Horman1-0/+3
2024-07-15Fix a copy & paste error in the EVP_RAND docsMatt Caswell1-1/+1
2024-07-15Rearrange code examples in docs for clarityDaniel Gustafsson1-7/+6
2024-07-12Fix a minor typo in the documentation of RAND_set_seed_source_type()Matt Caswell1-1/+1
2024-07-12Document Internal EVP_MD_CTX_ Flagserbsland-dev1-2/+6
2024-07-12deploy docs.openssl.org on doc changesDmitry Misharov1-0/+23
2024-07-11EVP_DigestUpdate(): Check if ctx->update is setsashan2-1/+22
2024-07-11Dependabot updatedependabot[bot]1-1/+1
2024-07-10Add a style-check workflowNeil Horman1-0/+55
2024-07-10Add a check-format-commit.sh scriptNeil Horman1-0/+171
2024-07-10Enhance documentation for `BN_mask_bits()`erbsland-dev1-2/+5
2024-07-10Clarify supported curves in the s_client/s_server documentationolszomal2-2/+9
2024-07-09read lock store on ossl_method_store_do_allNeil Horman1-18/+32
2024-07-08Avoid NULL pointer dereferenceRadek Krejci1-1/+4
2024-07-08check_format.pl: fix detection of 'if' with single stmt in braces without 'else'Dr. David von Oheimb2-6/+8
2024-07-08Fix possible double-free in pkcs7 add_attribute functionBernd Edlinger1-25/+18
2024-07-04Fix incorrect sentenceDaniel Gustafsson1-1/+1
2024-07-04Allow shared iOS buildsFrederik Wedel-Heinen1-1/+1
2024-07-03Unlock only when lock was successfulcchinchole3-11/+14
2024-07-03Configure: Remove -Wswitch-default from strict warningsTomas Mraz1-1/+0
2024-07-02BIO_f_base64.pod and openssl-enc.pod.in: improve description on newline handlingDr. David von Oheimb2-12/+23
2024-07-02OPENSSL_hexstr2buf_ex(): Handle zero-length input correctlyTomas Mraz2-4/+11
2024-07-01To reliably trigger HRR we must use P-384 groupTomas Mraz1-2/+2
2024-07-01Check EC_GROUP_get0_order result before dereferenceJohnnySavages1-2/+10
2024-06-29OpenSSL::Test: Avoid running IPv6 related tests if IPv6 was explicitly disabledRichard Levitte1-0/+16
2024-06-29Clarify DRBG seeding.Pauli1-0/+5
2024-06-28Add aix-clang and aix64-clang configurationsanumesh2-1/+37
2024-06-27Free appname if it was set after initializing crypto.sgzmd1-0/+2
2024-06-27docs: document that *_free(NULL) does nothingVita Batrla60-31/+82
2024-06-27Add a test for an empty NextProto messageMatt Caswell4-0/+137
2024-06-27Add explicit testing of ALN and NPN in sslapitestMatt Caswell1-0/+229
2024-06-27Add ALPN validation in the clientMatt Caswell1-0/+24
2024-06-27Correct return values for tls_construct_stoc_next_proto_negMatt Caswell1-1/+2
2024-06-27Allow an empty NPN/ALPN protocol list in the testsMatt Caswell5-244/+449
2024-06-27Add a test for SSL_select_next_protoMatt Caswell1-0/+137
2024-06-27Clarify the SSL_select_next_proto() documentationMatt Caswell1-8/+18