Set error code, no fprintf stderr, on errors.
[openssl.git] / crypto / err /
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-04-28 Rich Salzrealloc of NULL is like malloc
2015-04-28 Rich Salzremove malloc casts
2015-04-28 Rich SalzERR_ cleanup
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2014-12-18 Matt CaswellChange all instances of OPENSSL_NO_DEPRECATED to OPENSS...
2014-12-08 Dr. Stephen HensonRemove FIPS error library from openssl.ec mkerr.pl
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-11-28 Rich SalzRemove all .cvsignore files
2014-10-15 Bodo MoellerFix SSL_R naming inconsistency.
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-01-20 Dr. Stephen HensonDon't include comp.h if no-comp set.
2012-12-30 Dr. Stephen Hensonmake no-comp compile
2012-07-19 Dr. Stephen Hensonadd ssl_locl.h to err header files, rebuild ssl error...
2011-09-05 Bodo Möllermake update
2011-06-06 Dr. Stephen HensonMove function prototype to fips.h
2011-04-06 Dr. Stephen HensonAdd missing error code strings.
2011-03-24 Richard Levittemake update
2011-03-12 Ben LaurieAdd SRP support.
2011-03-08 Dr. Stephen HensonAdd meaningful error codes to DRBG.
2011-02-21 Dr. Stephen HensonUpdate dependencies.
2011-02-03 Dr. Stephen HensonTransfer error redirection to fips.h, add OPENSSL_FIPSA...
2011-02-03 Dr. Stephen HensonInclude fips header file in err_all.c if needed.
2011-02-03 Dr. Stephen HensonAdd FIPS error codes.
2011-01-31 Dr. Stephen HensonProvisional, experimental support for DSA2 parameter...
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2011-01-26 Dr. Stephen HensonFIPS mode ERR changes. Redirect errors to tiny FIPS...
2011-01-14 Dr. Stephen Hensonadd va_list version of ERR_add_error_data
2010-05-15 Dr. Stephen HensonPR: 2253
2009-08-09 Dr. Stephen HensonAdd COMP error strings.
2008-12-02 Bodo MöllerImplement Configure option pattern "experimental-foo"
2008-11-24 Dr. Stephen HensonUpdate from stable-branch.
2008-11-12 Dr. Stephen HensonUpdate from stable branch.
2008-10-26 Ben LaurieAdd JPAKE.
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-16 Dr. Stephen HensonUpdate from stable branch.
2008-05-31 Dr. Stephen HensonStop warning about extra ';' outside of function.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2008-04-06 Dr. Stephen HensonFix typo and add header files to err library.
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-03-22 Dr. Stephen HensonUpdate dependencies.
2008-03-12 Dr. Stephen HensonAnd so it begins...
2007-04-11 Dr. Stephen HensonExperimental HMAC support via EVP_PKEY_METHOD.
2006-12-07 Dr. Stephen HensonUpdate from 0.9.7-stable branch.
2006-06-23 Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2006-06-14 Bodo MöllerThread-safety fixes
2006-02-12 Ulf Möllermake update
2006-02-12 Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2006-01-29 Nils Larschadd additional checks + cleanup
2006-01-08 Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2005-05-17 Andy PolyakovMove cryptlib.h prior bio.h. Actually it makes sense...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-04-12 Dr. Stephen HensonInclude error library value in C error source files...
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-05 Nils Larschsome const fixes and cleanup
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-07-27 Dr. Stephen HensonOops, wrong version...
2004-07-27 Dr. Stephen HensonAdd FIPS library name to error routines.
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff ThorpeReduce header interdependencies, initially in engine...
2004-01-24 Richard LevitteWe're passed p, so let's use p instead of making assump...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-09-27 Richard LevitteAdd reference counting around the thread state hash...
2003-06-11 Richard LevitteRemove unused variable
2003-06-11 Richard LevitteAdd functionality to set marks on the error stack and...
2003-05-01 Richard Levittemake update
2003-05-01 Richard LevitteDefine a STORE type. For documentation, read the entry...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_FP_API.
2003-02-18 Richard LevitteMake the no-err option work properly
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-15 Bodo Möllerupdate error library for EC... changes
2002-12-29 Richard Levittemake update
2002-10-14 Richard Levittemakedepend complains when a header file is included...
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-08-09 Bodo Möllermake update
2002-08-09 Bodo MöllerAdd ECDH support.
2002-08-02 Bodo MöllerNew error code ERR_R_DISABLED
2002-07-30 Lutz Jänicke"make update"
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-11 Ben LaurieHandle read errors.
next