Double free in i2o_ECPublicKey
[openssl.git] / crypto / asn1 /
2014-04-01 Dr. Stephen HensonDon't try and verify signatures if key is NULL (CVE...
2014-03-28 Dr. Stephen HensonAdd functions returning security bits.
2014-02-19 Dr. Stephen Hensonmake depend
2014-02-19 Dr. Stephen HensonRemove references to o_time.h
2014-02-14 Scott SchaeferFix various spelling errors
2014-02-13 Dr. Stephen HensonAdd suppot for ASCII with CRLF canonicalisation.
2013-11-11 Dr. Stephen HensonSupport setting of "no purpose" for trust.
2013-09-20 Ben LaurieMerge remote-tracking branch 'trevp/pemfix' into trev...
2013-09-20 Ben LaurieMore diagnostics for invalid OIDs.
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-08-05 Dr. Stephen HensonAdd KDF for DH.
2013-03-18 Dr. Stephen HensonEncode INTEGER correctly.
2013-02-21 Ben Lauriemake depend.
2013-01-19 Ben LaurieMerge branch 'master' of openssl.net:openssl
2013-01-19 Ben LaurieMerge branch 'master' of openssl.net:openssl
2013-01-19 Ben LaurieMake "make depend" work on MacOS out of the box.
2012-12-04 Dr. Stephen Hensoninitial support for delta CRL generations by diffing...
2012-11-21 Dr. Stephen HensonReorganise parameters for OPENSSL_gmtime_diff.
2012-11-20 Dr. Stephen Hensonfirst parameter is difference in days, not years
2012-11-19 Dr. Stephen Hensonmake depend
2012-11-19 Dr. Stephen Hensonnew function ASN1_TIME_diff to calculate difference...
2012-11-19 Dr. Stephen Hensonmake depend
2012-10-24 Dr. Stephen Hensonoops, add missing asn_mstbl.c
2012-10-22 Dr. Stephen HensonNew config module for string tables. This can be used...
2012-10-19 Dr. Stephen Hensonfix ASN1_STRING_TABLE_add so it can override existing...
2012-09-24 Bodo MöllerFix Valgrind warning.
2012-06-13 Dr. Stephen HensonNew functions to retrieve certificate signatures and...
2012-06-12 Dr. Stephen Hensonprint out issuer and subject unique identifier fields...
2012-05-11 Dr. Stephen HensonPR: 2813
2012-04-19 Dr. Stephen HensonCheck for potentially exploitable overflows in asn1_d2i...
2012-03-29 Andy Polyakovans1/tasn_prn.c: avoid bool in variable names.
2012-03-12 Dr. Stephen Hensoncorrected fix to PR#2711 and also cover mime_param_cmp
2012-02-29 Dr. Stephen HensonPR: 2742
2012-02-28 Dr. Stephen HensonFix memory leak cause by race condition when creating...
2012-02-27 Dr. Stephen HensonPR: 2736
2012-02-27 Dr. Stephen Hensonfree headers after use in error message
2012-02-23 Dr. Stephen HensonPR: 2711
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...
next