Age | Commit message (Expand) | Author |
2022-12-28 | succcess -> success | Jonathan Gray |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-27 | Change the way malloc_init() works so that the main data structures | Otto Moerbeek |
2022-12-27 | Revert spelling fixes. Please report them upstream. | Theo Buehler |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-26 | Prepare to provide X509_CRL_get0_sigalg() | Theo Buehler |
2022-12-26 | fix another typo in comment in a line touched by the last commit (this | Stuart Henderson |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2005-04-29 | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | Damien Miller |
2022-12-24 | Build libc with executable-only .text on arm64. | Mark Kettenis |
2022-12-24 | Don't use a literal pool in .text to load the setjmp magic value as this is | Mark Kettenis |
2022-12-24 | Use the correct instruction to clear the frame pointer. | Mark Kettenis |
2022-12-24 | Zap trailing whitespace in license and add some empty lines | Theo Buehler |
2022-12-23 | Add the missing Copyright and license headers in the libcrypto/comp directory. | Ingo Schwarze |
2022-12-23 | Document the deprecated wrappers BIO_set_app_data(3) and BIO_get_app_data(3). | Ingo Schwarze |
2022-12-23 | Mark BIO_buffer_get_num_lines(3) as intentionally undocumented. | Ingo Schwarze |
2022-12-23 | Mark BIO_f_nbio_test(3) as intentionally undocumented. | Ingo Schwarze |
2022-12-23 | new manual page BIO_s_datagram(3); | Ingo Schwarze |
2022-12-23 | Simplify BN_cmp() and BN_ucmp(). | Joel Sing |
2022-12-23 | Consistently check for NULL early. | Joel Sing |
2022-12-23 | Fix an unchecked strdup() in UI_create_method(). | Joel Sing |
2022-12-23 | Make UI_destroy_method() NULL safe. | Joel Sing |
2022-12-23 | Remove unhelpful comment. | Joel Sing |
2022-12-23 | Remove compatibility "glue" for des_read_pw{_string}() | Joel Sing |
2022-12-22 | new manual page BIO_accept(3) | Ingo Schwarze |
2022-12-22 | in case of failure, always report the error with BIOerror(); | Ingo Schwarze |
2022-12-22 | Mark BIO_s_log(3) as intentionally undocumented. | Ingo Schwarze |
2022-12-21 | Mark BIO_nread0(3), BIO_nread(3), BIO_nwrite0(3), and BIO_nwrite(3) | Ingo Schwarze |
2022-12-20 | add a missing .Vt macro; | Ingo Schwarze |
2022-12-20 | Mark BIO_dump_cb(3) and BIO_dump_indent_cb(3) as intentionally undocumented. | Ingo Schwarze |
2022-12-20 | document BIO_fd_non_fatal_error(3) and BIO_fd_should_retry(3) | Ingo Schwarze |
2022-12-20 | - some small tweaks for the text | Jason McIntyre |
2022-12-19 | Add waitid(2) manpage, based on a first pass by espie@ and bits | Philip Guenther |
2022-12-19 | document BIO_copy_next_retry(3) | Ingo Schwarze |
2022-12-19 | Revert previous: unintentionally included in commit | Philip Guenther |
2022-12-19 | Add pselect(2), recvmmsg(2), sendmmsg(2), and waitid(2) to the lists | Philip Guenther |
2022-12-19 | waitid(2) returns 0 on success; do post-call cancelation only if | Philip Guenther |
2022-12-18 | document BIO_FLAGS_MEM_RDONLY | Ingo Schwarze |
2022-12-18 | document BIO_set_retry_read(3), BIO_set_retry_write(3), | Ingo Schwarze |
2022-12-18 | document the interaction with BIO_dup_chain(3) | Ingo Schwarze |
2022-12-18 | new manual page BIO_dup_chain(3) | Ingo Schwarze |
2022-12-18 | correct the prototypes of BIO_get_conn_ip(3) and BIO_get_conn_int_port(3); | Ingo Schwarze |
2022-12-18 | document BIO_number_read(3) and BIO_number_written(3) | Ingo Schwarze |
2022-12-17 | Merge documentation of UI_null() from OpenSSL 1.1 | Theo Buehler |
2022-12-17 | Document BIO_set_flags(3), BIO_clear_flags(3), BIO_test_flags(3), | Ingo Schwarze |
2022-12-17 | Link ui_null.c to build | Theo Buehler |