Age | Commit message (Expand) | Author |
2022-01-07 | Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.h | Theo Buehler |
2022-01-07 | Add an essentially empty ocsp_local.h and include it in the files | Theo Buehler |
2022-01-07 | gost needs to look into ecs_locl.h | Theo Buehler |
2022-01-07 | Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by | Theo Buehler |
2022-01-07 | Add an essentially empty dh_local.h and include it in the files where | Theo Buehler |
2022-01-07 | zap trailing whitespace | Theo Buehler |
2022-01-07 | Add a new, mostly empty, bio_local.h and include it in the files | Theo Buehler |
2022-01-06 | refer to longindex as an argument, not a field; | Jason McIntyre |
2022-01-06 | Convert legacy TLS client to tls_key_share. | Joel Sing |
2022-01-06 | Allocate and free the EVP_AEAD_CTX struct in tls13_record_protection. | Joel Sing |
2022-01-06 | Convert SCT verification to CBB. | Joel Sing |
2022-01-06 | Sync from libssl. | Joel Sing |
2022-01-06 | Provide CBB_add_u64() | Joel Sing |
2022-01-06 | minor tweaks, no code change | Theo Buehler |
2022-01-05 | funopen(): change seekfn argument to use off_t, not fpos_t | Todd C. Miller |
2022-01-05 | Prepare to provide DSA_bits() | Theo Buehler |
2022-01-05 | Prepare to provide BIO_set_retry_reason() | Theo Buehler |
2022-01-05 | Prepare to provide a number of RSA accessors | Theo Buehler |
2022-01-05 | Prepare to provide ECDSA_SIG_get0_{r,s}() | Theo Buehler |
2022-01-05 | Prepare to provide DH_get_length() | Theo Buehler |
2022-01-05 | Prepare to provide DSA_get0_{p,q,g,{priv,pub}_key}() | Theo Buehler |
2022-01-05 | Prepare to provide DH_get0_{p,q,g,{priv,pub}_key}() | Theo Buehler |
2022-01-05 | Prepare to provide BIO_set_next(). | Theo Buehler |
2022-01-05 | Prepare to provide X509_{set,get}_verify() and X509_STORE_get_verify_cb() | Theo Buehler |
2022-01-05 | Unindent a few lines of code and avoid shadowed variables. | Theo Buehler |
2022-01-05 | Rename {c,p}_{min,max} into {child,parent}_{min,max} | Theo Buehler |
2022-01-05 | Two minor KNF tweaks | Theo Buehler |
2022-01-05 | Use child_aor and parent_aor instead of aorc and aorp | Theo Buehler |
2022-01-05 | Rename fp and fc into parent_af and child_af for readability. | Theo Buehler |
2022-01-05 | Globally rename all IPAddressFamily *f into af since this is slightly | Theo Buehler |
2022-01-05 | Add a helper function to turn unchecked (but sound) use of | Theo Buehler |
2022-01-05 | Hoist IPAddressFamily_cmp() to the other IPAddressFamily functions. | Theo Buehler |
2022-01-05 | Call x a cert for readability. | Theo Buehler |
2022-01-05 | Now that i is free, rename j to i for use as loop variable in | Theo Buehler |
2022-01-05 | In addr_validate_path_internal() rename i to depth because that's | Theo Buehler |
2022-01-05 | Turn the validation_err() macro into a function | Theo Buehler |
2022-01-05 | Move variable declarations in X509v3_addr_canonize() to the top of | Theo Buehler |
2022-01-05 | Rename tls13_key_share to tls_key_share. | Joel Sing |
2022-01-05 | Remove a bogus memcmp in range_should_be_prefix() | Theo Buehler |
2022-01-05 | Polish X509v3_addr_subset() a bit | Theo Buehler |
2022-01-05 | Readability tweaks in addr_contains() | Theo Buehler |
2022-01-05 | Fix a bug in addr_contains() introduced in OpenSSL commit be71c372 | Theo Buehler |
2022-01-04 | Readability tweaks in the print helper i2r_IPAddressOrRanges. | Theo Buehler |
2022-01-04 | Consistently name variables with a _len suffix instead of mixing | Theo Buehler |
2022-01-04 | Only check the parent to be canonical once we know it is non-NULL. | Theo Buehler |
2022-01-04 | Refactor extract_min_max() | Theo Buehler |
2022-01-04 | Remove checks that are duplicated in extract_min_max() | Theo Buehler |
2022-01-04 | Make X509v3_addr_get_range() readable. | Theo Buehler |
2022-01-04 | Add a length check to make_addressPrefix() | Theo Buehler |
2022-01-04 | Remove some dead code | Theo Buehler |