summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2016-06-23Fix ASN1_STRING_to_UTF8 could not convert NumericStringMatt Caswell
2016-06-15Change (!seqtt) to (seqtt == NULL)Richard Levitte
2016-06-15Always check that the value returned by asn1_do_adb() is non-NULLRichard Levitte
2016-06-14Fix omitted selector handling.Dr. Stephen Henson
2016-06-03Fix build with no-cmacDirk Feytons
2016-05-31Fix some missing initsFdaSilvaYY
2016-05-20Revert "make update"Richard Levitte
2016-05-20Revert "Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()"Richard Levitte
2016-05-18Refresh seldom used C generating scripts to current C standardRichard Levitte
2016-05-18make updateRichard Levitte
2016-05-18Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte
2016-05-14RT3513: req doesn't display attributes using utf8stringisnotnick
2016-05-11Fix i2d_X509_AUX and update docsViktor Dukhovni
2016-05-09Add NULL check in i2d_PrivateKey()Richard Levitte
2016-05-04Fix name length limit check.Dr. Stephen Henson
2016-05-04Fix double free in d2i_PrivateKey().Dr. Stephen Henson
2016-05-03Fix ASN1_INTEGER handling.Dr. Stephen Henson
2016-05-02Fix i2d_X509_AUX: pp can be NULL.Dr. Stephen Henson
2016-04-29Don't free ret->data if malloc fails.Dr. Stephen Henson
2016-04-29Add size limit to X509_NAME structure.Dr. Stephen Henson
2016-04-26Ensure we check i2d_X509 return valMatt Caswell
2016-04-25Fix a signed/unsigned warningMatt Caswell
2016-04-23Fix buffer overrun in ASN1_parse().Viktor Dukhovni
2016-04-23Harden ASN.1 BIO handling of large amounts of data.Dr. Stephen Henson
2016-03-07Don't shift serial number into sign bitDr. Stephen Henson
2016-02-28Fix invalid freeKurt Roeckx
2016-02-27Fix possible memory leak on BUF_MEM_grow_clean failureFdaSilvaYY
2015-12-03Fix leak with ASN.1 combine.Dr. Stephen Henson
2015-11-24Fix uninitialised p error.Dr. Stephen Henson
2015-11-24Limit depth of ASN1 parse printing.Dr. Stephen Henson
2015-10-03Fix more d2i cases to properly update the input pointerKurt Roeckx
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-09-15d2i: don't update input pointer on failureKurt Roeckx
2015-08-31check bn_new return valuemrpre
2015-08-28GH354: Memory leak fixesAlessandro Ghedini
2015-06-03Add funtions to set item_sign and item_verifySergey Agievich
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-04-18Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-16Limit depth of nested sequences when generating ASN.1Dr. Stephen Henson
2015-04-16Reject empty generation strings.Dr. Stephen Henson
2015-04-10Don't set *pval to NULL in ASN1_item_ex_new.Dr. Stephen Henson
2015-03-25Fix RAND_(pseudo_)?_bytes returnsMatt Caswell
2015-03-19Fix a failure to NULL a pointer freed on error.Matt Caswell
2015-03-19Fix ASN1_TYPE_cmpDr. Stephen Henson
2015-03-19Free up ADB and CHOICE if already initialised.Dr. Stephen Henson
2015-03-15Fix regression in ASN1_UTCTIME_cmp_time_tCarl Jackson
2015-03-12ASN.1 print fix.Dr. Stephen Henson
2015-03-12Fix asn1_item_print_ctxMatt Caswell
2015-03-12ASN1_primitive_new NULL param handlingMatt Caswell