aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1329 Remove unaligned mem optionsJack Lloyd2017-12-028-56/+22
|\
| * Remove unaligned mem checkJack Lloyd2017-12-028-56/+22
* | Merge GH #1328 Build improvementsJack Lloyd2017-12-027-69/+75
|\ \
| * | Build simplificationsJack Lloyd2017-12-023-39/+46
| * | Accept CXXFLAGS and LDFLAGS from environment (GH #1237)Jack Lloyd2017-12-023-30/+24
| * | 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-024-47/+4
|/
* Update newsJack Lloyd2017-12-011-0/+6
* Merge GH #1325 Merge makefile typesJack Lloyd2017-12-0115-255/+201
|\
| * Fix macOS dynamic linkJack Lloyd2017-12-013-11/+10
| * Merge the gnumake and nmake makefilesJack Lloyd2017-12-0114-248/+195
|/
* Merge GH #1324 Add ability to disable static libraryJack Lloyd2017-12-019-159/+175
|\
| * Avoid naming Windows library botand if in debug modeJack Lloyd2017-12-013-39/+23
| * Add ability to disable static library buildJack Lloyd2017-11-308-124/+156
|/
* Describe cross builds [ci skip]Jack Lloyd2017-11-301-0/+18
* Remove support for setting install commandJack Lloyd2017-11-304-16/+1
* Lint fixes [ci skip]Jack Lloyd2017-11-302-4/+4
* Fixes for make cleanJack Lloyd2017-11-292-7/+10
* Fix missing headerJack Lloyd2017-11-291-0/+1
* Merge GH #1321 Use a script for make cleanJack Lloyd2017-11-298-107/+186
|\
| * 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-297-115/+177
* | Merge GH #1319 Allow overriding ar commandJack Lloyd2017-11-2919-104/+38
|\ \
| * | 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-2918-87/+32
* | CRL_Data is a struct not a classJack Lloyd2017-11-291-1/+2
* | Merge GH #1320 Switch to default Travis XCodeJack Lloyd2017-11-291-1/+0
|\ \
| * | Start using Travis default XCode image (8.3)Jack Lloyd2017-11-291-1/+0
| |/
* / Deprecate PathScale and HP aCC support [ci skip]Jack Lloyd2017-11-291-0/+2
|/
* Merge GH #1318 Build improvementsJack Lloyd2017-11-294-23/+46
|\
| * Lint fixes [ci skip]Jack Lloyd2017-11-291-7/+7
| * Add flags to disable building/installing documentationJack Lloyd2017-11-292-13/+31
| * Split the language flags out of CXXFLAGSJack Lloyd2017-11-293-10/+15
|/
* Update newsJack Lloyd2017-11-281-2/+9
* 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
* Update newsJack Lloyd2017-11-261-0/+10
* Merge GH #1302 Add PSK database interfaceJack Lloyd2017-11-2613-5/+853
|\
| * PSK DatabaseJack Lloyd2017-11-2613-5/+853