summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* 1. RAND_seed is now DEPRECATEDderaadt2014-04-171-1/+0
| | | | | | | | | | 2. Even passing a digest in as entropy is sloppy. But apparently the OpenSSL guys could find no objects of lesser value to pass to the pluggable random subsystem, and had to resort to private keys and digests. Classy. ok djm
* we don't use these files for buildingtedu2014-04-151-76/+0
|
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-18/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* Moved to regress/lib/libcrypto.miod2014-04-151-572/+0
|
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-64/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-131-2/+9
|\ | | | | branch.
| * Import OpenSSL 1.0.1gmiod2014-04-131-2/+9
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-6/+8
|\ \ | | | | | | branch.
| * | import OpenSSL-1.0.1cdjm2012-10-131-6/+8
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-135-3/+37
|\ \ \ | | |/ | |/| branch.
| * | import OpenSSL-1.0.1cdjm2012-10-135-3/+37
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-01-051-7/+78
|\ \ \ | | |/ | |/| branch.
| * | OpenSSL 1.0.0f: import upstream sourcedjm2012-01-051-7/+78
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-032-2/+8
|\ \ \ | | |/ | |/| branch.
| * | import OpenSSL 1.0.0edjm2011-11-032-2/+8
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-031-3/+2
|\ \ \ | | |/ | |/| branch.
| * | import OpenSSL 1.0.0edjm2011-11-031-3/+2
| | |
* | | resolve conflicts, fix local changesdjm2010-10-011-24/+22
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-014-134/+117
|\ \ \ | | |/ | |/| branch.
| * | import OpenSSL-1.0.0adjm2010-10-014-134/+117
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-1/+1
|\ \ \ | | |/ | |/| branch.
| * | import OpenSSL-1.0.0adjm2010-10-012-25/+23
| | |
| * | import openssl-0.9.8jdjm2009-01-091-16/+33
| | |
* | | resolve conflictsdjm2009-01-091-17/+20
| | |
* | | update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-17/+31
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-068-0/+1488
|\ \ \ | |/ / |/| / | |/ branch.
| * import of OpenSSL 0.9.8hdjm2008-09-068-0/+1488
|
* import of OpenSSL 0.9.8hdjm2008-09-062-0/+625