index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ct
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-05-15
3
-3
/
+3
*
coverity 1462541 Dereference after null check
Pauli
2020-04-30
1
-1
/
+3
*
coverity 1462550 Resource leak
Pauli
2020-04-30
1
-0
/
+1
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
5
-0
/
+10
*
Update copyright year
Matt Caswell
2020-04-23
7
-7
/
+7
*
Make the CT code library context aware
Matt Caswell
2020-04-09
7
-30
/
+124
*
Deprecate the low level SHA functions.
Pauli
2020-01-19
1
-2
/
+2
*
Replace BUF_ string function calls with OPENSSL_ ones
Rich Salz
2019-10-17
1
-3
/
+3
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
9
-8
/
+8
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-43
/
+2
*
Following the license change, modify the boilerplates in crypto/ct/
Richard Levitte
2018-12-06
11
-11
/
+11
*
Use secure_getenv(3) when available.
Pauli
2018-09-24
1
-1
/
+1
*
Add -Wstrict-prototypes option to --strict-warnings
Bernd Edlinger
2018-06-21
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
1
-1
/
+1
*
Null pointer used.
Pauli
2017-09-17
1
-1
/
+1
*
Add checks for alloc failing.
Rich Salz
2017-09-06
1
-0
/
+2
*
Fix memory leaks in CTLOG_new_from_base64
Benjamin Kaduk
2017-06-09
1
-4
/
+8
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-58
/
+67
*
Newlines!
Alex Gaynor
2017-05-22
1
-0
/
+4
*
Style fixes and use the source parameter so the OCSP path works
Alex Gaynor
2017-05-22
1
-5
/
+7
*
This is an int
Alex Gaynor
2017-05-22
1
-1
/
+1
*
Don't use a for-loop decleration
Alex Gaynor
2017-05-22
1
-1
/
+2
*
Fixed #3020 -- set entry type on SCTs from X.509 and OCSP extensions
Alex Gaynor
2017-05-22
1
-2
/
+39
*
Fix faulty free
Richard Levitte
2017-01-29
1
-6
/
+6
*
Move SCT_LIST_free definition into a more logical place
Rob Percival
2016-11-16
2
-5
/
+5
*
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
*
Convert C++ comments to C-style comments
Rob Percival
2016-11-15
1
-5
/
+7
*
Cast time_t to uint64_t before converting to milliseconds in ct_policy.c
Rob Percival
2016-11-15
1
-1
/
+3
*
By default, allow SCT timestamps to be up to 5 minutes in the future
Rob Percival
2016-11-15
1
-1
/
+7
*
Don't check for time() failing in CT_POLICY_EVAL_CTX_new
Rob Percival
2016-11-15
1
-6
/
+2
*
Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()
Rob Percival
2016-11-15
1
-0
/
+7
*
Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_time
Rob Percival
2016-11-15
1
-4
/
+5
*
Check that SCT timestamps are not in the future
Rob Percival
2016-11-15
6
-1
/
+34
*
Add -Wswitch-enum
Rich Salz
2016-09-22
1
-5
/
+8
*
SCT_set_source resets validation_status
Rob Percival
2016-08-23
1
-0
/
+1
*
Document that o2i_SCT_signature can leave the SCT in an inconsistent state
Rob Percival
2016-08-23
1
-0
/
+2
*
Removes {i2o,o2i}_SCT_signature from the CT public API
Rob Percival
2016-08-23
1
-0
/
+23
*
Prevent double-free of CTLOG public key
Rob Percival
2016-08-23
1
-1
/
+1
*
Internalizes SCT_verify and removes SCT_verify_v1
Rob Percival
2016-08-23
4
-44
/
+14
*
Ensure CT_POLICY_EVAL_CTX_free behaves properly with a NULL arg
Matt Caswell
2016-08-23
1
-0
/
+2
*
Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
Dr. Stephen Henson
2016-08-16
1
-1
/
+1
*
Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean functions
Rob Percival
2016-08-15
1
-6
/
+10
*
Improves CTLOG_STORE setters
Rob Percival
2016-08-15
1
-6
/
+10
*
Mkae CT_log_new_from_base64 always return 0 on failure
Rob Percival
2016-08-06
1
-1
/
+1
*
Removes CTLOG_new_null from the CT public API
Rob Percival
2016-08-06
2
-13
/
+4
*
Fix some style issues...
FdaSilvaYY
2016-08-02
1
-1
/
+1
*
Typo and comment fix
FdaSilvaYY
2016-07-25
1
-3
/
+4
[next]