summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/stack/safestack.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove a few no longer used sk_FOO_* stanzastb2024-03-021-85/+1
| | | | ok jsing
* Remove sk_find_ex()tb2024-03-021-78/+1
| | | | | | | This API intends to find the closest match to the needle. M2Crypto exposes it because it can. This will be fixed by patching the port. ok jsing
* Make LHASH_OF() and STACK_OF() use opaque structstb2024-03-021-20/+3
| | | | | | | | | | | | | This removes internals of these two special snowflakes and will allow further simplifications. Unfortunately, there are some pieces of software that actually use LHASH_OF() (looking at you, pound, Ruby, and openssl(1)), so we get to keep exposing this garbage, at least for now. Expose lh_error() as a symbol to replace a macro reaching into _LHASH. lh_down_load() is no longer available. _LHASH and _STACK are now opaque, LHASH_NODE becomes internal-only. from jsing
* Remove lh statstb2024-03-021-55/+1
| | | | | | | This could have been removed in an earlier bump. Now it's time for it to say goodbye. ok jsing
* Remove unused sk/lh macrostb2023-08-031-170/+1
| | | | ok jsing miod
* Remove sk_nid_triple_*()tb2023-07-281-23/+1
| | | | | | | The nid_triple stack is no more. Its type never was part of the public API. Why its stack macros were will remain a mystery. ok jsing
* Make ex_data implementations internaltb2023-07-281-23/+1
| | | | | | | | | | | | | To state the obvious: library suffers from way too much extensibility. In theory, applications can implement their own ex_data implementation. In practice, none did. A glance at ex_data.c might give an idea as to why. Make this internal so this particular turd can be replaced with something slightly saner. Also sync up the CRYPTO_EX_INDEX_* defines with OpenSSL - at least the parts we support. ok jsing
* Move the policy STACK_OF stuff to pcy_int.h as welltb2023-04-251-48/+1
|
* Remove SXNETtb2023-04-251-25/+1
| | | | Unused and no authorative information was found online in 2016
* Future users of libcrypto will also have to do without strong extranettb2023-04-241-1/+3
| | | | | | support. discussed with beck and jsing
* Annotate policy tree STACK_OF() goo for removal from public APItb2023-04-161-1/+4
| | | | ok jsing
* Add ESSCertIDv2 stack macroskn2022-07-161-1/+25
| | | | | | | | Copy existing ESSCertID macros and s/_ID/&_V2/g. Guard the new code under LIBRESSL_INTERNAL to defer visibility. OK tb
* Expose Certificate Transparency symbols in headerstb2022-01-141-5/+1
| | | | ok inoguchi jsing
* Put CTLOG and SCT stacks definitions in the right place.jsing2021-12-191-47/+49
| | | | No functional change.
* Make the certificate transparency code build with the rest of the librarybeck2021-11-241-1/+47
| | | | | | Do not expose it yet, this will wait for an upcoming bump ok tb@
* 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
| | | | | | libcrypto (the "new" stuff replaced this back around 2000 or so...). ok tb@
* Remove stack related macros that should have been nuked whenjsing2018-10-241-333/+1
| | | | {CMS,KRB5,SRP} were removed.
* Place some macros under #ifndef LIBRESSL_INTERNAL.jsing2016-12-271-2/+5
|
* tags as requested by miod and teduderaadt2014-06-121-0/+1
|
* Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() andmiod2014-05-121-0/+107
| | | | | | | | ASN1_unpack_string() from the NO_ASN1_OLD purge; turns out that some Ruby extensions still use them, unfortunately, so we need to give them some more time to catch up on ``recent'' interfaces. Riding on the libcrypto major bump.
* Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as theremiod2014-04-181-0/+13
| | | | | | | are still some 3rd-party code using it, and fixing them is not trivial. As an excuse gift, the memory leaks on failure in resurrected a_set.c have been fixed.
* The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow formiod2014-04-151-120/+0
| | | | | | | | | | obsolete (and mostly internal) routines to be compiled out. We don't expect any reasonable software to stick to these interfaces, so better clean up the view and unifdef -DNO_ASN1_OLD. The astute reader will notice the existence of NO_OLD_ASN1 which serves a similar purpose, but is more entangled. Its time will come, soon.
* resolve conflictsdjm2012-10-131-25/+113
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-57/+58
|
* resolve conflicts, fix local changesdjm2010-10-011-232/+776
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-0/+44
|
* resolve conflictsdjm2008-09-061-50/+462
|
* resolve conflictsdjm2006-06-271-25/+28
|
* resolve conflictsdjm2005-04-291-0/+59
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+378
|
* openssl-engine-0.9.6 mergebeck2000-12-151-66/+1071
|
* OpenSSL 0.9.4 mergebeck1999-09-291-0/+129