Age | Commit message (Expand) | Author |
2020-09-20 | Fix a memory leak in x509_constraints_extract_names | Theo Buehler |
2020-09-19 | remove superfluous NULL check | Bob Beck |
2020-09-19 | Prepare to provide SSL_get0_peername | Theo Buehler |
2020-09-19 | Prepare to provide stubbed out versions for reading/writing 0-RTT data | Theo Buehler |
2020-09-19 | Prepare to provide SSL{,_CTX}_{get,set}_max_early_data | Theo Buehler |
2020-09-19 | Prepare to provide SSL_SESSION_{set,get}_max_early_data() | Theo Buehler |
2020-09-18 | If ssl_cert_dup() fails in SSL_set_SSL_CTX(3), return failure | Ingo Schwarze |
2020-09-18 | add forgotten link to newish page SSL_set1_host(3) | Ingo Schwarze |
2020-09-18 | Fix potential overflow in CN subject line parsing, thanks to | Bob Beck |
2020-09-17 | Prepare to provide SSL_get_peer_tmp_key(). | Joel Sing |
2020-09-17 | Simplify SSL method lookups. | Joel Sing |
2020-09-17 | Add a comment saying that the public function NAME_CONSTRAINTS_check(3) | Ingo Schwarze |
2020-09-17 | Install the new page SSL_set1_host(3), link to it from relevant places, | Ingo Schwarze |
2020-09-17 | Import a manual page for SSL_set1_host(3), which we already have since 6.5, | Ingo Schwarze |
2020-09-16 | Apparently some time ago I moved the timeout argument to the final position | Martijn van Duren |
2020-09-16 | simple mdoc(7) fixes: | Ingo Schwarze |
2020-09-16 | revert my putting this on a diet. sadly the NAME_CONSTRAINTS_check | Bob Beck |
2020-09-16 | Group seal record functions together. | Joel Sing |
2020-09-16 | noop NAME_CONSTRAINTS_check stub | Kinichiro Inoguchi |
2020-09-16 | Import libagentx. | Martijn van Duren |
2020-09-16 | Let SSL_CTX_get_ciphers(NULL) return NULL rather than crash | Ingo Schwarze |
2020-09-16 | Mark SSL_get_cipher_list(3) as deprecated; it is badly misnamed, and there | Ingo Schwarze |
2020-09-16 | Avoid memset() before memcpy() for CBB_add_bytes(). | Joel Sing |
2020-09-16 | Make check in x509_verify_ctx_set_max_signatures() consistent with others. | Joel Sing |
2020-09-16 | Dedup code in x509_verify_ctx_new_from_xsc(). | Joel Sing |
2020-09-15 | The undocumented public function SSL_set_SSL_CTX(3) changes the | Ingo Schwarze |
2020-09-15 | Split the tls12_record_layer_write_mac() function. | Joel Sing |
2020-09-15 | Do not destroy an existing cipher list when ssl_parse_ciphersuites() | Ingo Schwarze |
2020-09-15 | Correct a failure case in tls12_record_layer_seal_record_protected() | Joel Sing |
2020-09-15 | Create the missing RETURN VALUES section and move the appropriate | Ingo Schwarze |
2020-09-15 | set error_depth and current_cert to make more legacy callbacks that don't check | Bob Beck |
2020-09-15 | Deduplicate the time validation code between the legacy and new | Bob Beck |
2020-09-15 | ifdef out code that is no longer used in here. once we are certain | Bob Beck |
2020-09-15 | Cleanup/simplify SSL_set_ssl_method(). | Joel Sing |
2020-09-15 | Mop up the get_ssl_method function pointer. | Joel Sing |
2020-09-14 | Move state initialisation from SSL_clear() to ssl3_clear(). | Joel Sing |
2020-09-14 | Cleanup and simplify SSL_set_session(). | Joel Sing |
2020-09-14 | Avoid NULL deref SSL_{,CTX_}set_ciphersuites | Theo Buehler |
2020-09-14 | simplify RETURN VALUES for x509_verify(3) after beck@ made the rules | Ingo Schwarze |
2020-09-14 | Add initial man page for new x509_verify chain validator | Bob Beck |
2020-09-14 | Set error if we are given an NULL ctx in x509_verify, and set error | Bob Beck |
2020-09-14 | nuke a stray space | Theo Buehler |
2020-09-14 | Fix potential leak when tmpext fails to be added to | Bob Beck |
2020-09-14 | remove unneeded variable "type". | Bob Beck |
2020-09-14 | Don't leak names on success | Bob Beck |
2020-09-14 | remove unneded variable "time1" | Bob Beck |
2020-09-14 | remove unneded variable "time" | Bob Beck |
2020-09-14 | fix bug introduced on review where refactor made it possible to | Bob Beck |
2020-09-14 | re-enable new x509 chain verifier as the default | Bob Beck |
2020-09-14 | Correctly fix double free introduced on review. | Bob Beck |