aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/span.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-29Fix build with -Wctad-maybe-unsupportedDavid Benjamin1-12/+26
2024-02-09Add functions to convert from Span<const uint8> and std::string_viewDavid Benjamin1-0/+14
2024-01-23Make der::Input a little closer to SpanDavid Benjamin1-6/+17
2024-01-22Use four-iterator std::equal for bssl::Span::operator==David Benjamin1-14/+1
2023-07-24Mark all of bssl::Span as constexprDavid Benjamin1-20/+22
2023-05-12Use a helper function to implement get_all_foo_names functions.Adam Langley1-0/+5
2022-04-20Try to require C++14.David Benjamin1-10/+7
2022-03-23Remove VS 2015 support.David Benjamin1-17/+12
2021-08-26Work around yet another MSVC 2015 SFINAE bug.David Benjamin1-14/+17
2021-08-16Add Span::first() and Span::last().David Benjamin1-1/+20
2020-12-15Use stdlib.h instead of cstdlib in span.h.David Benjamin1-1/+2
2019-02-07Remove stray semicolons.David Benjamin1-2/+2
2018-09-06Support symbol prefixesJoshua Liebow-Feeser1-2/+2
2018-04-16Add runtime bounds checks to bssl::Span.David Benjamin1-5/+13
2017-10-10Push Span down a layer.David Benjamin1-0/+10
2017-10-05Remove C4245 suppression.David Benjamin1-1/+1
2017-10-02Add bssl::Span<T>::subspan and use it.David Benjamin1-0/+14
2017-09-27Fix EnableIfContainer with MSVC 2015.David Benjamin1-8/+12
2017-08-18Run comment conversion script on include/David Benjamin1-38/+38
2017-07-27C++ headers should be more aggressively wrapped in extern "C++".David Benjamin1-4/+2
2017-07-24span: work around MSVC warning C4996Martin Kreichgauer1-9/+14
2017-07-24Add bssl::SealRecord and bssl::OpenRecord.Martin Kreichgauer1-0/+160