index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
NOTES.WIN
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
Remove duplicate typedef of ECPKPARAMETERS in ec.h
Richard Levitte
1
-2
/
+0
2016-03-10
Run make update
Kurt Roeckx
2
-20
/
+20
2016-03-10
Travis - the source directory is _srcdist, not _srcdir
Richard Levitte
1
-1
/
+1
2016-03-09
Correct slight logic error in processing IF in build.info
Richard Levitte
1
-1
/
+1
2016-03-09
When grepping something starting with a dash, remember to use -e
Richard Levitte
1
-2
/
+2
2016-03-09
Deprecate the use of version-specific methods
Kurt Roeckx
6
-64
/
+191
2016-03-09
Use version flexible method instead of fixed version
Kurt Roeckx
3
-40
/
+8
2016-03-09
Use minimum and maximum protocol version instead of version fixed methods
Kurt Roeckx
5
-86
/
+107
2016-03-09
Fix usage of OPENSSL_NO_*_METHOD
Kurt Roeckx
4
-4
/
+25
2016-03-09
Move disabling of RC4 for DTLS to the cipher list.
Kurt Roeckx
4
-46
/
+35
2016-03-09
Remove DES cipher alias
Kurt Roeckx
1
-1
/
+0
2016-03-09
Update ciphers -s documentation
Kurt Roeckx
1
-3
/
+15
2016-03-09
Document SSL_get1_supported_ciphers
Kurt Roeckx
1
-3
/
+21
2016-03-09
IDEA is not supported in TLS 1.2
Kurt Roeckx
1
-2
/
+2
2016-03-09
Add support for minimum and maximum protocol version supported by a cipher
Kurt Roeckx
8
-318
/
+504
2016-03-09
Add ssl_get_client_min_max_version() function
Kurt Roeckx
2
-18
/
+44
2016-03-09
Make SSL_CIPHER_get_version return a const char *
Kurt Roeckx
3
-3
/
+3
2016-03-09
Remove unused code
Kurt Roeckx
1
-15
/
+4
2016-03-09
Make function to convert version to string
Kurt Roeckx
3
-32
/
+24
2016-03-09
Constify security callbacks
Kurt Roeckx
5
-19
/
+19
2016-03-09
Documentation for ctx_set_ctlog_list_file()
Rob Percival
1
-0
/
+6
2016-03-09
Minor improvement to formatting of SCT output in s_client
Rob Percival
1
-5
/
+10
2016-03-09
Do not display a CT log error message if CT validation is disabled
Rob Percival
4
-15
/
+14
2016-03-09
RT3676: Expose ECgroup i2d functions
Rich Salz
5
-127
/
+161
2016-03-09
Comment away the extra checks in Configure
Richard Levitte
1
-5
/
+5
2016-03-09
Make ct_dir and certs_dir static in test/ct_test.c
Richard Levitte
1
-2
/
+2
2016-03-09
Fix ct_test to not assume it's in the source directory
Richard Levitte
1
-1
/
+0
2016-03-09
Document importance of CTLOG_STORE outliving SCT if SCT_set0_log is used
Rob Percival
1
-0
/
+2
2016-03-09
Make SCT literals into const variables in ct_test.c
Rob Percival
1
-14
/
+19
2016-03-09
Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST const
Rob Percival
2
-2
/
+2
2016-03-09
Removes SCT_LIST_set_source and SCT_LIST_set0_logs
Rob Percival
4
-50
/
+13
2016-03-09
Makes SCT_get0_log return const CTLOG*
Rob Percival
3
-3
/
+3
2016-03-09
Makes CTLOG_STORE_get0_log_by_id return const CTLOG*
Rob Percival
2
-7
/
+7
2016-03-09
Improved documentation of SCT_CTX_* functions
Rob Percival
2
-15
/
+29
2016-03-09
Updates ct_err.c
Rob Percival
1
-5
/
+5
2016-03-09
Remove unnecessary call to SCT_set1_extensions(sct, "", 0) in ct_test.c
Rob Percival
1
-4
/
+0
2016-03-09
Reset SCT validation_status if the SCT is modified
Rob Percival
1
-0
/
+12
2016-03-09
Use SCT_VERSION_V1 in place of literal 0 in ct_test.c
Rob Percival
1
-1
/
+1
2016-03-09
Fixes "usuable" typo in ct_locl.h
Rob Percival
1
-1
/
+1
2016-03-09
Treat boolean functions as booleans
Rob Percival
5
-25
/
+16
2016-03-09
Make parameters of CTLOG_get* const
Rob Percival
2
-6
/
+8
2016-03-09
Extensive application of __owur to CT functions that return a boolean
Rob Percival
5
-53
/
+98
2016-03-09
Makes SCT_LIST_set_source return the number of successes
Rob Percival
2
-5
/
+4
2016-03-09
Fix locking in ssl_cert_dup()
Todd Short
1
-1
/
+1
2016-03-09
Restore building out of source with the unified build scheme
Richard Levitte
1
-7
/
+7
2016-03-09
CT test can't run without EC, so skip it on that algo as well
Richard Levitte
1
-1
/
+1
2016-03-09
Fix ct_test to not assume it's in the source directory
Richard Levitte
2
-44
/
+97
2016-03-09
Update CHANGES and NEWS
Matt Caswell
2
-0
/
+16
2016-03-09
Fix classic build
Matt Caswell
1
-1
/
+1
2016-03-09
In build.info, an IF within a clause that's skipped over shouldn't apply
Richard Levitte
1
-1
/
+7
[next]