summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-11Replace BN_lshift1()/BN_rshift1() with calls to BN_lshift()/BN_rshift().jsing1-125/+42
2023-01-10Rewrite BN_lshift()jsing1-26/+57
2023-01-07Rewrite/simplify BN_free().jsing1-10/+12
2023-01-07Flip BN_clear_free() and BN_free()jsing1-4/+4
2023-01-07Use calloc() in BN_new(), rather than malloc() and then manually zeroing.jsing1-10/+7
2023-01-07Fix previous.jsing1-3/+9
2023-01-06tlsfuzzer: hook up new connection abort tests while skipping the NSTtb1-1/+5
2023-01-05Rewrite BN_rshift()jsing1-37/+42
2023-01-05Add additional shift benchmarks that are useful on BN_BITS2 == 32 platformsjsing1-2/+56
2023-01-04ugly white spacederaadt1-2/+2
2023-01-01Add explicit LL suffixes to large constants to appease some compilers onmiod1-3/+3
2023-01-01Add explicit LL suffixes to large constants to appease some compilers onmiod1-6/+6
2023-01-01Add explicit LL suffixes to large constants to appease some compilers onmiod1-2/+3
2022-12-28spelling fixes; from paul tagliamontejmc1-2/+2
2022-12-28succcess -> successjsg1-3/+3
2022-12-27Change the way malloc_init() works so that the main data structuresotto1-65/+66
2022-12-27spelling fixes; from paul tagliamontejmc8-15/+15
2022-12-26spelling fix; from paul tagliamontejmc1-2/+2
2022-12-26Prepare to provide X509_CRL_get0_sigalg()tb2-2/+12
2022-12-26fix another typo in comment in a line touched by the last commit (thissthen1-1/+1
2022-12-26spelling fixes; from paul tagliamontejmc10-23/+23
2022-12-26spelling fixes; from paul tagliamontejmc100-265/+265
2022-12-24Zap trailing whitespace in license and add some empty linestb5-10/+18
2022-12-23Add the missing Copyright and license headers in the libcrypto/comp directory.schwarze6-9/+570
2022-12-23Document the deprecated wrappers BIO_set_app_data(3) and BIO_get_app_data(3).schwarze1-5/+36
2022-12-23Mark BIO_buffer_get_num_lines(3) as intentionally undocumented.schwarze1-2/+5
2022-12-23Mark BIO_f_nbio_test(3) as intentionally undocumented.schwarze1-2/+5
2022-12-23new manual page BIO_s_datagram(3);schwarze3-3/+577
2022-12-23Simplify BN_cmp() and BN_ucmp().jsing1-46/+15
2022-12-23Consistently check for NULL early.jsing1-64/+89
2022-12-23Fix an unchecked strdup() in UI_create_method().jsing1-6/+15
2022-12-23Make UI_destroy_method() NULL safe.jsing1-5/+7
2022-12-23Remove unhelpful comment.jsing1-6/+1
2022-12-23Remove compatibility "glue" for des_read_pw{_string}()jsing2-35/+2
2022-12-23Add regress coverage for shifts of zero bits.jsing1-1/+38
2022-12-23Do similar setup for lshift and rshift benchmarks.jsing1-1/+13
2022-12-22new manual page BIO_accept(3)schwarze3-3/+387
2022-12-22in case of failure, always report the error with BIOerror();schwarze1-4/+14
2022-12-22Denote multiple arguments with 'arg ...' not 'args'kn1-4/+4
2022-12-22Mark BIO_s_log(3) as intentionally undocumented.schwarze1-3/+4
2022-12-21Mark BIO_nread0(3), BIO_nread(3), BIO_nwrite0(3), and BIO_nwrite(3)schwarze1-2/+8
2022-12-20Mark BIO_dump_cb(3) and BIO_dump_indent_cb(3) as intentionally undocumented.schwarze1-2/+5
2022-12-20document BIO_fd_non_fatal_error(3) and BIO_fd_should_retry(3)schwarze1-8/+76
2022-12-19WTRAPPED is now supported by waitid(2)guenther1-3/+3
2022-12-19document BIO_copy_next_retry(3)schwarze1-5/+34
2022-12-18document BIO_FLAGS_MEM_RDONLYschwarze1-2/+17
2022-12-18document BIO_set_retry_read(3), BIO_set_retry_write(3),schwarze1-5/+95
2022-12-18document the interaction with BIO_dup_chain(3)schwarze1-2/+14
2022-12-18new manual page BIO_dup_chain(3)schwarze9-19/+206
2022-12-18correct the prototypes of BIO_get_conn_ip(3) and BIO_get_conn_int_port(3);schwarze1-5/+3