projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Always use TLSv1.0 for record layer version in TLSv1.3
[oweals/openssl.git]
/
crypto
/
ct
/
2016-11-16
Rob Percival
Move SCT_LIST_free definition into a more logical place
tree
|
commitdiff
2016-11-16
Rob Percival
Pass a temporary pointer to o2i_SCT_signature from...
tree
|
commitdiff
2016-11-16
Rob Percival
Subtract padding from outlen in ct_base64_decode
tree
|
commitdiff
2016-11-15
Rob Percival
Convert C++ comments to C-style comments
tree
|
commitdiff
2016-11-15
Rob Percival
Cast time_t to uint64_t before converting to millisecon...
tree
|
commitdiff
2016-11-15
Rob Percival
By default, allow SCT timestamps to be up to 5 minutes...
tree
|
commitdiff
2016-11-15
Rob Percival
Don't check for time() failing in CT_POLICY_EVAL_CTX_new
tree
|
commitdiff
2016-11-15
Rob Percival
Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()
tree
|
commitdiff
2016-11-15
Rob Percival
Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX...
tree
|
commitdiff
2016-11-15
Rob Percival
Check that SCT timestamps are not in the future
tree
|
commitdiff
2016-09-22
Rich Salz
Add -Wswitch-enum
tree
|
commitdiff
2016-08-23
Rob Percival
SCT_set_source resets validation_status
tree
|
commitdiff
2016-08-23
Rob Percival
Document that o2i_SCT_signature can leave the SCT in...
tree
|
commitdiff
2016-08-23
Rob Percival
Removes {i2o,o2i}_SCT_signature from the CT public API
tree
|
commitdiff
2016-08-23
Rob Percival
Prevent double-free of CTLOG public key
tree
|
commitdiff
2016-08-23
Rob Percival
Internalizes SCT_verify and removes SCT_verify_v1
tree
|
commitdiff
2016-08-22
Matt Caswell
Ensure CT_POLICY_EVAL_CTX_free behaves properly with...
tree
|
commitdiff
2016-08-16
Dr. Stephen Henson
Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
tree
|
commitdiff
2016-08-15
Rob Percival
Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean...
tree
|
commitdiff
2016-08-15
Rob Percival
Improves CTLOG_STORE setters
tree
|
commitdiff
2016-08-06
Rob Percival
Mkae CT_log_new_from_base64 always return 0 on failure
tree
|
commitdiff
2016-08-05
Rob Percival
Removes CTLOG_new_null from the CT public API
tree
|
commitdiff
2016-08-02
FdaSilvaYY
Fix some style issues...
tree
|
commitdiff
2016-07-25
FdaSilvaYY
Typo and comment fix
tree
|
commitdiff
2016-07-20
Kurt Roeckx
Check for errors allocating the error strings.
tree
|
commitdiff
2016-07-05
FdaSilvaYY
Improve some error management code in CT
tree
|
commitdiff
2016-07-05
FdaSilvaYY
Fix some memory error handling in CT
tree
|
commitdiff
2016-07-05
FdaSilvaYY
Add checks on sk_TYPE_push() returned value
tree
|
commitdiff
2016-06-11
Kurt Roeckx
Specify array sizes
tree
|
commitdiff
2016-06-07
Rob Percival
Fix potential access of null pointer (pp)
tree
|
commitdiff
2016-05-23
Rich Salz
Remove unused error/function codes.
tree
|
commitdiff
2016-05-17
Rich Salz
Manual fixes after copyright consolidation
tree
|
commitdiff
2016-05-17
Rich Salz
Copyright consolidation 07/10
tree
|
commitdiff
2016-04-20
Richard Levitte
Remove --classic build entirely
tree
|
commitdiff
2016-04-07
Viktor Dukhovni
make update
tree
|
commitdiff
2016-04-07
Viktor Dukhovni
Suppress CT callback as appropriate
tree
|
commitdiff
2016-03-23
Rob Percival
Removed unused fields of CT_POLICY_EVAL_CTX
tree
|
commitdiff
2016-03-21
Rob Percival
Adds s2i function for ct_precert_poison X509 extension
tree
|
commitdiff
2016-03-21
Richard Levitte
Remove the remainder of util/mk1mf.pl and companion...
tree
|
commitdiff
2016-03-20
Rich Salz
Remove #error from include files.
tree
|
commitdiff
2016-03-20
Rich Salz
ct_int.h only needed by crypto/ct
tree
|
commitdiff
2016-03-11
Rob Percival
constify CT_POLICY_EVAL_CTX getters
tree
|
commitdiff
2016-03-10
Rob Percival
check reviewer --reviewer=emilia
tree
|
commitdiff
2016-03-10
Rob Percival
check reviewer --reviewer=emilia
tree
|
commitdiff
2016-03-10
Benjamin Kaduk
CT: check some GeneralizedTime return values
tree
|
commitdiff
2016-03-09
Rob Percival
Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST const
tree
|
commitdiff
2016-03-09
Rob Percival
Removes SCT_LIST_set_source and SCT_LIST_set0_logs
tree
|
commitdiff
2016-03-09
Rob Percival
Makes SCT_get0_log return const CTLOG*
tree
|
commitdiff
2016-03-09
Rob Percival
Makes CTLOG_STORE_get0_log_by_id return const CTLOG*
tree
|
commitdiff
2016-03-09
Rob Percival
Improved documentation of SCT_CTX_* functions
tree
|
commitdiff
2016-03-09
Rob Percival
Updates ct_err.c
tree
|
commitdiff
2016-03-09
Rob Percival
Reset SCT validation_status if the SCT is modified
tree
|
commitdiff
2016-03-09
Rob Percival
Fixes "usuable" typo in ct_locl.h
tree
|
commitdiff
2016-03-09
Rob Percival
Treat boolean functions as booleans
tree
|
commitdiff
2016-03-09
Rob Percival
Make parameters of CTLOG_get* const
tree
|
commitdiff
2016-03-09
Rob Percival
Extensive application of __owur to CT functions that...
tree
|
commitdiff
2016-03-09
Rob Percival
Makes SCT_LIST_set_source return the number of successes
tree
|
commitdiff
2016-03-07
Rob Percival
Fixes memory leaks in CT code
tree
|
commitdiff
2016-03-04
Rob Percival
Handle empty log name in "enable_logs" line of the...
tree
|
commitdiff
2016-03-04
Rob Percival
Handle missing "enabled_logs" line in CT log file
tree
|
commitdiff
2016-03-04
Rob Percival
If a CT log entry in CTLOG_FILE is invalid, skip it...
tree
|
commitdiff
2016-03-01
Rob Percival
CT policy validation
tree
|
commitdiff
2016-03-01
Rob Percival
Move macros for reading/writing integers into ct_locl.h
tree
|
commitdiff
2016-03-01
Rob Percival
Addresses review comments from richsalz
tree
|
commitdiff
2016-03-01
Rob Percival
Fixes potential double free and memory leak in ct_b64.c
tree
|
commitdiff
2016-03-01
Rob Percival
Verify SCT signatures
tree
|
commitdiff
2016-02-26
Rob Percival
Fix for potential deferencing of null pointer in o2i_SC...
tree
|
commitdiff
2016-02-26
Rob Percival
Public API for Certificate Transparency
tree
|
commitdiff
2016-02-25
Rich Salz
Fix unified build after CT reorg
tree
|
commitdiff
2016-02-25
Adam Eijdenberg
Add more CT utility routines to be used as part of...
tree
|
commitdiff
2016-02-20
Richard Levitte
Always build library object files with shared library...
tree
|
commitdiff
2016-02-18
Richard Levitte
Remove all special make depend flags, as well as OPENSS...
tree
|
commitdiff
2016-02-01
Richard Levitte
unified build scheme: add build.info files
tree
|
commitdiff
2016-01-29
Rich Salz
Templatize util/domd
tree
|
commitdiff
2016-01-26
Rich Salz
Remove /* foo.c */ comments
tree
|
commitdiff
2016-01-20
Rich Salz
Remove update tags
tree
|
commitdiff
2016-01-17
Rich Salz
Remove some old makefile targets
tree
|
commitdiff
2016-01-12
Rich Salz
Move Makefiles to Makefile.in
tree
|
commitdiff
2016-01-12
Richard Levitte
make update
tree
|
commitdiff
2016-01-07
Rich Salz
mem functions cleanup
tree
|
commitdiff
2015-12-30
Richard Levitte
Fix some missing or faulty header file inclusions
tree
|
commitdiff
2015-12-09
Dr. Stephen Henson
make update
tree
|
commitdiff
2015-11-20
Matt Caswell
Make libssl async aware
tree
|
commitdiff
2015-10-30
Matt Caswell
Reorganise state machine files
tree
|
commitdiff
2015-10-21
Richard Levitte
make update
tree
|
commitdiff
2015-10-21
Richard Levitte
Handle CT error macros separately
tree
|
commitdiff
2015-10-18
Richard Levitte
ct_locl.h moved, reflect it in crypto/ct/Makefile
tree
|
commitdiff
2015-10-18
Richard Levitte
make update
tree
|
commitdiff
2015-10-18
Richard Levitte
Because ct_locl.h is used between modules, move it...
tree
|
commitdiff
2015-10-14
Emilia Kasper
ct_locl.h: fix some comments
tree
|
commitdiff
2015-10-09
Matt Caswell
Fix Windows build
tree
|
commitdiff
2015-10-09
Adam Eijdenberg
Initial commit for Certificate Transparency support
tree
|
commitdiff