RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called with...
[openssl.git] / crypto / stack /
2016-02-06 Dr. Stephen Hensonif no comparison function set make sk_sort no op
2015-09-15 Rich SalzRT4044: Remove .cvsignore files.
2015-05-23 Richard LevitteFix the update target and remove duplicate file updates
2015-03-17 Matt CaswellFix memset call in stack.c
2015-01-22 Matt Caswellmake update
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2014-08-28 Rich SalzRT2308: Add extern "C" { ... } wrapper
2014-07-07 Viktor DukhovniImplement sk_deep_copy.
2014-06-10 Rob StradlingSeparate the SCT List parser from the SCT List viewer
2013-10-01 Dr. Stephen HensonCMS support for key agreeement recipient info.
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-11-15 Ben LaurieAdd DTLS-SRTP.
2011-03-23 Richard Levittemake update (1.0.1-stable)
2011-03-16 Ben LaurieAdd SRP.
2011-02-03 Bodo MöllerAssorted bugfixes:
2010-12-02 Dr. Stephen HensonPR: 2386
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-05-29 Dr. Stephen HensonPR: 2278
2010-02-07 Dr. Stephen Hensonmake update
2010-01-16 Ben LaurieFix type-checking/casting issue.
2009-07-27 Dr. Stephen HensonPR: 1996
2009-07-27 Dr. Stephen HensonChange STRING to OPENSSL_STRING etc as common words...
2009-04-28 Dr. Stephen HensonPR: 1914
2009-04-21 Dr. Stephen Hensonmake update.
2009-04-01 Dr. Stephen HensonMake update fixing duplicate ASN1 error codes.
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-10-14 Ben LaurieType-safe OBJ_bsearch_ex.
2008-06-04 Dr. Stephen HensonRemove old non-safestack code.
2008-06-04 Ben LaurieMore type-checking.
2008-05-27 Dr. Stephen HensonAvoid warning about empty structures and always define...
2008-05-26 Ben LaurieLHASH revamp. make depend.
2008-05-09 Dr. Stephen HensonAdd missing cast.
2008-03-26 Dr. Stephen HensonSigned Receipt Request utility functions and option...
2008-03-12 Dr. Stephen HensonAnd so it begins...
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2007-09-07 Dr. Stephen HensonChange safestack reimplementation to match 0.9.8.
2007-07-30 Andy PolyakovMake preprocessor logic more fail-safe.
2007-07-30 Andy PolyakovAs for inline vs. __inline. The original code implies...
2007-06-23 Ben LaurieInline function declarations have to be prototypes.
2007-06-08 Dr. Stephen HensonWIN32 fixes.
2007-06-04 Dr. Stephen HensonBack out safestack.h change for now: seems to break...
2007-06-04 Dr. Stephen HensonAvoid use of function pointer casts in pem library...
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-12-06 Dr. Stephen HensonFix change to OPENSSL_NO_RFC3779
2006-11-27 Ben LaurieAdd RFC 3779 support.
2006-11-16 Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2006-09-17 Dr. Stephen HensonOverhaul of by_dir code to handle dynamic loading of...
2006-02-12 Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Bodo Möllermake update
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-14 Dr. Stephen Hensonopenssl_fcast should always be defined, not just with...
2005-05-12 Dr. Stephen HensonSome C compilers produce warnings or compilation errors...
2005-04-20 Richard LevitteMake sure id2_func is properly cast as well...
2005-04-20 Richard LevitteAvoid compiler complaint about mismatched function...
2005-04-20 Richard LevitteType mismatch detected by DEC C compiler. void* !...
2005-04-19 Dr. Stephen HensonVarious Win32 and other fixes for warnings and compilat...
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
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-10-04 Dr. Stephen HensonOops!
2004-10-04 Dr. Stephen HensonFix race condition when CRL checking is enabled.
2004-09-06 Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-04-21 Geoff ThorpeExtend the index parameter checking from sk_value to...
2004-04-02 Geoff ThorpeAvoid undefined results when the parameter is out of...
2004-03-25 Dr. Stephen HensonFix ASN1 warnings.
2004-03-23 Dr. Stephen HensonInitial support for certificate policy checking and...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-05-01 Richard Levittemake update
2003-04-29 Richard Levittemake update
2003-04-29 Richard LevitteInclude objects.h to get a correct declaration of OBJ_b...
2003-04-29 Richard LevitteAdd an extended variant of sk_find() which returns...
2003-03-24 Dr. Stephen HensonSupport for name constraints.
2003-03-20 Dr. Stephen HensonSupport for policyMappings
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-03-12 Dr. Stephen HensonFix various warnings when compiling with KRB5 code.
2002-01-05 Dr. Stephen HensonExperimental configuration code.
2001-10-01 Geoff ThorpeThe cleanup stack in ENGINE changed slightly, so this...
2001-09-25 Geoff ThorpeThis commits the changes to STACK macros forced by...
2001-08-18 Ben LaurieAdd first cut symmetric crypto support.
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-10 Richard Levittemake update
2001-05-31 Geoff ThorpeFix a memory leak in 'sk_dup' in the case a realloc...
2001-05-06 Richard LevitteAdd a general user interface API. This is designed...
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-01-28 Dr. Stephen HensonMake sk_sort tolearate a NULL argument.
2001-01-19 Dr. Stephen HensonAdditional functionality in ocsp utility: print summary
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-10-27 Richard LevitteThe majority of the OCSP code from CertCo.
next