summaryrefslogtreecommitdiff
path: root/lib/libcrypto/objects
AgeCommit message (Expand)Author
2016-11-05Add objects for X25519, X448, Ed25519 and Ed448.Joel Sing
2016-07-17remove unused OPENSSL_NO_OBJECT caseBrent Cook
2015-10-14better fix for overrun reported by Qualys Security.Ted Unangst
2015-10-14Bail out early if we have no buf_lenBob Beck
2015-10-14fix a memory leak reported by Qualys Security.Ted Unangst
2015-10-14Ensure we don't write a 0 byte past end of the buffer in the error case.Bob Beck
2015-07-18Coverity ID 78910 - Yet another stupid API designed to not show failures. do theBob Beck
2015-02-10Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastJoel Sing
2014-11-09GOST crypto algorithms (well, most of them), ported from the removed GOSTMiod Vallat
2014-10-28Check the result of sk_*_push() operations for failure.Miod Vallat
2014-10-07Use strdup() instead of malloc() + memcpy().Miod Vallat
2014-08-08Fix CVE-2014-3508, pretty printing and OID validation:Philip Guenther
2014-07-11Fix OID encoding for single components. OpenSSL PR #2556 via OpenSSL trunk.Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07Remove various test stubs. The good ones have been moved by jsingTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-06-01Clean up some of the nightmare of string and pointer arithmatic inBob Beck
2014-05-30more: no need for null check before freeTheo de Raadt
2014-05-29ok, next pass after review: when possible, put the reallocarray argumentsTheo de Raadt
2014-05-29convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53Theo de Raadt
2014-05-25Turn off MemCheck_on and MemCheck_off. These calls are pointless since theJoel Sing
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byJoel Sing
2014-05-01Update with recently added objects.Joel Sing
2014-05-01Provide an EVP implementation for ChaCha.Joel Sing
2014-05-01Add support for the french ANSSI FRP256v1 elliptic curve.Miod Vallat
2014-05-01Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}.Miod Vallat
2014-04-20Restore beck's rev 1.21: snprintf() was reviewedPhilip Guenther
2014-04-19KNF.Joel Sing
2014-04-19KNF.Joel Sing
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatPhilip Guenther
2014-04-19use intrinsic strlcpy and strlcat everywhere so we only have one set ofBob Beck
2014-04-18Shrink a local buffer to the size it really needs to be; this is the onlyMiod Vallat
2014-04-17a little less obfuscationTed Unangst
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-15we don't use these files for buildingTed Unangst
2014-04-15Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternityBob Beck
2014-04-15Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsBob Beck
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2014-04-13Remove some stuff that isn't needed.Bob Beck
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2012-10-13resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-01-09resolve conflictsDamien Miller
2009-01-05update to openssl-0.9.8i; tested by several, especially krw@Damien Miller
2008-09-06resolve conflictsDamien Miller
2006-06-27resolve conflictsDamien Miller