summaryrefslogtreecommitdiff
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* corrected fix to PR#2711 and also cover mime_param_cmpsteve2012-03-121-3/+4
* PR: 2742steve2012-02-291-3/+7
* Fix memory leak cause by race condition when creating public keys.steve2012-02-281-1/+10
* PR: 2736steve2012-02-271-2/+1
* free headers after use in error messagesteve2012-02-271-1/+1
* PR: 2711steve2012-02-231-0/+4
* fix warningsteve2012-01-151-1/+1
* Sanitize usage of <ctype.h> functions. It's important that charactersappro2012-01-121-3/+3
* asn1/t_x509.c: fix serial number print, harmonize with a_int.c.appro2012-01-112-4/+4
* Initial experimental support for X9.42 DH parameter format to handlesteve2011-12-071-1/+5
* update pkey method initialisation and copysteve2011-10-111-0/+8
* Fix memory leak on bad inputs.bodo2011-09-051-1/+3
* Don't use *from++ in tolower as this is implemented as a macro on somesteve2011-09-021-1/+2
* PR: 2556 (partial)steve2011-07-141-2/+2
* correctly encode OIDs near 2^32steve2011-06-221-1/+1
* no need to include memory.hsteve2011-04-301-3/+0
* Fix memory leak.steve2011-02-071-0/+2
* make updatebodo2011-02-031-1/+16
* Fix error codes.bodo2011-02-033-3/+3
* Change AR to ARX to allow exclusion of fips object modulessteve2011-01-261-1/+1
* PR: 2433steve2011-01-242-2/+2
* stop warning with no-enginesteve2011-01-131-1/+1
* Fix escaping code for string printing. If *any* escaping is enabled westeve2011-01-031-5/+12
* Support routines for ASN1 scanning function, doesn't do much yet.steve2010-12-136-4/+155
* fix signature printing routinessteve2010-10-041-0/+2
* Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),steve2010-10-031-2/+2
* Fix warnings.ben2010-06-124-8/+4
* experimental function to convert ASN1_TIME to tm, not used or even compiled i...steve2010-05-034-6/+68
* print signature parameters with CRLs toosteve2010-03-141-2/+1
* add X509_CRL_sign_ctx functionsteve2010-03-141-4/+4
* Algorithm specific ASN1 signing functions.steve2010-03-114-34/+77
* New function X509_ALGOR_set_md() to set X509_ALGOR (DigestAlgorithmIdentifier)steve2010-03-111-0/+14
* RSA PSS verification support including certificates and certificatesteve2010-03-083-19/+44
* print outermost signature algorithm parameters toosteve2010-03-071-2/+7
* The OID sanity check was incorrect. It should only disallow *leading* 0x80steve2010-03-071-3/+3
* typosteve2010-03-071-1/+1
* update ASN1 sign/verify to use EVP_DigestSign and EVP_DigestVerifysteve2010-03-072-9/+8
* fix indent, newlinesteve2010-03-061-0/+2
* Add algorithm specific signature printing. An individual ASN1 method cansteve2010-03-063-7/+33
* Make CMAC API similar to HMAC API. Add methods for CMAC.steve2010-02-081-1/+3
* Check it actually compiles this time ;-)steve2009-12-021-2/+2
* PR: 2120steve2009-12-021-0/+4
* Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatsteve2009-11-253-49/+93
* PR: 2088steve2009-11-121-3/+7
* PR: 2090steve2009-11-101-1/+9
* Fix unitialized warningssteve2009-10-041-1/+1
* PR: 2056steve2009-10-011-1/+1
* Audit libcrypto for unchecked return values: fix all cases enounteredsteve2009-09-236-29/+55
* PR: 1644steve2009-09-062-2/+2
* PR: 2013steve2009-09-022-1/+9