summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-179-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 operationderaadt2014-04-171-6/+0
|
* we don't use these files for buildingtedu2014-04-151-179/+0
|
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-4/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* Go home, VMS, you're drunkmiod2014-04-152-6508/+0
|
* No licence.miod2014-04-151-41/+0
|
* Moved to regress/lib/libcrypto.miod2014-04-152-2217/+0
|
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-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"deraadt2014-04-141-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, soderaadt2014-04-141-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@,sthen2014-04-143-54/+32
| | | | makes sense to beck@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-136-26/+106
|
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-137-32/+36
|\ | | | | branch.
| * Import OpenSSL 1.0.1gmiod2014-04-1314-75/+150
| |
* | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-17/+8
| | | | | | | | | | from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@
* | import files that CVS missed; sighdjm2012-10-131-0/+272
| |
* | resolve conflictsdjm2012-10-1312-491/+734
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-1316-248/+10473
|\| | | | | branch.
| * import OpenSSL-1.0.1cdjm2012-10-1326-732/+11172
| |
* | OpenSSL 1.0.0f: mergedjm2012-01-051-14/+23
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-01-052-2/+4
|\| | | | | branch.
| * OpenSSL 1.0.0f: import upstream sourcedjm2012-01-053-16/+27
| |
* | openssl-1.0.0e: resolve conflictsdjm2011-11-036-37/+60
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-033-61/+65
|\| | | | | branch.
| * import OpenSSL 1.0.0edjm2011-11-039-98/+125
| |
* | resolve conflicts, fix local changesdjm2010-10-0152-11151/+732
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-015-189/+218
|\| | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-0120-750/+899
| |
* | cherrypick patch from OpenSSL 0.9.8m:djm2010-03-042-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 vendordjm2009-04-0610-0/+4982
|\| | | | | branch.
| * import of OpenSSL 0.9.8kdjm2009-04-0610-0/+4982
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-061-0/+327
|\ \ | | | | | | branch.
| * | import of OpenSSL 0.9.8kdjm2009-04-061-0/+327
| | |
| * | import openssl-0.9.7dmarkus2004-04-071-1/+4
| | |
| * | import 0.9.7cmarkus2003-11-111-0/+1
| | |
| * | import 0.9.7b (without idea and rc5)markus2003-05-111-25/+8
| | |
| * | import openssl-0.9.7-beta3markus2002-09-051-1/+1
| | |
| * | import openssl-0.9.7-beta1markus2002-09-051-42/+248
| | |
* | | resolve conflictsdjm2009-01-096-351/+413
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-25/+15
|\ \ \ | | |/ | |/| branch.
| * | import openssl-0.9.8jdjm2009-01-098-369/+510
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-0/+87
|\ \ \ | | | | | | | | branch.
| * | | import openssl-0.9.8jdjm2009-01-092-3/+101
| | | |
* | | | update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-054-53/+153
| | | |
* | | | resolve conflictsdjm2008-09-0631-790/+3649
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-066-0/+2515
|\ \ \ \ | | |/ / | |/| | branch.
| * | | import of OpenSSL 0.9.8hdjm2008-09-0635-774/+5484
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-062-134/+755
|\ \ \ \ | | |/ / | |/| | branch.
| * | | import of OpenSSL 0.9.8hdjm2008-09-064-161/+1506
| | | |
* | | | http://openssl.org/news/patch-CVE-2007-3108.txt; ok pval, deraadtmarkus2007-08-211-13/+65
| | | |