| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove NETSCAPE_CERT_SEQUENCE | tb | 2023-04-25 | 1 | -43/+2 |
* | Remove SXNET | tb | 2023-04-25 | 3 | -144/+3 |
* | Remove documentation for i2d_PKCS7_NDEF | tb | 2023-04-25 | 1 | -15/+2 |
* | Remove BN_init() documentation | tb | 2023-04-25 | 1 | -40/+2 |
* | Remove BN_CTX_init() documentation | tb | 2023-04-25 | 1 | -23/+3 |
* | Remove X9.31 support | tb | 2023-04-25 | 1 | -8/+2 |
* | Document most command constants. | schwarze | 2023-04-25 | 1 | -2/+60 |
* | Man page update for EVP_sha512_224() and EVP_sha512_256() | job | 2023-04-23 | 1 | -2/+22 |
* | s2i_ASN1_INTEGER: make error conditions more explicit, a few more tweaks | tb | 2023-04-21 | 1 | -10/+18 |
* | s2i_ASN1_INTEGER.3: minor fixes | tb | 2023-04-21 | 1 | -4/+8 |
* | Uncomment and document X.509 verifier error codes | tb | 2023-04-21 | 1 | -10/+20 |
* | Remove some (soon to be) outdated documentation | tb | 2023-04-21 | 1 | -48/+3 |
* | Fix Dt and Xr | tb | 2023-04-20 | 1 | -3/+3 |
* | Link s2i_ASN1_INTEGER.3 to build | tb | 2023-04-20 | 1 | -1/+2 |
* | Add documentation for s2i_ASN1_INTEGER and related functions | tb | 2023-04-20 | 1 | -0/+195 |
* | Fix previous: add a missing and | tb | 2023-04-16 | 1 | -2/+3 |
* | Adjust documentation of X9.31 padding mode | tb | 2023-04-15 | 1 | -6/+6 |
* | remove duplicate lines | jsg | 2023-04-12 | 1 | -3/+2 |
* | Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3) | schwarze | 2023-04-11 | 13 | -26/+149 |
* | While all the BIO_TYPE_* constants are part of the API, most of their | schwarze | 2023-04-11 | 1 | -32/+77 |
* | fix double words | jsg | 2023-04-09 | 1 | -3/+3 |
* | Mark BIO_CB_return(), BIO_cb_pre(), and BIO_cb_post() as intentionally | schwarze | 2023-04-07 | 1 | -2/+7 |
* | Document the effects that BIO_set_info_callback(3), BIO_callback_ctrl(3), | schwarze | 2023-04-06 | 1 | -3/+54 |
* | Properly document BIO_set_info_callback(3) and BIO_get_info_callback(3) | schwarze | 2023-04-06 | 1 | -8/+96 |
* | In preparation for better documenting BIO info callbacks, improve the | schwarze | 2023-04-04 | 1 | -9/+115 |
* | Fix table by using strings of proper lengths instead of bogus | tb | 2023-04-02 | 1 | -3/+3 |
* | fixes for mandoc -Tlint | jsg | 2023-03-18 | 1 | -5/+5 |
* | Consistent phrasing: function -> function pointer | job | 2023-03-16 | 1 | -2/+2 |
* | Add X509_STORE_{set,get}_check_issued and X509_STORE_CTX_get_check_issued to ... | job | 2023-03-16 | 1 | -3/+75 |
* | Install EVP_CIPHER_meth_new.3 | tb | 2023-03-16 | 1 | -1/+2 |
* | Add EVP_CIPHER_meth_* documentation from OpenSSL 1.1 | tb | 2023-03-16 | 1 | -0/+335 |
* | Update manpage for X509_CRL_get0_tbs_sigalg()libressl-v3.7.1 | job | 2023-03-16 | 1 | -4/+18 |
* | Make order of pub_key and priv_key the same everywhere | tb | 2023-03-07 | 1 | -6/+6 |
* | Fix OpenSSL version in HISTORY section | tb | 2023-03-07 | 1 | -3/+3 |
* | Document ECDSA_SIG_get0_{r,s}() | tb | 2023-03-06 | 1 | -2/+35 |
* | Document DH_get0_* for individual DH members. | tb | 2023-03-06 | 1 | -3/+78 |
* | Document DSA_get0_* for individual DSA members | tb | 2023-03-06 | 1 | -3/+77 |
* | Document RSA_get0_* for individual RSA members. | tb | 2023-03-06 | 1 | -3/+106 |
* | Introduce X509_get0_uids() accessor function | job | 2023-02-23 | 1 | -3/+24 |
* | Correctly detect b < a in BN_usub(). | jsing | 2023-01-31 | 1 | -4/+3 |
* | Remove unused code. | jsing | 2023-01-20 | 1 | -72/+2 |
* | succcess -> success | jsg | 2022-12-28 | 1 | -3/+3 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 3 | -9/+9 |
* | Document the deprecated wrappers BIO_set_app_data(3) and BIO_get_app_data(3). | schwarze | 2022-12-23 | 1 | -5/+36 |
* | Mark BIO_buffer_get_num_lines(3) as intentionally undocumented. | schwarze | 2022-12-23 | 1 | -2/+5 |
* | Mark BIO_f_nbio_test(3) as intentionally undocumented. | schwarze | 2022-12-23 | 1 | -2/+5 |
* | new manual page BIO_s_datagram(3); | schwarze | 2022-12-23 | 3 | -3/+577 |
* | new manual page BIO_accept(3) | schwarze | 2022-12-22 | 3 | -3/+387 |
* | Mark BIO_s_log(3) as intentionally undocumented. | schwarze | 2022-12-22 | 1 | -3/+4 |
* | Mark BIO_nread0(3), BIO_nread(3), BIO_nwrite0(3), and BIO_nwrite(3) | schwarze | 2022-12-21 | 1 | -2/+8 |