summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Restore beck's rev 1.21: snprintf() was reviewedguenther2014-04-201-1/+1
|
* KNF.jsing2014-04-196-813/+814
|
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-1/+1
| | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-3/+3
| | | | | | funcitons to check for incorrect use. keep BUF_strlcpy and BUF_strlcat for API comptibility only. ok tedu@
* Shrink a local buffer to the size it really needs to be; this is the onlymiod2014-04-181-1/+1
| | | | | | discrepancy found while checking proper {HEX,DECIMAL}_SIZE macro usage, which is confusing enough. tweaks and ok jca@, ok guenther@
* a little less obfuscationtedu2014-04-171-17/+2
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-174-30/+30
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* we don't use these files for buildingtedu2014-04-151-88/+0
|
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-16/+0
| | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit.
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-1/+1
| | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-42/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* Remove some stuff that isn't needed.beck2014-04-131-1/+1
| | | | ok miod@ deraadt@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-1/+1
|
* resolve conflictsdjm2012-10-132-4/+64
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-133-3/+12
|\ | | | | branch.
| * import OpenSSL-1.0.1cdjm2012-10-135-7/+76
| |
* | resolve conflicts, fix local changesdjm2010-10-0110-261/+324
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-014-0/+455
|\| | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-0113-138/+779
| |
| * import openssl-0.9.8jdjm2009-01-093-2/+178
| |
| * import of OpenSSL 0.9.8hdjm2008-09-068-90/+493
| |
| * import of openssl-0.9.7jdjm2006-06-273-19/+45
| |
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-296-7/+58
| |
| * import openssl-0.9.7dmarkus2004-04-072-2/+6
| |
| * import 0.9.7b (without idea and rc5)markus2003-05-113-5/+10
| |
| * import openssl-0.9.7-stable-SNAP-20020911 (without idea)markus2002-09-121-1/+1
| |
| * import openssl-0.9.7-beta3markus2002-09-053-1/+287
| |
| * import openssl-0.9.7-beta1markus2002-09-059-416/+1828
| |
| * This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2002-05-154-0/+903
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-5/+16
|\ \ | | | | | | branch.
| * | import OpenSSL-1.0.0adjm2010-10-013-2538/+2879
| | |
* | | resolve conflictsdjm2009-01-093-1/+8
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-1/+1
|\| | | | | | | | branch.
| * | import openssl-0.9.8jdjm2009-01-093-6/+724
| | |
* | | update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-052-1/+170
| | |
* | | resolve conflictsdjm2008-09-068-90/+493
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-27/+24
|\| | | | | | | | branch.
| * | import of OpenSSL 0.9.8hdjm2008-09-063-1163/+2253
| | |
* | | resolve conflictsdjm2006-06-273-19/+45
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-1/+1
|\| | | | | | | | branch.
| * | import of openssl-0.9.7jdjm2006-06-273-35/+131
| | |
* | | resolve conflictsdjm2005-04-296-7/+58
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+122
|\| | | | | | | | branch.
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-293-5/+268
| | |
| * | import 0.9.7b (without idea and rc5)markus2003-05-112-8/+33
| | |
| * | import openssl-0.9.7-beta3markus2002-09-052-5/+1343
| | |
| * | import openssl-0.9.7-beta1markus2002-09-052-272/+2967
| | |
| * | This commit was manufactured by cvs2git to create branch 'openssl'.cvs2svn2002-05-151-0/+1798
| | |
* | | merge 0.9.7dmarkus2004-04-081-2/+2
| | |
* | | merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-124-6/+11
| | |