summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_bitstr.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-05-04Add negative integer check when using ASN1_BIT_STRINGmlitre
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-07-19libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb
2022-07-19libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_asn1 symbolsShane Lontis
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-19Fix overflow in c2i_ASN1_BIT_STRING.David Benjamin
2016-05-27Avoid calling memcpy with lenght of 0Kurt Roeckx
2016-05-17Copyright consolidation 08/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-22Rename *_realloc_clean to *_clear_reallocRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-04-28realloc of NULL is like mallocRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-26Move more internal only functions to asn1_locl.hDr. Stephen Henson
2015-03-24free NULL cleanupRich Salz
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-18Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx
2014-08-18RT1815: More const'ness improvementsJustin Blanchard
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
2005-07-26improved error checking and some fixesNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2004-12-12Remove duplicate lines.Dr. Stephen Henson
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-08-23Reinstate the check for invalid length BIT STRINGS,Dr. Stephen Henson
2002-05-29Make i2c_ASN1_BIT_STRING return the correct length.Dr. Stephen Henson
2002-02-03ASN1_BIT_STRING_set_bit() didn't clear previously set bitsRichard Levitte
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-08-06For n > 7, we might get uninitialized (unzeroed) data.Richard Levitte
2000-07-10Fix some typose in the i2d/d2i functions thatDr. Stephen Henson
2000-07-07New ASN1 functions that just deal withDr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-01-30Seek out and destroy another evil cast.Ulf Möller
1999-10-23Don't return stuff from void functions.Ben Laurie
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller