summaryrefslogtreecommitdiff
path: root/crypto/stack
Commit message (Expand)AuthorAgeFilesLines
* stack: fix searching when the stack isn't sorted.Pauli2023-04-281-13/+28
* Errors raised from OPENSSL_sk_set should have ERR_LIB_CRYPTOTomas Mraz2022-10-211-2/+2
* stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz2022-10-211-35/+8
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-11/+3
* stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb2022-09-161-21/+75
* Fix Coverity 1493746: constant expression resultPauli2021-11-171-1/+1
* stack: increase the reallocation ratioPauli2021-11-121-12/+18
* Improve the implementation of X509_STORE_CTX_get1_issuer()Tomas Mraz2021-04-281-4/+30
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb2021-02-041-20/+33
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* Rework how our providers are builtRichard Levitte2019-10-101-1/+1
* Make core code available within the FIPS moduleMatt Caswell2019-05-231-0/+1
* ossl_bsearch(): New generic internal binary search utility functionRichard Levitte2019-05-081-5/+4
* Following the license change, modify the boilerplates in crypto/stack/Richard Levitte2018-12-061-1/+1
* Revert "stack/stack.c: omit redundant NULL checks."Matt Caswell2018-08-091-8/+13
* stack/stack.c: omit redundant NULL checks.Andy Polyakov2018-08-071-13/+8
* Fix last(?) batch of malloc-NULL placesRich Salz2018-04-261-3/+7
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Add sk_TYPE_new_reserve() functionPaul Yang2017-10-261-6/+22
* stack/stack.c: various cleanups.Andy Polyakov2017-10-051-34/+23
* Postpone allocation of STACK internal storage ... until a first push(),FdaSilvaYY2017-10-031-33/+63
* Add a reserve call to the stack data structure.Pauli2017-09-281-33/+94
* Don't leak on an OPENSSL_realloc() failureMatt Caswell2016-09-211-10/+6
* Convert num_alloc to a size_t in stack.c and tweak styleMatt Caswell2016-09-191-34/+23
* Prevent overflows in stack APIGuido Vranken2016-09-191-8/+42
* Add some const castsRich Salz2016-08-101-26/+20
* Constify a bit more OPENSSL_sk_ APIFdaSilvaYY2016-06-301-2/+3
* Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copyFdaSilvaYY2016-06-301-21/+15
* Constify stack and lhash macros.Dr. Stephen Henson2016-05-211-6/+7
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-58/+48
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+7
* Remove --classic build entirelyRichard Levitte2016-04-201-43/+0
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* if no comparison function set make sk_sort no opDr. Stephen Henson2016-02-061-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+2
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-121-10/+0
* make updateRichard Levitte2016-01-121-8/+8
* More zalloc nitsRich Salz2015-09-041-1/+1
* remove 0 assignments.Rich Salz2015-09-031-6/+2
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2