summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2016-06-15Constify asn1/asn_mime.cFdaSilvaYY
2016-06-15Constify some input buffers in asn1FdaSilvaYY
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-14Free memory on an error pathMatt Caswell
2016-06-11Avoid creating an illegal pointer.Kurt Roeckx
2016-06-04Constify ASN1_generate_nconfFdaSilvaYY
2016-06-04Constify ASN1_generate_v3FdaSilvaYY
2016-06-04Constify s2i_ASN1_INTEGERFdaSilvaYY
2016-06-04Check for overflows in EOC.Dr. Stephen Henson
2016-06-01Don't leak memory on ASN1_item_pack() error pathMatt Caswell
2016-06-01Don't leak memory on ASN1_GENERALIZEDTIME_adj() error pathMatt Caswell
2016-06-01Free buffer on error in a2i_ASN1_INTEGER()Matt Caswell
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY
2016-05-29Add more zallocFdaSilvaYY
2016-05-29Fix some missing initsFdaSilvaYY
2016-05-27Avoid calling memcpy with lenght of 0Kurt Roeckx
2016-05-26Add rfc822Mailbox to string table.Dr. Stephen Henson
2016-05-25Avoid creating an illegal pointerKurt Roeckx
2016-05-24Avoid creating an illegal pointerKurt Roeckx
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-18make updateRichard Levitte
2016-05-18Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-17Copyright consolidation 08/10Rich Salz
2016-05-17Copyright consolidation 06/10Rich Salz
2016-05-16Use OPENSSL_hexchar2intRich Salz
2016-05-11Update pkcs8 defaults.Dr. Stephen Henson
2016-05-09Add NULL check in i2d_PrivateKey()Richard Levitte
2016-05-05Script changed; update the generated file.Rich Salz
2016-05-04support embed in ASN.1 printDr. Stephen Henson
2016-05-04Fix double free in d2i_PrivateKey().Dr. Stephen Henson
2016-05-03Fix ASN1_INTEGER handling.Dr. Stephen Henson
2016-05-01make updateRichard Levitte
2016-05-01Adjust a last few generators to new license boilerplate and C code styleRichard Levitte
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell
2016-04-28various spelling fixesFdaSilvaYY
2016-04-23Harden ASN.1 BIO handling of large amounts of data.Dr. Stephen Henson
2016-04-21Fix some code maintenance issuesMatt Caswell
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-20Copyright consolidation: perl filesRich Salz
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-14Bugfix: in asn1parse avoid erroneous len after a sub-sequenceViktor Dukhovni
2016-04-13Remove check_defer()Dr. Stephen Henson
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell