aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge GH #1328 Build improvementsJack Lloyd2017-12-026-10/+26
|\ \ \
| * | | Build simplificationsJack Lloyd2017-12-022-1/+9
| * | | Accept CXXFLAGS and LDFLAGS from environment (GH #1237)Jack Lloyd2017-12-022-5/+8
| * | | Fix install when static lib is disabledJack Lloyd2017-12-022-4/+9
* | | | Merge GH #1330 Fix typoJack Lloyd2017-12-021-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix a typo in sha1_sse2.cppFelix Yan2017-12-031-1/+1
| |/ /
* / / Drop support for Cilk+Jack Lloyd2017-12-023-38/+4
|/ /
* | Fix macOS dynamic linkJack Lloyd2017-12-012-4/+5
* | Merge the gnumake and nmake makefilesJack Lloyd2017-12-0113-197/+133
* | Avoid naming Windows library botand if in debug modeJack Lloyd2017-12-012-3/+3
* | Add ability to disable static library buildJack Lloyd2017-11-307-97/+59
* | Remove support for setting install commandJack Lloyd2017-11-303-9/+0
* | Lint fixes [ci skip]Jack Lloyd2017-11-301-1/+1
* | Fixes for make cleanJack Lloyd2017-11-291-3/+6
* | Fix missing headerJack Lloyd2017-11-291-0/+1
* | Merge GH #1321 Use a script for make cleanJack Lloyd2017-11-297-103/+172
|\ \
| * | Fix dependenciesJack Lloyd2017-11-294-31/+34
| * | Add the build commands back to the main makefilesJack Lloyd2017-11-293-14/+28
| * | Add a script to handle `make clean` targetJack Lloyd2017-11-296-111/+163
* | | Merge GH #1319 Allow overriding ar commandJack Lloyd2017-11-2918-94/+16
|\ \ \
| * | | Use this to prevent fallback to Unix ar default argsJack Lloyd2017-11-291-1/+1
| |/ /
| * | Remove unused command variables in makefilesJack Lloyd2017-11-293-17/+6
| * | Allow overriding ar commandJack Lloyd2017-11-2917-77/+10
* | | CRL_Data is a struct not a classJack Lloyd2017-11-291-1/+2
* | | Start using Travis default XCode image (8.3)Jack Lloyd2017-11-291-1/+0
|/ /
* | Add flags to disable building/installing documentationJack Lloyd2017-11-291-12/+12
* | Split the language flags out of CXXFLAGSJack Lloyd2017-11-292-4/+5
* | Merge GH #1316 Various TLS fixesJack Lloyd2017-11-287-25/+47
|\ \
| * | Add an explicit catch for a server trying to negotiate SSLv3Jack Lloyd2017-11-281-1/+7
| * | Correct version selection logic in TLS serverJack Lloyd2017-11-281-0/+5
| * | Tighten up checks on signature key exchange messageJack Lloyd2017-11-281-1/+1
| * | Return correct alert type on malformed DH/ECDH messages.Jack Lloyd2017-11-281-7/+11
| * | Increase HMAC key size limit to 4096 bytes.Jack Lloyd2017-11-282-5/+7
| * | Correct definition of FFDHE 4096 groupJack Lloyd2017-11-281-11/+16
* | | Run TLS hello random fields through SHA-256Jack Lloyd2017-11-281-1/+7
|/ /
* | Fix DoxygenJack Lloyd2017-11-261-1/+1
* | Merge GH #1302 Add PSK database interfaceJack Lloyd2017-11-2610-1/+712
|\ \
| * | PSK DatabaseJack Lloyd2017-11-2610-1/+712
* | | Merge GH #1315 Add tls_http_server command line utilJack Lloyd2017-11-261-0/+543
|\ \ \
| * | | Add tls_http_server cmd utilJack Lloyd2017-11-261-0/+543
* | | | Throw a Decoding_Error if TLS AEAD packet is shorter than the tag.Jack Lloyd2017-11-261-0/+3
|/ / /
* | | Fix errors caught with tlsfuzzerJack Lloyd2017-11-264-10/+6
* | | Merge #1313 Fix Doxygen comment on HashFunction::create_or_throwJack Lloyd2017-11-251-1/+1
|\ \ \
| * | | Minor documentation fix in HashFunction::create_or_throw.Marcus Brinkmann2017-11-261-1/+1
* | | | Merge #1312 Fix documentation of compression/decompression update function.Jack Lloyd2017-11-251-2/+2
|\ \ \ \
| * | | | Fix documentation of compression/decompression update function.Marcus Brinkmann2017-11-261-2/+2
| |/ / /
* | | | Merge #1311 Add create and create_or_throw factories for Compression_Algorith...Jack Lloyd2017-11-253-0/+127
|\ \ \ \ | |_|/ / |/| | |
| * | | Documentation fix in compression create/create_or_throw functions.Marcus Brinkmann2017-11-261-6/+4
| * | | Add create and create_or_throw factories for Compression_Algorithm and Decomp...Marcus Brinkmann2017-11-253-0/+129
| |/ /
* | | Fix bzip2 compression issue.Jack Lloyd2017-11-253-24/+48