Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Also list the command constants not associated with any macros, | schwarze | 2023-04-27 | 1 | -3/+29 | |
| | | | | and point to their documentation. | |||||
* | EC_KEY_{get,insert}_key_method_data() are no longer available | tb | 2023-04-27 | 1 | -41/+2 | |
| | ||||||
* | One more reciprocal thing hid in here (yay for consistent naming) | tb | 2023-04-27 | 1 | -2/+1 | |
| | ||||||
* | Remove stale references to BN reciprocal stuff | tb | 2023-04-27 | 2 | -8/+5 | |
| | ||||||
* | Remove documentation of reciprocal BN which is now internal only | tb | 2023-04-27 | 2 | -276/+1 | |
| | ||||||
* | Remove documentation of GF2m point stuff | tb | 2023-04-27 | 1 | -47/+7 | |
| | ||||||
* | EC_GROUP_new() Strip out complications due to binary curves. | tb | 2023-04-27 | 1 | -79/+11 | |
| | ||||||
* | Remove stale reference to BN_GF2m_add() | tb | 2023-04-27 | 1 | -2/+1 | |
| | ||||||
* | Remove BN_GF2m_add.3 | tb | 2023-04-27 | 2 | -516/+1 | |
| | ||||||
* | Remove mention of EC_GFp_nist_method and add back a .Pp that was | tb | 2023-04-27 | 1 | -6/+2 | |
| | | | | accidentally dropped | |||||
* | Remove dangling references to BN_get0_nist_prime_521(3) | tb | 2023-04-27 | 2 | -9/+6 | |
| | ||||||
* | Remove documentation of no longer supported EC methods | tb | 2023-04-27 | 1 | -46/+5 | |
| | ||||||
* | Remove NIST prime documentation | tb | 2023-04-27 | 2 | -202/+0 | |
| | ||||||
* | Stop installing NIST prime documentation | tb | 2023-04-27 | 1 | -3/+1 | |
| | ||||||
* | Document those BIO_ctrl(3) command constants | schwarze | 2023-04-26 | 5 | -37/+162 | |
| | | | | that correspond to more than one macro each. | |||||
* | Remove documentation of BN_BLINDING_{g,s}et_thread_id | tb | 2023-04-25 | 1 | -17/+2 | |
| | ||||||
* | Remove NETSCAPE_CERT_SEQUENCE | tb | 2023-04-25 | 1 | -43/+2 | |
| | ||||||
* | Remove SXNET | tb | 2023-04-25 | 3 | -144/+3 | |
| | | | | Unused and no authorative information was found online in 2016 | |||||
* | 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 | |
| | | | | ok jsing | |||||
* | Document most command constants. | schwarze | 2023-04-25 | 1 | -2/+60 | |
| | | | | | They are part of the public API, may be needed for implementing custom BIO types, and application programmers need to avoid clashing with them. | |||||
* | Man page update for EVP_sha512_224() and EVP_sha512_256() | job | 2023-04-23 | 1 | -2/+22 | |
| | | | | OK tb@ | |||||
* | 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 | |
| | | | | | Fix botched Xr and be more precise about errors by being less precise. Add a BUGS section. | |||||
* | Uncomment and document X.509 verifier error codes | tb | 2023-04-21 | 1 | -10/+20 | |
| | | | | | | | | These are in actual use, so their meaning should be documented. The remaining commented codes are unused outside of x509_txt.c except for X509_V_ERR_INVALID_NON_CA which looks used at first glance, but it is actually in an unreachable path of the legacy verifier. | |||||
* | Remove some (soon to be) outdated documentation | tb | 2023-04-21 | 1 | -48/+3 | |
| | | | | | | | | | | The documentation of the BN_MOD_CTX has been out of sync with reality for decades. The structure is now opaque, so its members should not be documented this way. They internals aren't important for the rest of the page. BN_MOD_CTX_init() will soon be removed. It's useless unless you like leaks. | |||||
* | 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 | |
| | | | | | | | | | | | | | | | | These functions convert strings to internal objects and vice versa. This is a best effort, probably with a lot of room for improvement, which can happen in tree if anyone cares. It's better than nothing. Nothing in turn would be significantly better than the utter garbage a related project has managed to land as part of their efforts towards significant documentation improvements in a recent major relase. This leaves a dangling reference to the misnamed X509V3_METHOD_get_nid(3) which I may or may not fill in the future. I am unsure about the HISTORY section's precision, but that's what I got from cvs history. All these functions are about a quarter century old (and it shows), so I don't think it matters very much. | |||||
* | 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 | |
| | | | | for the various BIO types. | |||||
* | While all the BIO_TYPE_* constants are part of the API, most of their | schwarze | 2023-04-11 | 1 | -32/+77 | |
| | | | | | | | | | | | | | values are only part of the ABI and not of the API, so delete them from the SYNOPSIS: application programmers must not rely on the specific values. Instead of listing the specific values, properly describe the meaning of all these constants. However, the values of BIO_TYPE_NONE and BIO_TYPE_START are hard-coded into the API and application programmers need to be aware of their values, so those remain in the SYNOPSIS. | |||||
* | 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 | |
| | | | | | undocumented because they are unused according to codesearch.debian.net and would cause nothing but obfuscation if they were used. | |||||
* | Document the effects that BIO_set_info_callback(3), BIO_callback_ctrl(3), | schwarze | 2023-04-06 | 1 | -3/+54 | |
| | | | | BIO_get_info_callback(3), and BIO_info_cb(3) have on connect BIOs. | |||||
* | Properly document BIO_set_info_callback(3) and BIO_get_info_callback(3) | schwarze | 2023-04-06 | 1 | -8/+96 | |
| | | | | | | | | which where mentioned below SYNOPSIS and HISTORY but not described. Also document the command constant BIO_CTRL_SET_CALLBACK and the deprecated function type name bio_info_cb(3). Mention that callbacks installed using BIO_set_callback_ex(3) and BIO_set_callback(3) can tamper with *all* the return values. | |||||
* | In preparation for better documenting BIO info callbacks, improve the | schwarze | 2023-04-04 | 1 | -9/+115 | |
| | | | | | | | | | description of BIO_ctrl(3) and its three siblings. Given the vast range of effects these functions can have, the text is unavoidably still vague, but at least some information can be provided. While here, fix one wrong parameter type and three inconsistent parameter names in the SYNOPSIS. | |||||
* | Fix table by using strings of proper lengths instead of bogus | tb | 2023-04-02 | 1 | -3/+3 | |
| | | | | | | scaling widths. ok schwarze | |||||
* | fixes for mandoc -Tlint | jsg | 2023-03-18 | 1 | -5/+5 | |
| | | | | ok tb@ | |||||
* | 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 | |
| | | | | | | manpage with and OK tb@ | |||||
* | 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 | |
| | | | | | | | | This is essentially the original text with a few tweaks and fixes by me, removing parts inapplicable to LibreSSL. There are dangling references to EVP_CIPHER_CTX_copy(3) and EVP_CIPHER_CTX_get_cipher_data(3). This all isn't great, but it's better than nothing. Probably good enough for these rarely used functions. | |||||
* | Update manpage for X509_CRL_get0_tbs_sigalg() | job | 2023-03-16 | 1 | -4/+18 | |
| | | | | OK tb@ | |||||
* | 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 | |
| |