| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge a patch that i successfully pushed to OpenSSL, |  schwarze | 2014-08-12 | 2 | -2/+2 |
* | OPENSSL_{malloc,free} -> {malloc,free} |  miod | 2014-07-13 | 11 | -15/+15 |
* | Warn about the use of BUF_strdup. |  miod | 2014-07-13 | 1 | -2/+4 |
* | duplicate function names in head1 |  miod | 2014-07-12 | 2 | -2/+2 |
* | 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 | 68 | -191/+1392 |
* | Also make these files parsable by pod2man.. |  beck | 2014-07-11 | 1 | -6/+6 |
* | Make this file parsable by pod2man without errors. |  beck | 2014-07-11 | 1 | -6/+6 |
* | Fix examples description, and use less ambiguous wording. |  miod | 2014-07-10 | 1 | -4/+4 |
* | Try and fix the horrible coding style of the example code snippets. |  miod | 2014-07-10 | 12 | -220/+244 |
* | Remove empty sections and references to des_modes(7) which we don't have. |  miod | 2014-07-10 | 45 | -145/+28 |
* | 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 | 4 | -13/+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 | 15 | -38/+4 |
* | miod@ fixed the "bug" so remove reference to it in the man pod^Wpage. |  jsing | 2014-07-09 | 1 | -5/+0 |
* | Document SSL_CIPHER_description() will now use asprintf if passed a NULL |  miod | 2014-07-08 | 1 | -5/+5 |
* | Do not suggest using BUF_strdup() preferably to strdup() for fallacious |  miod | 2014-07-08 | 1 | -4/+1 |
* | Match the current state of the code. |  miod | 2014-07-08 | 1 | -3/+3 |
* | 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 |
* | switch RSA key generation default to 2048 bits (matching ssh); ok miod@ |  sthen | 2014-05-17 | 2 | -2/+2 |
* | small fix from mancha1. currently unused file, but no harm fixing it. |  tedu | 2014-05-06 | 1 | -1/+2 |
* | Improve line wrapping for lines exceeding 80 chars. |  jim | 2014-05-04 | 82 | -305/+430 |
* | Add missing SEE ALSO section header. |  jim | 2014-05-04 | 1 | -0/+2 |
* | Remove trailing whitespace. |  jim | 2014-05-04 | 85 | -202/+202 |
* | Remove a leading whitespace. |  jim | 2014-05-04 | 1 | -1/+1 |
* | Add missing SEE ALSO section header. |  jim | 2014-05-04 | 2 | -0/+4 |
* | Improve line wrapping for lines exceeding 80 chars. |  jim | 2014-05-04 | 43 | -58/+115 |
* | Remove trailing whitespace. |  jim | 2014-05-04 | 22 | -36/+36 |
* | Remove trailing whitespace. |  jim | 2014-05-04 | 37 | -176/+176 |
* | Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftover |  miod | 2014-04-23 | 1 | -8/+0 |
* | Remove unused/never installed libssl tools and docs and references to them |  afresh1 | 2014-04-20 | 14 | -1031/+17 |
* | egd is gone |  deraadt | 2014-04-19 | 2 | -32/+1 |
* | Add SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2 |  guenther | 2014-04-19 | 1 | -4/+13 |
* | tone down some XXXXX to not appear in grep |  tedu | 2014-04-18 | 1 | -1/+1 |
* | Document support for "openssl s_client -starttls lmtp" |  guenther | 2014-04-18 | 1 | -1/+1 |
* | Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keep |  guenther | 2014-04-18 | 1 | -14/+8 |
* | Sync the list of man pages for libcrypto, explicity rename conflicting |  mpi | 2014-04-16 | 14 | -0/+0 |
* | Remove pointless man pages that were not installed. |  mpi | 2014-04-16 | 4 | -383/+0 |
* | Q: How would you like your lies, sir? |  miod | 2014-04-15 | 1 | -7030/+0 |
* | No longer mention OPENSSL_EC_BIN_PT_COMP being required to allow for |  miod | 2014-04-15 | 2 | -6/+0 |
* | Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping the |  miod | 2014-04-15 | 4 | -226/+19 |
* | 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 |