fix warning
[openssl.git] / crypto / asn1 /
2012-01-15 Dr. Stephen Hensonfix warning
2012-01-12 Andy PolyakovSanitize usage of <ctype.h> functions. It's important...
2012-01-11 Andy Polyakovasn1/t_x509.c: fix serial number print, harmonize with...
2011-12-07 Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2011-10-11 Dr. Stephen Hensonupdate pkey method initialisation and copy
2011-09-05 Bodo MöllerFix memory leak on bad inputs.
2011-09-02 Dr. Stephen HensonDon't use *from++ in tolower as this is implemented...
2011-07-14 Dr. Stephen HensonPR: 2556 (partial)
2011-06-22 Dr. Stephen Hensoncorrectly encode OIDs near 2^32
2011-04-30 Dr. Stephen Hensonno need to include memory.h
2011-02-07 Dr. Stephen HensonFix memory leak.
2011-02-03 Bodo Möllermake update
2011-02-03 Bodo MöllerFix error codes.
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2011-01-24 Dr. Stephen HensonPR: 2433
2011-01-13 Dr. Stephen Hensonstop warning with no-engine
2011-01-03 Dr. Stephen HensonFix escaping code for string printing. If *any* escapin...
2010-12-13 Dr. Stephen HensonSupport routines for ASN1 scanning function, doesn...
2010-10-04 Dr. Stephen Hensonfix signature printing routines
2010-10-03 Dr. Stephen HensonAdd call to ENGINE_register_all_complete() to ENGINE_lo...
2010-06-12 Ben LaurieFix warnings.
2010-05-03 Dr. Stephen Hensonexperimental function to convert ASN1_TIME to tm, not...
2010-03-14 Dr. Stephen Hensonprint signature parameters with CRLs too
2010-03-14 Dr. Stephen Hensonadd X509_CRL_sign_ctx function
2010-03-11 Dr. Stephen HensonAlgorithm specific ASN1 signing functions.
2010-03-11 Dr. Stephen HensonNew function X509_ALGOR_set_md() to set X509_ALGOR...
2010-03-08 Dr. Stephen HensonRSA PSS verification support including certificates...
2010-03-07 Dr. Stephen Hensonprint outermost signature algorithm parameters too
2010-03-07 Dr. Stephen HensonThe OID sanity check was incorrect. It should only...
2010-03-07 Dr. Stephen Hensontypo
2010-03-07 Dr. Stephen Hensonupdate ASN1 sign/verify to use EVP_DigestSign and EVP_D...
2010-03-06 Dr. Stephen Hensonfix indent, newline
2010-03-06 Dr. Stephen HensonAdd algorithm specific signature printing. An individua...
2010-02-08 Dr. Stephen HensonMake CMAC API similar to HMAC API. Add methods for...
2009-12-02 Dr. Stephen HensonCheck it actually compiles this time ;-)
2009-12-02 Dr. Stephen HensonPR: 2120
2009-11-25 Dr. Stephen HensonSplit PBES2 into cipher and PBKDF2 versions. This tidie...
2009-11-12 Dr. Stephen HensonPR: 2088
2009-11-10 Dr. Stephen HensonPR: 2090
2009-10-04 Dr. Stephen HensonFix unitialized warnings
2009-10-01 Dr. Stephen HensonPR: 2056
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2009-09-06 Dr. Stephen HensonPR: 1644
2009-09-02 Dr. Stephen HensonPR: 2013
2009-08-10 Dr. Stephen HensonPR: 2004
2009-08-06 Dr. Stephen HensonReject leading 0x80 in OID subidentifiers.
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-07-11 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-06 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-04-03 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-03-25 Dr. Stephen HensonUpdate from stable branch.
2009-03-25 Dr. Stephen HensonUpdate from stable branch.
2009-03-25 Dr. Stephen HensonUpdate from stable branch.
2009-03-14 Dr. Stephen HensonUpdate from stable branch.
2009-03-09 Dr. Stephen HensonPR: 1854
2009-02-14 Dr. Stephen HensonPR: 1835
2009-02-10 Dr. Stephen HensonSubmitted by: Peter Sylvester <Peter.Sylvester@edelweb.fr>
2009-01-28 Dr. Stephen HensonPrint out UTF8 and NumericString types in ASN1 parsing...
2009-01-28 Dr. Stephen HensonUpdate from stable branch.
2009-01-28 Dr. Stephen HensonTypo: just copy across an unknown type.
2009-01-01 Ben LaurieCalculate offset correctly. (Coverity ID 233)
2008-12-26 Ben Laurie!a && !a->b is clearly wrong! Changed to !a || !a-...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-11-05 Dr. Stephen HensonDon't use clobbered 'i' for checking UTCTime and Genera...
2008-11-01 Ben LaurieMore size_tification.
2008-11-01 Ben Lauriesize_tification.
2008-10-22 Dr. Stephen HensonCreate function of the form OBJ_bsearch_xxx() in bsearc...
2008-10-20 Dr. Stephen HensonFix a shed load or warnings:
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-10-07 Dr. Stephen HensonExperimental new date handling routines. These fix...
2008-09-01 Dr. Stephen HensonInitial support for delta CRLs. If "use deltas" flag...
2008-08-29 Dr. Stephen HensonAdd support for CRLs partitioned by reason code.
2008-08-20 Dr. Stephen HensonInitial indirect CRL support.
2008-08-08 Dr. Stephen HensonInitial support for name constraints certificate extension.
2008-08-05 Dr. Stephen HensonCorrectly handle errors in CMS I/O code.
2008-08-04 Dr. Stephen HensonAdd support for nameRelativeToCRLIssuer field in distri...
2008-07-16 Bodo MöllerMake sure not to read beyond end of buffer
2008-07-04 Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-06-06 Dr. Stephen HensonFix memory leak. The canonical X509_NAME_ENTRY STACK...
2008-06-04 Ben LaurieMore type-checking.
2008-03-31 Dr. Stephen HensonFix it properly this time....
2008-03-31 Dr. Stephen HensonFix macro.
2008-03-31 Dr. Stephen HensonUse correct headers for signed receipts. Use consistent...
2008-03-23 Dr. Stephen HensonFix duplicate asn1 ctrl values.
2008-03-22 Dr. Stephen HensonUpdate dependencies.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2008-03-16 Dr. Stephen HensonFix some warnings.
2008-03-14 Dr. Stephen HensonOnly call free once in CHOICE type.
2008-03-12 Dr. Stephen HensonAnd so it begins...
2008-02-28 Dr. Stephen HensonAvoid warnings.
2008-02-28 Dr. Stephen HensonFix typo and avoid warning.
2008-02-11 Dr. Stephen HensonExtend attribute setting routines to support non-string...
2008-02-08 Dr. Stephen HensonSupport custom primitive type printing routines and...
2007-12-29 Andy PolyakovSource readability fix, which incidentally works around...
2007-11-21 Dr. Stephen HensonLookup public key ASN1 methods by string by iterating...
2007-11-20 Dr. Stephen HensonSubmitted by: "Victor B. Wagner" <vitus@cryptocom.ru>
2007-10-13 Andy PolyakovBunch of constifications.
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2007-09-18 Andy PolyakovAddenum to "Constify obj_dat.[ch]."
next