summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as theremiod2014-04-187-1/+518
| | | | | | | are still some 3rd-party code using it, and fixing them is not trivial. As an excuse gift, the memory leaks on failure in resurrected a_set.c have been fixed.
* this file is not relevantderaadt2014-04-181-25/+0
|
* guenther would prefer more separationtedu2014-04-182-0/+4
|
* we need to cranktedu2014-04-182-2/+2
|
* remove include files not neededderaadt2014-04-184-34/+4
|
* Document support for "openssl s_client -starttls lmtp"guenther2014-04-181-1/+1
|
* Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keepguenther2014-04-185-25/+19
| | | | | | | the #define for compat, but document that it's a no-op now. Also, neuter the -legacy_renegotiation option to "openssl s_{client,server}" ok beck@
* use the portable construct around asprintf; pointed out by halexderaadt2014-04-183-3/+6
|
* Some dude named Tavis Ormandy reported a bug which has gone unfixed.tedu2014-04-182-0/+10
| | | | | | | | | | | http://marc.info/?l=openssl-users&m=138014120223264&w=2 Arguably a doc bug, but we argue not. If you parse a new cert into memory occupied by a previously verified cert, the new cert will inherit that state, bypassing future verification checks. To avoid this, we will always start fresh with a new object. grudging ok from guenther, after i threatened to make him read the code yet again. "that ok was way more painful and tiring then it should have been"
* since e_os.h is dead, and e_os2.h is installed, we can fetch from there.deraadt2014-04-181-8/+2
| | | | This means we don't need the reach-around anymore.
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-1828-204/+9
| | | | | "dance on it's grave" says beck ok guenther beck
* blank lines between decls and codetedu2014-04-182-0/+10
|
* These files were never installed in the past, and are not generallyderaadt2014-04-1845-1465/+0
| | | | | used. They can go away. ok guenther reyk
* Use asprintf() for generating path, instead of multiplederaadt2014-04-181-7/+1
| | | | return-value-not-checked strlcpy and strlcat
* in CONF_get1_default_config_file(), don't calculate a buffer size,deraadt2014-04-182-30/+10
| | | | | | | malloc it, do unbounded strlcpy's to it... but instead of asnprintf. While there, let's put a '/' between the two path components! Wonder how old that bug is.. ok guenther
* More KNF.jsing2014-04-182-152/+160
|
* another round of chemo for the RAND code to provide clarity.tedu2014-04-189-761/+172
| | | | ok deraadt
* More KNF.jsing2014-04-1814-850/+1070
|
* egd support is too dangerous to leave where somebody might find it.tedu2014-04-186-244/+4
| | | | ok deraadt.
* More KNF.jsing2014-04-1814-928/+1028
|
* unistd.h for protos where neededderaadt2014-04-1814-0/+14
|
* define RFILE only in the file that needs itderaadt2014-04-183-11/+2
|
* More KNF.jsing2014-04-1834-1030/+1324
|
* add braces missed when fixing leaksjsg2014-04-182-2/+4
|
* KNF, since this is no longer script generatedderaadt2014-04-181-172/+171
|
* simplify file:file:... stuffderaadt2014-04-1812-14/+13
|
* More KNF.jsing2014-04-1822-1328/+1626
|
* More KNF.jsing2014-04-1816-406/+390
|
* whitespace normalizationtedu2014-04-188-91/+81
|
* repair whitespace. this is what happens when functions take 20 params.tedu2014-04-181-20/+20
|
* Remove MAIN and PROG defines now that we do not compile non-monolithic.jsing2014-04-1847-180/+93
| | | | ok tedu@
* igetest.c moved to regress we don't need another copyjsg2014-04-182-1006/+0
| | | | ok miod@
* fix another potential double freejsg2014-04-182-4/+4
| | | | ok miod@ lteo@ jca@
* -netwaretedu2014-04-182-12/+4
|
* undef NETWARE_CLIB and NETWARE_LIBCtedu2014-04-181-15/+0
|
* unterminated commenttedu2014-04-181-1/+1
|
* KaboomNFtedu2014-04-1851-13869/+12180
|
* spelling fix from Micha Borrmann on openssl-devtedu2014-04-181-1/+1
|
* blunt force knftedu2014-04-1838-2490/+1848
|
* Remove support for unwanted operating systems.jsing2014-04-183-82/+0
| | | | ok miod@
* Unifdef OPENSSL_FIPS.jsing2014-04-183-25/+0
| | | | ok miod@
* lob a few more knf grenades in here to soften things up.tedu2014-04-18108-3592/+1998
|
* putting most of the braces in the right column is the very least we can do.tedu2014-04-18108-4060/+4068
|
* whack a bunch of disabled code. ok beck lteotedu2014-04-1716-486/+6
|
* Make MONOLITH the default and only optionmatthew2014-04-175-52/+3
| | | | ok deraadt
* stab at indentationtedu2014-04-1710-1474/+1450
|
* don't fake up SSIZE_MAXtedu2014-04-172-16/+0
|
* more windows/netware leftoverstedu2014-04-174-44/+6
|
* delete if 0 codetedu2014-04-178-154/+28
|
* more spring VMS cleanupgiovanni2014-04-176-28/+0
| | | | ok miod@ lteo@