index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
stack
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Make OPENSSL_sk_push return only 0 or 1
Tomas Mraz
2024-01-04
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
stack: fix searching when the stack isn't sorted.
Pauli
2023-04-28
1
-13
/
+28
*
Errors raised from OPENSSL_sk_set should have ERR_LIB_CRYPTO
Tomas Mraz
2022-10-21
1
-2
/
+2
*
stack: Do not add error if pop/shift/value accesses outside of the stack
Tomas Mraz
2022-10-21
1
-35
/
+8
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-11
/
+3
*
stack.c: add missing direct error reporting and improve coding style
Dr. David von Oheimb
2022-09-16
1
-21
/
+75
*
Fix Coverity 1493746: constant expression result
Pauli
2021-11-16
1
-1
/
+1
*
stack: increase the reallocation ratio
Pauli
2021-11-12
1
-12
/
+18
*
Improve the implementation of X509_STORE_CTX_get1_issuer()
Tomas Mraz
2021-04-28
1
-4
/
+30
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stack
Dr. David von Oheimb
2021-02-04
1
-20
/
+33
*
Update copyright year
Matt Caswell
2020-11-26
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-3
/
+3
*
Rework how our providers are built
Richard Levitte
2019-10-10
1
-1
/
+1
*
Make core code available within the FIPS module
Matt Caswell
2019-05-23
1
-0
/
+1
*
ossl_bsearch(): New generic internal binary search utility function
Richard Levitte
2019-05-08
1
-5
/
+4
*
Following the license change, modify the boilerplates in crypto/stack/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Revert "stack/stack.c: omit redundant NULL checks."
Matt Caswell
2018-08-09
1
-8
/
+13
*
stack/stack.c: omit redundant NULL checks.
Andy Polyakov
2018-08-07
1
-13
/
+8
*
Fix last(?) batch of malloc-NULL places
Rich Salz
2018-04-26
1
-3
/
+7
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Add sk_TYPE_new_reserve() function
Paul Yang
2017-10-26
1
-6
/
+22
*
stack/stack.c: various cleanups.
Andy Polyakov
2017-10-05
1
-34
/
+23
*
Postpone allocation of STACK internal storage ... until a first push(),
FdaSilvaYY
2017-10-03
1
-33
/
+63
*
Add a reserve call to the stack data structure.
Pauli
2017-09-27
1
-33
/
+94
*
Don't leak on an OPENSSL_realloc() failure
Matt Caswell
2016-09-21
1
-10
/
+6
*
Convert num_alloc to a size_t in stack.c and tweak style
Matt Caswell
2016-09-20
1
-34
/
+23
*
Prevent overflows in stack API
Guido Vranken
2016-09-20
1
-8
/
+42
*
Add some const casts
Rich Salz
2016-08-10
1
-26
/
+20
*
Constify a bit more OPENSSL_sk_ API
FdaSilvaYY
2016-06-30
1
-2
/
+3
*
Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copy
FdaSilvaYY
2016-06-30
1
-21
/
+15
*
Constify stack and lhash macros.
Dr. Stephen Henson
2016-05-21
1
-6
/
+7
*
Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
Rich Salz
2016-05-20
1
-58
/
+48
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-54
/
+7
*
Remove --classic build entirely
Richard Levitte
2016-04-20
1
-43
/
+0
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
Always build library object files with shared library cflags
Richard Levitte
2016-02-20
1
-1
/
+1
*
Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND
Richard Levitte
2016-02-18
1
-1
/
+1
*
if no comparison function set make sk_sort no op
Dr. Stephen Henson
2016-02-06
1
-1
/
+1
*
unified build scheme: add build.info files
Richard Levitte
2016-02-01
1
-0
/
+2
*
Templatize util/domd
Rich Salz
2016-01-29
1
-2
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove update tags
Rich Salz
2016-01-20
1
-2
/
+0
*
Remove some old makefile targets
Rich Salz
2016-01-17
1
-12
/
+0
*
Move Makefiles to Makefile.in
Rich Salz
2016-01-12
1
-10
/
+0
*
make update
Richard Levitte
2016-01-12
1
-8
/
+8
*
More zalloc nits
Rich Salz
2015-09-04
1
-1
/
+1
[next]