| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix examples for EVP_PKEY_CTX_set_rsa_padding. | bcook | 2016-03-13 | 2 | -2/+2 |
* | Remove sentences in RETURN VALUES sections saying that functions with | mmcc | 2016-03-12 | 11 | -23/+2 |
* | update cross references after deleting the imaginary MLINKS | schwarze | 2015-11-12 | 2 | -2/+2 |
* | add missing functions to NAME, or otherwise correct the mlink | jmc | 2015-11-11 | 8 | -8/+19 |
* | Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API. | reyk | 2015-10-14 | 1 | -0/+4 |
* | Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an | jsing | 2015-10-13 | 1 | -1/+1 |
* | typos in documentation; better wording, suggested by jmc@libressl-v2.3.0 | sobrado | 2015-09-22 | 24 | -41/+41 |
* | 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 |
* | 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 |
* | Remove SHA-0 support. | doug | 2015-09-13 | 1 | -7/+6 |
* | 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 |
* | delete doubled words; | schwarze | 2015-07-17 | 4 | -4/+4 |
* | Remove obsolete MDC-2DES from libcrypto. | doug | 2015-06-20 | 5 | -11/+10 |
* | Disable ENGINE_load_dynamic (dynamic engine support). | bcook | 2015-06-19 | 1 | -4/+4 |
* | 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 |
* | Huge documentation update for libcrypto and libssl, mostly from Matt Caswell, | miod | 2014-07-11 | 30 | -90/+1194 |
* | 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 |
* | Attempt to (incompletely) document EVP_aes_*(). | miod | 2014-07-10 | 3 | -10/+15 |
* | Update to match the current state of crypto/rand, and remove MLINKS for | miod | 2014-07-09 | 4 | -98/+15 |
* | Remove mention that the PRNG needs to be seeded before invoking some | miod | 2014-07-09 | 13 | -35/+4 |
* | 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 |
* | Remove trailing whitespace. | jim | 2014-05-04 | 55 | -143/+143 |
* | egd is gone | deraadt | 2014-04-19 | 1 | -3/+1 |
* | Sync the list of man pages for libcrypto, explicity rename conflicting | mpi | 2014-04-16 | 9 | -0/+1500 |
* | Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping the | miod | 2014-04-15 | 2 | -59/+12 |
* | Remove the GMP engine: It was an experimental engine using libgmp as | reyk | 2014-04-14 | 1 | -3/+0 |
* | Remove the nuron engine. The static engine is not standalone and the | reyk | 2014-04-14 | 1 | -1/+0 |
* | Remove the nCipher CHIL engine. It is not standalone and depends on | reyk | 2014-04-14 | 1 | -3/+0 |
* | Remove the AEP engine: it is not standalone and doesn't seem to be | reyk | 2014-04-13 | 1 | -1/+0 |
* | Remove the Atalla engine: It is not standalone and depends on external | reyk | 2014-04-13 | 1 | -1/+0 |
* | Remove the cswift engine: it is not standalone and we don't have the | reyk | 2014-04-13 | 1 | -3/+0 |
* | Remove the "sureware" engine: | reyk | 2014-04-13 | 1 | -1/+0 |
* | Remove the Broadcom ubsec engine: | reyk | 2014-04-13 | 1 | -1/+0 |
* | Remove the IBM 4758 engine: we don't have this hardware and it is an | reyk | 2014-04-13 | 1 | -1/+0 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 6 | -12/+16 |
* | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 10 | -9/+112 |
|\ |
|
| * | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 14 | -13/+121 |
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -23/+43 |