aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to add docker .travis buildDavid Carlier2019-07-042-0/+11
|
* Android docker build proposal.David Carlier2019-07-033-0/+39
| | | | | Using external image just for the NDK and focusing on the two most popular architectures.
* Avoid use of __GNUG__ in headers that may be parsed by C compilersJack Lloyd2019-07-021-5/+5
| | | | Closes #2013
* Merge GH #2014 Fixes for Android buildJack Lloyd2019-07-021-1/+1
|\
| * Revert "Fix android build"Joerg-Christian Boehme2019-07-031-0/+1
| | | | | | | | This reverts commit d73aa2df5441108c199d2c2a3e1c86f24d8673d2.
| * makefile.in: move LDFLAGS after EXE_LINKS_TOJoerg-Christian Boehme2019-07-021-1/+1
| | | | | | Move LDFLAGS after EXE_LINKS_TO to allow the user to give additional libraries such as libc++-static.a otherwise static build will fail in android.
| * Fix android buildJoerg-Christian Boehme2019-07-021-1/+0
| | | | | | Remove -lrt, because it is not needed for android
* | Add a todoJack Lloyd2019-07-021-0/+1
| |
* | Update version. Fix bugs in 2.11 changelogJack Lloyd2019-07-022-6/+7
|/
* Update for 2.11.0 release2.11.0Jack Lloyd2019-07-012-4/+4
|
* Merge GH #2011 Fix some MSVC and LGTM warningsJack Lloyd2019-06-2911-104/+132
|\
| * Fix some MSVC and LGTM warningsJack Lloyd2019-06-2911-104/+132
|/
* Add LGTM badge [ci skip]Jack Lloyd2019-06-291-0/+4
|
* Merge GH #2010 Fix MSVC warningsJack Lloyd2019-06-2920-59/+65
|\
| * Fix various MSVC warningsJack Lloyd2019-06-2920-59/+65
| |
* | Fix some LGTM alertsJack Lloyd2019-06-293-10/+15
| |
* | Fix some minimized build problemsJack Lloyd2019-06-292-3/+4
|/
* Merge GH #2009 Remove const from TLS OCSP callbackJack Lloyd2019-06-292-2/+5
|\
| * Make the TLS OCSP callback not const.Jack Lloyd2019-06-292-2/+5
| | | | | | | | | | As the impl may need to do side-effecting things in order to get the most recent response.
* | Merge GH #2008 Handle loss/retransmit of DTLS client helloJack Lloyd2019-06-291-1/+1
|\ \
| * | Handle DTLS client hello being lostJack Lloyd2019-06-291-1/+1
| |/ | | | | | | Closes #1691
* | Improve TLS callback documentationJack Lloyd2019-06-291-0/+20
| |
* | Fix a warning when building under XLCJack Lloyd2019-06-291-1/+4
|/
* Merge GH #2006 Documentation improvementsJack Lloyd2019-06-2915-103/+710
|\
| * Switch up the roadmapJack Lloyd2019-06-291-37/+23
| | | | | | | | | | TLS v1.3 is specified and final, whereas the PAKEs and PQ schemes are still in flux.
| * Improve FFI docsJack Lloyd2019-06-292-15/+35
| | | | | | | | GH #838
| * Fix syntax errorsJack Lloyd2019-06-292-3/+4
| |
| * Improve Python docsJack Lloyd2019-06-291-26/+154
| | | | | | | | GH #1906
| * Update indexJack Lloyd2019-06-291-4/+6
| |
| * More clearly document ownership of the CA listsJack Lloyd2019-06-292-5/+20
| | | | | | | | Closes #1686
| * Document RSA keygen slownessJack Lloyd2019-06-291-2/+13
| | | | | | | | Closes #1965
| * Update credentials manager docsJack Lloyd2019-06-291-8/+22
| | | | | | | | Closes #1725
| * Document how to use Ed25519phJack Lloyd2019-06-291-0/+22
| | | | | | | | Closes #1699
| * Document test and CI systemsJack Lloyd2019-06-297-6/+414
| |
* | Add a comment explaining why this path is setJack Lloyd2019-06-291-0/+1
|/
* Merge GH #2005 Boost 1.70 compatibility in asio_stream unit testHannes Rantzsch2019-06-271-2/+18
|\ | | | | Boost 1.70 compatibility in asio_stream unit test
| * Boost 1.70 compatibility in asio_stream unit testHannes Rantzsch2019-06-271-2/+18
|/
* Update newsJack Lloyd2019-06-251-3/+3
|
* Merge GH #2003 Change XMSS OID and feature macroJack Lloyd2019-06-257-15/+19
|\
| * Change XMSS OIDs and feature macro nameJack Lloyd2019-06-237-15/+19
|/ | | | Since draft6 and final RFC are not compatible ...
* Merge GH #2002 Fix XMSS virtual call during constructorJack Lloyd2019-06-212-2/+2
|\
| * Use qualified-id for XMSS key size checkMatthias Gierlings2019-06-212-2/+2
| | | | | | | | | | | | Explicitly choose the correct size() method for the key size check during XMSS_PublicKey and XMSS_PrivateKey construction.
* | Update newsJack Lloyd2019-06-211-0/+5
|/
* Merge GH #2001 Use FreeBSD PROT_MAXJack Lloyd2019-06-211-1/+5
|\
| * FreeBSD using new mmap flags to protect against possible too wideDavid Carlier2019-06-211-1/+5
|/ | | | promotions.
* Update newsJack Lloyd2019-06-201-0/+5
|
* Merge GH #2000 Add RFC 8032 compatible Ed25519phJack Lloyd2019-06-206-22/+66
|\
| * Add support for RFC 8032 Ed25519phJack Lloyd2019-06-206-22/+66
| | | | | | | | GH #1699
* | Fix lgtm findingJack Lloyd2019-06-201-2/+4
|/
* Update readmeJack Lloyd2019-06-191-0/+1
|