aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Document #1756Jack Lloyd2018-12-021-0/+5
|
* Update newsJack Lloyd2018-12-011-0/+5
|
* Deprecate SRP suites [ci skip]Jack Lloyd2018-11-261-0/+4
| | | | | This is kind of implicit by the deprecation of CBC ciphersuites but should be called out more clearly.
* Document the problem of old binutilsJack Lloyd2018-11-091-0/+14
| | | | See GH #1721 and #1718
* Update cipher mode documantationJack Lloyd2018-10-311-9/+55
|
* Fix some ReST format errorsJack Lloyd2018-10-304-17/+17
| | | | Diagnosed by Sphinx 1.8.0
* Document TSSJack Lloyd2018-10-303-0/+63
|
* Add ChaCha in NEONJack Lloyd2018-10-261-1/+0
| | | | | Originally written by Jeffrey Walton for Crypto++, which was in turn based on my SSE2 ChaCha.
* Correct error with XTS minimum block sizeJack Lloyd2018-10-151-1/+1
| | | | | | | Add tests from NIST that demonstrate the problem, as well as OpenSSL generated tests for all input sizes 16...128 bytes. Fixes GH #1706
* Allow configure.py parse_multiple_enable to accept an empty list and extra ↵Daniel Wyatt2018-10-141-0/+5
| | | | | | | | | commas. Examples: ./configure.py --enable-modules= ./configure.py --enable-modules=zlib,openssl, ./configure.py --enable-modules=zlib,,bzip2,
* More todosJack Lloyd2018-10-121-0/+2
|
* Add an explicit OS target for EmscriptenJack Lloyd2018-10-121-0/+16
| | | | | This allows things to mostly work out of the box (#1702), and allows us to write Emscripten specific code where required.
* Remove support for Visual C++ 2013Jack Lloyd2018-10-013-5/+1
| | | | Closes GH #1557
* Fix more MSVC warningsJack Lloyd2018-10-011-1/+2
|
* Minor update to goals textJack Lloyd2018-09-281-21/+21
|
* Spell check the documentationJack Lloyd2018-09-2830-90/+90
|
* Small improvements to FFI docsJack Lloyd2018-09-251-3/+28
|
* Add a todoJack Lloyd2018-09-201-0/+1
|
* Add support for using Linux getrandom syscallJack Lloyd2018-09-201-1/+1
| | | | Disabled by default as it requires a relatively recent kernel and glibc.
* Small doc tweaksJack Lloyd2018-09-133-7/+19
|
* Merge GH #1670 New password hashing interfaceJack Lloyd2018-09-131-65/+122
|\
| * Update docsJack Lloyd2018-09-101-65/+122
| |
* | Update news, todoJack Lloyd2018-09-101-1/+1
| |
* | Add CommonCrypto block cipher supportJose Pereira2018-09-101-0/+1
|/
* Add RandomNumberGenerator::accepts_inputJack Lloyd2018-09-061-0/+6
|
* Update docsJack Lloyd2018-09-051-8/+5
|
* Mention coverage build. Prefer Python3.Jack Lloyd2018-09-041-6/+9
|
* TodoJack Lloyd2018-09-041-1/+8
|
* Improve RNG documentationJack Lloyd2018-08-301-12/+23
|
* Document the implemented entropy sourcesJack Lloyd2018-08-271-0/+14
|
* Deprecate TLS v1.0/v1.1 and CBC ciphersuitesJack Lloyd2018-08-271-0/+4
| | | | May be a while before this is practical but we are better with them gone.
* Add AVX2 version of ChaChaJack Lloyd2018-08-261-1/+1
|
* Todo completedJack Lloyd2018-08-241-1/+0
|
* Allow SIV for PBES2 private key encryptionJack Lloyd2018-08-231-8/+11
|
* Update timing for 3.x [ci skip]Jack Lloyd2018-08-232-17/+8
| | | | No reason to fork right now.
* Correct statement of factor's reachJack Lloyd2018-08-231-1/+1
| | | | Rho would have some trouble with a 150 bit RSA semiprimes
* Fix typoJack Lloyd2018-08-231-1/+1
|
* Add PBES2 as alias for PBE-PKCS5v20Jack Lloyd2018-08-231-3/+3
| | | | Easier to remember and type.
* Default disable support for TLS v1.0/v1.1 and all CBC and CCM suitesJack Lloyd2018-08-221-3/+20
|
* Add HOTP to PythonJack Lloyd2018-08-211-0/+22
|
* Document more of the X.509 FFI functionsJack Lloyd2018-08-171-2/+79
|
* TodosJack Lloyd2018-08-171-2/+3
|
* Remove completed todoJack Lloyd2018-08-161-1/+0
|
* Expose HOTP to FFIJack Lloyd2018-08-151-1/+1
|
* Update newsJack Lloyd2018-08-151-5/+4
|
* More todos [ci skip]Jack Lloyd2018-08-141-0/+2
|
* More FFI docs [ci skip]Jack Lloyd2018-08-141-2/+23
|
* Document more of FFI interfaceJack Lloyd2018-08-141-14/+209
|
* Add MPI and FPE to Python wrapperJack Lloyd2018-08-131-15/+99
| | | | | Also make all member variables private (__ prefix), and rename classes to match Python conventions
* Update manual for Python moduleJack Lloyd2018-08-111-30/+83
|