index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ct
/
ct_b64.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-4
/
+2
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
Fix CTLOG_new_from_base64_ex()
Matt Caswell
2021-06-08
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-10
/
+10
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-6
/
+5
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Make the CT code library context aware
Matt Caswell
2020-04-09
1
-5
/
+14
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/ct/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix memory leaks in CTLOG_new_from_base64
Benjamin Kaduk
2017-06-09
1
-4
/
+8
*
Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64
Rob Percival
2016-11-16
1
-1
/
+4
*
Subtract padding from outlen in ct_base64_decode
Rob Percival
2016-11-16
1
-0
/
+5
*
Mkae CT_log_new_from_base64 always return 0 on failure
Rob Percival
2016-08-06
1
-1
/
+1
*
Typo and comment fix
FdaSilvaYY
2016-07-25
1
-3
/
+4
*
Improve some error management code in CT
FdaSilvaYY
2016-07-05
1
-8
/
+17
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Move macros for reading/writing integers into ct_locl.h
Rob Percival
2016-03-01
1
-8
/
+1
*
Addresses review comments from richsalz
Rob Percival
2016-03-01
1
-22
/
+7
*
Fixes potential double free and memory leak in ct_b64.c
Rob Percival
2016-03-01
1
-3
/
+7
*
Verify SCT signatures
Rob Percival
2016-03-01
1
-0
/
+213