aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1
AgeCommit message (Expand)AuthorFilesLines
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY1-1/+1
2016-06-24Avoid signed overflowKurt Roeckx1-1/+1
2016-06-23Fix ASN1_STRING_to_UTF8 could not convert NumericStringMatt Caswell1-1/+1
2016-06-23Rework error handling from asn1_do_lock method.FdaSilvaYY3-12/+18
2016-06-22Spelling... and more spellingFdaSilvaYY2-2/+2
2016-06-21Avoid creating an illegal pointer.Kurt Roeckx1-6/+6
2016-06-16Fix build break.Rich Salz1-2/+8
2016-06-15Constify asn1/asn_mime.cFdaSilvaYY1-16/+16
2016-06-15Constify some input buffers in asn1FdaSilvaYY3-7/+8
2016-06-15Change (!seqtt) to (seqtt == NULL)Richard Levitte1-3/+3
2016-06-15Always check that the value returned by asn1_do_adb() is non-NULLRichard Levitte1-0/+2
2016-06-14Fix omitted selector handling.Dr. Stephen Henson1-1/+1
2016-06-14Free memory on an error pathMatt Caswell1-0/+3
2016-06-11Avoid creating an illegal pointer.Kurt Roeckx1-2/+1
2016-06-04Constify ASN1_generate_nconfFdaSilvaYY1-1/+1
2016-06-04Constify ASN1_generate_v3FdaSilvaYY1-3/+3
2016-06-04Constify s2i_ASN1_INTEGERFdaSilvaYY1-2/+2
2016-06-04Check for overflows in EOC.Dr. Stephen Henson2-8/+15
2016-06-01Don't leak memory on ASN1_item_pack() error pathMatt Caswell1-7/+14
2016-06-01Don't leak memory on ASN1_GENERALIZEDTIME_adj() error pathMatt Caswell1-14/+21
2016-06-01Free buffer on error in a2i_ASN1_INTEGER()Matt Caswell1-0/+1
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY1-1/+4
2016-05-29Add more zallocFdaSilvaYY4-27/+7
2016-05-29Fix some missing initsFdaSilvaYY4-2/+15
2016-05-27Avoid calling memcpy with lenght of 0Kurt Roeckx1-3/+4
2016-05-26Add rfc822Mailbox to string table.Dr. Stephen Henson1-0/+6
2016-05-25Avoid creating an illegal pointerKurt Roeckx1-4/+4
2016-05-24Avoid creating an illegal pointerKurt Roeckx1-2/+4
2016-05-23Remove unused error/function codes.Rich Salz1-63/+1
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz1-1/+1
2016-05-18make updateRichard Levitte1-4/+4
2016-05-18Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte2-9/+23
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 09/10Rich Salz13-695/+71
2016-05-17Copyright consolidation 08/10Rich Salz50-2641/+271
2016-05-17Copyright consolidation 06/10Rich Salz1-54/+6
2016-05-16Use OPENSSL_hexchar2intRich Salz2-16/+4
2016-05-11Update pkcs8 defaults.Dr. Stephen Henson1-1/+1
2016-05-09Add NULL check in i2d_PrivateKey()Richard Levitte1-3/+6
2016-05-05Script changed; update the generated file.Rich Salz1-1/+0
2016-05-04support embed in ASN.1 printDr. Stephen Henson1-0/+11
2016-05-04Fix double free in d2i_PrivateKey().Dr. Stephen Henson1-3/+5
2016-05-03Fix ASN1_INTEGER handling.Dr. Stephen Henson3-6/+0
2016-05-01make updateRichard Levitte1-10/+21
2016-05-01Adjust a last few generators to new license boilerplate and C code styleRichard Levitte1-4/+16
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell3-0/+3
2016-04-28various spelling fixesFdaSilvaYY1-1/+1
2016-04-23Harden ASN.1 BIO handling of large amounts of data.Dr. Stephen Henson1-10/+26
2016-04-21Fix some code maintenance issuesMatt Caswell1-1/+1
2016-04-20Remove --classic build entirelyRichard Levitte1-78/+0