summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23Add ASN1_INTEGER test coverage.jsing1-1/+248
2022-04-21Add missing self. From antontb1-2/+2
2022-04-21Clarify comments at the start of {asid,addr}_validate_path_internal()tb2-7/+7
2022-04-21Avoid expensive RFC 3779 checks during cert verificationtb3-16/+22
2022-04-21Fix X509_get_extension_flags()tb1-2/+2
2022-04-20Avoid use of uninitialized in BN_mod_exp_recp()tb1-2/+3
2022-04-19Drop unused KeyUpdate from debug printftb1-3/+1
2022-04-13Fix typo in last commit.millert1-2/+2
2022-04-13inet_net_pton_ipv6: avoid signed vs unsigned comparisonmillert1-3/+5
2022-04-12KNF for a brace and zap trailing blank linetb1-3/+3
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