Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 1 | -0/+87 | |
|\ \ \ | | | | | | | | | branch. | |||||
| * | | | import openssl-0.9.8j | djm | 2009-01-09 | 2 | -3/+101 | |
| | | | | ||||||
* | | | | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 4 | -53/+153 | |
| | | | | ||||||
* | | | | resolve conflicts | djm | 2008-09-06 | 31 | -790/+3649 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 6 | -0/+2515 | |
|\ \ \ \ | | |/ / | |/| | | branch. | |||||
| * | | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 35 | -774/+5484 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 2 | -134/+755 | |
|\ \ \ \ | | |/ / | |/| | | branch. | |||||
| * | | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 4 | -161/+1506 | |
| | | | | ||||||
* | | | | http://openssl.org/news/patch-CVE-2007-3108.txt; ok pval, deraadt | markus | 2007-08-21 | 1 | -13/+65 | |
| | | | |