aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1
AgeCommit message (Expand)AuthorFilesLines
2012-04-19Check for potentially exploitable overflows in asn1_d2i_read_bioDr. Stephen Henson1-14/+40
2012-03-29ans1/tasn_prn.c: avoid bool in variable names.Andy Polyakov1-6/+6
2012-03-12corrected fix to PR#2711 and also cover mime_param_cmpDr. Stephen Henson1-3/+4
2012-02-29PR: 2742Dr. Stephen Henson1-3/+7
2012-02-28Fix memory leak cause by race condition when creating public keys.Dr. Stephen Henson1-1/+10
2012-02-27PR: 2736Dr. Stephen Henson1-2/+1
2012-02-27free headers after use in error messageDr. Stephen Henson1-1/+1
2012-02-23PR: 2711Dr. Stephen Henson1-0/+4
2012-01-15fix warningDr. Stephen Henson1-1/+1
2012-01-12Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov1-3/+3
2012-01-11asn1/t_x509.c: fix serial number print, harmonize with a_int.c.Andy Polyakov2-4/+4
2011-12-07Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson1-1/+5
2011-10-11update pkey method initialisation and copyDr. Stephen Henson1-0/+8
2011-09-05Fix memory leak on bad inputs.Bodo Möller1-1/+3
2011-09-02Don't use *from++ in tolower as this is implemented as a macro on someDr. Stephen Henson1-1/+2
2011-07-14PR: 2556 (partial)Dr. Stephen Henson1-2/+2
2011-06-22correctly encode OIDs near 2^32Dr. Stephen Henson1-1/+1
2011-04-30no need to include memory.hDr. Stephen Henson1-3/+0
2011-02-07Fix memory leak.Dr. Stephen Henson1-0/+2
2011-02-03make updateBodo Möller1-1/+16
2011-02-03Fix error codes.Bodo Möller3-3/+3
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson1-1/+1
2011-01-24PR: 2433Dr. Stephen Henson2-2/+2
2011-01-13stop warning with no-engineDr. Stephen Henson1-1/+1
2011-01-03Fix escaping code for string printing. If *any* escaping is enabled weDr. Stephen Henson1-5/+12
2010-12-13Support routines for ASN1 scanning function, doesn't do much yet.Dr. Stephen Henson6-4/+155
2010-10-04fix signature printing routinesDr. Stephen Henson1-0/+2
2010-10-03Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),Dr. Stephen Henson1-2/+2
2010-06-12Fix warnings.Ben Laurie4-8/+4
2010-05-03experimental function to convert ASN1_TIME to tm, not used or even compiled i...Dr. Stephen Henson4-6/+68
2010-03-14print signature parameters with CRLs tooDr. Stephen Henson1-2/+1
2010-03-14add X509_CRL_sign_ctx functionDr. Stephen Henson1-4/+4
2010-03-11Algorithm specific ASN1 signing functions.Dr. Stephen Henson4-34/+77
2010-03-11New function X509_ALGOR_set_md() to set X509_ALGOR (DigestAlgorithmIdentifier)Dr. Stephen Henson1-0/+14
2010-03-08RSA PSS verification support including certificates and certificateDr. Stephen Henson3-19/+44
2010-03-07print outermost signature algorithm parameters tooDr. Stephen Henson1-2/+7
2010-03-07The OID sanity check was incorrect. It should only disallow *leading* 0x80Dr. Stephen Henson1-3/+3
2010-03-07typoDr. Stephen Henson1-1/+1
2010-03-07update ASN1 sign/verify to use EVP_DigestSign and EVP_DigestVerifyDr. Stephen Henson2-9/+8
2010-03-06fix indent, newlineDr. Stephen Henson1-0/+2
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson3-7/+33
2010-02-08Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson1-1/+3
2009-12-02Check it actually compiles this time ;-)Dr. Stephen Henson1-2/+2
2009-12-02PR: 2120Dr. Stephen Henson1-0/+4
2009-11-25Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatDr. Stephen Henson3-49/+93
2009-11-12PR: 2088Dr. Stephen Henson1-3/+7
2009-11-10PR: 2090Dr. Stephen Henson1-1/+9
2009-10-04Fix unitialized warningsDr. Stephen Henson1-1/+1
2009-10-01PR: 2056Dr. Stephen Henson1-1/+1
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson6-29/+55