summaryrefslogtreecommitdiff
path: root/lib/libcrypto/stack
AgeCommit message (Expand)Author
2024-03-02Remove a few no longer used sk_FOO_* stanzasTheo Buehler
2024-03-02Remove sk_find_ex()Theo Buehler
2024-03-02Make LHASH_OF() and STACK_OF() use opaque structsTheo Buehler
2024-03-02Remove lh statsTheo Buehler
2024-03-02Remove OBJ_bsearch_()Theo Buehler
2024-02-26Neuter OBJ_bsearch{_,ex_}()Theo Buehler
2024-01-13Move errno.h inclusion where it belongsTheo Buehler
2023-08-03Remove unused sk/lh macrosTheo Buehler
2023-07-28Remove sk_nid_triple_*()Theo Buehler
2023-07-28Make ex_data implementations internalTheo Buehler
2023-04-25Move the policy STACK_OF stuff to pcy_int.h as wellTheo Buehler
2023-04-25Remove SXNETTheo Buehler
2023-04-24Future users of libcrypto will also have to do without strong extranetTheo Buehler
2023-04-24Fix sk_is_sorted to tread 0 and 1 element lists as sorted.Bob Beck
2023-04-16Annotate policy tree STACK_OF() goo for removal from public APITheo Buehler
2023-02-16libressl *_namespace.h: adjust *_ALIAS() to require a semicolonTheo Buehler
2022-11-11Hide symbols in libcrypto/stackBob Beck
2022-07-16Add ESSCertIDv2 stack macrosKlemens Nanni
2022-01-14Expose Certificate Transparency symbols in headersTheo Buehler
2021-12-19Put CTLOG and SCT stacks definitions in the right place.Joel Sing
2021-11-24Make the certificate transparency code build with the rest of the libraryBob Beck
2019-08-11Bring back stack macros for CMS structs.Joel Sing
2018-10-24Remove a bunch of ancient and highly crufty ASN.1 related code fromJoel Sing
2018-10-24Remove stack related macros that should have been nuked whenJoel Sing
2018-04-01When you replace an element in a sorted array with somethingIngo Schwarze
2016-12-27Place some macros under #ifndef LIBRESSL_INTERNAL.Joel Sing
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-30more: no need for null check before freeTheo de Raadt
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullyMiod Vallat
2014-05-17does sunos not have memmove? sorry, i guess sunos will not have libressl.Ted Unangst
2014-05-17simple reallocarray to check multiplies. ok guentherTed Unangst
2014-05-12Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() andMiod Vallat
2014-04-20KNF.Joel Sing
2014-04-18Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as thereMiod Vallat
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-15we don't use these files for buildingTed Unangst
2014-04-15The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow forMiod Vallat
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2012-10-13resolve conflictsDamien Miller
2011-11-03openssl-1.0.0e: resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-01-05update to openssl-0.9.8i; tested by several, especially krw@Damien Miller
2008-09-06resolve conflictsDamien Miller
2006-06-27resolve conflictsDamien Miller
2005-04-29resolve conflictsDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller