summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/stack (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove now unnecessary initialization of c and itb2025-01-031-2/+2
* Remove unnecessary early return if num == 0tb2025-01-031-4/+1
* Make obj_bsearch_ex() resemble libc bsearch() a bit moretb2025-01-031-16/+12
* Remove flags argument from obj_bsearch_ex()tb2024-12-281-9/+5
* stack: inline internal_find() in sk_find()tb2024-12-281-10/+4
* Remove a few no longer used sk_FOO_* stanzastb2024-03-021-85/+1
* Remove sk_find_ex()tb2024-03-023-88/+3
* Make LHASH_OF() and STACK_OF() use opaque structstb2024-03-024-30/+79
* Remove lh statstb2024-03-021-55/+1
* Remove OBJ_bsearch_()tb2024-03-021-1/+4
* Neuter OBJ_bsearch{_,ex_}()tb2024-02-261-2/+35
* Move errno.h inclusion where it belongstb2024-01-131-3/+2
* Remove unused sk/lh macrostb2023-08-031-170/+1
* Remove sk_nid_triple_*()tb2023-07-281-23/+1
* Make ex_data implementations internaltb2023-07-281-23/+1
* Move the policy STACK_OF stuff to pcy_int.h as welltb2023-04-251-48/+1
* Remove SXNETtb2023-04-251-25/+1
* Future users of libcrypto will also have to do without strong extranettb2023-04-241-1/+3
* Fix sk_is_sorted to tread 0 and 1 element lists as sorted.beck2023-04-241-3/+12
* Annotate policy tree STACK_OF() goo for removal from public APItb2023-04-161-1/+4
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-161-22/+22
* Hide symbols in libcrypto/stackbeck2022-11-111-1/+22
* Add ESSCertIDv2 stack macroskn2022-07-161-1/+25
* Expose Certificate Transparency symbols in headerstb2022-01-141-5/+1
* Put CTLOG and SCT stacks definitions in the right place.jsing2021-12-191-47/+49
* Make the certificate transparency code build with the rest of the librarybeck2021-11-241-1/+47
* Bring back stack macros for CMS structs.jsing2019-08-111-1/+111
* Remove a bunch of ancient and highly crufty ASN.1 related code fromjsing2018-10-241-264/+1
* Remove stack related macros that should have been nuked whenjsing2018-10-241-333/+1
* When you replace an element in a sorted array with somethingschwarze2018-04-011-1/+2
* Place some macros under #ifndef LIBRESSL_INTERNAL.jsing2016-12-271-2/+5
* Delete a lot of #if 0 code in libressl.doug2015-02-071-11/+1
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+2
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+4
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* tags as requested by miod and teduderaadt2014-06-123-2/+3
* more: no need for null check before freederaadt2014-05-301-2/+1
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
* does sunos not have memmove? sorry, i guess sunos will not have libressl.tedu2014-05-171-21/+3
* simple reallocarray to check multiplies. ok guenthertedu2014-05-171-6/+4
* Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() andmiod2014-05-121-0/+107
* KNF.jsing2014-04-202-181/+219
* Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as theremiod2014-04-181-0/+13
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-7/+7
* we don't use these files for buildingtedu2014-04-151-75/+0
* The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow formiod2014-04-151-120/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-9/+0
* resolve conflictsdjm2012-10-131-25/+113
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-57/+58
* resolve conflicts, fix local changesdjm2010-10-014-391/+839