summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_bitstr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide global _it variables in asn1.hbeck2024-07-081-1/+2
* Avoid out-of-bounds accesses in ASN1_BIT_STRING_{get,set}()tb2023-12-251-14/+26
* Remove more ASN1_BIT_STRING APItb2023-07-281-53/+1
* Remove ASN1_BIT_STRING_checktb2023-07-281-28/+1
* Hide symbols in asn1 and biobeck2023-07-051-1/+12
* Prevent 1-byte out-of-bounds read in i2c_ASN1_BIT_STRINGtb2023-01-131-2/+4
* Avoid signed integer overflow in i2c_ASN1_BIT_STRING()tb2022-11-081-5/+9
* Expose asn1_abs_set_unused_bits() in asn1_locl.htb2022-05-171-2/+2
* Decode via c2i_ASN1_BIT_STRING_cbs() from asn1_ex_c2i().jsing2022-04-261-3/+8
* Rewrite c2i_ASN1_BIT_STRING() using CBS.jsing2022-04-231-44/+83
* Consolidate code/templates for ASN.1 types.jsing2021-12-251-1/+33
* Move ASN1_<type>_* functions to the top, encoding/decoding to the bottom.jsing2021-12-251-122/+122
* Consolidate various ASN.1 code.jsing2021-12-151-1/+52
* Remove unnecessary zeroing after recallocarray(3)tb2020-09-031-3/+1
* Avoid calling memcpy with a length <= 0. Reported due to a GCC 7.3.0tb2018-10-201-5/+6
* Use recallocarray() instead of OPENSSL_realloc_clean().jsing2018-05-131-5/+2
* Cleanup c2i_ASN1_BIT_STRING() code.jsing2018-05-121-20/+23
* Add a missing bounds check in c2i_ASN1_BIT_STRING().jsing2018-05-121-1/+6
* Add const to functions in asn1/asn1.h as they did in OpenSSL.tb2018-04-251-3/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-3/+3
* Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls tojsing2015-09-291-3/+3
* Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedjsing2015-07-291-2/+2
* Drop stupid (int) casts for the arguments of malloc() and friends. This ismiod2015-07-191-2/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* delete some casts. ok miodtedu2014-07-101-2/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* more: no need for null check before freederaadt2014-05-301-2/+1
* improve realloc/calloc/malloc patterns; ok guentherderaadt2014-04-211-6/+2
* More KNF.jsing2014-04-181-2/+2
* Initial KNF.jsing2014-04-171-130/+144
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-3/+3
* resolve conflicts, fix local changesdjm2010-10-011-0/+23
* resolve conflictsdjm2008-09-061-5/+8
* resolve conflictsdjm2005-04-291-2/+6
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+3
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-0/+6
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-2/+4
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-52/+1
* openssl-engine-0.9.6 mergebeck2000-12-151-23/+51
* OpenSSL 0.9.5 mergebeck2000-03-191-3/+12
* OpenSSL 0.9.4 mergebeck1999-09-291-30/+48
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+204