summaryrefslogtreecommitdiff
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* Avoid signed overflowKurt Roeckx2016-06-241-1/+1
* Fix ASN1_STRING_to_UTF8 could not convert NumericStringMatt Caswell2016-06-231-1/+1
* Rework error handling from asn1_do_lock method.FdaSilvaYY2016-06-233-12/+18
* Spelling... and more spellingFdaSilvaYY2016-06-222-2/+2
* Avoid creating an illegal pointer.Kurt Roeckx2016-06-211-6/+6
* Fix build break.Rich Salz2016-06-161-2/+8
* Constify asn1/asn_mime.cFdaSilvaYY2016-06-151-16/+16
* Constify some input buffers in asn1FdaSilvaYY2016-06-153-7/+8
* Change (!seqtt) to (seqtt == NULL)Richard Levitte2016-06-151-3/+3
* Always check that the value returned by asn1_do_adb() is non-NULLRichard Levitte2016-06-151-0/+2
* Fix omitted selector handling.Dr. Stephen Henson2016-06-141-1/+1
* Free memory on an error pathMatt Caswell2016-06-141-0/+3
* Avoid creating an illegal pointer.Kurt Roeckx2016-06-111-2/+1
* Constify ASN1_generate_nconfFdaSilvaYY2016-06-041-1/+1
* Constify ASN1_generate_v3FdaSilvaYY2016-06-041-3/+3
* Constify s2i_ASN1_INTEGERFdaSilvaYY2016-06-041-2/+2
* Check for overflows in EOC.Dr. Stephen Henson2016-06-042-8/+15
* Don't leak memory on ASN1_item_pack() error pathMatt Caswell2016-06-011-7/+14
* Don't leak memory on ASN1_GENERALIZEDTIME_adj() error pathMatt Caswell2016-06-011-14/+21
* Free buffer on error in a2i_ASN1_INTEGER()Matt Caswell2016-06-011-0/+1
* Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY2016-06-011-1/+4
* Add more zallocFdaSilvaYY2016-05-294-27/+7
* Fix some missing initsFdaSilvaYY2016-05-294-2/+15
* Avoid calling memcpy with lenght of 0Kurt Roeckx2016-05-271-3/+4
* Add rfc822Mailbox to string table.Dr. Stephen Henson2016-05-261-0/+6
* Avoid creating an illegal pointerKurt Roeckx2016-05-251-4/+4
* Avoid creating an illegal pointerKurt Roeckx2016-05-241-2/+4
* Remove unused error/function codes.Rich Salz2016-05-231-63/+1
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-1/+1
* make updateRichard Levitte2016-05-181-4/+4
* Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte2016-05-182-9/+23
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 09/10Rich Salz2016-05-1713-695/+71
* Copyright consolidation 08/10Rich Salz2016-05-1750-2641/+271
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+6
* Use OPENSSL_hexchar2intRich Salz2016-05-162-16/+4
* Update pkcs8 defaults.Dr. Stephen Henson2016-05-111-1/+1
* Add NULL check in i2d_PrivateKey()Richard Levitte2016-05-091-3/+6
* Script changed; update the generated file.Rich Salz2016-05-051-1/+0
* support embed in ASN.1 printDr. Stephen Henson2016-05-041-0/+11
* Fix double free in d2i_PrivateKey().Dr. Stephen Henson2016-05-041-3/+5
* Fix ASN1_INTEGER handling.Dr. Stephen Henson2016-05-033-6/+0
* make updateRichard Levitte2016-05-011-10/+21
* Adjust a last few generators to new license boilerplate and C code styleRichard Levitte2016-05-011-4/+16
* Fix building with -DCHARSET_EBCDICMatt Caswell2016-04-293-0/+3
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Harden ASN.1 BIO handling of large amounts of data.Dr. Stephen Henson2016-04-231-10/+26
* Fix some code maintenance issuesMatt Caswell2016-04-211-1/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-78/+0