summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man (follow)
Commit message (Expand)AuthorAgeFilesLines
* Man page update for EVP_sha512_224() and EVP_sha512_256()job2023-04-231-2/+22
* s2i_ASN1_INTEGER: make error conditions more explicit, a few more tweakstb2023-04-211-10/+18
* s2i_ASN1_INTEGER.3: minor fixestb2023-04-211-4/+8
* Uncomment and document X.509 verifier error codestb2023-04-211-10/+20
* Remove some (soon to be) outdated documentationtb2023-04-211-48/+3
* Fix Dt and Xrtb2023-04-201-3/+3
* Link s2i_ASN1_INTEGER.3 to buildtb2023-04-201-1/+2
* Add documentation for s2i_ASN1_INTEGER and related functionstb2023-04-201-0/+195
* Fix previous: add a missing andtb2023-04-161-2/+3
* Adjust documentation of X9.31 padding modetb2023-04-151-6/+6
* remove duplicate linesjsg2023-04-121-3/+2
* Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)schwarze2023-04-1113-26/+149
* While all the BIO_TYPE_* constants are part of the API, most of theirschwarze2023-04-111-32/+77
* fix double wordsjsg2023-04-091-3/+3
* Mark BIO_CB_return(), BIO_cb_pre(), and BIO_cb_post() as intentionallyschwarze2023-04-071-2/+7
* Document the effects that BIO_set_info_callback(3), BIO_callback_ctrl(3),schwarze2023-04-061-3/+54
* Properly document BIO_set_info_callback(3) and BIO_get_info_callback(3)schwarze2023-04-061-8/+96
* In preparation for better documenting BIO info callbacks, improve theschwarze2023-04-041-9/+115
* Fix table by using strings of proper lengths instead of bogustb2023-04-021-3/+3
* fixes for mandoc -Tlintjsg2023-03-181-5/+5
* Consistent phrasing: function -> function pointerjob2023-03-161-2/+2
* Add X509_STORE_{set,get}_check_issued and X509_STORE_CTX_get_check_issued to ...job2023-03-161-3/+75
* Install EVP_CIPHER_meth_new.3tb2023-03-161-1/+2
* Add EVP_CIPHER_meth_* documentation from OpenSSL 1.1tb2023-03-161-0/+335
* Update manpage for X509_CRL_get0_tbs_sigalg()libressl-v3.7.1job2023-03-161-4/+18
* Make order of pub_key and priv_key the same everywheretb2023-03-071-6/+6
* Fix OpenSSL version in HISTORY sectiontb2023-03-071-3/+3
* Document ECDSA_SIG_get0_{r,s}()tb2023-03-061-2/+35
* Document DH_get0_* for individual DH members.tb2023-03-061-3/+78
* Document DSA_get0_* for individual DSA memberstb2023-03-061-3/+77
* Document RSA_get0_* for individual RSA members.tb2023-03-061-3/+106
* Introduce X509_get0_uids() accessor functionjob2023-02-231-3/+24
* Correctly detect b < a in BN_usub().jsing2023-01-311-4/+3
* Remove unused code.jsing2023-01-201-72/+2
* succcess -> successjsg2022-12-281-3/+3
* spelling fixes; from paul tagliamontejmc2022-12-263-9/+9
* Document the deprecated wrappers BIO_set_app_data(3) and BIO_get_app_data(3).schwarze2022-12-231-5/+36
* Mark BIO_buffer_get_num_lines(3) as intentionally undocumented.schwarze2022-12-231-2/+5
* Mark BIO_f_nbio_test(3) as intentionally undocumented.schwarze2022-12-231-2/+5
* new manual page BIO_s_datagram(3);schwarze2022-12-233-3/+577
* new manual page BIO_accept(3)schwarze2022-12-223-3/+387
* Mark BIO_s_log(3) as intentionally undocumented.schwarze2022-12-221-3/+4
* Mark BIO_nread0(3), BIO_nread(3), BIO_nwrite0(3), and BIO_nwrite(3)schwarze2022-12-211-2/+8
* Mark BIO_dump_cb(3) and BIO_dump_indent_cb(3) as intentionally undocumented.schwarze2022-12-201-2/+5
* document BIO_fd_non_fatal_error(3) and BIO_fd_should_retry(3)schwarze2022-12-201-8/+76
* document BIO_copy_next_retry(3)schwarze2022-12-191-5/+34
* document BIO_FLAGS_MEM_RDONLYschwarze2022-12-181-2/+17
* document BIO_set_retry_read(3), BIO_set_retry_write(3),schwarze2022-12-181-5/+95
* new manual page BIO_dup_chain(3)schwarze2022-12-189-19/+206
* correct the prototypes of BIO_get_conn_ip(3) and BIO_get_conn_int_port(3);schwarze2022-12-181-5/+3