Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert the remaining manual pages from pod to mdoc | schwarze | 2016-11-05 | 12 | -1622/+0 |
| | |||||
* | convert X509 manuals from pod to mdoc | schwarze | 2016-11-04 | 19 | -1805/+0 |
| | |||||
* | convert RSA manuals from pod to mdoc | schwarze | 2016-11-04 | 15 | -1207/+0 |
| | |||||
* | convert RAND manuals from pod to mdoc | schwarze | 2016-11-03 | 5 | -190/+0 |
| | |||||
* | zap the overview manual page of the RAND subsystem | schwarze | 2016-11-03 | 1 | -34/+0 |
| | | | | | that contained nothing but duplicate and misleading information; OK jsing@ | ||||
* | convert PEM and PKCS manuals from pod to mdoc | schwarze | 2016-11-03 | 13 | -1366/+0 |
| | |||||
* | convert configuration manuals from pod to mdoc | schwarze | 2016-11-03 | 4 | -300/+0 |
| | |||||
* | convert remaining ASN1 object manuals from pod to mdoc | schwarze | 2016-11-03 | 2 | -172/+0 |
| | |||||
* | convert HMAC and MD5 manuals from pod to mdoc | schwarze | 2016-11-03 | 2 | -207/+0 |
| | |||||
* | convert EVP manuals from pod to mdoc | schwarze | 2016-11-03 | 24 | -2714/+0 |
| | |||||
* | convert ERR manuals from pod to mdoc; while reading this, | schwarze | 2016-11-02 | 11 | -695/+0 |
| | | | | i wtfed, laughed, puked, and cried in more or less that order... | ||||
* | convert DSA and EC manuals from pod to mdoc | schwarze | 2016-11-02 | 16 | -1230/+0 |
| | |||||
* | convert DES and DH manuals from pod to mdoc | schwarze | 2016-11-02 | 7 | -707/+0 |
| | |||||
* | revert documentation update for the clearning behavior we already reverted | bcook | 2016-09-22 | 1 | -5/+1 |
| | |||||
* | remove CMS manuals; beck@ agress with the general idea | schwarze | 2016-09-05 | 5 | -220/+0 |
| | |||||
* | deprecate EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal() | bcook | 2016-09-03 | 1 | -4/+8 |
| | | | | | | | | | | This switches EVP_CipherFinal() to work as EVP_EncryptFinal() and EVP_DecryptFinal() do, always clearing the cipher context on completion. Indicate that, since it is not possible to tell whether this function will clear the context (the API has changed over time in OpenSSL), it is better to use the _ex() variants and explicitly clear instead. ok beck@ | ||||
* | Fix examples for EVP_PKEY_CTX_set_rsa_padding. | bcook | 2016-03-13 | 2 | -2/+2 |
| | | | | | | | | Noted here, https://github.com/libressl-portable/portable/issues/161, we document a non-existent constant in the examples for EVP_PKEY_CTX_set_rsa_padding. ok deraadt@ | ||||
* | Remove sentences in RETURN VALUES sections saying that functions with | mmcc | 2016-03-12 | 11 | -23/+2 |
| | | | | | | | | | | | | | void return types 'return no value'. This is obvious and therefore unneccessary to mention. We spare rewind(3)'s sentence because espie@ pointed out that it's a warning - the function masks a potential error. This commit also adds a sentence to X509_free clarifying that it's NULL-safe. This bit was discussed with doug@. ok martijn@, sentiment supported by schwarze@ | ||||
* | update cross references after deleting the imaginary MLINKS | schwarze | 2015-11-12 | 2 | -2/+2 |
| | | | | bn_internal(3) and lhash(3) | ||||
* | add missing functions to NAME, or otherwise correct the mlink | jmc | 2015-11-11 | 8 | -8/+19 |
| | | | | | | entry for them; feedback/ok schwarze | ||||
* | Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API. | reyk | 2015-10-14 | 1 | -0/+4 |
| | | | | | | | | | | | | The "authenticated encryption with additional data" API is used for ciphers like AES-GCM or ChaCha20-Poly1305. The manpage is a beginning and certainly needs more work, especially improvements in the EXAMPLES section. Based on agl's source code comments. Converted from pod to mandoc by schwarze@ OK schwarze@ jsing@ | ||||
* | Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an | jsing | 2015-10-13 | 1 | -1/+1 |
| | | | | | | actual function. This removes the last ASN1_dup_of usage from the tree. Feedback from doug@ and miod@ | ||||
* | typos in documentation; better wording, suggested by jmc@libressl-v2.3.0 | sobrado | 2015-09-22 | 24 | -41/+41 |
| | | | | ok jmc@ | ||||
* | Remove more EVP_sha() SHA-0 references. | bcook | 2015-09-17 | 1 | -2/+2 |
| | |||||
* | Re-add missing comma from SHA-0 removal which breaks mlinks generation. | sthen | 2015-09-17 | 1 | -1/+1 |
| | | | | Worked out by bcook@ | ||||
* | Temporarily revive MD4 for MS CHAP support. | doug | 2015-09-14 | 1 | -13/+54 |
| | |||||
* | Remove MD4 support from LibreSSL. | doug | 2015-09-13 | 1 | -54/+13 |
| | | | | | | | | MD4 should have been removed a long time ago. Also, RFC 6150 moved it to historic in 2011. Rides the major crank from removing SHA-0. Discussed with many including beck@, millert@, djm@, sthen@ ok jsing@, input + ok bcook@ | ||||
* | Remove SHA-0 support. | doug | 2015-09-13 | 1 | -7/+6 |
| | | | | | | | SHA-0 was withdrawn shortly after publication 20 years ago and replaced with SHA-1. This will require a major crank. ok bcook@, jsing@ | ||||
* | typos | miod | 2015-08-18 | 3 | -3/+3 |
| | |||||
* | double words fix; docs are slowly getting moved to mdoc, but this | sobrado | 2015-07-25 | 2 | -2/+2 |
| | | | | | | change will help people translating them. ok jmc@, schwarze@ | ||||
* | delete doubled words; | schwarze | 2015-07-17 | 4 | -4/+4 |
| | | | | patch from Theo Buehler <theo at math dot ethz dot ch> | ||||
* | Remove obsolete MDC-2DES from libcrypto. | doug | 2015-06-20 | 5 | -11/+10 |
| | | | | ok deraadt@ jsing@ miod@ | ||||
* | Disable ENGINE_load_dynamic (dynamic engine support). | bcook | 2015-06-19 | 1 | -4/+4 |
| | | | | | | | We do not build, test or ship any dynamic engines, so we can remove the dynamic engine loader as well. This leaves a stub initialization function in its place. ok beck@, reyk@, miod@ | ||||
* | Words read better when they are separated by spaces. | miod | 2015-02-14 | 1 | -1/+1 |
| | |||||
* | fix manual names that clash with other manuals | schwarze | 2014-12-06 | 2 | -2/+2 |
| | |||||
* | OPENSSL_{malloc,free} -> {malloc,free} | miod | 2014-07-13 | 8 | -12/+12 |
| | |||||
* | Remove this sentence: | miod | 2014-07-12 | 1 | -3/+2 |
| | | | | | | | ``The probability that a randomly generated key is weak is -1/2^52, so it is not really worth checking for them.'' This kind of naively optimistic attitude is not compatible with security. | ||||
* | Huge documentation update for libcrypto and libssl, mostly from Matt Caswell, | miod | 2014-07-11 | 30 | -90/+1194 |
| | | | | | | Jeff Trawick, Jean-Paul Calderone, Michal Bozon, Jeffrey Walton and Rich Salz, via OpenSSL trunk (with some parts not applying to us, such as SSLv2 support, at least partially removed). | ||||
* | Try and fix the horrible coding style of the example code snippets. | miod | 2014-07-10 | 7 | -178/+201 |
| | |||||
* | Remove empty sections and references to des_modes(7) which we don't have. | miod | 2014-07-10 | 22 | -73/+4 |
| | |||||
* | Fewer lies, also do not document DES_3cbc_encrypt anymore. | miod | 2014-07-10 | 1 | -22/+6 |
| | |||||
* | Features introduce in OpenSSL 0.9.8 do not deserve their own section. | miod | 2014-07-10 | 1 | -21/+19 |
| | | | | | Instead, fold their description in the main documentation, and update the history section to mention them as well. | ||||
* | Attempt to (incompletely) document EVP_aes_*(). | miod | 2014-07-10 | 3 | -10/+15 |
| | | | | | | | | | When EVP_des_cbc() was suggested, suggest EVP_aes_256_cbc() instead. Remove mention of EVP_des_ede3_cbc() being the algorithm of choice for S/MIME. Don't mention US-export limited RC2 algorithms, you'd better not know about them. | ||||
* | Update to match the current state of crypto/rand, and remove MLINKS for | miod | 2014-07-09 | 4 | -98/+15 |
| | | | | RAND_event and RAND_screen. | ||||
* | Remove mention that the PRNG needs to be seeded before invoking some | miod | 2014-07-09 | 13 | -35/+4 |
| | | | | functions. | ||||
* | miod@ fixed the "bug" so remove reference to it in the man pod^Wpage. | jsing | 2014-07-09 | 1 | -5/+0 |
| | |||||
* | Add a missing word. | jca | 2014-06-28 | 1 | -1/+1 |
| | |||||
* | remove some of the bigger lies, as applicable to libressl. | tedu | 2014-05-30 | 1 | -9/+3 |
| | |||||
* | Improve line wrapping for lines exceeding 80 chars. | jim | 2014-05-04 | 46 | -192/+284 |
| | | | | ok jmc@ | ||||
* | Remove trailing whitespace. | jim | 2014-05-04 | 55 | -143/+143 |
| | | | | fine jmc@ |