Eliminate gcc warning in dso_win32.c.
[openssl.git] / crypto / asn1 /
2005-07-16 Nils Larschmake
2005-05-18 Nils Larschmake the type parameter const when ID2_OF_const() is...
2005-05-17 Andy PolyakovEngage Applink for VC builds.
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-16 Nils Larschecc api cleanup; summary:
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-12 Dr. Stephen HensonSome C compilers produce warnings or compilation errors...
2005-05-11 Bodo MöllerFix more error codes.
2005-05-10 Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-05-09 Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-05-08 Nils Larschgive EC_GROUP_*_nid functions a more meaningful name
2005-04-30 Dr. Stephen HensonTypo.
2005-04-30 Dr. Stephen HensonDon't attempt to parse nested ASN1 strings by default.
2005-04-30 Dr. Stephen HensonUse more efficient way to locate end of an ASN1 structure.
2005-04-26 Dr. Stephen HensonPort from stable branch.
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-23 Nils Larschmake asn.1 field names const
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2005-04-20 Dr. Stephen HensonRename typed version of M_ASN1_get M_ASN1_get_x to...
2005-04-20 Richard Levittesigned vs. unsigned.
2005-04-20 Richard LevitteResolve signed vs. unsigned.
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-07 Nils Larschmake sure error queue is totally emptied
2005-04-05 Nils Larschsome const fixes and cleanup
2005-03-31 Ben LaurieConsistency.
2005-03-31 Ben LaurieSimplicate and add lightness.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-03-30 Ben LaurieConstification.
2005-01-27 Richard LevitteCheck for errors from EVP_VerifyInit_ex(), or EVP_Verif...
2005-01-27 Richard LevitteGet rid if the annoying warning
2004-12-12 Dr. Stephen HensonRemove duplicate lines.
2004-12-09 Dr. Stephen HensonAutomatically mark the CRL cached encoding as invalid...
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-10-04 Dr. Stephen HensonFix race condition when CRL checking is enabled.
2004-09-13 Dr. Stephen HensonChange values of MBSTRING_* to the form MBSTRING_FLAG...
2004-08-10 Dr. Stephen HensonMake ASN1_INTEGER_cmp() work as expected with negative...
2004-07-04 Dr. Stephen HensonPKCS#8 fixes from stable branch.
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-04-27 Dr. Stephen HensonMake ASN1 code work again...
2004-04-25 Dr. Stephen HensonMore ASN1 reformat/tidy.
2004-04-24 Dr. Stephen HensonReformat/tidy some of the ASN1 code.
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-03-28 Dr. Stephen HensonRemove obsolete files.
2004-03-27 Dr. Stephen HensonExtend OID config module format.
2004-03-23 Dr. Stephen HensonInitial support for certificate policy checking and...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-03-05 Dr. Stephen HensonCleanup ASN1 OID module when it exits.
2004-01-27 Richard LevitteAvoid signed vs. unsigned warnings (which are treated...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-10 Geoff ThorpeAvoid possible memory leaks in error-handling.
2003-11-10 Dr. Stephen HensonPrint out GeneralizedTime and UTCTime in ASN1_STRING_pr...
2003-10-29 Geoff ThorpeRemove a line that was causing redundant declarations.
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-09-30 Dr. Stephen HensonASN1 parse fix and release file changes.
2003-08-21 Dr. Stephen Hensonoutlen should be int * in out_utf8.
2003-05-21 Richard LevitteFix sign bugs.
2003-05-07 Dr. Stephen HensonAdd correct DN entry for serialNumber.
2003-04-10 Dr. Stephen HensonTypo.
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_BIO and...
2003-03-20 Dr. Stephen HensonNew ASN1 macros to just implement and declare the new...
2003-03-14 Dr. Stephen HensonAdd entry for domainComponent so it is treated correctly.
2003-02-25 Dr. Stephen HensonFix indefinite length encoding so EOC correctly updates
2003-02-21 Bodo MöllerECPublicKey_set_octet_string and ECPublicKey_get_octet_...
2003-02-20 Dr. Stephen HensonOoops forgot to recognise V_ASN1_GENERALSTRING.
2003-02-18 Dr. Stephen HensonTypo.
2003-02-11 Dr. Stephen HensonGeneralString support in mini-ASN1 compiler
2003-01-24 Bodo MöllerFor ecdsa-with-SHA1, as for id-dsa-with-sha1, omit...
2003-01-24 Dr. Stephen HensonCheck return value of gmtime() and add error codes
2003-01-01 Richard LevitteMake sure the last character of the ASN.1 time string...
2002-12-29 Richard Levittemake update
2002-12-06 Andy PolyakovWorkaround for GCC-ia64 compiler bug.
2002-12-04 Bodo MöllerIn ECPKParameters_print, output the private key length...
2002-12-04 Dr. Stephen HensonMake ASN1_TYPE_get() work for V_ASN1_NULL type.
2002-12-03 Dr. Stephen HensonIn asn1_d2i_read_bio, don't assume BIO_read will
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-27 Richard LevitteExtra ; removed.
2002-11-18 Richard LevitteAdd the ASN.1 structures and functions for CertificateP...
2002-11-15 Dr. Stephen HensonAdd SETWRAP modifier to ASN1 generate.
2002-11-14 Bodo Mölleruse new BIO_indent() function here as well
2002-11-13 Richard Levittefree() -> OPENSSL_free()
2002-11-13 Richard LevitteThis didn't get to the 0.9.8-dev thread...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-13 Ben LaurieFix warnings, makefile cockup.
2002-11-13 Dr. Stephen HensonOnly accept exact match for modifier or tag name
2002-11-12 Dr. Stephen HensonInitial ASN1 generation code. This can construct
2002-11-05 Dr. Stephen HensonCheck for NULL ASN1_ITEM when initializeing
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-10-20 Richard LevitteIn my extreme debug mode, gcc complains that 'static...
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-10-06 Dr. Stephen HensonVarious Win32 fixes.
2002-10-06 Dr. Stephen HensonOops, remove old comment out debugging printf...
next