summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/doc/apps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the libssl/src directorybeck2016-09-0344-11386/+0
|
* " the the " -> " the ", or in a couple of cases replace the superfluouskrw2016-03-203-3/+3
| | | | | | "the" with the obviously intended word. Started with a "the the" spotted by Mihal Mazurek.
* Therefor -> Therefore (where appropriate)tb2016-01-292-2/+2
| | | | from ray@, ok jmc@
* Temporarily revive MD4 for MS CHAP support.doug2015-09-144-5/+14
|
* Remove MD4 support from LibreSSL.doug2015-09-134-14/+5
| | | | | | | | 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 obsolete MDC-2DES from libcrypto.doug2015-06-207-14/+9
| | | | ok deraadt@ jsing@ miod@
* Remove all getenv() calls, especially those wrapped by issetugid().deraadt2015-04-111-5/+2
| | | | | | | | | getenv()'s wrapped by issetugid() are safe, but issetugid() is correct difficult to impliment on many operating systems. By accident, a grand experiment was run over the last year, where issetugid() returned 1 (the safe value) on a few operating systems. Noone noticed & complained that certain environment variables were not working....... ok doug beck jsing, discussion with others
* Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,miod2014-07-111-1/+1
| | | | | | 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).
* Also make these files parsable by pod2man..beck2014-07-111-6/+6
| | | | ok bcook@
* Make this file parsable by pod2man without errors.beck2014-07-111-6/+6
| | | | ok bcook@
* switch RSA key generation default to 2048 bits (matching ssh); ok miod@sthen2014-05-172-2/+2
|
* small fix from mancha1. currently unused file, but no harm fixing it.tedu2014-05-061-1/+2
|
* Remove trailing whitespace.jim2014-05-0437-176/+176
| | | | no objection jmc@
* Remove unused/never installed libssl tools and docs and references to themafresh12014-04-204-376/+2
| | | | Sure deraadt
* Document support for "openssl s_client -starttls lmtp"guenther2014-04-181-1/+1
|
* No longer mention OPENSSL_EC_BIN_PT_COMP being required to allow formiod2014-04-152-6/+0
| | | | | | | | | | | `compressed' EC point representation. First, as researched by djb, quoting from http://cr.yp.to/ecdh/patents.html : ``It should, in any case, be obvious to the reader that a patent cannot cover compression mechanisms published seven years before the patent was filed.'' Second, that define was actually removed from the code in in OpenSSL 1.0.0.
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-139-42/+77
|
* Import OpenSSL 1.0.1gmiod2014-04-134-4/+9
|
* resolve conflictsdjm2012-10-131-2/+2
|
* import OpenSSL-1.0.1cdjm2012-10-131-0/+2
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-4/+4
|
* resolve conflicts, fix local changesdjm2010-10-0124-146/+640
|
* import OpenSSL-1.0.0adjm2010-10-0110-14/+2116
|
* resolve conflictsdjm2009-04-062-1/+6
|
* resolve conflictsdjm2008-09-0615-39/+321
|
* import of OpenSSL 0.9.8hdjm2008-09-063-0/+825
|
* resolve conflictsdjm2006-06-273-12/+12
|
* resolve conflictsdjm2005-04-292-1/+7
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-292-1/+40
|
* merge 0.9.7dmarkus2004-04-083-8/+12
|
* import openssl-0.9.7dmarkus2004-04-072-3/+310
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-112-5/+5
| | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-1215-41/+180
|
* import 0.9.7b (without idea and rc5)markus2003-05-114-11/+50
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-0/+24
|
* import openssl-0.9.7-beta3markus2002-09-051-2/+3
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-1/+0
| | | | correctly autogenerate obj_mac.h
* Merge openssl-0.9.7-stable-SNAP-20020519beck2002-05-211-4/+2
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1516-53/+723
|
* merge openssl 0.9.6b-enginebeck2001-08-013-5/+11
| | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* openssl-engine-0.9.6a mergebeck2001-06-223-1/+39
|
* openssl-engine-0.9.6 mergebeck2000-12-1521-41/+648
|
* OpenSSL 0.9.5a mergebeck2000-04-158-22/+158
|
* OpenSSL 0.9.5 mergebeck2000-03-1931-0/+6010
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs