aboutsummaryrefslogtreecommitdiffstats
path: root/doc/todo.rst
Commit message (Collapse)AuthorAgeFilesLines
* Another todoJack Lloyd2017-10-291-0/+5
|
* Another todoJack Lloyd2017-09-271-0/+1
| | | | [ci skip]
* More todosJack Lloyd2017-09-181-0/+15
| | | | [ci skip]
* More todosJack Lloyd2017-09-181-0/+4
|
* Update todosJack Lloyd2017-09-121-3/+4
| | | | [ci skip]
* Add a todoJack Lloyd2017-09-021-0/+2
|
* Add a todo re Dockerizing Travis buildJack Lloyd2017-08-291-0/+2
| | | | [ci skip]
* Add SHACAL2Jack Lloyd2017-08-131-1/+0
| | | | 256 bit ARX block cipher with hardware support, what's not to love.
* Update news and todoJack Lloyd2017-08-041-3/+3
| | | | [ci skip]
* Update docsJack Lloyd2017-06-091-2/+1
|
* Mention LibreSSL in the docs.Alexander Bluhm2017-04-281-1/+1
| | | | | The --with-openssl compile option can also used with LibreSSL. Move the feature from the todo list to the documentation.
* Add block cipher interface to C APIJack Lloyd2017-04-041-2/+5
|
* Expose PK::check_key functions in C interfaceJack Lloyd2017-03-271-1/+4
|
* Some todos [ci skip]Jack Lloyd2017-02-231-1/+4
|
* Update todo listJack Lloyd2017-02-071-6/+8
| | | | | | Add some things, remove some things that are already done. [ci skip]
* Update todo [ci skip]Jack Lloyd2016-12-301-0/+2
|
* Misc doc tweaksJack Lloyd2016-12-281-1/+1
| | | | [ci skip]
* Update todo [ci skip]Jack Lloyd2016-12-081-2/+1
|
* Probably easy todo [ci skip]Jack Lloyd2016-11-261-0/+1
|
* Todo updates [ci skip]Jack Lloyd2016-11-161-1/+2
|
* Update todoJack Lloyd2016-11-071-2/+12
|
* Update todo [ci skip]Jack Lloyd2016-11-031-2/+3
|
* X25519 key exchange for TLSJack Lloyd2016-10-211-1/+0
| | | | | Client interops with google.com, server not tested against an independent client yet.
* Doc updates [ci skip]Jack Lloyd2016-10-151-0/+1
|
* Update relnotesJack Lloyd2016-10-101-0/+1
| | | | [ci skip]
* Update todoJack Lloyd2016-10-091-2/+4
| | | | [ci skip]
* Update todoJack Lloyd2016-09-241-63/+60
| | | | [ci skip]
* Todos [ci skip]Jack Lloyd2016-09-181-1/+16
|
* Merge master into this branch, resolving conflicts with #457/#576Jack Lloyd2016-08-311-1/+10
|\ | | | | | | which recently landed on master.
| * Update todoJack Lloyd2016-08-301-2/+2
| | | | | | | | [ci skip]
| * Doc/relnote updatesJack Lloyd2016-08-201-0/+8
| | | | | | | | [ci skip]
| * Update release notesJack Lloyd2016-06-031-0/+1
| | | | | | | | [ci skip]
* | Address some issues with PR 492Jack Lloyd2016-08-131-0/+1
|/ | | | | | | | | | | | | | | | Adds copyright notices for Juraj Somorovsky and Christian Mainka of Hackmanit for the changes in 7c7fcecbe6a and 6d327f879c Add Policy::check_peer_key_acceptable which lets the app set an arbitrary callback for examining keys - both the end entity signature keys from certificates and the peer PFS public keys. Default impl checks that the algorithm size matches the min keylength. This centralizes this logic and lets the application do interesting things. Adds a policy for ECDSA group size checks. Increases default policy minimums to 2048 RSA and 256 ECC. (Maybe I'm an optimist after all.)
* Doc updatesJack Lloyd2016-04-281-1/+4
| | | | [ci skip]
* Specific ideas re PGP supportJack Lloyd2016-04-151-3/+15
|
* Add support for ChaCha(12)Jack Lloyd2016-04-091-1/+0
|
* More todosJack Lloyd2016-04-031-2/+8
|
* Add IETF standard ChaCha20Poly1305 ciphersuites to TLSJack Lloyd2016-03-231-1/+0
|
* Merge GH #454 X.509 name constraintsJack Lloyd2016-03-161-1/+0
|\
| * Changes from GH #454 reviewJack Lloyd2016-03-161-1/+0
| |
* | TLS client featuresJack Lloyd2016-03-161-3/+8
|/ | | | | | Add flags --policy, --print-certs, --tls1.0, --tls1.1, --tls1.2 Update todo
* Update todoJack Lloyd2016-02-061-11/+15
| | | | [ci skip]
* Misc doc updatesJack Lloyd2016-01-041-1/+1
| | | | [ci skip]
* Improve side channel attack resistance of table based AES implJack Lloyd2015-11-291-0/+1
|
* Doc updatesJack Lloyd2015-10-051-0/+5
| | | | [ci skip]
* Update todoJack Lloyd2015-09-221-2/+3
| | | | [ci skip]
* Reorganize todoJack Lloyd2015-08-281-43/+39
|
* RequestedJack Lloyd2015-08-041-0/+1
|
* Move feature requests from old bugzilla to todo.rstJack Lloyd2015-07-041-1/+19
|
* Simplify the website and documentation layout.Jack Lloyd2015-07-031-0/+74
Merge the website index, download page, algo page into the readme file so all the important information is in one place. The readme.rst is now also used as the website landing page. Remove the website target on the makefile, replaced by website.sh, since I'm the only one who ever needs to run this. Fix various ReST formatting bugs in news.rst and the manual Remove the old build_log which hasn't been touched in years and refers entirely to compilers which we don't support anymore.