summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-06Fix a copy-paste error that led to an out-of-bounds access.tb1-2/+2
2022-01-06Add test coverage for SCT validation.jsing4-7/+116
2022-01-06t_syscall was a test for the gcc 1.x off_t syscall padding,guenther2-125/+2
2022-01-05Prepare to provide DSA_bits()tb2-2/+11
2022-01-05Prepare to provide BIO_set_retry_reason()tb2-2/+11
2022-01-05Prepare to provide a number of RSA accessorstb2-2/+67
2022-01-05Prepare to provide ECDSA_SIG_get0_{r,s}()tb2-2/+19
2022-01-05Prepare to provide DH_get_length()tb2-2/+11
2022-01-05Prepare to provide DSA_get0_{p,q,g,{priv,pub}_key}()tb2-2/+39
2022-01-05Prepare to provide DH_get0_{p,q,g,{priv,pub}_key}()tb2-2/+39
2022-01-05Prepare to provide BIO_set_next().tb2-2/+11
2022-01-05Prepare to provide X509_{set,get}_verify() and X509_STORE_get_verify_cb()tb2-7/+37
2022-01-05Unindent a few lines of code and avoid shadowed variables.tb1-12/+7
2022-01-05Rename {c,p}_{min,max} into {child,parent}_{min,max}tb1-7/+8
2022-01-05Two minor KNF tweakstb1-5/+5
2022-01-05Use child_aor and parent_aor instead of aorc and aorptb1-15/+15
2022-01-05Rename fp and fc into parent_af and child_af for readability.tb1-24/+29
2022-01-05Globally rename all IPAddressFamily *f into af since this is slightlytb1-64/+65
2022-01-05Add a helper function to turn unchecked (but sound) use oftb1-13/+18
2022-01-05Hoist IPAddressFamily_cmp() to the other IPAddressFamily functions.tb1-29/+29
2022-01-05Call x a cert for readability.tb1-13/+13
2022-01-05Now that i is free, rename j to i for use as loop variable intb1-10/+10
2022-01-05In addr_validate_path_internal() rename i to depth because that'stb1-17/+15
2022-01-05Turn the validation_err() macro into a functiontb1-31/+44
2022-01-05Move variable declarations in X509v3_addr_canonize() to the top oftb1-17/+19
2022-01-05Revise for tls13_key_share rename.jsing1-11/+11
2022-01-05Rename tls13_key_share to tls_key_share.jsing9-91/+97
2022-01-05Wrap long lines and add some bracesinoguchi1-74/+129
2022-01-05Check function return valueinoguchi1-8/+18
2022-01-05Checking pointer variable with NULLinoguchi1-74/+75
2022-01-05Use calloc instead of mallocinoguchi1-2/+2
2022-01-05Check NULL first and unindent the rest of the codeinoguchi1-41/+45
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