summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use strdup() instead of malloc() + memcpy().miod2014-10-071-8/+3
* Fix CVE-2014-3508, pretty printing and OID validation:guenther2014-08-081-2/+7
* Fix OID encoding for single components. OpenSSL PR #2556 via OpenSSL trunk.miod2014-07-111-1/+1
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-112-7/+7
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-102-2/+7
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-102-3/+7
* tags as requested by miod and teduderaadt2014-06-127-5/+7
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-071-28/+0
* malloc() result does not need a cast.deraadt2014-06-072-7/+7
* Clean up some of the nightmare of string and pointer arithmatic inbeck2014-06-011-52/+36
* more: no need for null check before freederaadt2014-05-302-14/+7
* ok, next pass after review: when possible, put the reallocarray argumentsderaadt2014-05-291-1/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-292-2/+3
* Turn off MemCheck_on and MemCheck_off. These calls are pointless since thejsing2014-05-251-13/+3
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+2
* Update with recently added objects.jsing2014-05-011-0/+18
* Provide an EVP implementation for ChaCha.jsing2014-05-011-0/+4
* Add support for the french ANSSI FRP256v1 elliptic curve.miod2014-05-011-0/+2
* Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}.miod2014-05-011-0/+17
* 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
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-3/+3
* Shrink a local buffer to the size it really needs to be; this is the onlymiod2014-04-181-1/+1
* a little less obfuscationtedu2014-04-171-17/+2
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-174-30/+30
* 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
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-1/+1
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-42/+0
* Remove some stuff that isn't needed.beck2014-04-131-1/+1
* 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
|\
| * 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
|\|
| * 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
|\ \
| * | import OpenSSL-1.0.0adjm2010-10-013-2538/+2879