summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-16Fix a number of out of bound reads in DNS response parsing.OPENBSD_7_1bluhm1-1/+7
2023-02-07Fix arbitrary memory read in GENERAL_NAME_cmp()libressl-v3.5.4bluhm1-2/+3
2022-05-14Fix d2i_ASN1_OBJECT()libressl-v3.5.3tb1-2/+2
2022-04-10Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internalinoguchi1-1/+2
2022-04-07Avoid infinite loop on parsing DSA private keystb1-3/+24
2022-04-07Avoid infinite loop for custom curves of order 1tb2-4/+9
2022-04-03Initialize the mutex before making us of it from many threads. Preventsanton1-28/+23
2022-03-31man pages: fix some typos found while looking for other issuesnaddy1-2/+2
2022-03-31man pages: add missing commas between subordinate and main clausesnaddy41-167/+167
2022-03-31Fix leak in ASN1_TIME_adj_internal()tb1-3/+5
2022-03-31Simplify priv_key handling in d2i_ECPrivateKey()tb1-8/+3
2022-03-31Check EVPDigest* return values.tb1-4/+7
2022-03-30Add a simple test to ensure that pmeth->cleanup() can cope with NULLtb2-2/+93
2022-03-30Avoid segfaults in EVP_PKEY_CTX_free()tb2-4/+10
2022-03-30pkey_hmac_init(): use calloc()tb1-7/+3
2022-03-30Remove double slash in path to test program.anton1-9/+9
2022-03-29man pages: add missing word, The foo() ... -> The foo() function ...naddy5-17/+18
2022-03-29Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGSschwarze1-22/+21
2022-03-29man pages: add missing commas in enumerationsnaddy3-9/+9
2022-03-29Bound cofactor in EC_GROUP_set_generator()tb1-1/+7
2022-03-29Do not zero cofactor on ec_guess_cofactor() successtb1-2/+6
2022-03-29Zap trailing whitespacetb1-46/+46
2022-03-28Change internal functions to static in openssl(1) pkcs12inoguchi1-24/+30
2022-03-28Remove unused function cert_load in openssl(1) pkcs12inoguchi1-19/+1
2022-03-28Remove extra 'or'claudio1-3/+2
2022-03-27Check EVP_Digest* functions return value in openssl(1) tsinoguchi1-5/+16
2022-03-26name constraints: be more careful with NULstb2-12/+25
2022-03-26Clean up {dtls1,ssl3}_read_bytes()jsing2-200/+166
2022-03-26Remove the minimum record length checks from dtls1_read_bytes()jsing1-32/+1
2022-03-26Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS.jsing1-81/+92
2022-03-26Provide asn1_get_primitive()jsing2-2/+35
2022-03-25use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64robert1-5/+55
2022-03-24Adjust the signer test to link statically and work with hidden tls_signertb2-3/+7
2022-03-24Crank major after symbol removal.tb1-2/+2
2022-03-24Hide the tls_signer from public visibility. It's not ready yet andtb3-29/+24
2022-03-24Check function return valueinoguchi1-2/+3
2022-03-24Compare pointer value with NULLinoguchi1-63/+63
2022-03-24Wrap long linesinoguchi1-39/+44
2022-03-24Remove space between asterisk and variable nameinoguchi1-22/+22
2022-03-24Convert openssl(1) ts option handlinginoguchi1-153/+285
2022-03-23openssl cms: avoid NULL derefs on option parsingtb1-1/+3
2022-03-23Start disentangling armv7 and aarch64 codetb8-6/+154
2022-03-20Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().jsing1-53/+53
2022-03-19Remove three useless tests filestb3-185/+0
2022-03-19Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()jsing3-32/+43
2022-03-19Revise regress for ascii/text to ASN.1 object conversion rewrite.jsing1-58/+10
2022-03-19Rewrite ascii/text to ASN.1 object conversion.jsing1-121/+167
2022-03-19Add another invalid separator test case.jsing1-1/+5
2022-03-18Simplify SSL_do_handshake().jsing1-7/+5
2022-03-18Rewrite legacy DTLS unexpected handshake message handling.jsing1-83/+139