Sign in
flutter
/
third_party
/
openssl
/
b6ef12c4baa3a2c1ff0e3ac71270588dfcfe8cbd
/
crypto
/
ct
d85d3c9
Fix faulty free
by Richard Levitte
· 8 years ago
e1940e9
Move SCT_LIST_free definition into a more logical place
by Rob Percival
· 8 years ago
73ccf3c
Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64
by Rob Percival
· 8 years ago
70a06fc
Subtract padding from outlen in ct_base64_decode
by Rob Percival
· 8 years ago
08e588b
Convert C++ comments to C-style comments
by Rob Percival
· 8 years ago
5e08606
Cast time_t to uint64_t before converting to milliseconds in ct_policy.c
by Rob Percival
· 8 years ago
c22aa33
By default, allow SCT timestamps to be up to 5 minutes in the future
by Rob Percival
· 8 years ago
f0f535e
Don't check for time() failing in CT_POLICY_EVAL_CTX_new
by Rob Percival
· 8 years ago
e25233d
Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()
by Rob Percival
· 8 years ago
1871a5a
Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_time
by Rob Percival
· 8 years ago
1fa9ffd
Check that SCT timestamps are not in the future
by Rob Percival
· 8 years ago
f3b3d7f
Add -Wswitch-enum
by Rich Salz
· 9 years ago
fa51541
SCT_set_source resets validation_status
by Rob Percival
· 9 years ago
eb96e8b
Document that o2i_SCT_signature can leave the SCT in an inconsistent state
by Rob Percival
· 9 years ago
63e27d4
Removes {i2o,o2i}_SCT_signature from the CT public API
by Rob Percival
· 9 years ago
986dbbb
Prevent double-free of CTLOG public key
by Rob Percival
· 9 years ago
cdb2a60
Internalizes SCT_verify and removes SCT_verify_v1
by Rob Percival
· 9 years ago
2b201c5
Ensure CT_POLICY_EVAL_CTX_free behaves properly with a NULL arg
by Matt Caswell
· 9 years ago
17ebf85
Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
by Dr. Stephen Henson
· 9 years ago
11c68ce
Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean functions
by Rob Percival
· 9 years ago
a1bb770
Improves CTLOG_STORE setters
by Rob Percival
· 9 years ago
a6f5d61
Mkae CT_log_new_from_base64 always return 0 on failure
by Rob Percival
· 9 years ago
1ccbe6b
Removes CTLOG_new_null from the CT public API
by Rob Percival
· 9 years ago
700b814
Fix some style issues...
by FdaSilvaYY
· 9 years ago
ceab33e
Typo and comment fix
by FdaSilvaYY
· 9 years ago
69588ed
Check for errors allocating the error strings.
by Kurt Roeckx
· 9 years ago
4aed875
Improve some error management code in CT
by FdaSilvaYY
· 9 years ago
e57036f
Fix some memory error handling in CT
by FdaSilvaYY
· 9 years ago
68efafc
Add checks on sk_TYPE_push() returned value
by FdaSilvaYY
· 9 years ago
4b68cb4
Specify array sizes
by Kurt Roeckx
· 9 years ago
a9da481
Fix potential access of null pointer (pp)
by Rob Percival
· 9 years ago
0cd0a82
Remove unused error/function codes.
by Rich Salz
· 9 years ago
b6cff31
Manual fixes after copyright consolidation
by Rich Salz
· 9 years ago
d2e9e32
Copyright consolidation 07/10
by Rich Salz
· 9 years ago
45c6e23
Remove --classic build entirely
by Richard Levitte
· 9 years ago
a4ccf06
make update
by Viktor Dukhovni
· 9 years ago
4334143
Suppress CT callback as appropriate
by Viktor Dukhovni
· 9 years ago
7def9fa
Removed unused fields of CT_POLICY_EVAL_CTX
by Rob Percival
· 9 years ago
367071f
Adds s2i function for ct_precert_poison X509 extension
by Rob Percival
· 9 years ago
007c80e
Remove the remainder of util/mk1mf.pl and companion scripts
by Richard Levitte
· 9 years ago
3c27208
Remove #error from include files.
by Rich Salz
· 9 years ago
d57611e
ct_int.h only needed by crypto/ct
by Rich Salz
· 9 years ago
680ddc9
constify CT_POLICY_EVAL_CTX getters
by Rob Percival
· 9 years ago
49e5db0
check reviewer --reviewer=emilia
by Rob Percival
· 9 years ago
8359b57
check reviewer --reviewer=emilia
by Rob Percival
· 9 years ago
80e8fdb
CT: check some GeneralizedTime return values
by Benjamin Kaduk
· 9 years ago
eac84e8
Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST const
by Rob Percival
· 9 years ago
14db9bb
Removes SCT_LIST_set_source and SCT_LIST_set0_logs
by Rob Percival
· 9 years ago
21b908a
Makes SCT_get0_log return const CTLOG*
by Rob Percival
· 9 years ago
12d2d28
Makes CTLOG_STORE_get0_log_by_id return const CTLOG*
by Rob Percival
· 9 years ago
98af731
Improved documentation of SCT_CTX_* functions
by Rob Percival
· 9 years ago
e5a7ac4
Updates ct_err.c
by Rob Percival
· 9 years ago
6d7fd9c
Reset SCT validation_status if the SCT is modified
by Rob Percival
· 9 years ago
70279a8
Fixes "usuable" typo in ct_locl.h
by Rob Percival
· 9 years ago
70073f3
Treat boolean functions as booleans
by Rob Percival
· 9 years ago
8c92c4e
Make parameters of CTLOG_get* const
by Rob Percival
· 9 years ago
5da65ef
Extensive application of __owur to CT functions that return a boolean
by Rob Percival
· 9 years ago
8fbb93d
Makes SCT_LIST_set_source return the number of successes
by Rob Percival
· 9 years ago
147e54a
Fixes memory leaks in CT code
by Rob Percival
· 9 years ago
2508c04
Handle empty log name in "enable_logs" line of the CT log file
by Rob Percival
· 9 years ago
0c6ea56
Handle missing "enabled_logs" line in CT log file
by Rob Percival
· 9 years ago
a930afb
If a CT log entry in CTLOG_FILE is invalid, skip it and continue loading
by Rob Percival
· 9 years ago
7d054e5
CT policy validation
by Rob Percival
· 9 years ago
0f97a12
Move macros for reading/writing integers into ct_locl.h
by Rob Percival
· 9 years ago
0dfd6cf
Addresses review comments from richsalz
by Rob Percival
· 9 years ago
e9fd74a
Fixes potential double free and memory leak in ct_b64.c
by Rob Percival
· 9 years ago
8c6afbc
Verify SCT signatures
by Rob Percival
· 9 years ago
2882e96
Fix for potential deferencing of null pointer in o2i_SCT_signature
by Rob Percival
· 9 years ago
0cea883
Public API for Certificate Transparency
by Rob Percival
· 9 years ago
07b3ce8
Fix unified build after CT reorg
by Rich Salz
· 9 years ago
5ad29c5
Add more CT utility routines to be used as part of larger patch.
by Adam Eijdenberg
· 9 years ago
45502bf
Always build library object files with shared library cflags
by Richard Levitte
· 9 years ago
ce192eb
Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND
by Richard Levitte
· 9 years ago
777a288
unified build scheme: add build.info files
by Richard Levitte
· 9 years ago
ced2c2c
Templatize util/domd
by Rich Salz
· 9 years ago
3498076
Remove /* foo.c */ comments
by Rich Salz
· 9 years ago
56c77c5
Remove update tags
by Rich Salz
· 9 years ago
ee6d9f4
Remove some old makefile targets
by Rich Salz
· 9 years ago
d10dac1
Move Makefiles to Makefile.in
by Rich Salz
· 9 years ago
ff4b7fa
make update
by Richard Levitte
· 9 years ago
bbd86bf
mem functions cleanup
by Rich Salz
· 9 years ago
3dc9589
Fix some missing or faulty header file inclusions
by Richard Levitte
· 9 years ago
3c4e064
make update
by Dr. Stephen Henson
· 9 years ago
07bbc92
Make libssl async aware
by Matt Caswell
· 9 years ago
8ba708e
Reorganise state machine files
by Matt Caswell
· 9 years ago
15db6a4
make update
by Richard Levitte
· 9 years ago
cc79f06
Handle CT error macros separately
by Richard Levitte
· 9 years ago
788d72b
ct_locl.h moved, reflect it in crypto/ct/Makefile
by Richard Levitte
· 9 years ago
338cb76
make update
by Richard Levitte
· 9 years ago
eb6d5f9
Because ct_locl.h is used between modules, move it to internal headers
by Richard Levitte
· 9 years ago
b84939c
ct_locl.h: fix some comments
by Emilia Kasper
· 9 years ago
0f0cfbe
Fix Windows build
by Matt Caswell
· 9 years ago
3149baf
Initial commit for Certificate Transparency support
by Adam Eijdenberg
· 9 years ago