summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-05Convert openssl(1) cms option handlinginoguchi1-620/+1240
2022-01-05Provide regress for SSL public APIs.jsing3-1/+387
2022-01-05Remove bandaid to work around expected range_should_be_prefix() problem.tb1-6/+2
2022-01-05Remove a bogus memcmp in range_should_be_prefix()tb1-3/+6
2022-01-05Polish X509v3_addr_subset() a bittb1-15/+28
2022-01-05Readability tweaks in addr_contains()tb1-5/+13
2022-01-05Fix a bug in addr_contains() introduced in OpenSSL commit be71c372tb1-2/+2
2022-01-04Readability tweaks in the print helper i2r_IPAddressOrRanges.tb1-9/+17
2022-01-04Consistently name variables with a _len suffix instead of mixingtb1-35/+35
2022-01-04Only check the parent to be canonical once we know it is non-NULL.tb1-6/+5
2022-01-04Refactor extract_min_max()tb1-11/+28
2022-01-04Remove checks that are duplicated in extract_min_max()tb1-8/+1
2022-01-04Make X509v3_addr_get_range() readable.tb1-7/+17
2022-01-04Add a length check to make_addressPrefix()tb1-12/+25
2022-01-04Remove some dead codetb1-7/+1
2022-01-04Drop a pointless NULL checktb1-3/+2
2022-01-04First pass over x509_addr_validate_path()tb1-37/+79
2022-01-04Refactor IPAddressFamily accessorstb1-37/+90
2022-01-04Return 0 on failure from send/get kex functions in the legacy stack.jsing2-43/+43
2022-01-04Use normal result testing for tls1_check_curve().jsing1-2/+2
2022-01-04Refactor ssl3_get_server_kex_ecdhe() to separate parsing and validation.jsing1-20/+18
2022-01-04Pull key share group/length CBB code up from tls13_key_share_public()jsing2-27/+22
2022-01-04Only allow zero length key shares when we know we're doing HRR.jsing1-3/+5
2022-01-02fix strange indentation in code exampletb1-3/+3
2022-01-01contibutions -> contributionsjsg1-3/+3
2022-01-01identfier -> identifierjsg2-6/+6
2021-12-31excpetions -> exceptionsjsg1-3/+3
2021-12-31deafult -> defaultjsg1-3/+3
2021-12-29Plug memleakstb1-3/+11
2021-12-29Plug memleaktb1-2/+7
2021-12-29More EVP_* return value checkstb1-22/+60
2021-12-29Remove redundant NULL checkstb1-3/+1
2021-12-29Minor cleanup after EC_POINT_get_affine_coordinates() unified thetb1-23/+6
2021-12-29More return value checks for EVP_* APItb1-16/+28
2021-12-29Check return values of EVP_* APItb1-6/+24
2021-12-29knfmt makes this slightly nicer.tb1-52/+49
2021-12-29One more leak of the same kindtb1-2/+2
2021-12-29Plug memleaktb1-3/+3
2021-12-29Set failed in test_random_points()tb1-2/+2
2021-12-28Fix typo in commenttb1-2/+2
2021-12-28Use lowercase letters for hexadecimal constants, as both jsing and Itb1-15/+15
2021-12-28Rewrite X509v3_addr_canonize() with new accessorstb1-7/+9
2021-12-28Validate AFIs before sorting in X509v3_adr_canonize()tb1-1/+7
2021-12-28Rewrite/simplify X509v3_addr_is_canonical()tb1-40/+36
2021-12-28Check AFI/SAFI before comparing them in X509v3_addr_is_canonical()tb1-1/+8
2021-12-28Make IPAddressFamily_cmp() more pleasing on the eyetb1-4/+11
2021-12-28Style improvements in X509v3_addr_add_range()tb1-8/+15
2021-12-28Style improvements in X509v3_addr_add_prefix()tb1-7/+16
2021-12-28Another small readability tweak in X509v3_addr_inherits()tb1-2/+3
2021-12-28Use an accessor in X509v3_addr_inherits()tb1-2/+2