aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Correct documentation [ci skip]Jack Lloyd2018-08-101-4/+4
|
* Add StreamCipher::default_iv_lengthJack Lloyd2018-08-081-0/+10
|
* Update stream cipher docsJack Lloyd2018-08-081-12/+33
|
* Update docs and release notesJack Lloyd2018-08-071-0/+14
|
* Merge GH #1638 Use codec_base for base64Jack Lloyd2018-08-051-1/+1
|\
| * Update documentationWambou2018-08-041-1/+1
| |
* | More FFI todosJack Lloyd2018-08-051-0/+1
|/
* Update authors list to be a complete list of copyright holdersJack Lloyd2018-08-031-25/+89
| | | | At least as best I can determine from changelogs and grep.
* Deprecate DHE-PSK ciphersuitesJack Lloyd2018-08-021-0/+2
|
* Combine SM2 key types for signatures and encryptionJack Lloyd2018-08-011-1/+1
| | | | | | It seems in practice the same key may be end up used for both operations, so maintaining a distinction at the type level just complicates things.
* More FFI todos [ci skip]Jack Lloyd2018-07-311-2/+3
|
* Update todos [ci skip]Jack Lloyd2018-07-231-17/+14
|
* Some updates to RNG docJack Lloyd2018-07-171-39/+129
|
* Change phrasing [ci skip]Jack Lloyd2018-07-161-2/+2
|
* Update password hashing default settingsJack Lloyd2018-07-131-23/+45
| | | | | | | | Bcrypt work factor 10 is looking pretty low these days, as is 100K iterations of PBKDF2. Increase bcrypt to 12 and PBKDF2 to 150K, and also transition passhash9 to using SHA-512 instead of SHA-256. Also document bcrypt better, and add speed tests for bcrypt and passhash9
* Documentation updatesJack Lloyd2018-07-134-35/+76
|
* Don't advertise deprecated functionalityJack Lloyd2018-07-131-6/+1
| | | | | | | | | Also undeprecate X9.19 MAC as it is apparently still somewhat widely used in industry. Undeprecate SymmetricAlgorithm; unlike Buffered_Computation it actually pulls its weight by being implemented by several different types.
* Add FPE1 to C APIJack Lloyd2018-07-131-1/+0
| | | | GH #1612
* Misc doc updatesJack Lloyd2018-07-102-11/+53
|
* Minor doc updatesJack Lloyd2018-07-062-10/+16
|
* Document new flag for setting bcrypt version [ci skip]Jack Lloyd2018-07-051-5/+15
|
* Document how to disable OS features [ci skip]Jack Lloyd2018-07-051-0/+27
| | | | Closes #1576
* Document need for IMPLICIT to enable static RSA ciphersuitesJack Lloyd2018-07-041-7/+20
| | | | Fixes #1558
* Add pk_encrypt/pk_decrypt commandsJack Lloyd2018-07-041-0/+8
|
* Todos [ci skip]Jack Lloyd2018-07-031-8/+4
|
* Fix some document formatting bugsJack Lloyd2018-07-033-13/+10
|
* Avoid having Doxygen error out except in maintainer mode buildsJack Lloyd2018-07-021-0/+1
| | | | | Increases likelyhood that it will fail to build for an end user which is not helpful for anyone.
* Update release process checklistJack Lloyd2018-07-021-0/+8
|
* Document how to use timing_test [ci skip]Jack Lloyd2018-06-301-0/+23
|
* Better document security status of included hashesJack Lloyd2018-06-281-9/+14
|
* Put warning about 64-bit ciphers in a warning blockJack Lloyd2018-06-281-5/+7
|
* Add todo [ci skip]Jack Lloyd2018-06-271-0/+1
|
* Fix typo [ci skip]Jack Lloyd2018-06-221-1/+1
|
* Improve documentation of the AES T-table situation [ci skip]Jack Lloyd2018-06-221-8/+26
|
* Document what we do in GCM a bit better [ci skip]Jack Lloyd2018-06-211-2/+5
|
* Add todoJack Lloyd2018-06-201-0/+1
| | | | GH #1612
* Use masked table lookups for variable point scalar multJack Lloyd2018-06-201-6/+6
|
* Update side channel docJack Lloyd2018-06-201-9/+25
|
* Use Botan specific CVE for ECDSA side channel [ci skip]Jack Lloyd2018-06-151-3/+2
|
* Document leak of exponent sizeJack Lloyd2018-06-141-2/+4
|
* Make Karatsuba multiply completely const timeJack Lloyd2018-06-141-12/+10
|
* Add 192-bit Suite B policyJack Lloyd2018-06-141-3/+3
| | | | Since 128-bit policy is actually not even allowed since 2015.
* Address DSA/ECDSA side channelJack Lloyd2018-06-131-0/+8
|