aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
...
* PR: 2813Dr. Stephen Henson2012-05-111-1/+4
* Check for potentially exploitable overflows in asn1_d2i_read_bioDr. Stephen Henson2012-04-191-14/+40
* ans1/tasn_prn.c: avoid bool in variable names.Andy Polyakov2012-03-291-6/+6
* corrected fix to PR#2711 and also cover mime_param_cmpDr. Stephen Henson2012-03-121-3/+4
* PR: 2742Dr. Stephen Henson2012-02-291-3/+7
* Fix memory leak cause by race condition when creating public keys.Dr. Stephen Henson2012-02-281-1/+10
* PR: 2736Dr. Stephen Henson2012-02-271-2/+1
* free headers after use in error messageDr. Stephen Henson2012-02-271-1/+1
* PR: 2711Dr. Stephen Henson2012-02-231-0/+4
* fix warningDr. Stephen Henson2012-01-151-1/+1
* Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov2012-01-121-3/+3
* asn1/t_x509.c: fix serial number print, harmonize with a_int.c.Andy Polyakov2012-01-112-4/+4
* Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson2011-12-071-1/+5
* update pkey method initialisation and copyDr. Stephen Henson2011-10-111-0/+8
* Fix memory leak on bad inputs.Bodo Möller2011-09-051-1/+3
* Don't use *from++ in tolower as this is implemented as a macro on someDr. Stephen Henson2011-09-021-1/+2
* PR: 2556 (partial)Dr. Stephen Henson2011-07-141-2/+2
* correctly encode OIDs near 2^32Dr. Stephen Henson2011-06-221-1/+1
* no need to include memory.hDr. Stephen Henson2011-04-301-3/+0
* Fix memory leak.Dr. Stephen Henson2011-02-071-0/+2
* make updateBodo Möller2011-02-031-1/+16
* Fix error codes.Bodo Möller2011-02-033-3/+3
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
* PR: 2433Dr. Stephen Henson2011-01-242-2/+2
* stop warning with no-engineDr. Stephen Henson2011-01-131-1/+1
* Fix escaping code for string printing. If *any* escaping is enabled weDr. Stephen Henson2011-01-031-5/+12
* Support routines for ASN1 scanning function, doesn't do much yet.Dr. Stephen Henson2010-12-136-4/+155
* fix signature printing routinesDr. Stephen Henson2010-10-041-0/+2
* Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),Dr. Stephen Henson2010-10-031-2/+2
* Fix warnings.Ben Laurie2010-06-124-8/+4
* experimental function to convert ASN1_TIME to tm, not used or even compiled i...Dr. Stephen Henson2010-05-034-6/+68
* print signature parameters with CRLs tooDr. Stephen Henson2010-03-141-2/+1
* add X509_CRL_sign_ctx functionDr. Stephen Henson2010-03-141-4/+4
* Algorithm specific ASN1 signing functions.Dr. Stephen Henson2010-03-114-34/+77
* New function X509_ALGOR_set_md() to set X509_ALGOR (DigestAlgorithmIdentifier)Dr. Stephen Henson2010-03-111-0/+14
* RSA PSS verification support including certificates and certificateDr. Stephen Henson2010-03-083-19/+44
* print outermost signature algorithm parameters tooDr. Stephen Henson2010-03-071-2/+7
* The OID sanity check was incorrect. It should only disallow *leading* 0x80Dr. Stephen Henson2010-03-071-3/+3
* typoDr. Stephen Henson2010-03-071-1/+1
* update ASN1 sign/verify to use EVP_DigestSign and EVP_DigestVerifyDr. Stephen Henson2010-03-072-9/+8
* fix indent, newlineDr. Stephen Henson2010-03-061-0/+2
* Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson2010-03-063-7/+33
* Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson2010-02-081-1/+3
* Check it actually compiles this time ;-)Dr. Stephen Henson2009-12-021-2/+2
* PR: 2120Dr. Stephen Henson2009-12-021-0/+4
* Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatDr. Stephen Henson2009-11-253-49/+93
* PR: 2088Dr. Stephen Henson2009-11-121-3/+7
* PR: 2090Dr. Stephen Henson2009-11-101-1/+9
* Fix unitialized warningsDr. Stephen Henson2009-10-041-1/+1
* PR: 2056Dr. Stephen Henson2009-10-011-1/+1