Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pubkey tests should express category [ci skip] | René Korthaus | 2016-10-24 | 5 | -5/+5 |
* | Limit locking_allocator only to OSes that even might support it. | Jack Lloyd | 2016-10-24 | 1 | -0/+8 |
* | Remove unneeded includes | Jack Lloyd | 2016-10-24 | 2 | -2/+0 |
* | Fixes for build without 25519 | Jack Lloyd | 2016-10-24 | 2 | -3/+6 |
* | Merge GH #673 X25519 TLS key exchange | Jack Lloyd | 2016-10-24 | 7 | -42/+112 |
|\ | |||||
| * | X25519 key exchange for TLS | Jack Lloyd | 2016-10-21 | 7 | -42/+112 |
* | | Merge GH #675 Lucky13 countermeasures | Jack Lloyd | 2016-10-24 | 2 | -0/+82 |
|\ \ | |||||
| * | | Final changes, now using the countermeasure from the Lucky 13 paper again (or... | Juraj Somorovsky | 2016-10-23 | 1 | -36/+32 |
| * | | SHA384 countermeasure (not perfect, but makes the attack harder) | Juraj Somorovsky | 2016-10-22 | 1 | -19/+27 |
| * | | Lucky 13 patch for SHA-1 and SHA-256 | Juraj Somorovsky | 2016-10-16 | 2 | -0/+78 |
* | | | Merge GH #679 Unify test naming | Jack Lloyd | 2016-10-24 | 4 | -5/+5 |
|\ \ \ | |||||
| * | | | Reunify registered test names [ci skip] | René Korthaus | 2016-10-23 | 4 | -5/+5 |
* | | | | Merge GH #668: Remove Algo_Registry and associated global locks | Jack Lloyd | 2016-10-24 | 95 | -1673/+1485 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | ECIES ISO tests require SHA-1 | Jack Lloyd | 2016-10-21 | 1 | -1/+1 |
| * | | | Missing include, noticed by Clang on OS X | Jack Lloyd | 2016-10-21 | 1 | -0/+1 |
| * | | | Cleanup from rebase | Jack Lloyd | 2016-10-21 | 1 | -5/+0 |
| * | | | Fix PSSR | Jack Lloyd | 2016-10-21 | 1 | -1/+1 |
| * | | | Remove unused functions from SCAN_Name | Jack Lloyd | 2016-10-21 | 2 | -39/+0 |
| * | | | Small cleanup in OpenSSL EC | Jack Lloyd | 2016-10-21 | 1 | -12/+13 |
| * | | | Remove alias logic from SCAN_Name | Jack Lloyd | 2016-10-21 | 12 | -182/+168 |
| * | | | Remove Algo_Registry | Jack Lloyd | 2016-10-21 | 92 | -1551/+1419 |
| | |/ | |/| | |||||
* | | | Fix invalid UTF-8 char in API doc [ci skip] | René Korthaus | 2016-10-22 | 1 | -1/+1 |
* | | | Initialize member variable (Coverity find) | Jack Lloyd | 2016-10-22 | 1 | -1/+1 |
* | | | Fix handling of file descriptor zero | Jack Lloyd | 2016-10-22 | 1 | -13/+11 |
* | | | Address some Coverity warnings | Jack Lloyd | 2016-10-22 | 3 | -9/+9 |
* | | | GH #674 Check Doxygen and Sphinx builds as part of CI | Jack Lloyd | 2016-10-22 | 5 | -8/+29 |
|\ \ \ | |||||
| * | | | Build the docs during CI | Jack Lloyd | 2016-10-22 | 5 | -8/+29 |
| |/ / | |||||
* / / | Use correct macro for ECC in create_private_key | Jack Lloyd | 2016-10-22 | 1 | -1/+1 |
|/ / | |||||
* | | Allow setting the validation time during PKIX path validation | Jack Lloyd | 2016-10-21 | 3 | -19/+34 |
* | | Add create_private_key, expose key loading functions in pk_algs.h | Jack Lloyd | 2016-10-20 | 9 | -153/+236 |
* | | Tighten up TLS server handshake logic. | Jack Lloyd | 2016-10-20 | 1 | -20/+15 |
* | | cli: Add dl_group_info cmdlet | Jack Lloyd | 2016-10-20 | 1 | -0/+24 |
* | | Merge GH #669 Add SHA-3, SHAKE-128, and BoringSSL-mode NewHope | Jack Lloyd | 2016-10-20 | 20 | -215/+5161 |
|\ \ | |||||
| * | | Update policy files for SHA-3 | Jack Lloyd | 2016-10-19 | 2 | -1/+3 |
| * | | Add SHAKE-128 as stream cipher | Jack Lloyd | 2016-10-19 | 9 | -106/+3619 |
| * | | Add proper SHA-3 | Jack Lloyd | 2016-10-19 | 12 | -120/+1551 |
* | | | Merge GH #671 Allow eme_raw in BSI mode | Jack Lloyd | 2016-10-20 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | we do the padding ourself so eme_raw is fine | Daniel Neus | 2016-10-20 | 1 | -1/+0 |
| |/ / | |||||
* | | | Reorganize anon namespace code to fix last doxygen warn [ci skip] | René Korthaus | 2016-10-20 | 1 | -8/+8 |
* | | | Predefine some variables for doxygen [ci skip] | René Korthaus | 2016-10-20 | 1 | -1/+8 |
* | | | Remove obsolete doxygen tag [ci skip] | René Korthaus | 2016-10-19 | 1 | -1/+0 |
* | | | Fix doxygen warnings [ci skip] | René Korthaus | 2016-10-19 | 39 | -58/+101 |
* | | | Minor doxygen fixes [ci skip] | René Korthaus | 2016-10-19 | 10 | -10/+10 |
* | | | Improve pubkey doxygen [ci skip] | René Korthaus | 2016-10-19 | 15 | -17/+251 |
* | | | Improve tls doxygen [ci skip] | René Korthaus | 2016-10-19 | 9 | -0/+99 |
* | | | Improve stream doxygen [ci skip] | René Korthaus | 2016-10-19 | 4 | -7/+26 |
* | | | Improve rng doxygen [ci skip] | René Korthaus | 2016-10-19 | 6 | -11/+82 |
* | | | Improve pkcs11 doxygen [ci skip] | René Korthaus | 2016-10-19 | 3 | -13/+49 |
* | | | Improve pk_pad doxygen [ci skip] | René Korthaus | 2016-10-19 | 6 | -5/+13 |
* | | | Improve pbkdf doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -4/+54 |