Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove meat which either duplicates code found in apps/, or is only of value | miod | 2014-04-22 | 4 | -661/+0 | |
| | | | | for 20th century historians, and can be put in the Attic. | |||||
* | theo found a file we don't seem to need, but just in case, i will paste | tedu | 2014-04-20 | 1 | -3/+0 | |
| | | | | | | the contents below: #!/usr/local/bin/perl # x86 assember | |||||
* | Lacking a proof that--for this implementation--exposure of Montgomery | guenther | 2014-04-19 | 2 | -7/+7 | |
| | | | | | | | | multiplication or RSA blinding parameters doesn't permit retroactive timing analysis of the secrets, we'll do the stupidly cheap thing and cleanse them before freeing them. ok deraadt@ | |||||
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -4/+4 | |
| | | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@ | |||||
* | Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler, | miod | 2014-04-18 | 1 | -1/+3 | |
| | | | | | | | but rather figure out the endianness from <machine/endian.h> automagically; help from guenther@ ok jca@ guenther@ beck@ and the rest of the `Buena SSL rampage club' | |||||
* | Get rid of MS Visual C compiler and Intel C compiler specific defines. | miod | 2014-04-17 | 1 | -9/+0 | |
| | ||||||
* | Nuke BN_DEBUG_LEVITTE | miod | 2014-04-17 | 1 | -10/+0 | |
| | ||||||
* | todo: do not leave 15 year old todo lists in the tree. | miod | 2014-04-17 | 1 | -3/+0 | |
| | ||||||
* | Use of OPENSSL_SYS_xxx defines in public header files considered harmful. | miod | 2014-04-17 | 1 | -6/+1 | |
| | ||||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 9 | -42/+42 | |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | |||||
* | RAND_seed now does nothing, so skip the operation | deraadt | 2014-04-17 | 1 | -6/+0 | |
| | ||||||
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -179/+0 | |
| | ||||||
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -4/+0 | |
| | | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt | |||||
* | Go home, VMS, you're drunk | miod | 2014-04-15 | 2 | -6508/+0 | |
| | ||||||
* | No licence. | miod | 2014-04-15 | 1 | -41/+0 | |
| | ||||||
* | Moved to regress/lib/libcrypto. | miod | 2014-04-15 | 2 | -2217/+0 | |
| | ||||||
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 1 | -4/+4 | |
| | | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@ | |||||
* | So the OpenSSL codebase does "get the time, add it as a random seed" | deraadt | 2014-04-14 | 1 | -3/+0 | |
| | | | | | | | in a bunch of places inside the TLS engine, to try to keep entropy high. I wonder if their moto is "If you can't solve a problem, at least try to do it badly". ok miod | |||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -196/+0 | |
| | | | | | that it is easier to find code pieces. They are getting in the way. ok miod | |||||
* | replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@, | sthen | 2014-04-14 | 3 | -54/+32 | |
| | | | | makes sense to beck@ | |||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 6 | -26/+106 | |
| | ||||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 7 | -32/+36 | |
|\ | | | | | branch. | |||||
| * | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 14 | -75/+150 | |
| | | ||||||
* | | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | markus | 2013-02-14 | 1 | -17/+8 | |
| | | | | | | | | | | from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@ | |||||
* | | import files that CVS missed; sigh | djm | 2012-10-13 | 1 | -0/+272 | |
| | | ||||||
* | | resolve conflicts | djm | 2012-10-13 | 12 | -491/+734 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 16 | -248/+10473 | |
|\| | | | | | branch. | |||||
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 26 | -732/+11172 | |
| | | ||||||
* | | OpenSSL 1.0.0f: merge | djm | 2012-01-05 | 1 | -14/+23 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-01-05 | 2 | -2/+4 | |
|\| | | | | | branch. | |||||
| * | OpenSSL 1.0.0f: import upstream source | djm | 2012-01-05 | 3 | -16/+27 | |
| | | ||||||
* | | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 6 | -37/+60 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 3 | -61/+65 | |
|\| | | | | | branch. | |||||
| * | import OpenSSL 1.0.0e | djm | 2011-11-03 | 9 | -98/+125 | |
| | | ||||||
* | | resolve conflicts, fix local changes | djm | 2010-10-01 | 52 | -11151/+732 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 5 | -189/+218 | |
|\| | | | | | branch. | |||||
| * | import OpenSSL-1.0.0a | djm | 2010-10-01 | 20 | -750/+899 | |
| | | ||||||
* | | cherrypick patch from OpenSSL 0.9.8m: | djm | 2010-03-04 | 2 | -2/+3 | |
| | | | | | | | | | | *) Always check bn_wexpend() return values for failure. (CVE-2009-3245) [Martin Olsson, Neel Mehta] | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-04-06 | 10 | -0/+4982 | |
|\| | | | | | branch. | |||||
| * | import of OpenSSL 0.9.8k | djm | 2009-04-06 | 10 | -0/+4982 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-04-06 | 1 | -0/+327 | |
|\ \ | | | | | | | branch. | |||||
| * | | import of OpenSSL 0.9.8k | djm | 2009-04-06 | 1 | -0/+327 | |
| | | | ||||||
| * | | import openssl-0.9.7d | markus | 2004-04-07 | 1 | -1/+4 | |
| | | | ||||||
| * | | import 0.9.7c | markus | 2003-11-11 | 1 | -0/+1 | |
| | | | ||||||
| * | | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 1 | -25/+8 | |
| | | | ||||||
| * | | import openssl-0.9.7-beta3 | markus | 2002-09-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 1 | -42/+248 | |
| | | | ||||||
* | | | resolve conflicts | djm | 2009-01-09 | 6 | -351/+413 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 1 | -25/+15 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 8 | -369/+510 | |
| | | |